
:root { 
	/* cores */
    --primary: #0D0D0C;
    --primary-hover: #181816;
    --primary-active: #242423;
	--secondary: #efb810;
    --secondary-hover: #dfae1d;
    --secondary-active: #bd9c3a;
    --green:#018d12;
	--green-hover: #01a114;
	--green-active: #0b6f17;
	/* cores */

	/* header */
	--header-topbar-background-color: #fafafa;
	--header-topbar-text-color: #000;
	--header-topbar-icon-color: #fafafa;
	--header-background-color: #fff;
	--header-svg-color: var(--text);
	/* header */
	
	/* geral */
    --logo-max-height: 50px;
	@media (max-width: 991px) {
		--spacing-sections-home: 40px;
		--footer-space: 56px;
	}
	/* geral */
}
/* Top-bar */
.coupon-bar {padding: 0 !important; margin-top: 0 !important;}
#coupon-copy {background: #efb810 !important;}

/* Header  */
.header-wrapper {padding: 28px 0;}

/* Barra Promocional - Marquee */
.top-bar-marquee {margin-top: -42px; background: #000; padding: 10px;}
#top-bar-marquee .swiper-slide-content {font-size: 16px;}

#marquee {font-size: 130px; font-weight: 300; overflow: hidden;}
#marquee .swiper-wrapper {transition-timing-function: linear !important;}
#marquee .swiper-slide {display: flex; width: auto !important}
#marquee .swiper-slide-content {position: relative; display: flex;}
#marquee .swiper-slide-content:after {content: '•'; margin: auto 100px;}

/* Categoria destaque */
.carousel-categories-desktop .carousel-categories-title {font-size: 30px; background:linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0));}
.btn-white {margin-top: 57px;}
.btn-white:hover {background: var(--secondary-hover); border: 1px solid var(--secondary-hover);}

/* Produto */
.product-thumb .variations {display: none;}

#marquee .swiper-slide-content {color: #000;}

#embaixadores { padding: 16px 0; }
#embaixadores .heading-title { font-size: 40px; }
#embaixadores .swiper-slide {position: relative; overflow: hidden; border-radius: 8px;}
#embaixadores .swiper-slide a {display:block; position:relative; text-decoration:none; color:inherit;}
#embaixadores .swiper-slide img {display:block; width:100%; height:100%; object-fit: cover; aspect-ratio: 4 / 5;}
#embaixadores .nome {position:absolute; z-index:1; left:0; right:0; bottom: 159px; padding:10px 12px; font-size:18px; font-weight:700; letter-spacing:-0.5px; color:#fff; background:linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0)); opacity:0; transform:translateY(8px); transition:opacity .25s ease, transform .25s ease; pointer-events:none;text-align:center;}
@media (hover: hover){
#embaixadores .swiper-slide:hover .nome, #embaixadores .swiper-slide:focus-within .nome { opacity:1; transform:translateY(0);}
}

/* Footer  */
footer .informations {margin-top: 15px;}
footer .footer-seals-payment-methods img {filter: none;}

/* PÁGINA INTERNA  */
/* Produto */
.variations .variant-button {width: 40px; height: 40px;}

/* MOBILE  */
 @media (max-width: 991px){
    #embaixadores .heading-title { font-size:28px; }
	#embaixadores .nome {opacity:1; transform:none; font-size:16px; padding:8px 10px; background:linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,0));}

	#marquee {font-size: 80px;}
	#marquee .swiper-slide-content:after {margin: auto 60px;}
  }