:root {
    --bs-font-sans-serif: "Instrument Sans", helvetica, sans-serif;
    --bs-primary: #d60f3c;
    --bs-primary-rgb: 214, 15, 60;
    --bs-secondary: #1d1d1b;
    --bs-secondary-rgb: 29, 29, 27;
    --bs-tertiary: #a33241;
    --bs-tertiary-rgb: 214, 15, 60;
    --bs-body-color: #777778;
    --bs-light: #d9d9d9;
    --bs-light-rgb: 217, 217, 217;
    --bs-link-color: #d60f3c;
    --bs-link-color-rgb: 214, 15, 60;
    --bs-link-hover-color: #a33241;
    --bs-link-hover-color-rgb: 163, 50, 65;
}

body {
    background: #fff;
}

@media (min-width: 768px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 700px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 900px;
    }    
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1000px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

b,
strong {
    font-weight: 700;
}

a {
    text-decoration: none;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--bs-white);
}

.swiper-button-next svg,
.swiper-button-prev svg {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

.tps-1 p {
    font-size: 2.5rem;
}
.tps-2 p {
    font-size: 2rem;
}
.tps-3 p {
    font-size: 1.75rem;
}
.tps-4 p {
    font-size: 1.5rem;
}
.tps-5 p {
    font-size: 1.25rem;
}
.tps-6 p {
    font-size: 1rem;
}
.btn {
    border-radius: 25px;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: uppercase;
    width: 280px;
    max-width: 100%;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d60f3c;
    --bs-btn-border-color: #d60f3c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a33241;
    --bs-btn-hover-border-color: #a33241;
    --bs-btn-focus-shadow-rgb: 214, 15, 60;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a33241;
    --bs-btn-active-border-color: #a33241;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d60f3c;
    --bs-btn-disabled-border-color: #d60f3c;
}

.btn-outline-primary {
    --bs-btn-color: #d60f3c;
    --bs-btn-border-color: #d60f3c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d60f3c;
    --bs-btn-hover-border-color: #d60f3c;
    --bs-btn-focus-shadow-rgb: 214, 15, 60;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d60f3c;
    --bs-btn-active-border-color: #d60f3c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(214, 15, 60, 0.125);
    --bs-btn-disabled-color: #d60f3c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #d60f3c;
    --bs-gradient: none;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1d1d1b;
    --bs-btn-border-color: #1d1d1b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 29, 29, 27;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1d1d1b;
    --bs-btn-disabled-border-color: #1d1d1b;
}

.btn-outline-secondary {
    --bs-btn-color: #1d1d1b;
    --bs-btn-border-color: #1d1d1b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1d1d1b;
    --bs-btn-hover-border-color: #1d1d1b;
    --bs-btn-focus-shadow-rgb: 29, 29, 27;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1d1d1b;
    --bs-btn-active-border-color: #1d1d1b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #1d1d1b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1d1d1b;
    --bs-gradient: none;
}

.btn-tertiary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #a33241;
    --bs-btn-border-color: #a33241;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d60f3c;
    --bs-btn-hover-border-color: #d60f3c;
    --bs-btn-focus-shadow-rgb: 29, 29, 27;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d60f3c;
    --bs-btn-active-border-color: #d60f3c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(214, 15, 60, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a33241;
    --bs-btn-disabled-border-color: #a33241;
}

.btn-outline-tertiary {
    --bs-btn-color: #a33241;
    --bs-btn-border-color: #a33241;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a33241;
    --bs-btn-hover-border-color: #a33241;
    --bs-btn-focus-shadow-rgb: 29, 29, 27;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a33241;
    --bs-btn-active-border-color: #a33241;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(214, 15, 60, 0.125);
    --bs-btn-disabled-color: #a33241;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #a33241;
    --bs-gradient: none;
}

.bg-duo-color {
    background: linear-gradient(
        to right,
        #fff 0%,
        #fff 50%,
        #d60f3c 50%,
        #d60f3c 100%
    );
}

.word-spacing {
    letter-spacing: 2px;
}

.divisor {
    display: block;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(90deg, #fff, #d0d0d0);
}
.box-video {
    position: relative;
}
.box-video::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}
.box-video::after {
    content: url("../images/icone-play.svg");
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    transition: all ease-in-out 0.3s;
}
.box-video:hover::after {
    transform: translate(-50%, -50%) scale(1.3);
}

i.icon-home {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
    background: url("../images/icone-home.svg") center center no-repeat;
    background-size: contain;
}

