/*
Theme Name: CMS - Manu & Cia 
Template: cms-principal
Author: Retina Web - Jeferson Dias
Author URI: https://retinaweb.com.br/
Description: Tema feito pela Retina Web para a 
*/

/* Setup */

:root {
    --color-blue: #1A314F;
    --color-light-brown: #E79717;
    --color-orange: #E48837;
    --color-grey: #C6C6C6;
    --color-light-grey: #F5F5F5;
    --color-dark-brown: #512003;
    --color-green: #06EB0E;
    --color-green-2: #07A414;
    --color-bright: #ffffff;
    --color-gradient-1: linear-gradient(90deg, var(--color-blue) 0%, var(--color-orange) 100%);
    --color-dark: #000000;
    --bs-body-font-family: 'Inter', sans-serif;

    --bs-link-color-rgb: 26, 49, 79;
    --bs-link-hover-color-rgb: 41, 93, 147;
    --bs-body-color: var(--color-blue)
}

[role="alert"],
.woocommerce-form,
.woocommerce-info,
.woocommerce-form-login-toggle {
    scroll-margin-top: 100rem;
}

.woocommerce-form-login {
    margin-top: -100rem !important;
    padding-top: 100rem !important;
    border: 0 !important;
}

body {
    font-size: 1.25rem;
}

/* Fonts */

.text-judson {
    font-family: 'Judson', serif;
}

.text-poppins {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    font-weight: bold;
    transition: 300ms;
}

main a {
    color: var(--color-orange);
}

a:hover {
    color: var(--color-blue);
}

.icon-custom svg {
    font-size: 1rem;
    width: 1em;
    height: auto;
    aspect-ratio: 1;
}

.nav-link strong {
    font-weight: 800;
}

/* Sizes */

.fs-20 {
    font-size: 1.25rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-16 {
    font-size: 1rem;
}

.woocommerce-Address-title a {
    font-size: 1rem;
}

.title:not(.woocommerce-Address-title) {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-size: 2.5rem;
}

.title-content {
    margin-bottom: 2rem;
}

.pre-slider:not(.slick-slider) {
    display: flex;
}

.product {
    position: relative;
    transition: 300ms;
}


.product .title-band {
    margin-bottom: -1rem;
}

.product-card__body {
    margin: 1rem 0;
}

.products .product {
    display: flex;
    flex-direction: column;
    background-color: white;
    border: 0.0625rem solid #8B8B8B;
    height: 100%;
}

.products .product:hover {
    border: 0.0625rem solid var(--color-blue);
}

.products .product .img-hover {
    transition: 300ms;
}

.products .product:hover .img-hover {
    opacity: 0;
}

.products .product .product-card__body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 13rem;
    align-items: center;
    justify-content: center;
}

.products .product .product-card__body h3 {
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 .5rem;
	line-height: 1.5;
}

.products .product .product-card__body span.price {
    color: var(--color-green-2);
    font-weight: bold;
    font-size: 1.4375rem;
    margin: 1.25rem 0;
    transition: 300ms;
}


.products .product .product-card__body span.price:not(:has(del)) {
    color: var(--color-blue);
}

.product-card__body .price ins {
    text-decoration: none;
}

.product-card__body .price del {
    color: #BEBEBE;
    font-size: 1.125rem;
}

.product-card__body .btn-card {
    width: 87.5%;
    opacity: 0;
    transition: 300ms;
    margin-top: -2.6875rem;
}

.product:hover .product-card__body .btn-card {
    opacity: 1;
    margin-top: 0;
}


.attachment-woocommerce_thumbnail,
.woocommerce-placeholder {
    height: auto;
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

#main-page {
    padding: 5rem 0;
}

/* Buttons */

.btn {
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-padding-x: 1.5rem;
    font-weight: bold;
    border-radius: 0;
    box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.25);

}

.btn.cr-nosummary-add {
    --bs-btn-border-color: var(--color-blue);
    --bs-btn-hover-border-color: var(--color-blue);
    --bs-btn-hover-color: var(--color-bright);
    --bs-btn-hover-bg: var(--color-blue);
    border: 0.0625rem solid var(--color-blue);
    border-radius: 0.3125rem;
    font-weight: 400;
    padding: 0.75rem 1.25rem;
    box-shadow: none;
}

.btn.cr-nosummary-add:hover+.cr-rating-icon-frnt {
    color: var(--color-orange);
}

#reviews.cr-reviews-ajax-reviews .cr-input-text {
    background-color: #F2F2F2;
    padding: 0.1875rem 3.5rem;
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon {
    left: 1rem;
}

.cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
    border: 0.0625rem solid #BEBEBE;
    background-color: #F2F2F2;
    padding: 0.75rem 2.25rem;
    font-size: 1.125rem;
    background-image: var(--bs-form-select-bg-img);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 2rem 0.75rem;
    appearance: none;
    width: auto;
}

.form-select:focus {
    box-shadow: none;
}

.woocommerce-review__verified {
    display: none !important;
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__author {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.875rem;
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .meta {
    flex-direction: column;
    row-gap: 0.75rem;
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    color: #b8b8b8;
}


#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .meta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color-orange) url(./assets/img/icon/avatar-comment.svg);
    width: 3.4125rem;
    aspect-ratio: 1;
    background-size: 1.5625rem;
    background-repeat: no-repeat;
    background-position: center;
}

.crstar-rating-svg {
    margin-bottom: 1.875rem;
}

.comment-text .description {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 3.4375rem;
}

.cr-ajax-reviews-cus-images-div {
    display: none;
}

#reviews div.iv-comment-image img,
div.iv-comment-image img {
    width: 10.25rem;
    height: 9.6875rem;
    max-width: 100%;
    max-height: 100%;
}

.iv-comment-image {
    margin-right: 2.125rem;
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .review .comment-text {
    margin-left: 8rem;
    border: none;
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce #reviews #comments ol.commentlist {
    position: static !important;
}

.woocommerce #reviews #comments ol.commentlist li:not(:first-child, :last-child) .comment_container {
    padding-bottom: 3.75rem;
    margin-top: 3.75rem;
}

.woocommerce #reviews #comments ol.commentlist li:first-child .comment_container {
    padding-bottom: 3.75rem;
}

.woocommerce #reviews #comments ol.commentlist li:last-child .comment_container {
    margin-top: 3.75rem;
}

.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-avatar-check {
    display: none !important;
}

.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-avatar {
    display: none !important;
}

.tab-content {
    position: relative;
}

.woocommerce #reviews #comments ol.commentlist li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0.0625rem;
    background-color: var(--color-blue);
    position: absolute;
    left: 0;
}

#loja-1 .btn.btn-main.btn-load-more {
    background-color: var(--color-orange) !important;
    border-radius: 100rem !important;
    color: white !important;
    position: relative;
    overflow: clip;
    padding: 1.25rem 0;
}

#loja-1 .btn.btn-main.btn-load-more::after,
.btn-main::after,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue::after {
    background: var(--color-gradient-1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 100rem;
}

#loja-1 .btn.btn-main.btn-load-more:hover {
    background-color: transparent !important;
}

