@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Gabriela&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
	--primary: #77cc33;
    --primary-hover: #62a82a;
    --primary-active: #569227;
    --secondary: #1b3719;
    --secondary-hover: #376c34;
    --secondary-active: #559451;
    --header-topbar-text-color: #000;
    --header-topbar-icon-color: #000;
	--header-search-background-color: #f5f5f5;
	--header-menu-text-height: 45px;
	--header-menu-color-text: #202020;
    --font-primary: 'Lato', sans-serif;
	--footer-border-color: #eee;
	--footer-color-text: var(--text);
	--text: #282828;
	--btn-product-thumb: #0dac61;
	--btn-product-thumb-hover:var(--secondary-hover);
	--btn-add-cart-hover: var(--primary-hover);
	--btn-add-cart: var(--primary);
	--container-xxl: 1360px;
	--logo-max-height: 110px;
	@media (max-width: 991px) {
		--logo-max-height: 25px;
	}
}

.heading-title {font-weight: 600; color: #1e1e1e; margin-bottom: 12px;}
.top-bar{background: none!important;padding: 0!important;}
.header-wrapper {gap: 36px; padding: 0; justify-content: space-between; align-items: center;}
#header .logo {height: 70px;margin: 15px;}
.header-wrapper .search {width: 100%; border: 1px solid var(#f5f5f5);}
.header-wrapper .search input {font-size: 12px; padding: 20px;}
.header-wrapper .search .btn {padding: 14px 20px;}
.header-wrapper .search svg {width: 16px; height: 16px;}
.header-search svg {fill: #000;}
.header-info-label {font-size: 13px;}
.header-info-text {font-weight: 600; font-size: 13px;}

/* Banner Topo */
@media (max-width: 767.98px) {
  .banners-barra-topo .marquee__item {
    max-width: none !important;
    height: 30px;
    width: auto;
    display: block;
  }

  .banners-barra-topo .marquee {
    overflow: hidden;
    position: relative;
  }

  .banners-barra-topo .marquee__track {
    display: flex;
    width: fit-content;
    animation: marquee-scroll 35s linear infinite;
  }

  .banners-barra-topo .marquee__group {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
    align-items: center;
    padding-right: 16px;
  }

  @keyframes marquee-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
}
/* Banner Topo */


.header-bottom {
    border-top: none;
}
.menu-advanced .item-nivel-1 .item-nivel-1-text {font-weight: 600; padding: 0 20px;}
.menu-advanced .with-child i.bi-chevron-down {font-size: 12px;}
.menu-advanced .all-categories .submenu-column {padding: 0; min-height: 420px; width: fit-content;}
.menu-advanced .title-principal {display: none;}
.menu-advanced .all-categories .categories-list {row-gap: 4px; min-height: 420px; max-width: min-content; direction: rtl;}
.menu-advanced .all-categories .all-categories-submenu {position: absolute; left: 80%; width: 100%; background: #fff; top: 0; padding: 20px; opacity: 0; visibility: hidden;  box-shadow: rgb(0 0 0 / .08) 0 10px 24px; height: 100%; width: calc(1320px - 250px); margin-top: 0;}
.menu-advanced .menu-advanced-see-all {display: none !important;}
.menu-advanced .item-nivel-2 {width: 250px; direction: ltr;}
.menu-advanced .item-nivel-2 > a {width: auto;}
.menu-advanced .all-categories .item-nivel-2 > a {font-size: 14px; justify-content: space-between; display: flex; align-items: center; gap: 12px; text-wrap: auto; padding: 10px 16px 10px 26px; border-bottom: 1px solid #eee;}
.menu-advanced .all-categories .category-item i {display: flex;}
.menu-advanced .all-categories .all-categories-submenu .all-categories-submenu-header {padding: 10px 0; border-bottom: 1px solid #eee; margin-bottom: 10px;}
.menu-advanced .all-categories .all-categories-title {display: block;}
.menu-advanced .all-categories .all-categories-submenu-items {max-height: 320px; gap: 16px; column-gap: 70px; overflow: auto; padding-right: 20px;}
.menu-advanced .all-categories-lista-nivel-2 > a {font-size: 14px;}
.item-nivel-1-text .submenu-column {padding: 20px;}
.menu-advanced .lista-nivel-2 {column-gap: 70px !important; flex-wrap: nowrap; font-size: 15px; flex: 1; gap: 16px;}

.slideshow .container-arrow {background: transparent; border: none;}

.promotional-bar .block {flex-direction: column; align-items: center;}
.promotional-bar .block-text {text-align: center;}
.promotional-bar .title {font-weight: 600;}

.carousel-categories .bg-item-category {display: none;}
.carousel-categories .wrapper-bg-image {width: 100%; height: 220px; overflow: visible;}
.carousel-categories a:hover .wrapper-bg-image img {width: auto; height: auto; max-width: 100%; max-height: 100%; object-position: center; object-fit: contain;}
.carousel-categories .carousel-categories-title {font-size: 18px; color: #000; margin-top: calc(var(--spacing-sections-home) * -1); line-height: 1.3;}

.product-list-description {display: none;}
.product-list-content .heading-title:after {content: ""; width: 80px; height: 3px; background: var(--primary); border-radius: 50px; display: table; margin: 6px 0 12px;}
.product-list-content .heading-title {justify-items: center;}
.product-thumb {margin: 8px 6px 4px; border-color: #eee; border-radius: var(--border-radius-default); transition: alll ease .5s; padding: 8px;}
.product-thumb-center {margin-top: 31px; margin-bottom: 31px;}
.product-thumb:hover .product-thumb-center {margin-top: 0; margin-bottom: 0;}
.product-thumb-title {font-weight: 400; margin-bottom: 10px; margin-top: 6px; line-height: 20px; text-align: center; min-height: 40px;}
.product-thumb .product-price-current {justify-content: center;}
.product-thumb .product-price-value {color: #000; font-weight: 400;}
.product-thumb .product-pix {background: none; border: none; margin-bottom: 10px; gap: 4px; padding: 0; order: -1; margin-top: 0;}
.product-thumb .product-pix-icon {display: none;}
.product-thumb .product-pix-value {color: var(--primary); font-size: 21px; font-weight: 600;}
.product-thumb .product-pix-text {color: var(--text);}
.product-thumb .product-short-installments {color: #636363; text-align: center;}
.product-thumb .wishlist {display: flex;}

/* .product-thumb .product-thumb-bottom {margin-top: -44px;} */
.product-thumb .product-thumb-buttons {opacity: 0; position: absolute; width: 100%; left: 0; padding: 0 8px; transition: ease all .5s; margin-bottom: 8px;}
.product-thumb .btn-product-thumb {padding: 10px; border: 1px solid var(--btn-primary);}
.product-thumb:hover .product-thumb-buttons {opacity: 1; margin-bottom: 0;}
.product-thumb:hover {padding-bottom: 52px; margin-bottom: 0; border-color: #bbb;}
.product-thumb .btn-product-thumb {font-size: 13px; border-color: #00a859;}
.product-thumb .btn-product-thumb:hover {border-color: var(--secondary-hover);}

.product-list-carousel .vowt-prev {left: -12px;}
.product-list-carousel .vowt-next {right: -13px;}
.product-list-carousel .container-arrow {background: #f2f0f4; border: none;}
.product-list-carousel .container-arrow i {color: var(--secondary);}

/* PÁGINA INTERNA */
#product-product .breadcrumb-wrapper {display: none;}
#product-product .promotional-bar {padding: 24px 0; background: #f1f1f1; margin-bottom: var(--spacing-sections-home);}
#product-product .promotional-bar .block {flex-direction: row;}
#product-product .promotional-bar .block-text {text-align: start;}

.product-flex-images .swiper-slide {filter: none;}
.product-flex-images .thumbs-ratio-default {border: 2px solid #eee; border-radius: 6px; max-width: 100%;}
.swiper-product-thumbs .swiper-slide-thumb-active img {border-color: #adadad;}

.btn.btn-product-wishlist {display: none;}
#product h1 {font-weight: 500; line-height: 135%;}
.product-infos {display: flex; margin-top: calc(-.8 * var(--spacing-product-column-right)); gap: 16px; font-size: 14px; flex-wrap: wrap;}
.product-infos .product-info.product-info-sku {color: #aaa; font-weight: 400;}
.product-infos .product-info-label {font-weight: 700;}

.product-price .product-price-value {font-weight: 500;}
.product-price .product-short-installments {color: var(--text);}
.product-price .product-pix {padding: 8px 38px 8px 12px; width: fit-content;}
.product-price .product-pix-value {color: var(--primary); font-size: 26px; font-weight: 500;}
.product-price .product-pix-text {font-size: 12px;}
#product .shipping-simulator .btn-shipping-simulator {background: #e4e4e4; color: #000;}

#warranty-customer {margin-top: var(--spacing-sections-home); background: var(--secondary) !important;}

@media (max-width: 991px) {
	.promotional-bar .block {flex-direction: row;}
	.promotional-bar .block-text {text-align: start;}
	.product-thumb .product-thumb-buttons {opacity: 1;}
	.banners-home .banners-home-gx {gap: 8px;}
	.product-thumb .product-thumb-buttons {margin-top: 0; position: relative;}
	.menu-advanced-mobile .menu-title {font-size: 18px; font-weight: 500;}
	.menu-advanced-mobile .accordion-item {border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);}
	.menu-advanced-mobile .accordion-header {padding: 10px 0;}
	.menu-advanced-mobile .accordion-header a, .menu-advanced-mobile .accordion-header .accordion-button {font-size: 15px; font-weight: 500;}
	.menu-advanced-mobile .accordion-body {padding: 8px 12px; background: #f1f1f1;}
	.menu-advanced .item-nivel-2 > a {font-weight: 700; color: var(--text);}
	.product-price .product-pix-value {font-size: 24px;}
}