/* HEADER */
#header {
    background:
        url(../images/bg-header.svg) top center no-repeat,
        linear-gradient(to right, #f9f9f9, #f2f2f2);
    background-size: cover;
    background-blend-mode: hard-light;
}
#header #nav-header {
    border: 0;
    border-top: 1px solid #dedede;
    background: linear-gradient(
        to right,
        rgba(222, 222, 222, 0.25),
        rgba(222, 222, 222, 0.5),
        transparent,
        transparent,
        transparent,
        transparent,
        transparent
    );
}

#header #nav-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 2px;
    font-size: 0.95rem;
    font-weight: 500;
}

#header #nav-header ul li {
    display: block;
    position: relative;
}

#header #nav-header ul li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 7px;
    padding: 15px 40px;
    color: #a33241;
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}
#header #nav-header ul li a:hover {
    color: var(--bs-primary);
    background-image: linear-gradient(
        to top,
        rgba(222, 222, 222, 0.15),
        rgba(222, 222, 222, 0.75)
    );
    background-blend-mode: multiply;
}
#header #nav-header ul li.current-menu-item a {
    color: var(--bs-primary);
    background: rgba(222, 222, 222, 0.25);
    background-blend-mode: multiply;
}

#header #nav-header ul li.menu-item-has-children > a::after {
    content: url("../images/icone-seta-baixo.svg");
    display: inline-block;
    width: 10px;
    margin-left: 5px;
}
#header #nav-header ul li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border: 1px solid #dedede;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0;
    z-index: 10;
    min-width: 100%;
    font-size: 0.9rem;
}

#header #nav-header ul li:hover > ul {
    display: flex;
}

@media screen and (max-width: 991px) {
    #header #nav-header {
        display: none;
    }
}

/* HEADER MOBILE */
#menu-mobile .offcanvas-body ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 1rem;
    font-weight: 500;
}
#menu-mobile .offcanvas-body ul.menu li {
    display: block;
    position: relative;
}
#menu-mobile .offcanvas-body ul.menu li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding: 15px 20px;
    color: #1d1d1b;
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}
#menu-mobile .offcanvas-body ul.menu li a i {
    display: none;
}
#menu-mobile .offcanvas-body ul.menu li a:hover {
    color: var(--bs-primary);
}

#menu-mobile .offcanvas-body ul.menu li.current-menu-item a {
    color: var(--bs-primary);
}

#menu-mobile .offcanvas-body ul.menu li.menu-item-has-children > a {
    padding-bottom: 5px;
}
#menu-mobile .offcanvas-body ul.menu li.current-menu-parent ul,
#menu-mobile .offcanvas-body ul.menu li.menu-item-has-children.active ul {
    display: flex !important;
}

#menu-mobile .offcanvas-body ul.menu li > ul {
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: #fff;
    border-left: 1px solid #dedede;
    margin-top: 10px;
    margin-left: 40px;
}

#menu-mobile .offcanvas-body ul.menu li > ul li a {
    padding: 10px 20px;
    font-size: 0.95rem;
}

/* MAIN */
#main {
    max-width: 100%;
    padding: 50px 0;
    position: relative;
    background: #fff url("../images/bg-body.webp") center center no-repeat;
    background-size: cover;
}
#main::before {
    content: url("../images/detalhe-1.svg");
    display: block;
    position: absolute;
    width: 50px;
    height: auto;
    top: 0;
    right: 0;
    z-index: 1;
}
#main::after {
    content: url("../images/detalhe-2.svg");
    display: block;
    position: absolute;
    width: 40px;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#main b,
#main strong {
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    #main {
        padding: 40px 0;
        background-size:
            cover,
            30px auto,
            30px auto;
    }
}
@media screen and (max-width: 767px) {
    #main {
        padding: 30px 0;
        background-size:
            cover,
            20px auto,
            20px auto;
    }
    #main::before,
    #main::after {
        display: none;
    }
}

/* BANNER */
#hero-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 680px;
    max-height: auto;
}

#hero-banner .banner-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

#hero-banner .banner-content {
    position: relative;
    width: 680px;
    max-width: 100%;
    padding: 60px 30px;
    z-index: 2;
}

#hero-banner .banner-content .banner-title {
    color: var(--bs-primary);
}

#hero-banner .banner-content .banner-subtitle {
    color: var(--bs-black);
}

#hero-banner .banner-content .banner-text {
    color: var(--bs-body-color);
}