.btn-main {
    --bs-btn-color: var(--color-bright);
    --bs-btn-hover-color: var(--color-bright);
    --bs-btn-bg: var(--color-orange);
    --bs-btn-hover-bg: transparent;
    --bs-btn-padding-y: 1.25rem;
    border: 0;
    min-width: 24.375rem;
    font-size: 1.25rem !important;
    border-radius: 100rem;
    position: relative;
}

.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue {
    background: var(--color-orange);
    min-width: 24.375rem;
    font-size: 1.25rem;
    border-radius: 100rem;
    position: relative;
    transition: 300ms;
    padding: 1.25rem 0.5rem;
    height: auto;
}

.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover {
    background: transparent;
}


.btn-card {
    --bs-btn-color: var(--color-bright);
    --bs-btn-hover-color: var(--color-bright);
    --bs-btn-bg: var(--color-blue);
    --bs-btn-hover-bg: var(--color-blue);
    --bs-btn-padding-y: 0.625rem;
    border: none !important;
    position: relative;
    z-index: 1;
}

#tabsCollapse.btn-card {
    border: 1px solid var(--color-blue) !important;

}

#tabsCollapse.btn-card.collapsed {
    --bs-btn-color: var(--color-blue);
    --bs-btn-hover-color: var(--color-blue);
    --bs-btn-bg: var(--color-bright);
    --bs-btn-hover-bg: var(--color-bright);
    --bs-btn-padding-y: 0.625rem;
    position: relative;
    z-index: 1;
    box-shadow: none !important;
}

#tabsCollapse.btn-card.collapsed i {
    transform: rotate(180deg);
}

.btn-card>* {
    z-index: 3;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

span.button-bar {
    height: 0.25rem;
    background: var(--color-orange);
}

.button-hamb {
    aspect-ratio: 1;
    width: 2.375rem;
}

#products-menu .menu-item {
    flex: 0 0 calc(20% - 1.5rem);
}

/* Colors */

.text-blue {
    color: var(--color-blue);
}

.text-orange {
    color: var(--color-orange);
}

.text-grey {
    color: var(--color-grey);
}

.text-light-brown {
    color: var(--color-light-brown);
}

.text-dark-brown {
    color: var(--color-dark-brown);
}

.text-green {
    color: var(--color-green);
}

.text-bright {
    color: var(--color-bright);
}

.text-dark {
    color: var(--color-dark);
}

.bg-blue {
    background-color: var(--color-blue);
}

.bg-orange {
    background-color: var(--color-orange);
}

.bg-dark-brown {
    background-color: var(--color-dark-brown);
}

.bg-light-brown {
    background-color: var(--color-light-brown);
}

.bg-green {
    background-color: var(--color-green);
}

.bg-light-grey {
    background-color: var(--color-light-grey);
}


.bg-bright {
    background-color: var(--color-bright);
}

.bg-dark {
    background-color: var(--color-dark);
}

.bg-gradient-1 {
    background: var(--color-gradient-1);
}

.bg-gradient-2 {
    background: var(--color-gradient-2);
}

.band-novidade {
    background-color: var(--color-light-brown);
}

.band-promocoes {
    background-color: var(--color-green);
}

.divisor {
    height: auto;
    align-self: stretch;
    flex: 0 0 auto;
    width: 0.125rem;
    background-color: var(--color-orange);
    padding: 0;
}

.border-orange {
    border-color: var(--color-orange) !important;
}

/* Pre-sliders */

.pre-slider:not(.slick-slider)>* {
    --ps-gutter-x: 1rem;
    --ps-gutter-y: 1rem;
    margin: var(--ps-gutter-y) var(--ps-gutter-x);
}

.slides-lg-2:not(.slick-slider)>* {
    width: calc(100% / 2 - var(--ps-gutter-x) * 2);
}

.slides-lg-3:not(.slick-slider)>* {
    width: calc(100% / 3 - var(--ps-gutter-x) * 2);
}

.slides-lg-4:not(.slick-slider)>* {
    width: calc(100% / 4 - var(--ps-gutter-x) * 2);
}

.slides-lg-5:not(.slick-slider)>* {
    width: calc(100% / 5 - var(--ps-gutter-x) * 2);
}

.slides-lg-2:not(.slick-slider)>*:nth-child(n+3) {
    display: none;
}

.slides-lg-3:not(.slick-slider)>*:nth-child(n+4) {
    display: none;
}

.slides-lg-4:not(.slick-slider)>*:nth-child(n+5) {
    display: none;
}

.slides-lg-5:not(.slick-slider)>*:nth-child(n+6) {
    display: none;
}

/* decoration class */

.title-band {
    position: relative;
    font-weight: bold;
    padding: 0.5em 1em;
    color: white;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.75rem) 50%, 100% 100%, 0 100%, 0.75rem 50%);
}

.title-band {
    display: none;
}

.has-band .title-band {
    display: block;
}

/* Header */

.user-greeting,
.user-greeting a {
    color: var(--color-blue);
}

.row-header {
    padding: 1rem 0 1.5rem;
    border-bottom: 0.1875rem solid var(--color-orange);
}

.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-add-to-cart {
    display: none;
}

.ywcas-input-field {
    flex-direction: row-reverse;
}

#header {
    border-bottom: 5px solid var(--color-blue);
}

.toggle-products-menu {
    position: relative;
}

.toggle-products-menu::after {
    position: absolute;
    content: "";
    top: 45%;
    right: -0.5rem;
    height: 0.5rem;
    aspect-ratio: 1;
    transform: translateY(-50%) rotate(45deg);
    border: 0.1875rem var(--color-blue) solid;
    border-top: none;
    border-left: none;
    transition: 300ms;
}

.toggle-products-menu.active::after {
    transform: translateY(0%) rotate(-135deg);
}

body.scrolled #header,
.single-product #header,
.woocommerce-cart #header,
.woocommerce-checkout #header {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

#header .navbar-nav {
    --bs-nav-link-color: var(--color-blue);
    --bs-navbar-active-color: var(--color-blue);
    --bs-nav-link-hover-color: var(--color-orange);
}

#header .navbar {
    padding: 0;
}

#header .dropdown-toggle {
    padding: 0.525rem 1rem;
    text-align: center;
}

.cart-icon {
    background-color: var(--color-orange);
    aspect-ratio: 1;
    border-radius: 100%;
    padding: 0.6rem 1rem 1rem 0.85rem;
    width: 3.375rem;
    height: auto;
}

.qnt-cart {
    line-height: 0;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .ywcas-input-field-wrapper {
    border-radius: 0;
    background-color: #F0F0F0 !important;
    border: none;
}

#header .ywcas-input-field-wrapper .ywcas-submit-icon {
    background-color: #F0F0F0 !important;
    color: #9A9a9a !important;
}

.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results.list {
    margin-top: 0 !important;
}

.cart-icon svg {
    width: 100%;
    height: 100%;
}

.btn-toggle-menu {
    box-shadow: none;
    font-size: 24px;
}

