/* THEME */
:root {
  --main-color:#d31183;
  --main-hover:#131210;
  --font:"Open Sans", sans-serif;
  --font-body:"Open Sans", sans-serif;
  --font-color:#010102;
  --font-color-hover:#010102;
  --background:#f0f3f1;
  --dark:#181818;
  --blur:#00000005;
  --border-radius:0px;
  --border-radius-btn:0px;
  --border:rgb(0,0,0,0.1);
  --shadow:0px 20px 80px rgba(0, 0, 0, 0.05);
  --margin:100px;
  --overlay:rgb(0,0,0,0.3);
  --overlay-page:rgb(0,0,0,0.4);
  --full-padding:6%;
  --page-padding:6%;
  accent-color:var(--main-color);
}

::selection{background:rgb(24,24,24,0.3);-webkit-text-fill-color:#fff;color:#fff;}

/* SCROOLBAR STYLE */
::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-track{background:rgb(24,24,24,0.9);margin:0px;}
::-webkit-scrollbar-thumb{background:var(--main-color);border-radius:20px;}
/* ::-webkit-scrollbar-thumb:hover{background:rgb(24,24,24,0.9);} */

html{scroll-behavior:smooth;}

/* ANIMATIONS */
@keyframes move-y{0%{transform:translateY(-15px);filter:brightness(1.2);}50%{transform:translateY(5px);filter:brightness(1.5);}100%{transform:translateY(-15px);filter:brightness(1.2);}}
@keyframes move-x{0%{transform:translateX(-5px);}50%{transform:translateX(5px);}100%{transform:translateX(-5px);}}
@keyframes zoom{0%{transform:scale(1.3);}50%{transform:scale(1);}100%{transform:scale(1.3);}}
@-webkit-keyframes slide-in-left{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-in-left{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}

/* FORM */
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-text-fill-color:var(--main-color);-webkit-box-shadow:0 0 0px 1000px transparent inset;}
form div.el input:not([type="checkbox"]),form div.el select,form div.el textarea{background:transparent;padding:15px 0;border:0px;border-bottom:1px solid var(--border);font-size:13px;font-family:var(--font-body);}
form div.el textarea{height:130px;}

/* BUTTON */
.btn,[type="submit"],a.simple-button-plugin{background:var(--main-color)!important;color:#fff;cursor:pointer;padding:18px 25px!important;border:0px solid var(--main-color)!important;line-height:1;letter-spacing:1px;border-radius:var(--border-radius-btn)!important;gap:10px;font-size:0.9rem;text-transform:uppercase;font-weight:600;display:inline-flex!important;align-items:center;align-content:center;justify-content:center;font-family:var(--font);position:relative;z-index:1;transition:all .4s;}
.btn:hover,[type="button"]:hover,[type="submit"]:hover,a.simple-button-plugin:hover{background:var(--main-hover)!important;transition:all .4s;}

section.topbar{background:var(--main-color);font-size:0.95rem;color:#fff;padding:10px 0px;}
section.topbar a{color:#fff;font-size:0.95rem;}

/* LOGO */
div.logo a{display:inline-flex;align-items:center;gap:20px;}
div.logo img{width:8vw;transition:all .4s;}
div.logo h2{line-height:1;font-size:2.8rem;text-align:left;margin:0px;display:flex;align-items:center;gap:10px;}
div.logo svg{height:45px;aspect-ratio:1/1;}

/* SLIDE */
section.slideshow div.caption{width:100%;font-weight:100;}
section.slideshow div.caption .glitched{font-family: "Bebas Neue", sans-serif;}
section.slideshow div.caption h2{font-size:4rem;font-family: "Bebas Neue", sans-serif;width:100%;color:#fff;margin-bottom:10px;text-wrap:balance;font-family: "Bebas Neue", sans-serif;}
section.slideshow div.caption p{width:100%;font-size:1.3rem;color:#fff;text-wrap:pretty;font-weight:400;text-align:left;margin-bottom:30px;}
section.slideshow div.btn_slide{display:flex;gap:20px;width:100%;}
section.slideshow .btn:hover{background:#fff!important;color:var(--font-color)!important;transition:all .4s;}
section.slideshow div.scroll{position:absolute;bottom:20px;left:0px;width:100%;text-align:center;z-index:1;}
section.slideshow div.scroll img{height:60px;width:auto;animation:move-y 3s infinite;}
section.slideshow div.scroll img:hover{cursor:pointer;}	

body.pagesimple section.slideshow{height:calc(100vh - 42px);}
body.pagesimple section.slideshow div.caption_content{max-height:320px;height:320px;width:620px;max-width:620px;padding:20px 60px;overflow:auto;background:rgba(255, 255, 255, 0.85);display:flex;flex-wrap:wrap;align-items:center;font-family:var(--font-body);}
body.pagesimple section.slideshow div.caption_content p{color:#000;font-size:12px;margin-bottom:0px}
body.pagesimple section.slideshow div.caption_content h2{font-size:40px;color:#000;font-weight:300;font-family:var(--font-body);margin-bottom:20px;}
body.pagesimple section.slideshow div.caption_content section{width:100%;}
body.pagesimple section.slideshow div.caption_content div.container{padding:0px;}

/* FOOTER */
section.footer{font-size:13px;background:var(--main-color);color:#fff;padding:10px;}

/* section.footer_up{padding:0!important;} */
section.footer_up .container{gap:2%!important;}
section.footer_up h1{line-height:1.5;font-size:1.8rem;margin-bottom:0;}
section.footer_up h2{width:fit-content;font-size:1.5rem;margin:0px 0px 15px;line-height:1;color:#fff;}
section.footer_up div.listCategories div{display:grid;}
section.footer_up img{width:9vw;border-radius:0px;margin-bottom:0px;}
section.footer_up a.category_list{display:inline-block;width:fit-content;text-transform:capitalize;}
section.footer_up a:before{content:'';position:absolute;bottom:0px;left:0px;width:0%;height:1px;background:#fff;transition:all.4s;}
section.footer_up a:hover:before{width:100%;transition:all.4s;}
section.footer_down{font-size:1rem;padding:20px 0px;}

/* PAGE CONTENT */ 
section.contentCategory{padding:var(--margin) 0px;}
section.contentCategory p.preview{width:100%;text-align:center;margin-bottom:30px;}
div.captionPage{padding:120px var(--full-padding);display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0px;position:relative;background:rgb(0,0,0,0.5);}
div.captionPage h2{text-align:center;font-size:4rem;margin:0px 0px 10px;color:#fff;}
div.captionPage h3{margin:0px;color:#fff;}

.about img{width:100%!important;padding:0px 220px;background:var(--background);}

/* MAP */
section.map iframe{width:100%;height:450px;border-radius:var(--border-radius);margin-top:20px;background:#fff;padding:5px;}

/* INSTA */
section.insta{min-height:100vh;}
section.insta img{width:auto!important;}

/* PRODUCT PAGE */
.pagination{display:none;}
section.product{padding:var(--margin) 0px;}
section.product div.images{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;width:calc(100% / 2 - 1.5%);overflow:hidden;padding:0px;}
section.product div.images div.main_img{width:100%;border-radius:var(--border-radius);overflow:hidden;}
section.product div.images div.thumb{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:10px;}
section.product div.images div.thumb div.img{display:flex;align-items:center;justify-content:center;background:rgb(0,0,0,0.1);border-radius:var(--border-radius-btn);height:100px;overflow:hidden;}
section.product div.images div.thumb div.img img{width:100%;height:auto;max-height:unset;filter:brightness(0.95);}
section.product div.images img{width:100%;height:auto;max-height:unset;}
section.product div.detail_prod{width:calc(100% / 2 - 1.5%);display:flex;flex-wrap:wrap;}
section.product div.detail_prod div.text{width:100%;text-wrap:pretty;margin-bottom:30px;}
section.product div.detail_prod div.text p:last-child{border-bottom:0px;margin-bottom:0px;padding-bottom:0px;}
section.product div.plus{width:100%;margin-bottom:40px;}
section.product div.plus div.el{display:flex;align-items:center;gap:25px;margin-bottom:25px;}
section.product div.plus div.el:last-child{margin-bottom:0px;margin-bottom:0px;}
section.product div.plus div.el p.title{width:100%;margin-bottom:8px;line-height:1;font-family:var(--font);font-size:1rem;font-weight:400;}
section.product div.plus div.el p.text{width:100%;font-size:1rem;}
section.product div.plus div.el div.img svg{height:55px;fill:var(--main-hover);}
section.product div.actions{display:flex;gap:20px;}
section.product div.actions a.whatsapp{background:#4faf54!important;}
section.product div.actions a.whatsapp i{font-size:1.3rem;}
section.product div.actions a.pdf{display:flex;align-items:center;gap:15px;text-transform:uppercase;font-weight:700;font-size:1rem;line-height:1.3;}
section.product div.actions a.pdf i{display:flex;align-items:center;justify-content:center;font-size:1.4rem;background:var(--main-color);color:#fff;height:45px;aspect-ratio:1/1;border-radius:100%;position:relative;z-index:1;}
section.product div.actions a.pdf i:after{content:'';position:absolute;box-sizing:border-box;top:0px;left:0px;width:100%;height:100%;transform:scale(1.2);border:1px solid var(--main-color);border-radius:100%;z-index:-1;}
section.video div.video{width:100%;display:flex;justify-content:center;flex-wrap:wrap;gap:1%;}
section.video div.video div.el{height:520px;display:flex;align-items:center;width:calc(100% / 2 - 0.5%);overflow:hidden;}
section.video div.video div.el video{width:100%;}
section.productForm{padding:var(--margin) 0px;background:var(--background);}
section.productForm input,section.productForm textarea{background:#fff!important;}

/* CARTPAGE */
div.cart_container div.listing div.delete a{color:#dd0000;font-size:1.2.rem;}
div.cart_side_container div.title{font-size:1.3rem;background:#eeeeee;padding:15px;}
section.cart div.cart_side_container div.listProduct{display:none;}
div.cart_side_container div.listingRight{padding:0px 10px;}
div.cart_side_container div.listProduct div.el img{max-width:100%;}
div.cart_side_container div.listingRight div.subtotal,
div.cart_side_container div.listingRight div.shippingEl{font-size:1.1rem;}
div.cart_side_container div.listingRight div.totalEl{font-size:1.2rem;}
div.cart_side_container div.cta{margin-top:20px;}
div.cart_side_container div.cta a{width:100%;}

/* SUMMARY */
section.summary div.overlay{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.7);position:absolute;top:0px;left:0px;text-align:center;z-index:+100;}
section.summary div.tab div.title{font-size:1.3rem;background:#eeeeee;padding:15px;}
section.summary div.listProduct div.delete{display:none;}

/* LOGIN */
section.login form{max-width:500px;margin:0 auto;}
section.login div.login{background:#eee;}

/* ACCOUNT */
section.account div.side_account a{padding:10px;border-bottom:1px solid #aaa;display:block;}
.deleteAddress{color:#dd0000;}

/* FIXED BTN */
div.whatsapp_button{display:none;}

section.section_buyer h2{font-size:1.3rem;font-weight:300;margin-bottom:10px;}
section.section_buyer div.container{justify-content:space-between;}
section.section_buyer div.buyer_logo{position:relative;max-width:40%;}
section.section_buyer div.buyer_logo:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0px;right:-95px;z-index:+10;background:var(--main-color);transform:skewX(-20deg);}
section.section_buyer div.buyer_logo img{position:relative;z-index:+10;width:auto;height:230px;right:-165px;}
section.section_buyer div.buyer_form{padding:0px;background:none;z-index:+100;margin-top:10px;}
section.section_buyer div.buyer_form div.short_form{padding:0px;background:none;}
section.section_buyer div.buyer_form div.short_form div.el.privacy{width:100%; text-align:center;font-size:13px;margin:0px;}
section.section_buyer div.buyer_form div.short_form div.button{text-align:center;width:100%;}
section.section_buyer div.buyer_form div.short_form div.button button{padding:0px!important;background:none!important;color:var(--main-color)!important}
section.section_buyer div.buyer_form div.side{gap:20px;}
section.section_buyer div.buyer_form input[type="text"],
section.section_buyer div.buyer_form input[type="email"]{padding:5px;border:1px solid #eee;letter-spacing:1px;color:#000;}
section.section_buyer div.buyer_form input[type="text"]::placeholder,
section.section_buyer div.buyer_form input[type="email"]::placeholder{color:#000;}

div.modal_buyer{max-width:40%;padding:20px 50px;background:rgba(255,255,255,0.85);position:relative;top:-60px;}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav{background:none!important;box-shadow:none;}
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav-icon{fill:#000!important;}

.glitched.active{
	-webkit-animation: flicker 2s infinite;
}

@-webkit-keyframes flicker
{
0% {opacity:0;}
9% {opacity:0;}
10% {opacity:.5;}
13% {opacity:0;}
20% {opacity:.5;}
25% {opacity:1;}
}

.bg-noise:before {
	content:"";
	display:block;
	width:100%;
	height:95px;
	/* height:100%;*/
	position:absolute;
	z-index:-1;
	top:0px;
	left:0px;
  background: 
    repeating-radial-gradient(#000 0 0.0001%,#fff 0 0.0002%) 50% 0/2500px 2500px,
    repeating-conic-gradient(#000 0 0.0001%,#fff 0 0.0002%) 60% 60%/2500px 2500px;
  background-blend-mode: difference;
  animation:
    noiseCycle 3s steps(1) infinite,
    noiseMove 10ms linear infinite;
}

@keyframes noiseMove {
  0% {
    background-position: 50% 0, 60% 60%;
  }
  100% {
    background-position: 52% 2%, 58% 62%;
  }
}

@keyframes noiseCycle {
  0%   { opacity: 1; }
  5%  { opacity: 1; }   /* ON breve */
  16%  { opacity: 0; }   /* spegne */
  100% { opacity: 0; }   /* pausa lunga */
}
@keyframes b {
  0% {background-position: 50% 0, 60% 50%;opacity:1;}
  10% {background-position: 50% 0, 60% 50%;opacity:0;}
}

.glitched {
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  position:relative;
  line-height:1;
}

.glitch-window {
  position: absolute;
  top: 0;
  left: -2px;
  width: 100%;
  color: #fb20a0;
  text-shadow: 2px 0 #F9F8F8, -1px 0 var(--main-color), -2px 0 black;
  overflow: hidden;
  animation: crt-me 3000ms infinite steps(2);
}

@keyframes crt-me {
  0% {
    clip: rect(31px, 9999px, 94px, 0);
  }
  10% {
    clip: rect(112px, 9999px, 76px, 0);
  }
  20% {
    clip: rect(85px, 9999px, 77px, 0);
  }
  25% {
    clip: rect(27px, 9999px, 97px, 0);
  }
  30% {
    clip: rect(64px, 9999px, 98px, 0);
  }
  35% {
    clip: rect(61px, 9999px, 85px, 0);
  }
  40% {
    clip: rect(99px, 9999px, 114px, 0);
  }
  45% {
    clip: rect(34px, 9999px, 115px, 0);
  }
  50% {
    clip: rect(98px, 9999px, 129px, 0);
  }
  55% {
    clip: rect(43px, 9999px, 96px, 0);
  }
  60% {
    clip: rect(82px, 9999px, 64px, 0);
  }
  
  100% { clip: rect(82px, 9999px, 64px, 0); }
}


@media screen and (min-width: 700px) and (max-width: 1280px) {
	/* THEME */
	:root {
	  --margin:90px;
	  --full-padding:3%;
	  --page-padding:3%;
	}

	.btn, [type="button"], [type="submit"], a.simple-button-plugin{font-size:0.85rem;padding:15px 25px!important;}
	/* div.logo img{width:14vw;} */
	
	/* section.slide_full{height:90vh;} */
	section.slideshow div.caption h2{font-size:4rem;}
	section.slideshow div.caption p{font-size:1.4rem;}
	
	div.captionPage{padding:18vh var(--full-padding) 12vh;}
	
	section.footer_up h2{font-size:1.2rem;}
	section.footer_up div.column{font-size:0.9rem;}
}

@media screen and (max-width:700px){
	/* THEME */
	:root {
	  --margin:50px;
	  --page-padding:3%;
	  --full-padding:3%;
	}
	
	.flex1{flex:initial;}
	header div.main-head:before{display:none;}
	.btn, [type="button"], [type="submit"], a.simple-button-plugin{font-size:0.85rem;padding:15px 22px!important;}
	
	/* TITLE */
	h2{font-size:2rem;text-align:center;text-wrap:balance;}
	h3{font-size:0.9rem;text-align:center;}
	
	/* LOGO */
	div.logo{width:100%;gap:0px!important;}
	div.logo img{width:30vw;}
	div.logo h2{font-size:1.6rem;}
	
	/* PRODUCT */
	section.product div.container div.column{width:100%;}
	section.product div.images{width:100%;}
	section.product div.images div.img{max-width:unset;}
	section.product div.detail_prod{width:100%;}
	section.product div.detail_prod div.text{text-align:center;}
	section.product div.actions{width:100%;flex-wrap:wrap;justify-content:center;gap:15px;}
	section.product div.actions a.whatsapp i{font-size:1rem;}
	section.product div.actions a.info{width:fit-content;margin:0px auto;}
	section.product div.images div.thumb{gap:5px;}
	section.product div.images div.thumb div.img{height:60px;}
	section.video div.video{gap:10px;}
	section.video div.video div.el{width:100%;height:fit-content;}
	section.product div.plus div.el p.title{margin-bottom:5px;line-height:1.5;}
	
	/* PAGE CONTENT */
	div.captionPage{padding:8vh var(--page-padding);}
	div.captionPage h2{font-size:1.8rem;}
	section.map iframe{height:300px;}
	section.fullcontainer.fullwidth.about div.container div.column{height:initial;}
	
	/* FIXED BTN */
	div.whatsapp_button{display:flex;flex-wrap:wrap;position:fixed;bottom:10px;z-index:99;justify-content:center;width:100%;gap:10px;}
	div.whatsapp_button a.button{display:flex;gap:5px;padding:10px 22px;font-size:1rem;color:#fff;border-radius:40px;line-height:1;}
	div.whatsapp_button a.btn_whatsapp{background:#47A91F;}
	div.whatsapp_button a.btn_tel{background:var(--main-color);}
	div.whatsapp_button a.btn_map{background:var(--main-hover);}
	
	/* FOOTER */
	section.footer_up{text-wrap:balance;}
	section.footer_up .container{gap:var(--margin)!important;}
	section.footer_up img{width:40vw;}
	section.footer_up h2{width:100%;font-size:1.4rem;}
	
	/* CAPTION */
	section.slideshow{background-attachment:initial!important;}
	section.slideshow div.video div.phone{display:none;}
	body.index section.slideshow{height:30vh;display:flex;justify-content:center;}
	section.slide_full div.glide,.glide__slides{height:100%;}
	section.slideshow img{height:100%;width:auto;max-width:unset;top:0px;}
	section.slideshow video{position:relative!important;height:100%;width:auto;max-width:unset;top:50px!important;height:40vh;}
	section.slide_full div.glide ul li{height:100%;display:flex;justify-content:center;}
	section.slideshow div.caption{top:20px;font-size:18vw;}
	section.slideshow div.caption h2{font-size:1.3rem!important;text-align:left;margin-bottom:0px;}
	section.slideshow div.caption p{font-size:1rem;width:100%;display:none;}
	section.slideshow div.scroll{display:none;}
	section.slideshow div.scroll img{height:45px;}
	section.slideshow div.caption div.btn_slide{display:none;}
	
	div.modal_buyer{max-width:90vw;}
	
	section.elfsight{padding:10px 0px!important;}
	section.footer{font-size:9px;}
}