@media screen and (max-width: 991px) {
    #hero-banner {
        height: auto;
    }
    #hero-banner::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0.5)
        );
        z-index: 2;
    }
    #hero-banner .banner-content {
        max-width: 70%;
    }
    #hero-banner .banner-img {
        object-position: right center;
    }
}

@media screen and (max-width: 767px) {
    #hero-banner .banner-content {
        max-width: 100%;
    }
}

/* BANNER CHAMADA */
.banner-call-loja {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff url("../images/banner-call-loja.webp") right bottom
        no-repeat;
    background-size: cover;
    padding: 2rem 0;
    border-radius: 20px;
    min-height: 388px;
    padding-right: 80px;
    padding-left: 20px;
}
.banner-call-loja .box-banner-call-loja {
    width: 500px;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .banner-call-loja {
        background:
            linear-gradient(
                to right,
                rgba(254, 254, 254, 0.95),
                rgba(254, 254, 254, 0.85),
                rgba(255, 255, 255, 0.15)
            ),
            url("../images/banner-call-loja.webp") -300px bottom no-repeat;
        border: 1px solid #dfdfdf;
    }
}

/* TEMPLATE HOME */
.home .image-thumbnail {
    position: relative;
    z-index: 3;
    margin-top: calc(-3rem - 40px);
}
.home .box-sobre h2 {
    font-weight: 700;
    font-size: 3rem;
    margin-top: 0;
}
.home .box-sobre h2 b,
.home .box-sobre h2 strong {
    color: var(--bs-primary);
}
@media screen and (max-width: 991px) {
    .home .box-sobre h2 {
        font-weight: 700;
        font-size: 3rem;
    }
}
@media screen and (max-width: 767px) {
    .home .box-sobre h2 {
        font-weight: 700;
        font-size: 2rem;
    }

    .home .image-thumbnail {
        margin-top: calc(-3rem - 15px);
    }
}
.home .fabricacao {
    margin-top: 60px;
}
.home .fabricacao .icone {
    margin-top: calc(-3rem + -45px);
    margin-bottom: 1rem;
}

/* TEMPLATE QUEM SOMOS */
.page-template-about .image-thumbnail {
    position: relative;
    z-index: 3;
    margin-top: calc(-3rem - 40px);
}

.page-template-about #missao-visao-valores .mvv-item {
    border-radius: 20px;
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
}

.page-template-about #missao-visao-valores .mvv-item .icone .box {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.page-template-about #missao-visao-valores .mvv-item strong,
.page-template-about #missao-visao-valores .mvv-item b {
    color: var(--bs-primary);
}

/* FABRICAÇÃO */
.card-fabricacao {
    border: 0;
    border-radius: 25px;
    padding: 120px 40px 40px 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    text-decoration: none;
}
.card-fabricacao .card-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.card-fabricacao .card-thumbnail .img-fabricacao {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-fabricacao .card-thumbnail::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
}
.card-fabricacao .card-thumbnail::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(160, 0, 0, 0.95),
        rgba(0, 0, 0, 0)
    );
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.card-fabricacao:hover .card-thumbnail::before {
    opacity: 1;
}
.card-fabricacao .card-info {
    position: relative;
    z-index: 4;
}
.single-fabricacao #hero-banner .banner-content {
    position: relative;
    width: 580px;
    max-width: 100%;
    padding: 60px 30px;
    z-index: 2;
}
.single-fabricacao #hero-banner .banner-img {
    object-position: left center;
}

.single-fabricacao #hero-banner .banner-content .banner-title {
    text-transform: uppercase;
}

.single-fabricacao .content h1,
.single-fabricacao .content h2,
.single-fabricacao .content h3,
.single-fabricacao .content h4,
.single-fabricacao .content h5,
.single-fabricacao .content h6 {
    color: var(--bs-primary);
    font-weight: 700;
}

.single-fabricacao .content p b,
.single-fabricacao .content p strong {
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .single-fabricacao #hero-banner .banner-content .banner-title {
        font-size: 2.5rem !important;
    }
    .single-fabricacao #hero-banner .banner-img {
        object-position: right center;
    }
}

/* CONTACT FORM */
.contact-form-fields #input-message {
    height: 150px;
}
.contact-form-fields .wpcf7-not-valid-tip {
    color: var(--bs-primary);
    font-size: 0.85rem;
    margin-top: 5px;
    margin-left: 10px;
}
.contact-form-fields .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) input,
.contact-form-fields
    .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip)
    textarea {
    border-color: var(--bs-primary);
}

.joinchat__bubble {
    border-radius: 10px !important;
}

.joinchat__button {
    animation: pulse_shadow 2s infinite;
}