@media (min-width: 992px) {
    #products-offcanvas{
        opacity: 0;
        visibility: hidden !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: #F0F0F0;
        justify-content: space-around;
        transition: 500ms;
    }

    #products-offcanvas .offcanvas-body {
        position: relative;
        padding: 1.5rem 0;
    }

    #products-offcanvas .offcanvas-body::after {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        background-color: #F0F0F0;
    }
    #products-offcanvas .offcanvas-body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 0.1875rem ;
        background: var(--color-orange);
        z-index: 2;
    }

    #products-offcanvas.active {
        opacity: 1;
        visibility: visible !important;
    }


}

@media (min-width: 992px) {

    #products-mega-wrapper {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    #products-offcanvas,
    #products-sub-offcanvas {
        opacity: 0;
        visibility: hidden;
        transition: 250ms;
        position: relative;
    }

    #products-offcanvas.active,
    #products-sub-offcanvas.active {
        opacity: 1;
        visibility: visible;
    }

    #products-sub-offcanvas {
        /* border-top: 4px solid var(--color-orange) !important; */
        background: #F0F0F0 !important;
    }
    #products-sub-offcanvas .offcanvas-body::after {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        background-color: #F0F0F0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu,
    li.nav-item.dropdown:hover .dropdown-menu{
        display: none !important;
    }
    #products-sub-offcanvas::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 0.1875rem ;
        background: var(--color-orange);
        z-index: 2;
    }
    #products-sub-offcanvas::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        height: 0.1875rem;
        background: var(--color-orange);
        z-index: 2;
    }

}

div#submenu-content {
    width: 100%;
}
ul.submenu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem 1.5rem;
}





/* Banners */

#hero-banner {
    min-height: 31.25rem;
    border-bottom: 1rem solid var(--color-orange);
    position: relative;
}

#hero-banner>* {
    position: relative;
    z-index: 1;
}

#hero-banner h2 {
    font-size: 2.8125rem;
    font-weight: bold;
}

.home-banner__item {
    color: var(--banner-color);
    min-height: 38.75rem;
    display: flex;
    align-items: center;
    position: relative;
}

.home-banner__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    clip-path: polygon(0 0, 100% 0, calc(100% - 9rem) 100%, 0 100%);
    height: 100%;
    background-color: white;
}

#hero-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #1a314fe3 30%, rgba(255, 255, 255, 0) 70%);
}

#hero-banner::before {
    background-size: cover;
}

.home-banner__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url(./assets/img/logo-bg.png);
    clip-path: polygon(0 0, 100% 0, calc(100% - 15rem) 100%, 0 100%);
    background-repeat: no-repeat;
    background-position: -113% -3rem;
    background-size: 100%;
    z-index: 0;
    opacity: 0.02;
}


.home-banner__item .title {
    font-size: 2.8125rem;
    line-height: 1.2;
}

.home-banner__item .subtitle {
    font-size: 1.4375rem;
    margin-bottom: 2.9375rem;
}

.home-banner__item .text {
    font-size: 1.25rem;
    margin-bottom: 2.8125rem;
}

.home-banner__item .btn-banner {
    margin-bottom: 5.75rem;
}

.home-banner__dots {
    display: flex;
    gap: 4.5625rem;
    padding: 0 1rem;
}

.home-banner__dot {
    aspect-ratio: 1;
    height: 1rem;
    padding: 0;
    border-radius: 50%;
    background-color: transparent;
    border: 0.1875rem solid var(--color-blue);
}

.home-banner__dot.active {
    background-color: var(--color-orange);
    border-color: var(--color-orange);
    width: 2.6875rem;
    border-radius: 10rem;
}

.banner-band__item:not(#header .banner-band__item) .icon {
    height: 2.1875rem;
    aspect-ratio: 1;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

#banner-band .flex-md-row{
	gap: 10rem !important;	
}

/* Home - Categorias */

#categorias {
    padding: 4.375rem 0 1.625rem;
}

.card-product {
    background-color: var(--color-blue);
    border-radius: 0.9375rem;
    border: 0;
    overflow: clip;
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0);
    transition: 300ms;
    color: white;
}

.card-product .card-title {
    font-size: 1.25rem;
}

.card-product::before {
    content: '';
    position: absolute;
    border-radius: 0.9375rem;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.3125rem solid var(--color-blue);
    transition: 300ms;
}

.card-product:hover {
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
    background-color: white;
    color: var(--color-blue);
}

.card-product:hover::before {
    opacity: 0;
}

.card-product img {
    aspect-ratio: 1.2;
    height: auto;
}

#destaques {
    padding: 3.75rem 0 3.75rem;
}

/* Home - Mais amados */
#mais-vendidos {
    padding: 4.375rem 0 4.375rem;
}

/* Home - Promoção */
#promotion {
    padding: 2.5rem 0 0;
}

/* Home - Banner */
#banner {
    padding: 6.25rem 0 6.25rem;
}

/* Home - Clientes */

#depoiments {
    padding: 3.75rem 0 6.25rem;
}

.row-depoiments {
    display: flex;
    gap: 3.5rem;
    overflow: clip;
    padding: 0.5rem;
    flex-wrap: nowrap;
    justify-content: center;
}

.depoiments-card {
    width: 21.125rem;
    height: 100%;
    display: flex;
    flex: 0 0 auto;
    overflow: clip;
    border-radius: 1rem;
    position: relative;
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.25);
}

.slick-slider .depoiments-card {
    width: calc(100% - 1rem * 2);
}

.depoiments-card .bg-before.bg-orange::before {
    position: static;
    background-color: var(--color-orange);
    mix-blend-mode: hard-light;
    opacity: 0.14;
}

.depoiments-card .img {
    background: var(--color-blue);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    width: 5.125rem;
    font-size: 4rem;
    height: auto;
    line-height: 0;
}

.depoiments-card .img i {
    -webkit-text-stroke: 0.0625em white;
    color: transparent;
}

.depoiments-card .name {
    font-size: 2.375rem;
    padding-top: 2.5rem;
}

.depoiments-card .content::before {
    opacity: 0.03;
    background-size: 26rem;
}

.depoiments-slider .slick-track {
    display: flex;
    align-items: stretch;
    margin-left: 1rem;
    padding: 1rem 0;
}

.depoiments-slider .slick-slide {
    height: auto;
}


/* Footer */

.footer-column h3 {
    font-size: 1.4375rem;
}

.footer-redes {
    background-color: var(--color-bright);
    width: 2.625rem;
    aspect-ratio: 1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border: 0.0938rem solid var(--color-blue);
    color: var(--color-blue);
}

.icon-stroke {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.0625em var(--color-blue);
    color: transparent;
}


.footer-column hr {
    width: 100%;
    color: white;
    opacity: 1;
    border-width: 0.1875rem;
    border-radius: 100rem;
}

#footer {
    background-color: #F6F6F6;
    background-size: 45%;
    background-position: 120% -3rem;
}

#footer .logo-footer {
    width: 12rem;
}

#footer .border-desktop {
    border-right: 0.1875rem solid;
}

.icon-retina svg {
    width: 4.5rem;
    height: auto;
}

/* Institucional */

#about-1 {
    padding: 5rem 0 8.125rem;
}

#about-2 {
    padding: 0 0 9rem;
}

#about-2 .title {
    margin-top: 0;
}

#about-2 .row {
    --bs-gutter-x: 8.125rem;
}

