/* @import url('../assets/fonts/Aileron/stylesheet.css?v=1'); */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
:root { 
	/* cores */
    --secondary: #eae401;
    --secondary-hover: #cfc909;
    --secondary-active: #bdb708;
	/* cores */

	/* header */
	--header-topbar-background-color: var(--primary);
	--header-background-color: #0c0c0c;
	--header-color-text: #fff;
	--header-svg-color: #fff;
	--header-menu-text-height: 54px;
	/* header */

	/* fontes */
    --font-primary: 'Rubik', sans-serif;
    --font-secondary: 'Mulish', sans-serif;
	/* fontes */
	
	/* geral */
    --logo-max-height: 100px;
	@media (max-width: 991px) {
		--logo-max-height: 70px;
	}
	/* geral */
}

/* ESTILO GERAL DA LOJA */

/* header */
.top-bar {text-transform: uppercase; background: #141414;}
.header-wrapper {padding: 10px 0;}
.header-info {color: var(--header-color-text);}
#header .header-bottom {background: #e7e6e6;}
.header-wrapper .header-left {justify-content: center;}

/* buscador */
.header-wrapper .header_search {max-width: 250px;}
.header-wrapper .search {display: flex; border-bottom: none; border: 1px solid #DBD8D7; border-radius: 100px; background: #e7e6e6;}
.header-wrapper .search:focus-within {border-color: #999;}
.header-wrapper .search input {width: 100%; display: flex; background: none; padding-left: 16px; font-size: 12px;}
.header-wrapper .search .btn {padding: 8px 16px; display: flex;}
.header-wrapper .search svg {fill: #000;}
.header-wrapper .header-account-desktop .dropdown-santstyle__content {color: #000;}
.header-wrapper .header-account-desktop .dropdown-santstyle__content svg {fill: #000;}
/* buscador */

/* menu */
.menu-advanced .all-categories .categories-list {flex-direction: row; row-gap: 60px; max-width: var(--container-small); margin: auto;}
.menu-advanced .all-categories .title-principal {display: none;}
.menu-advanced .item-nivel-1.all-categories {position: inherit;}
.menu-advanced .all-categories .submenu-column {width: 100%;}
.menu-advanced .all-categories-lista-nivel-2 > a {font-weight: 400;}
.menu-advanced .all-categories .category-item {flex: none;}
.menu-advanced .all-categories-lista-nivel-3 li > a {padding: 0; border: none;}
.menu-advanced .all-categories-lista-nivel-3 {margin-left: 8px;}
.menu-advanced .all-categories .all-categories-submenu-items {gap: 12px;}
.menu-advanced .all-categories .all-categories-submenu {width: 100%;}
.menu-advanced .submenu-column .title-principal {color: #000;}
.menu-advanced .item-nivel-2 > a {color: #000;}
.menu-advanced .item-nivel-2 > a:hover {color: #353535;}


.menu-advanced .lista-nivel-3 {margin-top: 0;}
/* menu */

/* header */

#coupon-copy {background: #098701 !important;}

.carousel-categories {margin: 24px 0 calc(var(--spacing-sections-home) * -1 + 16px);}
.carousel-categories img {border-radius: 50%;}
.carousel-categories .swiper-slide {display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;}
/* .carousel-categories .swiper-wrapper {justify-content: center;} */
.carousel-categories .carousel-categories-title {font-size: 20px; font-weight: 500;}
.product-tabs .nav-tabs {border-bottom: none;}
.product-tabs .nav-item {background: #fafafa;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {background: #0c0c0c; color: #fff !important;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {color: #000;}


#marquee {font-size: 123px; 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;}

/* lista de produtos */
.product-list .product-list-link {font-weight: 300;}
.heading-title-wrapper {margin-bottom: 5px;}
#title-link {gap: 25px !important;}

/* product thumb */
.product-thumb {border: 1px solid #DAD7D7; border-radius: 16px; transition: ease border-color .5s; padding: 13px;}
.product-thumb:hover {border-color: #909090;}
.product-thumb .product-thumb-top {overflow: hidden; border-radius: 16px 16px 0 0;}
.product-thumb img {height: 535px; object-fit: cover;}
.product-thumb .variations {display: none;}
.product-thumb-title {font-weight: 500; font-size: 16px; -webkit-line-clamp: 2; margin-bottom: 12px;}
.product-thumb .product-price-wrapper {gap: 4px; margin-bottom: 4px; min-height: 29px;}
.product-thumb .product-tag {display: block; padding: 3px 8px; line-height: 38px; padding-left: 15px; position: absolute; left: -6px; top: 30px; background: var(--primary); z-index: 3; color: #fff; font-weight: 500; font-size: 14px;}
.produt-thumb .product-tag::before {content: ''; position: absolute; height: 0; width: 0; top: -8.5px; left: 0; border-bottom: 9px solid black; border-left: 6px solid transparent;}
.product-thumb .product-tag::after {content: ''; position: absolute; height: 0; width: 0; right: -14.5px; border-top: 19px solid transparent; border-bottom: 19px solid transparent; border-left: 15px solid var(--primary);}
.product-thumb .price {font-weight: 400;}
.product-thumb .product-price-current {gap: 8px; row-gap: 4px; flex-wrap: wrap; align-items: center;}
.product-thumb .product-price-value {color: #22b206; font-size: 24px; font-weight: 700; letter-spacing: -0.48px;}
.product-thumb .product-price-old-value {color: var(--text-gray);}
.product-thumb .installment {font-weight: 300;}
.product-thumb .product-short-installments {font-size: 14px;}
.product-thumb .product-thumb-bottom {display: block; padding: 22px 4px 13px 4px;}
.product-thumb .product-thumb-buttons {display: flex; gap: 8px;}
.product-thumb .btn-product-thumb {padding: 16px; font-size: 16px; text-transform: uppercase; letter-spacing: -0.32px; flex: 1; border-radius: 8px; font-weight: 700;}
.product-thumb-input-quantity {display: none;}
/* product thumb */
/* lista de produtos */

.heading-title {font-weight: 300; font-size: 35px;}

/* setas */
.vowt-next {right: -65px;}
.vowt-prev {left: -65px;}
/* setas */

/* Depoimentos */
#depoiments .depoiments-thumb .depoiment-container-star {display: block !important; display: flex !important;}

/* video descrição */
.video-descricao {display: flex; padding: 0 228px; align-items: center; gap: 80px; align-self: stretch;}
	.video-descricao .video video { aspect-ratio: 16/9; border-radius:24px;}
	.video-descricao .descricao {display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 40px; flex: 1 0 0;}
	.video-descricao .descricao .descricao-title { color: #3B403C; font-family: var(--font-primary); font-size: 32px; font-style: normal; font-weight: 500; line-height: normal; letter-spacing: -0.64px;}
	.video-descricao .descricao .descricao-text {color: #3B403C; font-family: var(--font-secondary); font-size: 13px; font-style: normal; font-weight: 400; line-height: 175%;}
	.video-descricao .descricao .btn {display: flex; padding: 12px 24px; justify-content: center; align-items: center; gap: 8px; border-radius: 40px; border: 1px solid #3B403C;}

/* footer */
footer .container.container-small .row > .col:first-child {display: none;}

footer .footer-seals .d-none {display: block !important;}

.header-info svg, .header-info svg path {fill: #000000;}

/* footer */

/* PÁGINA INTERNA */

/* Produto */
.product-price .product-pix-value {font-weight: 400;}

/* MOBILE  */
@media (max-width: 991px) {
.vowt-next {right: 0px;}
.vowt-prev {left: 0px;}

.carousel-categories .carousel-categories-title {font-size: 13px; font-weight: 400px;}
.carousel-categories .swiper-wrapper {justify-content: space-between;}
.nav-link.active.heading-title {font-size: 21px;}
.nav-link.heading-title {font-size: 21px;}

#marquee {font-size: 80px;}
#marquee .swiper-slide-content:after {margin: auto 60px;}

.product-thumb img {height: 300px;}

.video-descricao {flex-direction: column; padding: 0 16px; gap: 24px;}
.video-descricao .video video {width: 100%;}
.video-descricao .descricao .descricao-title {font-size: 24px;}
.video-descricao .descricao .descricao-text {font-size: 14px;}

footer .container.container-small > .row.row-cols-lg-5 {display: flex !important; flex-wrap: wrap !important; margin-left: -var(--bs-gutter-x) !important;}
footer .container.container-small > .row.row-cols-lg-5 > .col {flex: 0 0 25% !important; max-width: 25% !important;}

}
@media (min-width: 1200px) {
	.carousel-categories .swiper {width: 100%; max-width: 1100px; margin: 0 auto;}
}