nav.navbar {
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
}
.item-product .product-item-image {
    object-fit: contain !important;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    transition: transform .4s ease;
}
.item-image img {
    height: 100%;
    max-height: 1200px;
    width: auto;
}
small {
	font-size: 0.75rem;
}
.wrap-products .item-product {
    border: 1px solid #000;
    box-sizing: border-box;
    margin: 0 !important;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all .3s ease;
    height: 100%;
}
.form-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: top;
}
.card {
    --bs-card-inner-border-radius: none;
    --bs-card-bg: transparent;
    background-color: transparent;
    border: none;
}

.policies h1 {
	font-weight: 700 !important;
	margin-bottom: 1rem !important;
}
.policies h2 {
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}
.policies p, .policies li {
	--bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}

/* =====================================================
   FANLINE - CARRINHO NO HEADER
   ===================================================== */
.cart-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}
.cart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
#moderncart-floating-cart {
    display: none !important;
}

.thumb-product, .single-thumb-product {
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.thumb-product img, .single-thumb-product img {
    height: 100% !important;
    max-height: 1200px;
    width: auto;
    transition: all .3s ease;
	object-fit: cover;
	position: absolute;
	inset: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.thumb-product:hover img {
	transform: translateX(-50%) scale(1.04) !important;
}
.products .card-title {
	display: -webkit-box;
	max-width: 400px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.thumb-product:hover img.primary-img, .thumb-product img.secondary-img {
    opacity: 0;
    transition-delay: .05s;
}
.thumb-product:hover img.secondary-img {
	opacity: 1;
}

@media (min-width: 768px) {
    .product-thumbs-container {
        width: 120px;
    }
}
#single-product .controls {
	height: 100%;
	max-height: 866.8px;
	overflow-y: auto;
}
.category-prev, .category-next{
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 10px;
}
.col-swiper {
    min-width: 0;
}
.swiper-button-disabled {
	pointer-events: none;
	opacity: .5;
}
.pagination {
    --bs-pagination-color: #111;
    --bs-pagination-hover-color: #111;
    --bs-pagination-hover-border-color: #111;
    --bs-pagination-focus-color: #111;
    --bs-pagination-active-bg: #111;
    --bs-pagination-active-border-color: #111;
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(17, 17, 17, 0.25);
}
.gallery-group figure {
	cursor: pointer;
}
@media (min-width: 768px) {
    .font-md-big {
        font-size: 18px !important;
    }
}
.product-thumbs .swiper-slide, .productThumbs .swiper-slide {
    cursor:pointer;
    opacity:.5;
    height:auto !important;
}
.product-thumbs .swiper-slide-thumb-active, .productThumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.product-thumbs {
    width: 90px;
    max-height: 466px;
}
.productThumbs {
    width: 160px;
}
@media (max-width:767px){
    .product-thumbs, .productThumbs {
        width: 100%;
        height: 166px !important;
        margin-top: 1rem;
    }
}

.product-content .accordion-button::after {
	background-size: 14px;
}
.product-content .accordion-button {
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}
.product-content .accordion-body {
	font-size: 0.9rem;
	opacity: 0.85;
	line-height: 1.6;
}
.product-content .accordion-body ul {
	padding-left: 1.2rem;
}
.product-content .accordion-body li {
	margin-bottom: 5px;
}

.navbar {
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.navbar-scrolled {
	background-color: #fff !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}