#about-2 .content {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    border-width: 0.3125rem 0.3125rem 0.3125rem 0;
    border-style: solid;
    border-color: transparent;
    transition: 300ms;
}

#about-2 #content-2 {
    border-width: 0.3125rem 0 0.3125rem 0.3125rem;
}


#about-2 .content:hover {
    border-color: var(--color-orange);
}

/* Contato */

.form-control,
.form-control:focus {
    border-color: var(--color-blue);
    padding: 0.9375rem 1.4375rem;
    border-width: 0;
    border-bottom-width: 0.125rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
    resize: none;
    box-shadow: none;
}


.form-control::placeholder {
    color: #AAB3BE;
}

#form_contato .row {
    --bs-gutter-x: 3.5625rem;
    --bs-gutter-y: 3.5625rem;
}

#contact-1 {
    padding: 6.25rem 0 3.125rem;
}

#contact-1 :has(.wpcf7-form.submitting) .btn-form-send {
    opacity: 0.5;
    pointer-events: none;
}

#contact-2 {
    padding: 3.125rem 0 6.25rem;
}

:is(#contact-2, #contact-1) .title {
    font-size: 2.375rem;
    margin-bottom: 3.125rem;
}

.contact-item {
    font-size: 1.25rem;
    padding: 1.25rem 1.6875rem;
    border-radius: 1rem;
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.25);
    font-weight: 400;
}

/* Produtos */

.prod-g {
    --bs-gutter-x: 2.4375rem;
    --bs-gutter-y: 4.25rem;
}

#loja-1 .product-card__body {
    padding-bottom: 1rem;
    margin-bottom: 0;
    justify-content: center;
	min-height: 14rem;
}

.btn-prod-filter {
    padding: 1rem 1.5625rem;
    border-radius: 0;
    border: 0;
    --bs-btn-color: var(--color-blue);
    --bs-btn-hover-color: var(--color-blue);
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.25);
    font-weight: 400;
    font-size: 1.25rem;
}

.btn-prod-filter:focus {
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.25) !important;
}


.btn-prod-filter i {
    transition: 300ms;
}

.btn-prod-filter.show i {
    transform: rotate(-180deg);
}


.btn-prod-filter .dropdown-toggle {
    background-color: var(--color-orange);
    padding: 0.3125rem 0.635rem 0.3125rem 0.635rem;
    color: white;
    min-width: 13.3125rem;
    display: inline-block;
    text-align: center;
    align-items: center;
    position: relative;
}

.btn-prod-filter .dropdown-toggle::after {
    display: none;
    position: absolute;
    top: 45%;
    right: 7.5px;
    margin: 0;
    border-left: 0 solid transparent;
    border-top: 0 solid transparent;
    border-right: 0.15em solid white;
    border-bottom: 0.15em solid white;
    padding: 0.2em;
    transform: translateY(-50%) rotate(45deg);
}

.btn-prod-filter+.dropdown-menu {
    border-radius: 0;
    border: 0;
    padding: 0.75rem 0;
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.25);
    --bs-dropdown-font-size: 1.25rem;
    --bs-dropdown-item-padding-x: 4.375rem;
    --bs-dropdown-item-padding-y: 0.9375rem;
    --bs-dropdown-link-color: var(--color-blue);
    --bs-dropdown-link-hover-bg: var(--color-bright);
    --bs-dropdown-link-hover-color: var(--color-blue);
    --bs-dropdown-link-active-bg: var(--color-bright);
    --bs-dropdown-link-active-color: var(--color-orange);
    --bs-dropdown-link-active-border-color: transparent;
}

.woocommerce nav.woocommerce-breadcrumb,
.woocommerce nav.woocommerce-breadcrumb a {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-blue);
    font-size: 1.25rem;
    font-weight: 600;
}

.woocommerce nav.woocommerce-breadcrumb .breadcrumb-separator {
    color: var(--color-orange);
    margin-left: 0.3125rem;
    font-weight: 900;
}

.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    gap: 1rem;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    border-radius: 0.625rem;
    border: 0.0625rem solid var(--color-orange);
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-blue);
    font-size: 1.25rem;
    font-weight: 600;
    transition: 300ms;
    line-height: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: var(--color-orange);
    color: white;
}

/* Produtos */
.product-single .product-card__price .price {
    color: var(--color-green);
    font-size: 2.5rem;
}

.product-single .product-card__price .price del {
    font-size: 1.25rem;
}

.product-single {
    padding-top: 3.6875rem;
}

.product-single :is(.title, .product_title) {
    font-size: 1.875rem;
}

.product-single .container>.row {
    margin-bottom: 5rem;
}

#product-tabs {
    border-color: var(--color-blue);
}

#product-tabs .nav-link {
    border: 0.0625rem solid var(--color-blue);
    color: var(--color-blue);
    font-size: 1.25rem;
    padding: 0.75rem 2.5rem;
}

#product-tabs .nav-link.active {
    background-color: var(--color-blue);
    color: white;
}

.woocommerce-Reviews-title,
.cr-ajax-reviews-add-review,
.cr-total-rating-count,
.ivole-histogramCell3 {
    display: none !important;
}

.cr-summaryBox-wrap .cr-histogramTable {
    width: 100%;
    max-width: 100%;
}

.cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
    width: 80%;
}

.crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg {
    stroke: var(--color-orange);
}

.crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
    fill: var(--color-orange);
}

.cr-overall-rating-wrap .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
.cr-overall-rating-wrap .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
    width: 1.75rem;
    height: auto;
    aspect-ratio: 1;
}

.ivole-meter {
    background: #f2f2f2;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 1.8125rem;
}

.ivole-histogramCell1 {
    font-size: 1.125rem;
}

.cr-histogramTable .ivole-histogramRow:not(:last-child) td {
    padding-bottom: 1.3125rem !important;
}

.ivole-meter .ivole-meter-bar {
    background: var(--color-orange);
    border-radius: 0;
    box-shadow: none;
}

#comments {
    max-width: 85.5%;
    margin: auto;
}

#reviews .cr-summaryBox-wrap {
    background-color: transparent;
    flex-direction: row-reverse;

    align-items: stretch;
    margin: 3.5rem auto;
}

#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap {
    border: 0.0625rem solid var(--color-blue);
    height: auto;
    justify-content: center;
    width: 47%;
    flex: 0 0 47%;
}

#reviews .cr-summaryBox-wrap .ivole-summaryBox {
    width: 47%;
    flex: 0 0 47%;
}

#reviews .cr-summaryBox-wrap .cr-average-rating {
    font-size: 5.1875rem;
    color: var(--color-orange);
    font-weight: 800;
    line-height: 1.25;
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list li:last-child {
    margin-bottom: 0;
}

p.woocommerce-noreviews {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.tab-pane:not(#reviews-tab-pane) {
    padding: 4.625rem 7.5rem 1.625rem;
}

.tab-pane {
    margin-bottom: 3rem;
}

:is(#cuidados-com-a-peca-tab-pane, #description-tab-pane) h2 {
    margin-bottom: 1rem;
}

#cuidados-com-a-peca-tab-pane ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    margin-top: 1.8125rem;
}

#cuidados-com-a-peca-tab-pane li {
    list-style: none;
}