@keyframes pulse_shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* TEMPLATE LOJA */
.tax-product_cat #hero-banner,
.tax-product_tag #hero-banner,
.tax-product_taxonomy #hero-banner,
.post-type-archive-product #hero-banner,
.page-template-loja #hero-banner {
    margin-bottom: -90px;
}

.tax-product_cat #hero-banner .banner-content .banner-title,
.tax-product_tag #hero-banner .banner-content .banner-title,
.tax-product_taxonomy #hero-banner .banner-content .banner-title,
.post-type-archive-product #hero-banner .banner-content .banner-title,
.page-template-loja #hero-banner .banner-content .banner-title {
    color: var(--bs-white);
    font-size: 4.5rem !important;
}

.tax-product_cat #hero-banner .banner-content .banner-subtitle,
.tax-product_tag #hero-banner .banner-content .banner-subtitle,
.tax-product_taxonomy #hero-banner .banner-content .banner-subtitle,
.post-type-archive-product #hero-banner .banner-content .banner-subtitle,
.page-template-loja #hero-banner .banner-content .banner-subtitle {
    color: var(--bs-primary);
}

.tax-product_cat #hero-banner .banner-content .banner-text,
.tax-product_tag #hero-banner .banner-content .banner-text,
.tax-product_taxonomy #hero-banner .banner-content .banner-text,
.post-type-archive-product #hero-banner .banner-content .banner-text,
.page-template-loja #hero-banner .banner-content .banner-text {
    color: var(--bs-white);
}

@media screen and (max-width: 991px) {
    .tax-product_cat #hero-banner,
    .tax-product_tag #hero-banner,
    .tax-product_taxonomy #hero-banner,
    .post-type-archive-product #hero-banner,
    .page-template-loja #hero-banner {
        margin-bottom: 0;
    }
    .tax-product_cat #hero-banner .banner-content .banner-title,
    .tax-product_tag #hero-banner .banner-content .banner-title,
    .tax-product_taxonomy #hero-banner .banner-content .banner-title,
    .post-type-archive-product #hero-banner .banner-content .banner-title,
    .page-template-loja #hero-banner .banner-content .banner-title {
        font-size: 3.5rem !important;
    }
    .tax-product_cat #hero-banner::before,
    .tax-product_tag #hero-banner::before,
    .tax-product_taxonomy #hero-banner::before,
    .post-type-archive-product #hero-banner::before,
    .page-template-loja #hero-banner::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            to right,
            rgba(0, 0, 0, 1),
            rgba(0, 0, 0, 0.5)
        );
        z-index: 2;
    }
}

@media screen and (max-width: 767px) {
    .tax-product_cat #hero-banner .banner-content .banner-title,
    .tax-product_tag #hero-banner .banner-content .banner-title,
    .tax-product_taxonomy #hero-banner .banner-content .banner-title,
    .post-type-archive-product #hero-banner .banner-content,
    .page-template-loja #hero-banner .banner-content {
        max-width: 100%;
    }
}

.woocommerce .bar-features h3 {
    color: #fff !important;
}
.tax-product_cat .bar-features,
.tax-product_tag .bar-features,
.tax-product_taxonomy .bar-features,
.post-type-archive-product .bar-features,
.page-template-loja .bar-features {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    color: #fff;
    z-index: 3;
}

/* CARD PRODUTO */
.product-item-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.product-item-wrapper .product-description p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

/* SINGLE PRODUCT */
.woocommerce .breadcrumbs {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(5px);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9rem;
}

.woocommerce .breadcrumbs .woocommerce-breadcrumb {
    margin: 0;
}

.woocommerce .breadcrumbs .woocommerce-breadcrumb a {
    color: var(--bs-body-color);
    transition: all ease-in-out 0.3s;
}

.woocommerce .breadcrumbs .woocommerce-breadcrumb a:hover {
    color: var(--bs-primary);
}

.single-product .product-price,
.product-item-wrapper .product-price {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--bs-black);
}

.single-product .product-price del,
.product-item-wrapper .product-price del {
    display: block;
    color: var(--bs-body-color);
    font-size: 1.25rem;
    font-weight: 500;
}

.single-product .product-price ins,
.product-item-wrapper .product-price ins {
    display: block;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    color: var(--bs-black);
}

.single-product .product-image {
    display: block;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
}

.single-product .product-image a {
    display: block;
    cursor: zoom-in;
    width: 100%;
    height: 450px;
}

