body {font-family: var(--font-primary); font-size: 14px; color: var(--text); overflow-x: hidden; letter-spacing: .2px;}
img:not([src]):not([srcset]) {visibility: hidden;}
.readonly-select {pointer-events: none; background-color: #f0f0f0; color: #888;}

/* botões */
.btn {border-radius: var(--btn-border-radius); padding: 10px 8px; transition: ease all .5s; font-size: 14px;}
.btn-unstyled {border: none; background: initial;}

.btn-primary {background-color: var(--btn-primary); color: #fff; border: 1px solid var(--btn-primary);}
.btn-primary:hover {background-color: var(--btn-primary-hover); border-color: var(--btn-primary-hover); color: #fff;}
.btn-primary:active, .btn-primary:focus {background-color: var(--btn-primary-active) !important; border-color: var(--btn-primary-active) !important; color: #fff !important}
.btn-primary:disabled {opacity: 0.6;}
  
.btn-secondary {background-color: var(--btn-secondary); color: #fff; border: 1px solid var(--btn-secondary);}
.btn-secondary:hover {background-color: var(--btn-secondary-hover); border-color: var(--secondary); color: #fff;}
.btn-secondary:active, .btn-secondary:focus {background-color: var(--btn-secondary-active) !important; border-color: var(--btn-secondary-active) !important; color: #fff !important;}
.btn-secondary:disabled {opacity: 0.6;}
  
.btn-green {background-color: var(--green); color: #fff; border: 1px solid var(--green);}
.btn-green:hover {background-color: var(--green-hover); border-color: var(--green-hover); color: #fff;}
.btn-green:active, .btn-green:focus {background-color: var(--green-active) !important; border: 1px solid var(--green-active) !important; color: #fff !important;}
.btn-green:disabled {opacity: 0.6;}

.btn-gray {background-color: var(--gray-light); color: #000; border: 1px solid var(--gray-light);}
.btn-gray:hover {background-color: var(--gray-light-hover); border-color: var(--gray-light-hover); color: #000;}
.btn-gray:active, .btn-gray:focus {background-color: var(--gray-light-active) !important; border: 1px solid var(--gray-light-active) !important;}
.btn-gray:disabled {opacity: 0.6;}

.btn-read-more {padding: 8px 16px; border: 2px solid #9A9998; color: #9A9998; background: #fff; border-radius: 4px; font-weight: 700;}

.product-list-link a {padding: 8px 16px; border: 2px solid var(--secondary); font-weight: 700; font-size: 12px; text-transform: uppercase; border-radius: 2px; transition: ease all .5s;}
.product-list-link a:hover {background: var(--secondary); color: #fff;}
.product-list-link a i {display: none;}

/* @media (max-width: 991px) {
	.btn {font-size: 14px;}
} */
/* botões */

/* backgrounds */
.bg-primary {background-color: var(--primary)}
.bg-secondary {background-color: var(--secondary);}
.bg-green {background-color: var(--green);}
.bg-gray {background-color: var(--gray);}
/* backgrounds */

/* colors */
.color-primary {color: var(--primary)}
.color-secondary {color: var(--secondary);}
.color-green {color: var(--green);}
.color-gray {color: var(--gray);}
/* colors */

/* utils */
.transition {-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}
.text-right {text-align: right;}
.flex-1 {flex: 1;}
.flex-2 {flex: 2;}
.flex-3 {flex: 3;}
.img-responsive {max-width: 100%;}
@media (min-width: 992px) {
	.flex-lg-1 {flex: 1;}
}
/* utils */

/* scrollbar */
::-webkit-scrollbar {width: 8px;}
::-webkit-scrollbar-thumb {background-color: #555;border-radius: 4px;}
::-webkit-scrollbar-track {background-color: #f1f1f1;}
/* scrollbar */

/* containers */
@media (min-width: 992px) {
	.container {max-width: var(--container-xxl, 1420px); padding: 0 40px;}
}
.container-small {max-width: var(--container-small);}
@media (min-width: 2000px) {
	.container {max-width: 1920px;}
}
/* containers */

.breadcrumb{padding: 12px 0; margin: 0;}
@media (max-width: 991px) {
	.breadcrumb {font-size: 12px;}
}

/* setas */

/* padrão */
.swiper-pagination-bullet-active {background: var(--primary);}
.swiper-button-disabled {opacity: .6;}
.vowt-pagination {position: absolute; z-index: 100; bottom: 0; display: flex; justify-content: center;}
.swiper-pagination-bullet-active {background: var(--primary);}
/* padrão */

.vowt-prev, .vowt-next {position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;}
.vowt-prev {left: 0;}
.vowt-next {right: 0;}
.vowt-prev i, .vowt-next i {color: var(--primary); display: flex; font-size: 20px}
@media (max-width: 991px) {
	.vowt-prev i, .vowt-next i {font-size: 16px;}
}

/* setas com container */
.container-arrow {display: flex; justify-content: center; align-items: center; background: var(--secondary); width: 30px; height: 30px; border-radius: 50%; transition: ease all .5s;}
.container-arrow:hover {background: var(--secondary-hover);}
.container-arrow i {color: #fff; font-size: 14px;}
.swiper-button-disabled .container-arrow:hover {background-color: var(--secondary-active)}
/* setas com container */

/* setas centralizadas */
.vowt-prev.arrow-center, .vowt-next.arrow-center {position: relative; top: auto; transform: none;}
/* setas centralizadas */

/* slideshow */
.container-arrows-banner-pro .vowt-prev {left: 10px;}
.container-arrows-banner-pro .vowt-next {right: 10px;}
/* slideshow */
@media (max-width: 991px) {
}
/* setas */

/* lista de produtos */
.product-tabs .nav-tabs {justify-content: center; border: none; margin-bottom: 40px;}
.product-tabs .nav-link {border: none; font-family: var(--font-secondary); font-size: 20px; font-weight: 700; text-transform: uppercase;}
.product-tabs .nav-link:hover {color: var(--text);}
.product-tabs .nav-link.active { border-bottom: 2px solid var(--primary); color: var(--primary);}
@media (max-width: 991px) {
	.product-tabs .nav-tabs {margin-bottom: 12px;}
	.product-tabs .nav-link {font-size: 10px; padding: 4px 8px;}
}

.product-list-carousel .vowt-prev, .product-related .vowt-prev {left: -5px;}
.product-list-carousel .vowt-next, .product-related .vowt-next {right: -5px;}
.product-list .product-list-link {font-size: 12px; display: flex; justify-content: center; margin-top: 40px;}
.product-list .product-list-link i {color: var(--primary);}
.product-list-carousel-bg {background: var(--primary); padding: 24px 0;}
.product-list-carousel-bg .heading-title {color: #fff;}
@media (max-width: 991px) {
	/* .product-list-carousel .swiper-slide {width: 70%;} */
	.product-list-carousel .vowt-prev, .product-list-carousel .vowt-next {display: none;}
}
@media (min-width: 992px) {
	.product-list-carousel-overflow {overflow: visible;}
	.product-list-carousel-wrapper {position: relative;}

    .product-list-carousel-wrapper .swiper {overflow: visible;}
}
/* lista de produtos */

.bi-star {color: #aaa;}
.bi-star-fill {color: #ffbf00;}

/* home */
#common-home #content {display: flex; flex-direction: column; gap: var(--spacing-sections-home); overflow-x: hidden;}
.banners-block img {border-radius: 8px;}
.content-html .feed-instagram {background: #fafafa; padding-top: 20px; margin-bottom: -24px;}
.content-html .feed-instagram i {font-size: 24px; color: var(--primary);}
.content-html .feed-instagram h2 {margin: 0;}

/* títulos de seções */
.heading-title {font-size: 20px; font-weight: 700; color: var(--secondary); font-family: var(--font-secondary); text-align: center; margin-bottom: 12px; text-transform: uppercase;}
.container-heading-title {display: flex; justify-content: center;}
.container-heading-title .heading-title {border-bottom: 2px solid; padding: 12px 20px; margin-bottom: 40px;}
.heading-title-products {margin: 0;}
@media (max-width: 991px) {
	.heading-title {font-size: 16px;}
}
/* títulos de seções */
/* home */


/* filtros categoria */
.smart-filter-all h3 {font-size: 14px; margin: 0;}

/* preco */
.smart-filter-all #slider-range {border: none; background: #eee; height: 3px;}
.smart-filter-all #slider-range span {border-radius: 100px; background: var(--secondary); border-color: var(--secondary); top: -6px;}
.smart-filter-all #slider-range .ui-slider-range {background: var(--secondary);}
.smart-filter-all #price-min-slider, .smart-filter-all #price-max-slider {font-size: 14px; padding: 12px; background: #f7f7f7; }
/* preco */

/* opções do filtro */
.smart-filter-all .accordion-item {border: none; border-radius: 0; border-bottom: 1px solid #F5F3EF; }
.smart-filter-all .accordion-button {padding: 24px 0; font-weight: 600; color: #201E1D;}
.smart-filter-all .accordion-button::after {width: 14px; height: 14px; background-size: auto;}
.smart-filter-all .accordion-body {padding: 0;}

.smart-filter-all .box .box-body {display: flex; flex-direction: column; gap: 8px;}

.smart-filter-all .box-body label:last-child {margin-bottom: 16px;}
.smart-filter-all label {display: flex; align-items: center; gap: 16px; font-size: 16px; font-weight: 600;}
.smart-filter-all label input {position: relative; margin: 0; appearance: none;}
.smart-filter-all label input:checked::after {content: ''; position: absolute; left: 8px; top: 4px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0;transform: rotate(45deg);}
.smart-filter-all label input:checked::before {border-color: var(--primary); background: var(--primary);}
.smart-filter-all label input::before {content: ''; display: block; width: 22px; height: 22px; border: 2px solid #333; border-radius: 4px; background-color: transparent;}
/* opções do filtro */

/* buscador */
.smart-filter-all .input-search, .smart-filter-all .input-search:focus-visible {border: none !important; outline: none !important; width: 100%;}
.smart-filter-all .container-filter-search {width: 100%; border: 1px solid #EDEDED; padding: 6px; border-radius: 4px;}
/* buscador */

.buttons.clearfix {margin-bottom: 12px;}
/* filtros categoria */

/* categoria */
#product-category h1, #product-smart-filter h1 {font-size: 24px; font-weight: 700; font-family: var(--font-secondary); text-transform: uppercase;}
.category-description {color: #9A9998; line-height: 150%; text-align: center;}
.container-description {border-bottom: 1px solid #D9D9D9;}
.category-description h3 {color: #201E1D; font-size: 16px;}
.text-overflow {max-height: 88px; overflow: hidden;}
@media (max-width: 991px) {
	.img-category {max-width: inherit;}
}

.categories-lateral {border: 1px solid #ddd; padding: 18px; border-radius: 8px;}
.categories-lateral h3 {font-size: 18px; text-transform: uppercase; color: var(--primary); border-bottom: 1px solid #eee; padding-bottom: 12px; margin-bottom: 12px;}
.categories-lateral a {font-size: 16px;}

/* #product-toolbar {margin: 12px 0 8px;} */
#product-toolbar label {margin: 0; line-height: normal; padding: 8px 12px; background: transparent; border: none;}
#product-toolbar button {padding: 6px 10px; }
#product-toolbar button.active {background: #eaeaea; border-color: #eaeaea;}
#product-toolbar .nice-select {height: auto; line-height: normal; display: flex; align-items: center; background: #F4F3F3; border-radius: 0; border-radius: 4px; border: none; padding: 12px 44px 12px 24px;}
#product-toolbar .nice-select::after {right: 24px;}
/* categoria */

/* inputs */
.input-container {border: solid 1px var(--gray); font-size: 14px; display: flex; border-radius: var(--input-border-radius);}
.input-container:has(input:focus) {border: 1px solid var(--primary);}
.input-container input {border: none !important;}
/* inputs */

/* default */
hr {border-color: #D9D9D9;}
h1,h2,h3,h4,h5 {padding: 0; margin: 0;}
p {margin: 0;}
h1 span, h2 span {color: var(--primary);}
a {text-decoration: none; color: var(--text);}
input:focus {outline: none;}
input {border: none;}
label {font-size: 13px; margin-bottom: 6px;}
input:-webkit-autofill, input:-webkit-autofill:hover,  input:-webkit-autofill:focus,  input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 30px #fff inset !important; transition: none;}
input:focus-visible {outline: none;}
.nav-link.active {background-color: var(--primary); color: #fff;}
.nav-link {font-size: 1rem; border-radius: 0; color: var(--text);}
.page-link {border-color: transparent; border-radius: 50%; color: var(--gray-hover);}
.page-item.active .page-link {background-color: var(--primary); color: #fff; border-color: var(--primary);}
.accordion-button:focus {box-shadow: none;}
.accordion-button:not(.collapsed) {box-shadow: none; background: none;}
/* default */

/*Remove Bootstrap */
.form-control{border: solid 1px var(--gray); height: 50px; font-size: 14px;}
.form-control:focus{box-shadow: none; border-color: var(--primary);}
.form-group{margin-bottom: 10px;}
.form-control-line{border: none; background: transparent; border-bottom: solid 1px var(--gray); border-radius: 0;}
.form-control-line.form-control-line-dark{color: #fff;}
.form-control-line.form-control-line-dark::placeholder{color: #fff;}
.form-control-line.form-control-line-dark:focus{background-color: transparent;}
/*Remove Bootstrap */