#cuidados-com-a-peca-tab-pane li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0.0625rem;
    background-color: #d9d9d9;
    margin: 0.9375rem 0;
}

.custom-qty {
    border: 0.0125rem solid #d9d9d9;
    align-items: center;
    border-radius: 3.125rem;
    font-size: 0.875rem;
}

.custom-qty .qty {
    font-size: 0.875rem;
    padding: 0 !important;
}

.cart-quantity {
    display: inline-flex;
}

.custom-qty .qty,
.cart-quantity .form-control {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border: none;
}

.qnt-btn-control {
    border: none;
    background-color: transparent;
    color: #8B8B8B;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    line-height: 0;
}

.custom-qty .qnt-btn-control {
    border-radius: 3.125rem;
    background: #d9d9d9;
    padding: 0;
    width: 2.775rem;
    height: 2.75rem;
}
.single-product .quantity .qty {
    font-size: 1.1rem;
}

span.product-code {
    color: white;
    background: #92969C;
    padding: 0.25rem 0.75rem;
    display: inline-block;
    margin-top: 0.5rem;
}

.retina-rating {
    font-size: 1.125rem;
}

.product-card__price {
    margin: 2rem 0;
}

.product-card__price .price {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-weight: 700;
}

.product-card__price .product-pix {
    color: #727272;
    font-size: 1.25rem;
}

.product-card__price del {
    font-size: 1.875rem;
    color: #D4D4D4;
}

.product-card__price ins {
    font-size: 2.5rem;
    font-weight: 800;
    text-decoration: none;
    color: #06EB0E;
}

.variations_form table {
    margin-bottom: 1rem;
    border-spacing: 1rem;
}

.variations_form table :is(td, th) {
    padding: 0.25rem;
}

.variations_form table .value select {
    border: 1px solid var(--color-blue);
    background: transparent;
    border-radius: 0.45em;
    color: var(--color-blue);
}

.variations_form table .reset_variations {
    color: var(--color-blue);
    padding: 0 1rem;
    padding-top: 1rem;
    display: inline-block;
}

.variations_form table .value select:focus-visible {
    outline: none;
}

.cart-button {
    background-color: var(--color-blue);
    border-radius: 0.2687rem;
    padding: 0.4375rem 11px;
}

.cart-button svg {
    max-width: 100%;
    width: 1.375rem;
    height: 1.5rem;
}

.woocommerce .single_add_to_cart_button.button.alt {
    background-color: #06EB0E;
    font-size: 1.0625rem;
    min-width: 10.125rem;
    padding: 0.5313rem;
    height: auto;
    transition: 300ms;
}

.woocommerce .single_add_to_cart_button.button.alt:hover {
    background-color: #04b60a;
}


.cart-button,
.woocommerce .single_add_to_cart_button.button.alt {
    box-shadow: -3px 8px 19.5px rgba(64, 43, 142, 0.40);
}

.product-features__item {
    padding: 0.625rem 0;
}

.product-features__item:not(:last-child) {
    border-bottom: 0.0625rem solid black;
}

#product-instructions li:not(:last-child) {
    margin-bottom: 1.25rem;
}

/* Carrinho */

.shop_table th {
    color: grey;
    font-weight: 400 !important;
    font-size: 1rem;
}

.shop_table td {
    color: grey;
    font-size: 1.25rem;
}

.shop_table.cart tr :is(td, a:not(.btn)) {
    border: none !important;
    color: var(--color-dark);
}

.shop_table.cart tr .product-name {
    color: #070707;
}

.shop_table.cart th {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, .1);
    color: var(--color-dark);
}

.shop_table.cart :is(.product-remove, .product-thumbnail) {
    text-align: center;
}

.shop_table.cart td.product-subtotal {
    color: var(--color-blue) !important;
    font-weight: 700;
    font-size: 1.25rem;
}

.cart-collaterals .shop_table :is(td, th) {
    color: #070707;
}

.cart-collaterals .shop_table .cart-subtotal .amount,
.cart-collaterals .shop_table .order-total td {
    color: var(--color-blue);
}

.cart-collaterals .shop_table {
    box-shadow: 0.25rem 0.375rem 0.625rem 0 rgba(0, 0, 0, 0.25);
}

.shop_table.cart .actions {
    padding: 1.625rem 1.875rem;
}

.woocommerce table.shop_table .woocommerce-cart-form__cart-item td {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.woocommerce table.shop_table .woocommerce-cart-form__cart-item td.product-remove {
    width: 10%;
}

.woocommerce table.shop_table .woocommerce-cart-form__cart-item td.product-remove a {
    text-align: center;
    width: 100%;
}

.woocommerce table.shop_table.cart th {
    padding: 1rem 1rem;
}

.woocommerce table.shop_table {
    box-shadow: 0.375rem 0.375rem 0.9375rem 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 4.0625rem;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: 100%;
    background-color: var(--color-green);
    margin-top: 1rem;
    transition: 300ms;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background-color: var(--color-green-2);
}

.cart-quantity {
    border: #070707 0.0625rem solid;
    border-radius: 0.625rem;
    padding: 0 1rem;
    color: #070707;
}

.cart-quantity .form-control {
    width: 4em;
    text-align: center;
    font-size: 1.25rem;
    color: grey;
}

.woocommerce a.remove {
    color: var(--color-dark) !important;
    ;
}

.woocommerce a.remove:hover {
    color: grey !important;
    background-color: transparent !important;
    border-radius: none;
}

.coupon .form-control,
.coupon .btn {
    padding: 0.625rem 1.125rem;
    font-size: 1.125rem;
}

.coupon .btn {
    --bs-btn-color: #fff;
    --bs-btn-bg: #B3B3B3;
    --bs-btn-border-color: #B3B3B3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #B3B3B3;
    --bs-btn-hover-border-color: #B3B3B3;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #B3B3B3;
    --bs-btn-active-border-color: #B3B3B3;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #B3B3B3;
    --bs-btn-disabled-border-color: #B3B3B3;
    box-shadow: none;
    border-radius: 0 0.3125rem 0.3125rem 0 !important;
}

.coupon .form-control {
    border: 0;
    box-shadow: inset 0 0 0.5625rem rgba(0, 0, 0, 0.25);
    background-color: transparent;
    border-radius: 0.3125rem 0 0 0.3125rem !important;
}

.shipping-calculator-form button.button {
    background-color: #06EB0E !important;
    color: white !important;
    ;
}

.btn-green {
    --bs-btn-color: white;
    --bs-btn-bg: #06EB0E;
    --bs-btn-border-color: #06EB0E;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #06EB0E;
    --bs-btn-hover-border-color: #06EB0E;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #06EB0E;
    --bs-btn-active-border-color: #06EB0E;
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #06EB0E;
    --bs-btn-disabled-border-color: #06EB0E;
}

/* Custom plugins */

#reviews.cr-reviews-ajax-reviews .cr-count-row {
    display: none;
}

#reviews.cr-reviews-ajax-reviews .custom-cr-count-row {
    background-color: white;
    align-items: start;
    margin-bottom: 2.4375rem;
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-search {
    margin-bottom: 3.6875rem;
}

.yith-add-to-wishlist-button-block {
    position: absolute;
    margin: 0;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 1;
}