.single-product .product-image a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.single-product .product-gallery .gallery-item__item {
    width: 80px;
    height: 80px;
    border-radius: 3px;
    border: 1px solid #dedede;
    overflow: hidden;
    cursor: pointer;
}

.single-product .product-actions .stock {
    display: none;
}

.single-product .product-actions form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.single-product .product-actions form.cart .quantity {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
}

.single-product .product-actions form.cart .quantity input {
    min-width: 100px;
    width: 100%;
    height: 100%;
    padding: 5px;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 0;
}
.single-product .product-actions form.cart .quantity .btn-quantity-add {
    width: 70px;
    height: 100%;
    padding: 5px;
}

.single-product .product-actions form.cart .single_add_to_cart_button {
    padding: 15px 80px;
    border-radius: 5px;
    background: #13653f;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all ease-in-out 0.3s;
}

.single-product .product-actions form.cart .single_add_to_cart_button:hover {
    background: #0e9154;
}

.single-product .product-actions form.cart .single_add_to_cart_button:disabled {
    background: var(--bs-primary);
    opacity: 0.5;
    cursor: not-allowed;
}

.product-actions .containerCalculator{
    margin-top: 30px;
    margin-bottom: 0;
    color: var(--bs-secondary);
    font-weight: 500;
}
.product-actions .containerCalculator .resultado-frete {
    margin-top: 15px;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    
}
.product-actions .containerCalculator .resultado-frete table {
    width: 100%;
    border-collapse: collapse;
}
.product-actions .containerCalculator .resultado-frete table td{
    padding: 7px 10px;
    border: 1px solid #dedede;
}
.product-actions .containerCalculator .resultado-frete table tr:nth-child(even){
    background: #fff;
    color: #222;
}
.product-actions .containerCalculator .resultado-frete table tr:nth-child(odd){
    background: #dedede;
    color: #222;
}
.product-actions .containerCalculator .resultado-frete #destiny-shipping-mehor-envio{
    margin-top: 0;
    font-weight: 600;
    color: #a33241;
    font-size: 1rem;
}

.woocommerce .woocommerce-product-search,
.woocommerce-page .woocommerce-product-search {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    width: 100%;
    height: 100%;
}

.woocommerce .woocommerce-product-search input[type="search"],
.woocommerce-page .woocommerce-product-search input[type="search"] {
    width: 100%;
    max-width: 500px;
    height: 100%;
    min-height: 50px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.woocommerce .woocommerce-product-search button,
.woocommerce-page .woocommerce-product-search button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto;
    height: 100%;
    min-height: 50px;
    border: 0;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    transition: all ease-in-out 0.3s;
}

.woocommerce .woocommerce-product-search button:hover,
.woocommerce-page .woocommerce-product-search button:hover {
    background: #555;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background: #13653f;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all ease-in-out 0.3s;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background: #0e9154;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background: #13653f;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 20px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: none;
    width: 100%;
    font-size: 1.25rem;
    transition: all ease-in-out 0.3s;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background: #0e9154;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
    display: block;
    border-bottom: 1px solid #dedede;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px 20px;
    color: var(--bs-body-color);
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--bs-primary);
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--bs-primary);
    background: rgba(0, 0, 0, 0.05);
}

.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    table
    thead {
    background: rgba(0, 0, 0, 0.05);
}

.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    table
    thead
    th {
    padding: 10px;
    text-align: left;
    font-weight: 600;
}
.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    table
    tbody
    tr {
    border-bottom: 1px solid #dedede;
}
.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    table
    tbody
    tr:last-child {
    border-bottom: 0;
}
.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    table
    tbody
    tr
    td {
    padding: 10px;
}

.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    table
    tbody
    tr
    td
    a {
    color: var(--bs-primary);
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}
.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    table
    tbody
    tr
    td
    a:hover {
    text-decoration: underline;
}
.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    table
    tbody
    tr
    td
    .order-status {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.85rem;
}
.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    table
    tbody
    tr
    td
    .order-status.completed {
    background: rgba(19, 101, 63, 0.1);
    color: #13653f;
}
.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    table
    tbody
    tr
    td
    .order-status.processing {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}
.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    table
    tbody
    tr
    td
    .order-status.on-hold {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}
.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    table
    tbody
    tr
    td
    .order-status.cancelled {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}
.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    table
    tbody
    tr
    td
    .order-status.refunded {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}
.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    table
    tbody
    tr
    td
    .order-status.failed {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}