.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.yith-wcwl-add-to-wishlist-button:is(button) svg {
    fill: var(--color-orange);
    color: var(--color-orange);
    transition: 300ms;
}

.product .yith-wcwl-add-to-wishlist-button:is(button) {
    background-color: white;
    border: none;
}

.product:hover .yith-wcwl-add-to-wishlist-button:is(button) svg {
    fill: var(--color-blue);
    color: var(--color-blue);
}

.product .yith-wcwl-add-to-wishlist-button--added.yith-wcwl-add-to-wishlist-button:is(button) svg {
    fill: red;
    color: red;
}

.row-redes-header {
    margin: 3rem 0;
}

.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-qna-block .cr-review-form-buttons .cr-review-form-submit {
    background-color: var(--color-orange);
}

.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner {
    width: 1.875rem;
}

.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg {
    fill: var(--color-orange);
}

.single-product .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    display: none;
}

body.woocommerce .images.nickx_product_images_with_video span.nickx-popup {
    width: 100%;
    height: 100%;
    background-image: none;
}

.woocommerce form .form-row .woocommerce-Input {
    border: 0.125rem solid var(--color-blue);
}

.woocommerce-Address {
    border-radius: 1rem;
    border: 0.125rem solid var(--color-blue);
    padding: 1rem;
}

.addresses h2 {
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
}

.addresses {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.addresses .woocommerce-column {
    display: flex;
    flex-direction: column;
}

.addresses :is(.woocommerce-column) address {
    flex-grow: 1;
    border: 0.125rem solid var(--color-blue);
    padding: 1rem;
    box-shadow: none;
    border-radius: 1rem;
}

.addresses::after,
.addresses::before {
    display: none !important;
}

.addresses address {
    height: auto;
}

.woocommerce ul.order_details {
    padding: 0;
}

.woocommerce-MyAccount-navigation li a {
    color: white;
    background-color: var(--color-blue);
    display: block;
    padding: 0.375rem 1rem;
    border-radius: 0.1875rem;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    list-style: none;
    flex-direction: column;
    gap: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 78%;
}

.woocommerce table.shop_table.wishlist_table tr td {
    font-size: 1rem;
}

table.wishlist_table tr th,
.wishlist_table .product-add-to-cart a {
    font-size: 0.85rem;
}

.wishlist_table.mobile li .item-details h3 {
    font-size: 1rem;
}

.wishlist_table.mobile .additional-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wishlist_table.mobile {
    padding: 0;
}

.product-card__price .price:not(:has(del)) {
    flex-direction: row;
    gap: 1rem;
}

.woocommerce .single_add_to_cart_button.button.alt.disabled,
.woocommerce .single_add_to_cart_button.button.alt:disabled,
.woocommerce .single_add_to_cart_button.button.alt:disabled:hover,
.woocommerce .single_add_to_cart_button.button.alt.disabled:hover {
    background-color: #92969C;
    cursor: not-allowed;
}

.woocommerce-variation-price span.price {
    color: var(--color-green);
    font-size: 2.5rem;
    padding-bottom: 0.5em;
    font-weight: bold;
    display: inline-block;
}

.woocommerce-variation-price .price del {
    font-size: 1.25rem;
    color: #D4D4D4;
}

.woocommerce-variation-price .price ins {
    text-decoration: none;
}

p.stock.in-stock {
    background-color: green;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 30px;
}

p.stock.out-of-stock{
    background-color: red;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 30px;
}

.grecaptcha-badge {
    visibility: hidden;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-top: 2rem;
}



/* Responsivo */

@media (max-width: 1600px) {}

@media (max-width: 1440px) {}

@media (max-width: 1380px) {
	.home-banner__item {
		min-height: 35.75rem;
	}	
}

@media (max-width: 1300px) {}

@media (max-width: 1025px) {}

@media (max-width: 992px) {
    
   #products-mega-wrapper {
        display: none;
    }

    
    #products-menu .menu-item {
        flex: 0 0 auto;
    }

    .woocommerce-MyAccount-navigation ul {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 2rem;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 30%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        width: 68%;
    }

    .woocommerce-account .addresses .col-1 {
        margin-bottom: 1.5rem;
    }

    #header {
        --bs-nav-link-font-size: 2rem;
    }


    #header #banner-band {
        max-width: 400px;
        padding: 0 2rem;
        margin: auto;
        border-top: 2px solid var(--color-orange);
    }

    #header #banner-band p {
        font-size: 2rem;
    }

    #header .ywcas-input-field input {
        font-size: 2rem !important;
    }

    #header .banner-band__item .icon {
        width: 4rem;
        aspect-ratio: 1;
        height: auto;
    }

    #header #primary-menu,
    #header #products-menu {
        font-weight: 600;
    }

    .header-title {
        border-bottom: 2px solid var(--color-orange);
    }

    .header-title h3 {
        font-weight: 800;
        font-size: 2rem;
    }

    #header .footer-redes {
        width: 5rem;
        font-size: 2.75rem;
    }

    .slides-md-2:not(.slick-slider)>* {
        width: calc(100% / 2 - var(--ps-gutter-x) * 2);
    }

    .slides-md-3:not(.slick-slider)>* {
        width: calc(100% / 3 - var(--ps-gutter-x) * 2);
    }

    .slides-md-4:not(.slick-slider)>* {
        width: calc(100% / 4 - var(--ps-gutter-x) * 2);
    }

    .slides-md-5:not(.slick-slider)>* {
        width: calc(100% / 5 - var(--ps-gutter-x) * 2);
    }

    .slides-md-2:not(.slick-slider)>*:nth-child(n+3) {
        display: none;
    }

    .slides-md-3:not(.slick-slider)>*:nth-child(n+4) {
        display: none;
    }

    .slides-md-4:not(.slick-slider)>*:nth-child(n+5) {
        display: none;
    }

    .slides-md-5:not(.slick-slider)>*:nth-child(n+6) {
        display: none;
    }

    .card-product:hover {
        box-shadow: none;
        background-color: var(--color-blue);
        color: var(--color-bright);
    }

    .card-product:hover::before {
        opacity: 1;
    }

    .product .product-card__body .btn-card {
        opacity: 1;
        margin-top: 0;
    }

    .product .yith-wcwl-add-to-wishlist-button:is(button) svg {
        fill: var(--color-blue);
        color: var(--color-blue);
    }

    .no-br-tablet br {
        display: none;
    }

    .home-banner__item::after {
        background-position: center;
        width: 70%;
    }

    .home-banner__item::before {
        width: 70%;
    }

    #header {
        box-shadow: 0 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.25);
        border-bottom: 0;
    }

    .navbar-brand img {
        padding: 1rem;
        width: 15.625rem;
        height: auto;
    }

    .offcanvas-body .site-logo img {
        width: 25rem;
    }

    #footer {
        background-position: center right;
    }

    .banner-band__item {
        flex: 0 0 calc(100% / 3);
    }

    .toggle-products-menu::after {
        display: none;
    }

    #footer .border-desktop {
        border-right: 0;
    }

    #about-2 .row {
        --bs-gutter-x: 5rem;
    }

    #about-2 .text br {
        display: none;
    }

    #product-tabs .nav-link {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .woocommerce-order-received .addresses .col-1 {
        margin-bottom: 1.5rem;
    }
	.contact-item {
		padding: 1.25rem 1rem;
	}
}

@media (max-width: 576px) {
    .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-comment-text, .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text {
        margin: 0px 0 0 0px !important;
    }

    .custom-swatches {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .swatch-group {
        align-items: center;
        justify-content: center;
    }


    #loja-1 .btn.btn-main.btn-load-more {
        width: 100%;
        background: transparent !important;
    }

    br:not(.mobile-br br) {
        display: none;
    }

    .wishlist_table.mobile .additional-info-wrapper {
        flex-wrap: wrap;
    }

    .wishlist_table.mobile .product-add-to-cart {
        order: 99;
        width: 100%;
    }

    .wishlist_table.mobile .product-add-to-cart a {
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }

    .woocommerce ul.order_details {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        font-size: 1rem;
    }

    .woocommerce ul.order_details li:not(:last-child) {
        border-right: 0;
        border-bottom: 1px dashed #cfc8d8;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 0.75rem;
        margin-bottom: 0.5rem;
    }

    .addresses .col-1 {
        margin-bottom: 1.5rem;
    }

    #about-2 {
        padding: 0 0 5rem;
    }

    #header {
        --bs-nav-link-font-size: 1.25rem;
        box-shadow: 0 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.25);
    }

    #header #banner-band p {
        font-size: 1rem;
    }

    #header .ywcas-input-field input {
        font-size: 1.25rem !important;
    }

    #header .footer-redes {
        width: 5rem;
        font-size: 2.75rem;
    }

    .header-title h3 {
        font-size: 1.25rem;
    }

    #header .banner-band__item .icon {
        width: 2.5rem;
    }

    #header .footer-redes {
        width: 3.1875rem;
        font-size: 1.625rem;
    }

    .navbar-brand img {
        padding: 0;
        width: 15.625rem;
        height: auto;
    }

    .offcanvas-body .site-logo img {
        width: 15.625rem;
    }

    .user-greeting {
        font-size: 1rem;
    }

    #header .navbar-nav .nav-link {
        font-weight: 400;
    }

    .home-banner__item {
        min-height: 58.25rem;
        background-size: contain;
        background-position: top;
        align-items: end;
    }

    .home-banner__item .btn-banner {
        margin-bottom: 3.5rem;
    }

    .home-banner__item::before,
    .home-banner__item::after {
        width: 100%;
        height: 57.5%;
        top: auto;
        bottom: 0;
        clip-path: polygon(0 0, 100% 4rem, 100% 100%, 0 100%);
        background-position: center bottom;
        background-size: 135%;

    }

    .home-banner__item .text {
        line-height: 1.2;
    }

    .home-banner__dots {
        justify-content: center;
        margin-bottom: 3rem;
    }

    .home-banner__item .title {
        font-size: 2.5rem;
        margin-bottom: 1.875rem;
    }

    #banner-band .d-flex {
        padding: 0 2rem;
    }

    #banner-band .fs-20 {
        font-size: 1.125rem;
    }

    #banner-band .banner-band__item:not(:last-child) {
        border-bottom: 1px solid white;
        padding-bottom: 1.0625rem;
        margin-bottom: 1.0625rem;
    }

    .btn-main,
    .cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue {
        padding: 1.125rem;
        min-width: auto;
        background: transparent !important;
        font-size: 1.125rem;
    }

    .cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue {
        min-width: 100%;
    }

    .cart-icon {
        width: 2.625rem;
        padding: 0.5rem;
    }

    .logo-main {
        width: 7.3125rem;
    }

    #header {
        border-bottom: 0.25rem solid var(--color-orange);
    }

    .cart-icon svg {
        height: auto;
        aspect-ratio: 1;
    }

    .qnt-cart {
        font-size: 0.75rem;
    }

    span.qnt-cart {
        top: 77.5% !important;
        left: 77.5% !important;
        font-size: 0.65rem;
    }

    .title:not(.woocommerce-Address-title) {
        font-size: 2.5rem;
        margin-bottom: 1.25rem;
    }

    #categorias {
        padding: 3.5rem 0 1rem;
    }

    .text {
        font-size: 1.25rem;
    }

    .subtitle {
        font-size: 1.25rem;
    }

    .slides-1:not(.slick-slider)>* {
        width: calc(100% - var(--ps-gutter-x) * 2);
    }

    .slides-1:not(.slick-slider)>*:nth-child(n+2) {
        display: none;
    }

    .product .title-band {
        position: absolute;
        margin: 0 !important;
        top: 60%;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
    }

    .products .product {
        box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.25);
    }

    .product-card__body .btn-card {
        position: relative;
        top: auto;
        left: auto;
        margin: 1rem auto;
        transform: none;
        opacity: 1;
        visibility: visible;
        border-radius: 0.3125rem;
        overflow: clip;
    }

    .product:hover .product-card__body .btn-card {
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    .product-card__body {
        margin: 2rem 0 1rem;
    }

    #banner {
        padding: 5rem 0 35rem;
    }

    #footer-menu {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    #footer-menu .nav-link {
        font-size: 1.125rem;
    }

    #footer {
        background-position: center top;
        background-size: 40rem;
    }

    #footer .logo-footer {
        width: 14rem;
    }

    .footer-column__border {
        border-bottom: 0.1875rem solid white;
    }

    #hero-banner::after {}

    #hero-banner {
        min-height: 11.375rem;
        border-bottom-width: 0.4375rem;
    }

    #hero-banner h2 {
        font-size: 1.75rem;
        padding: 0 2rem;
    }

    #hero-banner h2 br {
        display: block;
    }

    #contact-2 .wpcf7-submit {
        min-width: 85%;
    }

    #contact-1 {
        padding: 2.8125rem 0 2.8125rem;
    }

    .icon-custom svg {
        font-size: 1.5rem;
    }

    .contact-item {
        font-size: 1.125rem;
        padding: 0.625rem;
    }

    .contact-item i {
        font-size: 1.5rem;
        line-height: 1;
    }

    .contact-item.address-item {
        padding: 1rem 2rem;
    }

    .contact-item .fa-phone {
        -webkit-text-stroke: 0.0938em var(--color-blue);
        color: transparent;
    }

    nav.woocommerce-breadcrumb {
        text-align: center;
    }

    .woocommerce-pagination {
        margin-top: 3rem;
    }

    .product-card__title,
    .product-card__price {
        text-align: center;
    }

    .retina-rating {
        justify-content: center;
    }

    .product-card__price .product-pix {
        font-size: 1rem;
    }

    .product .single_variation_wrap {
        text-align: center;
    }

    .product .variations {
        margin: 0 auto 1.5rem;
    }

    .woocommerce .single_add_to_cart_button.button.alt {
        font-size: 1.25rem;
    }

    .product-features__item:first-child {
        border-top: 0.0625rem solid black;
    }

    .product-features__item {
        border-bottom: 0.0625rem solid black;
    }

    .product-features__item-name {
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .product-single .container>.row {
        box-shadow: none !important;
    }

    .product-shadow__mobile {
        border-radius: 0.625rem;
        box-shadow: 0.25rem 0.1875rem 0.5625rem rgba(0, 0, 0, 0.25);
    }

    .product-single .container>.row:last-child {
        margin-bottom: 0;
    }

    .woocommerce table.shop_table tbody tr.woocommerce-cart-form__cart-item {
        display: flex;
        flex-wrap: wrap;
        padding: 0.25rem;
    }

    .woocommerce table.cart :is(.product-remove, .product-thumbnail, .product-name) {
        display: flex;
        text-align: center !important;
        align-items: center;
        justify-content: center;
    }

    .woocommerce table.cart .product-remove {
        width: 15%;
    }

    .woocommerce table.cart .product-thumbnail {
        width: 25%;
    }

    .woocommerce table.cart .product-name {
        width: 60%;
    }

    .woocommerce table.cart .product-thumbnail::before,
    .woocommerce table.cart .product-name::before {
        display: none;
    }

    .woocommerce-cart-form__cart-item {
        width: 100%;
    }

    .woocommerce table.cart :is(.product-price, .product-quantity) {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        padding: 0;
    }

    .woocommerce table.shop_table.cart :is(.product-price, .product-quantity) {
        padding: 1rem 0;
        border-top: 0.0625rem solid #92969C !important;
        border-bottom: 0.0625rem solid #92969C !important;
    }

    .woocommerce table.shop_table.cart :is(.product-price, .product-quantity)::before {
        border-bottom: 0.0625rem solid #92969C !important;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        width: 100%;
        text-align: center !important;
    }

    .woocommerce table.shop_table.cart .product-subtotal {
        width: 100%;
        text-align: center;
        border-bottom: 0.0625rem solid #92969C !important;
    }

    .woocommerce table.cart :is(.product-price, .product-quantity)::before {
        content: attr(data-title);
    }

    .woocommerce-cart table.cart img {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 1/0.75;
        object-fit: cover;
    }

    .woocommerce-cart table.cart .actions {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    #about-1 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .product-single :is(.title, .product_title) {
        font-size: 1.5625rem;
        margin-bottom: 1rem;
    }

    .woocommerce .woocommerce-product-rating {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .woocommerce .woocommerce-product-rating .star-rating {
        margin: 0;
    }

    .product-card__price {
        font-size: 1rem;
    }

    .product-single .cart {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #product-tabs {
        border: 1px solid var(--color-blue);
        justify-content: center;
    }

    #product-tabs .nav-link.active {
        background-color: transparent;
        color: var(--color-blue);
    }

    .tab-pane:not(#reviews-tab-pane) {
        padding: 1rem;
    }

    #reviews .cr-summaryBox-wrap {
        flex-direction: column;
        align-items: center
    }

    #reviews .cr-summaryBox-wrap .ivole-summaryBox,
    #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap {
        width: 100%;
        flex: 0 0 100%;
    }

    #reviews.cr-reviews-ajax-reviews .custom-cr-count-row {
        flex-direction: column-reverse;
        gap: 2rem;
        align-items: center;
    }

    #reviews.cr-reviews-ajax-reviews .custom-cr-count-row::after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        background-color: #92969C;
        order: -1;
    }

    .cr-ajax-reviews-sort-div {
        order: -1;
    }

    .cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
        width: auto;
    }

    #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .meta {
        display: block;
        margin-bottom: 0.25rem;
    }

    #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .meta::before {
        position: relative;
        float: left;
        margin-right: 0.5rem;
    }

    .crstar-rating-svg {
        margin-bottom: 3rem;
        margin-top: 0;
        order: -1;
    }

    #reviews .cr-summaryBox-wrap .cr-average-rating {
        font-size: 58px;
    }

    #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap {
        padding: 1.9375rem 0 2.1875rem;
    }


    #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .cr-meta-author-featured-date {
        margin-bottom: 0;
    }

    #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .review .comment-text {
        margin-left: 0;
        padding: 0;
    }

    #reviews div.iv-comment-image img,
    div.iv-comment-image img {
        width: 3.875rem;
        height: 3.875rem;
    }

    .iv-comment-image {
        margin-right: 0.75rem;
    }

    #comments {
        max-width: 100%;
        position: relative;
    }

    :is(#cuidados-com-a-peca-tab-pane, #description-tab-pane) h2 {
        font-size: 2.25rem;
    }

    #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__author {
        font-size: 1.125rem;
        line-height: 1;
    }

    .product-single {
        padding-top: 1rem;
    }

    .cr-review-form-ne {
        flex-direction: column;
        gap: 1.875rem;
    }

    .cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name,
    .cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email {
        width: 100%;
    }

    .woocommerce-MyAccount-navigation ul {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
	#banner-band .flex-md-row{
		gap: 0rem !important;	
	}

    #depoiments .container {
        padding-top: 0 !important;
    }
}