.woocommerce .woocommerce-MyAccount-content .button {
    background: #dedede;
    color: #000;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    padding: 10px 20px;
    transition: all ease-in-out 0.3s;
}
.woocommerce .woocommerce-MyAccount-content .button:hover {
    background: #e4e4e4;
}

.woocommerce .woocommerce-MyAccount-content .u-column1,
.woocommerce .woocommerce-MyAccount-content .u-column2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.woocommerce .woocommerce-MyAccount-content .u-column1 h2,
.woocommerce .woocommerce-MyAccount-content .u-column2 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--bs-primary);
}
.woocommerce .woocommerce-MyAccount-content .u-column1 p,
.woocommerce .woocommerce-MyAccount-content .u-column2 p {
    margin: 0;
}
.woocommerce .woocommerce-MyAccount-content .u-column1 p a,
.woocommerce .woocommerce-MyAccount-content .u-column2 p a {
    color: var(--bs-primary);
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}
.woocommerce .woocommerce-MyAccount-content .u-column1 p a:hover,
.woocommerce .woocommerce-MyAccount-content .u-column2 p a:hover {
    text-decoration: underline;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 20px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address address p {
    margin: 0 0 10px 0;
}
.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-Address
    address
    p
    strong {
    font-weight: 600;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address address p a {
    color: var(--bs-primary);
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}
.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-Address
    address
    p
    a:hover {
    text-decoration: underline;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    margin-top: -20px;
    position: relative;
    z-index: 2;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    #respond
    input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    #respond
    input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    input.button {
    background: #d60f3c;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 12px 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all ease-in-out 0.3s;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    #respond
    input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    #respond
    input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
        :not(.edit-post-visual-editor)
    )
    .woocommerce
    input.button:hover {
    background: #a33241;
    color: #fff;
}

.woocommerce h2,
.woocommerce h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--bs-primary);
    margin-bottom: 30px;
}

.woocommerce {
    position: relative;
    z-index: 2;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 20px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
    background: #f5f5f5;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
    padding: 10px;
    text-align: left;
    font-weight: 600;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr {
    border-bottom: 1px solid #dedede;
    background: #fff;
}
.woocommerce-checkout
    .woocommerce-checkout-review-order-table
    tbody
    tr:last-child {
    border-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr td {
    padding: 10px;
}
.woocommerce-checkout
    .woocommerce-checkout-review-order-table
    tbody
    tr
    td
    .product-name {
    font-weight: 500;
}
.woocommerce-checkout
    .woocommerce-checkout-review-order-table
    tbody
    tr
    td
    .product-total {
    font-weight: 700;
    color: var(--bs-black);
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
    background: #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment {
    margin-top: 30px;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #f5f5f5;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #fff;
    border: 2px solid #dedede;
    border-radius: 5px;
    padding: 20px;
    margin-top: 10px;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dedede;
}
.woocommerce-checkout
    .woocommerce-checkout-payment
    .payment_methods
    .payment_method {
    display: flex;
    align-items: center;
    gap: 10px;
}
.woocommerce-checkout
    .woocommerce-checkout-payment
    .payment_methods
    .payment_method
    input {
    width: auto;
}
.woocommerce-checkout
    .woocommerce-checkout-payment
    .payment_methods
    .payment_method
    label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.woocommerce-checkout
    .woocommerce-checkout-payment
    .payment_methods
    .payment_method
    label
    img {
    max-width: 100px;
    height: auto;
}
.woocommerce-checkout
    .woocommerce-checkout-payment
    .payment_methods
    .payment_method
    label
    span {
    font-weight: 500;
}
.woocommerce-checkout
    .woocommerce-checkout-payment
    .payment_methods
    .payment_method
    label:hover {
    color: var(--bs-primary);
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 10px 30px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #fff;
    border: 2px solid #dedede;
    border-radius: 5px;
    overflow: hidden;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border: 0;
    border-bottom: 2px solid #dedede;
}

.checkout.woocommerce-checkout {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 30px;
}

.woocommerce form.checkout_coupon {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.woocommerce form.checkout_coupon p {
    max-width: 300px;
}
.woocommerce form.checkout_coupon [name="coupon_code"] {
    width: 100%;
}

.woocommerce form.login,
.woocommerce form.register {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.woocommerce form.checkout_coupon p,
.woocommerce form.login p,
.woocommerce form.register p {
    margin: 0;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 100%;
    max-width: 180px;
    padding: 7px 10px;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.woocommerce-cart .cart_totals {
    width: 100%;
    max-width: 550px;
}
.woocommerce-cart .cart_totals h2 {
    margin-bottom: 20px;
}