@media (max-width:360px) {
    .row-redes-header {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}

section#lowerFooter a:hover{
    color: var(--color-orange);
}


button.promagnifier{
    box-shadow: none !important;
}

.product-gallery {
  margin-bottom: 20px;
}
.slider-for img {
    width: 100%;
    height: auto;
    cursor: zoom-in;
    aspect-ratio: 1;
}
.slider-nav{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
}
.slider-nav .slick-prev,
.slider-nav .slick-next {
  background: none;
  border: none;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  z-index: 10;
}

.slider-nav .slick-prev {
  left: -30px; /* ajuste conforme layout */
}

.slider-nav .slick-next {
  right: -30px; /* ajuste conforme layout */
}

.slider-nav .slick-prev:hover,
.slider-nav .slick-next:hover {
  color: #000;
}
.slider-nav img {
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  aspect-ratio: 1;
}
.slider-nav .slick-current img {
  border-color: #333;
}
.fancybox__container {
  z-index: 99999;
}


/* Esconde selects mas mantém no DOM */
.variations select {
  display: none;
}

.custom-swatches {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 0;
}
.swatch-group{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}


.swatch {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  cursor: pointer;
  min-width: 40px;
  min-height: 40px;
  padding: 4px;
  margin: 5px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  max-width: 100px; /* limite para texto longo */
}

.swatch-label {
    font-weight: bold;
}

.swatch-cor, .swatch-imagem {
    padding: 0;
}

.swatch img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}

.swatch-color {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
}

.swatch-text {
  font-size: 16px;
  line-height: 1.2;
  word-break: break-word;
  max-width: 100%;
}

.swatch.selected {
  border-color: var(--color-blue);
}

button.swatch-reset {
    border: none;
    background: white;
    font-weight: bold;
}

.swatch-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  border-radius: 4px;
  display: none;
  z-index: 10;
}
span.swatch-tooltip-text {
    width: 100%;
    position: relative;
    display: block;
    background: black;
    color: white;
    font-size: 12px;
}

.swatch:hover .swatch-tooltip {
  display: block;
}

.swatch-tooltip img {
  max-width: 80px;
  max-height: 80px;
}

.swatch-tooltip-color {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ccc;
}



.product-slider {
  max-width: 100%;
}
.slider-main {
  display: flex;
  overflow: hidden;
}
.slider-item {
  flex: 0 0 100%;
  display: none;
}
.slider-item.active {
  display: block;
}
.slider-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.thumb-item {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}