@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Montserrat:ital,wght@0,100..900;1,100..900&');

html {
    scroll-behavior: smooth;
}

*,
#shippingCalculator #enviarCotacao {
    font-family: 'Montserrat', sans-serif !important;
    accent-color: #1F6F4A;
}

div[name="shippingAddress.country_id"] {
    display: none;
}

/* a,
a:visited,
.alink:visited,
.minicart-items .product-item-name a {
    color: #3F3F3F;
} */

.page-wrapper {
    background-color: #FDFDF9;
    overflow-x: clip;
}

.category-image {
    margin-bottom: 20px;
}

#maincontent [data-content-type="row"] {
    margin-bottom: 75px;

    &:has(.banners-final) {
        margin-bottom: 0px;
    }
}

.sections.nav-sections {
    z-index: 98;
    background: #fff;
    border-bottom: 1px solid #E8E8E8;

    .nav-sections-item-content {
        max-width: 1180px;
        padding: 0 !important;

        .magicmenu .nav-desktop {
            display: flex;
            justify-content: space-between;

            .level0 {

                &:first-child {


                    a {
                        text-align: center;
                    }
                }

                .level-top-mega {
                    background: #fff;
                    box-shadow: none;
                    border-top: 1px solid #F6F6F6;
                    border-bottom: 1px solid #F6F6F6;
                    top: 39px;

                    .content-mega-horizontal {
                        width: 100% !important;
                        max-width: 1180px;
                        margin: 0 auto;

                        .cat-mega {
                            width: 100%;
                            display: flex;
                            justify-content: space-around;
                        }
                    }
                }

                .level-top {
                    padding: 10px 0;

                    span {
                        font-weight: 500;
                        text-transform: none;
                        font-size: 14px;
                        color: #222;

                        &:hover {
                            text-decoration: underline;
                        }
                    }

                    &::after {
                        display: none;
                    }
                }

                .children {
                    &.level1>a {
                        padding: 15px 0;
                    }

                    span {
                        font-weight: 500;
                        text-transform: none;
                        font-size: 16px !important;
                        padding: 0;
                        color: #222222;

                        &:hover {
                            text-decoration: underline;
                            order: 1;
                            /* garante label antes do input */
                        }
                    }


                    .submenu {
                        padding: 0 0 10px !important;

                        span {
                            font-size: 14px !important;

                            .cart-container .fieldset.rate .items.methods .field.choice.item .radio {
                                order: 2;
                                /* input depois do label */
                            }

                            &:hover {
                                text-decoration: underline;
                            }
                        }
                    }
                }
            }
        }

        .parent-link {
            text-align: center;
            font-size: 14px;
            text-transform: uppercase;
            border-top: 1px solid #E1E1E1;
            clear: both;
            padding: 15px 0;
            color: #1F6F4A;

            * {
                font-family: 'Montserrat', sans-serif;
            }
        }
    }
}

.top-container,
.breadcrumbs {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.breadcrumbs {
    padding-top: 20px;
}

.cms-home,
.catalog-category-view,
.catalog-product-view {
    .sections.nav-sections {
        margin-bottom: 0;
    }
}

.catalog-category-view {
    .page-main>.page-title-wrapper .page-title {
        margin-bottom: 15px;
    }
}

.cms-home {

    .page-title-wrapper {
        display: none;
    }

    .product-items {
        .product-item-name {
            a {
                font-size: 16px !important;
            }
        }
    }

}

header.page-header {
    width: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
    position: sticky;
    transition: 0.2s ease-in-out;
    border-color: #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    box-sizing: border-box;
    height: 90px;

    .block-search {
        max-width: 500px;
        width: 100%;
        padding: 0;
        flex: 1;
        margin-left: auto;
        margin-right: auto;

        input {
            background: #F5F5F5;
            border: none;
            border-bottom: none;
            box-shadow: none !important;
            color: #1F6F4A;
            height: 48px;
            border-radius: 10px;
            text-indent: 40px;

            &::placeholder {
                color: #666666;
                font-size: 14px;
            }
        }

        .action.search {
            right: auto !important;
            left: 12px;
            top: 8px;

            &::before {
                content: url(../images/search.svg);
                font-size: 20px;
            }
        }
    }

    li {
        &:hover {
            >.submenu {
                &:has(.category-content) {

                    li {}

                    .category-content {}
                }
            }
        }
    }

    .panel.wrapper {
        display: none;
    }

    .logo {
        margin: 0;

        img {
            width: 160px;
        }
    }

    .header.content {
        display: flex;
        align-items: center;
        padding: 0;
        height: 90px;
        justify-content: center;
        max-width: 1180px;

        &::before {
            display: none;
        }
    }

    .minicart-wrapper {
        order: 2;
        margin: 0;
        margin-top: 0px;
        border-left: 1px solid #D9D9D9;
        padding-left: 20px;
    }
}

nav.navigation {
    display: flex;
    height: auto;
    background: #fff;

    >ul {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    .level0 {
        margin: 0;
        white-space: nowrap;

        >a {

            span,
            &::after {
                color: #1F6F4A;
                font-size: 16px;
                font-weight: 500;
                transition: 0.2s ease-in-out;
            }
        }
    }

    span {
        color: #1F6F4A;
    }
}

.custom-header-links {
    order: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px 20px 0 15px;

    .link-fav {
        content: url(../images/favorite_small.svg);
        display: none;
    }

    ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
        align-items: center;

        li {
            margin: 0;
        }

        .action.switch {
            &::after {
                color: #1F6F4A !important;
                margin: 0px 10px;
            }
        }

        .greet.welcome {
            display: none;
        }

        .link.authorization-link {
            >a {
                font-size: 12px;
                display: flex;
                color: #666666;
                font-weight: 500;
                align-items: center;
                gap: 5px;

                &::before {
                    content: url(../images/user.svg);
                }
            }
        }
    }
}

.minicart-wrapper:has(.counter.qty.empty) .action.showcart::after {
    content: 'Carrinho';
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    text-decoration: none;
    margin-left: 2px;
}

.minicart-wrapper:has(.counter.qty.empty) .action.showcart:hover::after {
    text-decoration: underline;
}

.minicart-wrapper {

    .block-minicart {
        position: fixed;
        top: 12px;
        right: -100%;
        width: 100%;
        min-width: auto;
        min-height: 746px;
        height: auto;
        max-height: 100%;
        margin-top: 0;
        transition: 0.3s ease-in-out;
        max-width: 415px;
        box-shadow: none;
    }

    .action.showcart {
        display: flex !important;
        align-items: center;
        gap: 5px;

        .counter.qty {
            background: #fff;
            color: #1F6F4A;
            border: 1px solid #1F6F4A;
            border-radius: 50%;
            min-width: auto;
            width: 17px;
            height: 17px;
            line-height: 14px;
            padding: 0;
            position: relative;
            margin-top: 0px;

            .counter-number {
                text-shadow: none;
                font-size: 10px;
                font-weight: 500;
                font-family: 'Montserrat', sans-serif;
            }
        }

        &::before {
            content: url(../images/cart.svg) !important;
        }
    }

    &.active {
        .block-minicart {
            right: 12px;

            &::before {
                display: none;
            }
        }

        #minicart-content-wrapper,
        .block-content {
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .block-minicart:after {
            display: none;
        }

        .actions:not(.product) {
            order: 1;

            &:has(.primary) {
                order: 2;
            }

            &:has(.secondary) {

                border: 2px solid #1F6F4A;
                margin: 10px 10px 0;
                border-radius: 10px;


                a {
                    display: block;
                    padding: 14px 17px;
                    font-size: 14px;
                    font-weight: 500;
                    color: #010101;
                    text-transform: uppercase;
                }
            }
        }
    }
}

.breadcrumbs {
    li {
        &::after {
            margin: 0 4px !important;
            position: relative;
            top: 0px;
        }

        a {
            font-weight: 500;
            color: #1F6F4A !important;
        }

        a,
        strong {
            font-size: 10px;
        }
    }
}

.cms-home {
    .page.messages {
        display: none;
    }

    #maincontent {

        div {
            justify-content: center;
            column-gap: 10px;

            .heading-link {
                border-bottom: 1px solid #EDEDED;
                margin-bottom: 30px;

                div[data-content-type="text"] {
                    height: 100%;
                    display: flex;
                    justify-content: start;
                    align-items: end;
                }

                h3 {
                    font-size: 24px;
                    font-weight: 700;
                    color: #666666;
                    width: fit-content;
                    position: relative;
                    padding: 18px 0;
                    margin: 0;

                    strong {
                        color: #1F6F4A;
                    }

                    &::after {
                        content: '';
                        display: inline-block;
                        width: 100%;
                        position: absolute;
                        height: 3px;
                        background: #1F6F4A;
                        border-radius: 10px;
                        left: 0;
                        bottom: 0;
                    }
                }

                .link-home {
                    text-align: right;

                    .pagebuilder-button-primary {
                        margin: 0;
                        background: transparent !important;
                        border: none;
                        font-weight: 500;
                        font-size: 16px !important;
                        color: #222;
                        display: flex;
                        align-items: center;
                        gap: 10px;

                        &::after {
                            content: url(../images/arrowright.svg);
                        }
                    }
                }
            }



            figure {
                picture:not(:last-child) {
                    width: 100%;
                    overflow: hidden;

                    img {
                        width: 100%;
                        height: 100%;
                        transition: 0.2s ease-in-out;

                        &:hover {
                            filter: saturate(1.1);
                            transform: scale(1.01);
                        }
                    }
                }
            }
        }
    }
}

.fullbanner {
    margin-top: 24px;

    .slick-prev,
    .slick-next {
        width: 86px;
        height: 86px;
        background: #FDFDF9;
        border: 8px solid #fff;
        box-sizing: border-box;
    }

    .slick-prev {
        left: -42px;
    }

    .slick-next {
        right: -42px;
    }

    .slick-dots {
        position: absolute;
        bottom: 10px;

        li {
            &.slick-active {
                width: 24px;

                button {
                    width: 24px;
                }
            }
        }
    }
}


.slick-prev,
.slick-next {
    z-index: 98;
    border-radius: 50%;
    height: 38px;
    width: 38px;

    &::before {
        font-size: 20px;
    }
}

.slick-dots {
    padding: 10px 0 0;

    li {
        width: 8px;
        margin: 0 2px;

        button {
            width: 8px;
            height: 8px;
            border: none;
            background: #ECC554;
            border-radius: 7px;
        }

        &.slick-active {
            width: 24px;

            button {
                width: 24px;
                background: #1F6F4A;
            }
        }
    }
}

.navigation .level0 .submenu {
    border: none;
}

.page-products {
    #maincontent {
        .products-grid .product-items {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            justify-content: center;

            .product-item {
                margin: 0;
                padding: 0;
                height: fit-content;
                width: calc((100% - 2%)/3);

                .product-item-info {
                    margin: 0 !important;
                    width: 100%;

                    .product-item-details {

                        .actions-primary {
                            .action.primary {
                                span {
                                    font-size: 13px;
                                    font-weight: 500;
                                }
                            }
                        }
                    }

                    .actions-secondary {
                        right: 0;

                        .action.towishlist {
                            margin: 0;
                        }
                    }
                }
            }
        }
    }
}


#maincontent {

    .product-item:not(.sidebar *) {
        position: relative;
        padding: 8px !important;

        &::before,
        &::after {
            content: "";
            position: absolute;
            inset: 0;
            display: block;
            z-index: -1;
            transition: transform 0.3s ease-in-out 0s;
            display: none;
        }

        &::before {
            border-left: 1px solid #F6F6F6;
            border-right: 1px solid #F6F6F6;
            transform: scaleY(0);
        }

        &::after {
            border-top: 1px solid #F6F6F6;
            border-bottom: 1px solid #F6F6F6;
            transform: scaleX(0);
        }

        .product-item-name,
        .product-item-name a {
            color: #222222;
            font-size: 14px;
            font-weight: 600;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .product-item-info {
            margin: 0;
            border: 1px solid #EDEDED;
            border-radius: 16px;
            padding: 10px;
            transition: 0.2s ease-in-out;
            background: #fff;
            box-sizing: border-box;

            >a {
                width: 100%;

                >span {
                    width: 100%;

                    img {
                        height: 60%;
                    }
                }
            }

            .parcelas {
                display: none;
            }
        }

        .product-item-info:hover,
        .product-item-inner {
            position: static;
            border-color: #1F6F4A;
        }

        .product-item-info:hover {
            box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
        }

        &:hover {
            .product-item-details {
                .actions-primary {
                    .action.primary {
                        /* opacity: 1;
                        pointer-events: all; */
                    }
                }
            }

            &::before {
                transform: scaleY(1);
            }

            &::after {
                transform: scaleY(1);
            }
        }

        .product-item-details {
            position: relative;
            border-top: 1px solid #EDEDED;
            padding: 10px;
            margin: -10px;

            .price-container {
                display: flex;
                flex-direction: column;
                gap: 4px;

                .price-label {
                    display: inline-block !important;
                    font-size: 10px;
                }

                .price {
                    font-size: 14px;
                    color: #222;
                    text-decoration: line-through;
                }
            }


            .actions-primary {
                .action.primary {
                    position: absolute;
                    top: 0;
                    left: 0;
                    opacity: 0;
                    pointer-events: none;
                    height: 40px;
                    width: 100%;
                    padding: 0;

                    span {
                        font-size: 16px;
                        font-weight: 500;
                    }
                }
            }

            .swatch-attribute-options {
                margin: 10px 0 0;

                .swatch-option {
                    margin-bottom: 0;
                }
            }
        }


        .actions-secondary {
            position: absolute;
            top: 5px;
            right: 5px;
            z-index: 1;

            span {
                font-size: 0px;
            }
        }

        .price-box {
            display: inline-flex;
            align-items: center;
            margin: 0;
            flex-direction: row-reverse;
            justify-content: left;
            gap: 5px;

            .price {
                font-weight: 500;
            }

            .old-price {
                .price {
                    text-decoration: line-through;
                }
            }

            .special-price {
                span {
                    font-weight: 500;
                    ;
                }
            }
        }
    }
}

body:has(.customer-menu) {

    .customer-menu .link.authorization-link a {
        font-size: 14px;
        pointer-events: all;

        &::before {
            display: none;
        }
    }

    .custom-header-links {
        gap: 5px;
    }
}

footer.page-footer {
    background: #fff;
    margin-top: 0;
    padding-bottom: 0;

    .footer-logo-wide {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        height: 50px;

        a {
            max-width: 175px;
            content: url(../images/wide.png);
        }
    }


    p {
        font-size: 16px;
        margin-bottom: 0;
        color: #1F6F4A;
    }

    .block.newsletter {
        max-width: none;
        width: 100%;
        margin: 0;
        height: 100%;
        display: flex;
        align-items: center;

        .content {
            width: 100%;
        }

        #newsletter-validate-detail {
            display: flex;
            flex-wrap: wrap;
            margin-top: 10px;
            flex-direction: column;
            gap: 15px;

            .container-name-newsletter {
                display: flex;
                flex-direction: column;
                gap: 15px;
            }

            .newsletter {
                max-width: none;
            }

            .control {
                &::before {
                    display: none;
                }

                label {
                    width: 100%;
                    display: flex;
                    justify-content: end;
                }
            }

            input {
                height: 50px;
                border: 1px solid #D9D9D9;
                box-sizing: border-box;
                max-width: 490px;
                margin-right: 0;
                padding-left: 15px;

                &::placeholder {
                    color: #B0B0B0;
                    font-size: 16px;
                }
            }

            .actions {
                width: auto;
                text-align: right;
            }

            .action.subscribe {
                height: 50px;
                border: none;
                background: #1F6F4A;
                border-radius: 0px;
                padding: 0 50px;
                font-weight: 700;
                font-size: 16px;
                text-transform: none;
            }
        }
    }

    .footer-social,
    .footer-payment {
        justify-content: center !important;

        p {
            span {
                font-weight: 500;
                font-size: 16px !important;
            }
        }
    }
}

.full-footer {
    color: #fff;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;

    .footer-top {
        .pagebuilder-column-group {
            padding: 40px 0 10px;
        }
    }

    .footer-social {
        flex-direction: row !important;
        justify-content: end !important;
        gap: 25px;

        span {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        >div,
        figure {
            display: flex;
            align-items: center;

            &:has(p) {
                margin-right: auto;

                p {
                    margin: 0;
                    font-size: 18px;
                    font-weight: 500;
                }
            }
        }
    }

    .footer-bottom {
        padding: 50px 0;

        .pagebuilder-column-line {
            justify-content: space-between;
            gap: 50px !important;

            .pagebuilder-column {
                justify-content: start !important;
            }
        }

        h3 {
            margin-bottom: 25px;
            font-size: 20px;
            color: #888888 !important;
            font-weight: 600;

            span {
                font-size: 20px;
                color: #888888 !important;
                font-weight: 600;
            }

            &::after {
                content: '';
                display: block;
                width: 100%;
                height: 2px;
                background: #888888;
                margin-top: 12px;
            }
        }

        .luz {
            h3 {
                font-size: 16px;
                margin-top: 50px;
                margin-bottom: 0;

                &::after {
                    display: none;
                }
            }

            img {
                max-width: 150px;
                height: auto !important;
            }
        }

        ul {
            font-size: 16px;
            font-weight: 500;
            color: #888888;
            list-style: disc;
            padding-left: 25px;
        }

        p {
            span {
                font-size: 16px;
                font-weight: 500;
                line-height: 32px !important;
                color: #888888 !important;
            }
        }

        a {
            color: #888888;
        }

        picture {
            display: flex;
            justify-content: end;
            min-width: 30px;
        }
    }

    .copyright {
        background: transparent;
        font-size: 10px;
        color: #888888;
        padding: 20px 0;
        line-height: 20px;
        border-top: 1px solid #1F6F4A;
    }

    .pagebuilder-column.footer-atendimento {
        .flex {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        img {
            max-width: 26px;
        }
    }

    .pagebuilder-column.news-column {
        span {
            line-height: 30px;
        }
    }
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;

    a {
        color: #3F3F3F;

        &:hover {
            color: #3F3F3F;
        }
    }
}

.top-footer {
    height: 240px;

    [data-content-type='row'][data-appearance='contained'] {
        &:has(.footer-message) {
            height: 100%;
        }
    }

    .footer-message {
        background: #fff;
        justify-content: center !important;
        height: 100%;
        padding: 0 5%;
        border-radius: 10px;
        margin: 50px 0 0 0;

        [data-content-type="divider"] {
            width: 2px;
            height: 30%;
            background: #D1C3BA;
        }

        .pagebuilder-column {
            justify-content: center !important;

            p {
                text-transform: uppercase;

                span:first-child {
                    font-size: 16px !important;
                    font-weight: 500;
                    color: #1F6F4A !important;

                }

                span:last-child {
                    font-size: 41px !important;
                    font-weight: 700;
                    color: #ECC554 !important;
                }
            }
        }
    }
}

.block.newsletter .form.subscribe {
    display: flex;
}


.navigation .level0.active>.level-top,
.navigation .level0.has-active>.level-top,
.navigation .level0 .submenu .active>a {
    border: none;
}

.product-social-links .action.towishlist::before,
.block-bundle-summary .action.towishlist::before,
.product-item .action.towishlist::before,
.table-comparison .action.towishlist::before {
    content: url(../images/favoritegray.svg);
    width: 25px;
    height: 24px;
    display: block;
    margin-right: 0;
    margin-top: 1px;
}

.custom-header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;

    .header-contact,
    .header-language {

        p,
        a {
            margin-bottom: 0;
            display: flex;
            align-items: center;
            font-size: 12px;

            >picture,
            img {
                width: 20px !important;
                object-fit: none;
            }

            span {
                font-size: 12px !important;
            }
        }
    }
}

[data-content-type='row'][data-appearance='contained'] {
    max-width: 1200px;
    padding: 0;


    &:has(.top-message) {
        max-width: 100%;
        background: #FDFDF9;
        margin: 0 !important;
        z-index: 99;
    }

    &:has(.fullbanner),
    &:has(.footer-message) {
        max-width: 1200px;
        padding: 0;
    }

    &:has(.header-contact) {
        margin: 0 !important;
    }

    .top-message {
        max-width: 1200px;
        width: 100%;
        height: 41px;
        margin: 0 auto;
        font-weight: 500;
        justify-content: center !important;

        p {
            font-size: 14px;
            margin-bottom: 0;
            color: #888888;
            font-weight: 400;

            strong {
                color: #1F6F4A;
            }
        }
    }
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #2D2D2D;
    height: 32px;
    padding: 5px 0;

    p {
        display: inline-block;
        padding-left: 100%;
        animation: marquee 15s linear infinite;
        font-size: 14px;
        color: #fff;
        margin: 0;

        &:hover {
            animation-play-state: paused;
        }
    }
}



@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.action.primary,
.action-primary,
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.block-authentication .actions-toolbar>.primary .action {
    background: #1F6F4A;
    border-color: #1F6F4A;
    transition: 0.2s ease-in-out;
    border-radius: 10px !important;
    color: #fff;
    font-weight: 700;
    font-size: 14px !important;
    text-transform: uppercase;


    &:hover {
        background: #1F6F4A;
        border-color: #1F6F4A;
        filter: brightness(1.1);
    }
}

.customer-account-login {
    #maincontent {

        .primary {
            width: 100%;
            max-width: 200px;
            margin-top: 10px;
        }

        .secondary {
            display: block;
            clear: both;
            text-align: left;
        }
    }
}

.customer-account-login,
.customer-account-create {

    #maincontent {
        .column.main {
            display: flex;
            justify-content: center;
        }

        .primary {
            width: 100%;
        }

        .action.primary,
        .action-primary,
        .action.primary:focus,
        .action-primary:focus,
        .action.primary:active,
        .action-primary:active {
            background: #1F6F4A;
            border-color: #1F6F4A;
            transition: 0.2s ease-in-out;
            border-radius: 10px !important;
            font-size: 16px;
            display: flex;
            line-height: normal;
            width: 100%;
            height: 50px;
            margin: 0;
            justify-content: center;
            align-items: center;
            border: none !important;

            &:hover {
                background: #1F6F4A;
                border-color: #1F6F4A;
                filter: brightness(1.1);
            }
        }

        .page-title-wrapper {
            text-align: center;

            span {
                font-size: 26px;
                font-weight: 600;
                display: inline-block;
                margin: 20px 0 30px;
                color: #222222;
            }
        }

        .login-container .block .block-title strong,
        .legend {
            border-color: transparent;
            font-size: 22px;
            color: #1F6F4A;

            >span {
                font-size: 16px;
                font-weight: 500;
            }
        }
    }
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
    border-color: #1F6F4A;
    color: #1F6F4A;
}

.modes {
    display: none !important;
}

.flex {
    >p {
        margin-bottom: 30px;

        span {
            display: flex;
            align-items: center;
            gap: 15px;
            line-height: 25px !important;
        }
    }
}

.cms-home #maincontent figure:not(footer figure) {
    display: flex;
    justify-content: center;
}

#maincontent {
    padding: 0;

    &::after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffff50;
        z-index: 97;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.1s ease-in-out;
    }
}

body:has(.minicart-wrapper.active),
body:has(.magicmenu ul li:hover),
body:has(.customer-name.active) {
    #maincontent {
        &::after {
            opacity: 1;
            pointer-events: all;
        }
    }
}


body:has(#search:focus),
body:has(#search-auto-complete:hover) {
    #maincontent {
        &::after {
            opacity: 1;
            pointer-events: all;
        }
    }

    .block-search {

        input {
            padding-right: 35px;
            font-size: 14px !important;
            cursor: text;
        }

        #search-auto-complete {
            display: block !important;
        }

        button.action.search {
            pointer-events: all;
        }
    }
}

#search-auto-complete {
    display: none !important;
    border: none;
}

.sparsh-search-auto-complete ul li .qs-option-info .qs-option-title {
    strong {
        color: #000;
        font-weight: 500;
    }
}

.fotorama__thumb,
.fotorama__thumb-border {
    background-color: transparent;
    background-image: none;
}

.fotorama__thumb-border {
    border-color: #1F6F4A;
}

.swatch-option.selected,
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
    outline-color: #1F6F4A;
}

.review-control-vote label::before,
.review-control-vote::before {
    font-size: 20px;
    height: 20px;
    letter-spacing: 8px;
    line-height: 20px;
    font-weight: bolder;
}

.review-control-vote label::before {
    color: #ECC554;
}

.best-installment,
.desconto-a-vista {
    color: #3f3f3f;
    margin: 5px 0;
    text-transform: none;

    span {
        color: inherit;
    }

    .parcelas {
        text-transform: none;
        font-size: 12px;
        color: #3f3f3f;
        font-weight: 500;
        margin: 0 0 5px;

        span,
        strong {
            font-weight: 500;
            color: inherit;
        }
    }
}

.catalog-product-view {
    overflow-x: hidden;

    #maincontent {
        .action.action.towishlist {
            right: 0px;
        }

        .product.media {
            width: calc(60% - 20px);
            box-sizing: border-box;
        }

        .page-title {
            span {
                font-size: 24px;
                font-weight: 600;
                color: #3F3F3F;
            }
        }

        .product-info-main {
            padding: 25px 18px;
            max-width: 480px;
            box-sizing: border-box;

            .price-final_price {
                padding: 0;

                .price {
                    font-size: 24px;
                    color: #888;
                    text-decoration: line-through;
                    font-weight: 500;
                }
            }

            .desconto-a-vista .preco-com-desconto {
                font-size: 36px;
                font-weight: 700;
                color: #1F6F4A;
            }

            .product-add-form {
                padding-top: 0;
            }

            .product-info-stock-sku {
                display: none;
            }

            .price-label {
                font-size: 12px !important;
                display: none;
            }

            .reviews-actions {
                a {
                    font-size: 10px;
                    color: #3F3F3F;
                }
            }
        }

        form#product_addtocart_form {
            label {
                font-size: 10px;
                color: #383838;
            }
        }

        div#product-options-wrapper {

            .control {
                width: 100%;

                select {
                    height: 38px;
                    border: 1px solid #F6F6F6;
                    border-radius: 3px;
                }
            }

        }

        .field.qty {
            margin-top: 15px;


            .control {
                display: flex;
                max-width: 125px;
                width: 100% !important;
                border: 1px solid #D9D9D9;
                border-radius: 5px;
                height: 38px;
                box-sizing: border-box;
            }


            .minus,
            .plus {
                button {
                    border-color: transparent;
                    background: transparent;
                    border-radius: 0;
                    position: static;
                    height: 36px;
                    line-height: 35px;

                    &:hover {
                        background: transparent;
                    }
                }
            }

            input {
                border: none !important;
                margin-left: 0 !important;
                width: 100% !important;
                font-size: 14px;
                color: #1F6F4A;
                height: 36px !important;
                font-weight: 700;
            }
        }

        .actions {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row-reverse;
            justify-content: left;
            align-items: center;
            gap: 8px;

            .product-social-links,
            div#instant-purchase {
                display: none;

                .product-addto-links {
                    width: 100%;
                    height: 100%;

                    .wrapper-action {
                        display: flex;
                        width: inherit;
                        height: inherit;

                        a {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            opacity: 0.6;
                            width: inherit;
                            margin: 0;
                            background: #fff;
                            transition: 0.2s ease-in-out;

                            &:hover {
                                filter: brightness(0.9);
                            }

                            &::before {
                                margin: 0;
                                width: 20px;
                                height: 20px;
                            }
                        }
                    }
                }
            }
        }
    }

    .product.info.detailed {
        position: relative;
        margin: 70px auto;
        background: #fff;
        padding: 25px 0;
        border-radius: 10px;

        &::after {
            content: '';
            position: absolute;
            z-index: -1;
            width: 1000%;
            height: 100%;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            background: #fff;
        }

        h3 {
            text-align: center;
            font-size: 24px;
            color: #1F6F4A;
            margin-bottom: 30px;
        }

        .product.data.items {
            &>.item.title {
                border-top: 1px solid #F6F6F6;
                float: none;

                a {
                    font-size: 20px;
                    color: #1F6F4A;
                    border: none;
                    background: transparent;
                    padding: 10px 35px;
                    font-weight: 600;

                    &::after {
                        display: block;
                        content: '\e622';
                        font-family: 'luma-icons' !important;
                        right: 35px;
                        top: 12px;
                        font-size: 22px;
                    }
                }

                &.active {
                    a {
                        &::after {
                            content: '\e621';
                        }
                    }
                }
            }

            &>.item.content {
                float: none;
                border: none;
                background: transparent;
                margin-left: 0;
                margin-top: 0;
                padding: 0 35px 25px;
            }
        }
    }
}

.checkout-index-index {

    header.page-header {
        position: static;
    }

    .page-wrapper {
        background-color: #fff;
    }

    .product-item-details {
        border-top: none !important;
    }

    div#shipping-method-buttons-container {
        margin-top: 20px;
    }

    .top-message {
        display: none !important;
    }

    header.page-header {
        height: 90px;
    }

    .opc-progress-bar {
        display: flex;
        justify-content: center;
        visibility: hidden;

        .opc-progress-bar-item {
            &::before {
                border-radius: 0 !important;
                border: none !important;
            }

            >span {
                padding-top: 32px;
                font-size: 12px;
                text-align: left;
            }

            &:last-child {
                >span {
                    text-align: right;
                    font-weight: 500;
                }
            }
        }
    }

    .opc-wrapper .step-title {
        font-size: 26px;
        font-weight: 600;
        color: #222222;
    }

    .opc-progress-bar-item._complete {

        &::before {
            background: #000;
        }

        >span {
            color: #000;
            font-weight: 500;
        }
    }
}

.page-main {
    flex-grow: 0;
}

.product.media {
    position: relative;
}

.action.action.towishlist {
    position: absolute;
    right: 0px;
    z-index: 1;

    &::before {
        content: '';
        background-image: url(../images/favoritegray.svg);
        width: 25px;
        height: 25px;
        background-size: contain;
        display: block;
        background-repeat: no-repeat;
    }

    span {
        display: none;
    }
}

.checkout-cart-index {

    #maincontent {
        background-color: #fff;
        padding: 0 30px;
    }

    h1.page-title {
        padding: 10px 0;
        font-size: 18px !important;
        width: calc(68% - 30px);
        border-bottom: 1px solid #F6F6F6;
        margin-bottom: 0;
        position: relative;
        top: 42px;

        span {
            font-size: 26px;
            font-weight: 600;
            color: #222222;
            margin-bottom: 15px;
            display: inline-block;
        }
    }

    .cart-container {
        display: grid;
        grid-template-columns: 65% 1fr;
        justify-content: space-between;
        column-gap: 25px;

        &::before,
        &::after {
            display: none;
        }

        .form-cart {
            width: 100%;
            padding: 0;
            margin-top: 42px;
            grid-row: 1/2;

            tr.item-info {
                display: grid;
                grid-auto-flow: column;
                align-items: center;

                td {
                    display: grid !important;
                    grid-auto-flow: column;
                    padding: 20px 0 !important;
                    align-items: center;

                    &.col.qty {
                        justify-content: end;
                    }

                    .product-item-photo,
                    .product-item-details {
                        width: 100%;
                        padding: 0;

                        .product-image-container {
                            width: auto;
                        }

                        strong.product-item-name {
                            a {
                                font-size: 16px;
                                color: #222222;
                                font-weight: 600;
                            }
                        }

                        .item-options {
                            display: flex;
                            flex-direction: column;
                            margin-top: 0;

                            dt {
                                display: none;
                            }

                            dd {
                                margin-bottom: 0;
                                color: #1F6F4A;
                            }
                        }

                    }
                }

                .item-actions {

                    .action.action.towishlist {
                        display: none;
                    }

                    a.action.action-delete {
                        position: static;
                        margin-top: 5px;
                        background: #EFEFEF;
                        border-radius: 5px;
                        padding: 5px 10px;

                        &::after {
                            content: 'Remover';
                            font-size: 12px;
                            color: #464646;
                            font-weight: 600;
                        }
                    }
                }
            }


            .control.qty.custom-qty.clearfix {
                display: flex;
                justify-content: center;
                align-items: center;
                border: 1px solid #D9D9D9;
                width: 82px;
                height: 38px;
                border-radius: 5px;

                a,
                input {
                    border: none !important;
                    height: inherit;
                    width: 22px;
                    padding: 0;
                    display: inline-flex;
                    justify-content: center;
                    margin-top: 5px;
                    font-weight: 600;
                }

                a {
                    &::before {
                        font-size: 8px;
                        font-weight: bolder;
                        color: #1F6F4A;
                    }
                }
            }

            table#shopping-cart-table {
                thead {
                    display: none;
                }
            }
        }

        .cart-summary {
            background: #fff;
            padding: 25px 25px 10px;
            margin-left: auto;
            width: 100%;
            max-width: 420px;
            height: fit-content;
            grid-row: 1 / span 2;

            >.title {
                display: none;
            }

            div[name="shippingAddress.postcode"] {
                label {
                    padding: 10px 0 0 !important;
                }
            }

            .block>.title {
                padding: 8px 0;
                border: none;

                &:after {
                    font-weight: bolder;
                    font-size: 14px;
                    color: #1F6F4A;
                }
            }

            .cart-totals {
                border-top: 1px solid #F6F6F6;
                font-weight: 600;

                &::before {
                    content: 'Resumo do Pedido';
                    font-size: 18px;
                    padding: 8px 0;
                    display: block;
                    border-bottom: 1px solid #F6F6F6;
                }

                th,
                td {
                    border-top: none;
                    font-size: 16px;
                    font-weight: 600;
                }

                tr.grand.totals {

                    th,
                    td {
                        border-top: none;
                        font-size: 18px;
                        color: #1F6F4A;
                        padding: 10px 0 20px;
                        border-bottom: 1px solid #F6F6F6;
                    }
                }

            }

            div#block-summary {
                form#shipping-zip-form {
                    input {
                        background: transparent;
                        border: none;
                        border-bottom: 1px solid #F6F6F6;
                        height: 46px;

                        &::placeholder {
                            color: #B0B0B0;
                            font-size: 16px;
                        }
                    }

                }

                form#co-shipping-method-form {
                    margin-top: -20px;
                    margin-bottom: 20px;

                    dd.item-options {
                        .field.choice.item {
                            display: flex;
                            align-items: center;
                            gap: 10px;

                            input {
                                min-width: 22px;
                            }

                            & * {
                                margin: 0 !important;
                                font-size: 14px;
                            }
                        }
                    }
                }
            }

            .cart-discount {
                padding-top: 10px;

                form#discount-coupon-form {
                    input {
                        background: transparent;
                        border: none;
                        border-bottom: 1px solid #F6F6F6;
                        height: 46px;

                        &::placeholder {
                            color: #B0B0B0;
                            font-size: 16px;
                        }
                    }


                    button.action.apply.primary {
                        width: 73px;
                        height: 46px;
                        font-size: 16px;
                        text-transform: uppercase;
                    }

                }
            }

            a.action.continue.after-primary {
                width: 100%;
                height: 52px;
                display: flex;
                justify-content: center;
                align-items: center;
                border: 2px solid #1F6F4A;
                font-size: 14px;
                font-weight: 500;
                color: #010101;
                text-transform: uppercase;
                border-radius: 10px;
                box-sizing: border-box;
            }

            strong#block-shipping-heading {
                font-size: 18px;
                color: #3F3F3F;
            }

            .checkout-methods-items .item {
                margin-bottom: 15px;
            }
        }
    }
}


.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
    color: #525252;
    font-size: 16px;
}

.page-main>.page-title-wrapper .page-title {
    font-size: 26px;
    font-weight: 500;
    color: #000;
}

.action.action-edit,
.action.edit {
    display: none !important;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #1F6F4A;
}

.opc-wrapper .shipping-address-item.selected-item::after,
.opc-progress-bar-item._active::before {
    background: #1F6F4A;
    border-color: #1F6F4A;
}

.opc-progress-bar-item>span::before,
.opc-progress-bar-item>span::after {
    display: none;
}

.checkout-onepage-success {
    #maincontent {
        margin-top: 100px !important;
        text-align: center;

        .action.print {
            display: none;
            float: none !important;
            margin: 10px 0 !important;
        }

        .actions-toolbar {
            display: flex;
            justify-content: center;
            margin-top: 25px;
        }

        a.action.primary.continue {
            margin-top: 10px;
            padding: 12px 35px;
            font-size: 16px;
            font-weight: 700;
            background: #1F6F4A;
            border: 2px solid #1F6F4A;
            color: #fff;
        }
    }
}

.pagebuilder-column-line {
    gap: 15px !important;
}

h3[data-content-type='heading'] {
    font-size: 25px;
    font-weight: 500;
    color: #1F6F4A;
    margin: 0px 0 40px 0;
}

.pagebuilder-column {
    h3[data-content-type='heading'] {
        margin: 30px 0 20px 0;
    }
}

.pagebuilder-button-primary {
    background: #1F6F4A !important;
    border-color: #1F6F4A !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.field-tooltip {
    font-size: 0;
}

#shippingCalculator #enviarCotacao {
    font-weight: 500;
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none !important;
}

.toolbar select {
    background: transparent;
    border-radius: 0;
}

.pagebuilder-column.footer-logo img {
    max-width: 117px !important;
}

.field.postcode input#cep {
    border-color: #F6F6F6 !important;
}

.banners-carousel {
    .pagebuilder-column-line {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE e Edge antigos */
        cursor: grab;

        &::-webkit-scrollbar {
            display: none;
            /* Chrome, Safari */
        }

        &.active {
            cursor: grabbing;
            cursor: -webkit-grabbing;
        }

        .pagebuilder-column {
            width: 100% !important;

            a {
                cursor: pointer;
                max-width: 600px !important;
                overflow: hidden;
            }

            img {
                width: auto !important;
                max-width: 600px !important;
            }
        }
    }
}

.insta-link {
    margin-bottom: 20px;

    img {
        max-width: 223px !important;
        height: auto !important;

    }
}

.cart-discount {
    width: 100%;
    padding-right: 0;

    div#block-discount {
        width: 100%;
    }

    strong#block-discount-heading {
        font-size: 18px;
        color: #1F6F4A;
    }

    .block .title:after {
        display: none;
    }

    .content {
        display: block !important;
        padding: 0 !important;
    }

    .fieldset.coupon {
        margin: 5px 0 15px !important;

        .field {
            width: 100%;

            label {
                display: none !important;
            }
        }

        .actions-toolbar {
            button.action.apply.primary {
                background: #1F6F4A;
                color: #fff;
                border: none;
                box-shadow: none;
            }
        }
    }
}

.popup-authentication {

    .modal-inner-wrap {
        height: auto;
        max-height: 70vh !important;
        justify-content: space-around;
        top: 42%;
        transform: translateY(-50%) !important;
        max-width: 1084px;
        width: 100%;
        padding: 0px 60px 18px;
    }

    h3.auth-header {
        text-align: center;
        font-size: 28px;
        font-weight: 500;
        color: #1F6F4A;
    }

    .block-title strong {
        font-size: 22px;
    }

    .block-authentication {
        border: none !important;

        .block[class]+.block {
            border: none !important;

            &:before {
                display: none;
            }
        }

        .block.block-new-customer,
        .block.block-customer-login {

            .block-title {
                margin-bottom: 10px;

                strong {
                    border-bottom: 1px solid #F6F6F6;
                    display: inline-block;
                    width: 100%;
                    padding-bottom: 10px;
                    font-size: 22px;
                    font-weight: 500;
                    color: #1F6F4A;
                }
            }

            p {
                font-size: 0;

                &::before {
                    content: 'Crie seu Cadastro/Login para ter acesso aos seus pedidos, dados de acesso,e para acompanhamento das entregas.';
                    font-size: 14px;
                }
            }

            ul {
                display: none;
            }
        }

        .actions-toolbar {
            display: flex;
            gap: 20px;

            &::before,
            &::after {
                display: none;
            }

            .primary {
                float: none;

                .action {
                    width: 250px;

                    span {
                        width: 250px;
                        font-size: 16px;
                        font-weight: 500;
                    }
                }
            }

            div.secondary {
                padding-top: 0;

                &::after {
                    content: 'Ao utilizar este formulário você concorda com o armazenamento e tratamento dos seus dados por este site. Política de Privacidade';
                    font-size: 10px;
                    margin: 10px 0;
                    display: block;
                }
            }
        }

        .fieldset.login {
            margin-bottom: 0;

            .actions-toolbar {
                flex-direction: column-reverse;
                align-items: start;
            }
        }
    }
}

.checkout-index-index {

    .opc-wrapper {
        width: 55%;

        .shipping-address-item {
            width: 50%;
        }
    }

    .opc-sidebar {
        width: 40%;
        max-width: 420px;
        margin-top: 0;

        .modal-content {
            margin: 0;
            padding: 0;
            max-width: none;
            border: none;
        }
    }

    .new-shipping-address-modal {
        .modal-content {
            width: 100%;
            max-width: none;
            box-sizing: border-box;
            border: navajowhite;
        }
    }
}



.opc-wrapper .step-title,
.opc-block-summary .items-in-cart>.title,
.opc-block-summary>.title {
    border-color: #F6F6F6;
    font-size: 18px;
    font-weight: 500;
    color: #1F6F4A;
}

.checkout-shipping-method .actions-toolbar>.primary,
.checkout-payment-method .actions-toolbar .primary {
    float: none;

    button {
        width: 250px;
    }
}

.checkout-payment-method .payment-option-title .action-toggle {
    display: none;
}

.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: block !important;
}

/* Esconde o radio original, mas mantém funcional */
input[type="radio"],
.gift-select input[type="checkbox"] {
    margin: 0 !important;
    margin-right: 5px !important;
    appearance: none;
    /* Remove o estilo padrão */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    /* Tamanho da imagem */
    height: 20px;
    cursor: pointer;
    background-image: url('../images/uncheck.svg');
    /* imagem do radio vazio */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    vertical-align: middle;
    position: relative;
}

/* Quando selecionado */
input[type="radio"]:checked,
.gift-select input[type="checkbox"]:checked {
    background-image: url('../images/checked.svg');
    /* imagem do radio selecionado */
}

.checkout-payment-method .payment-option-content {
    padding: 0;

    .form-discount {
        display: flex;
        width: 100%;
        align-items: end;
        margin-bottom: 50px;
        max-width: none;

        .payment-option-inner {
            width: 100%;
            margin-bottom: 0;
        }

        .field {
            margin-bottom: 0;

            span {
                font-size: 16px;
                font-weight: 500;
                color: #1F6F4A;
                margin-bottom: 5px;
                display: inline-block;
            }

            label.label {
                span {
                    font-size: 0;

                    &::before {
                        content: 'Possuí cupom de desconto?';
                        font-size: 15px;
                        color: #3F3F3F;
                    }
                }
            }
        }

        input#discount-code {
            width: 105%;

            &::placeholder {
                font-size: 16px;
                color: #D1C3BA;
            }
        }

        .actions-toolbar {
            width: auto;
            margin-bottom: 0;

            button.action {
                background: #fff !important;
                border: 1px solid #1F6F4A !important;
                box-shadow: none !important;
                border-radius: 10px !important;
                height: 45px;
                display: flex;
                align-items: center;
                padding: 0 40px;
                box-sizing: border-box;

                >span {
                    color: #3F3F3F !important;
                    font-size: 0;
                    display: flex;

                    &::before {
                        content: 'Aplicar cupom';
                        font-size: 15px;
                        font-weight: 400;
                    }
                }
            }
        }
    }
}

.checkout-onepage-success {
    .page-main>.page-title-wrapper .page-title {
        font-size: 28px;
        font-weight: 700;
        color: #222222;
        margin: 0px 0 35px 0;
        padding-bottom: 35px;
        border-bottom: 1px solid #F6F6F6;
        width: 100%;
        max-width: 750px;
    }

    .checkout-success {
        p {
            font-size: 18px;
            font-weight: 400;
            line-height: 62px;

            a {
                text-decoration: none;

                &:hover {
                    color: inherit;
                }

                strong {
                    font-size: 18px;
                    font-weight: 400;
                    line-height: 62px;
                }
            }
        }
    }
}

.opc-block-summary {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    background: #fff;
}

.opc-block-shipping-information {
    background: #fff;
    padding-bottom: 10px;
}

table.data.table.table-totals {
    order: 0;
}

.cart.table-wrapper .product-item-name {
    max-width: 350px;
}


.minicart-items .product-item-details .details-qty {
    display: none;
}

.fieldset .review-legend.legend span {
    display: none;
}


.products.wrapper~.toolbar .pages {
    float: none;

    strong.page {
        background: transparent;
    }

    a {
        color: #D9D9D9;
    }

    span {
        font-size: 18px;
        font-weight: 400;
    }

    .action {
        background: transparent;
        border: none;
        box-shadow: none;
        position: relative;
        top: -2px;
        opacity: 0.8;
        margin-left: 0;
        margin-right: 0;
    }
}

.products.wrapper~.toolbar .limiter,
.toolbar-sorter.sorter {
    display: none;
}

p#toolbar-amount {
    float: none;
    text-align: right;
    color: #D9D9D9;
}

.block-minicart {
    border: none !important;

    .block-title {
        display: block !important;
        position: relative;
        top: -4px;
        padding-bottom: 15px;
        padding-left: 35px;
        border-bottom: 1px solid #F6F6F6;

        span {
            font-size: 16px;
            font-weight: 600;
            color: #1F6F4A;
        }


        .qty {
            display: none;
        }
    }

    .action.close {
        left: 15px;
        top: 20px;

        &::before {
            color: #1F6F4A;
            font-weight: bolder;
            font-size: 16px;
        }
    }

    .minicart-items-wrapper {
        height: auto !important;
        border: none !important;
        max-height: 50vh;

        .minicart-items {
            .product-item:not(:first-child) {
                border: none;
            }

            .price {
                font-size: 15px;
                color: #1F6F4A;
            }

            .product-item-name a {
                font-size: 16px;
                font-weight: 600;
                color: #222222;
            }
        }
    }

    .items-total {
        display: none;
    }

    .subtotal {
        order: 1;
        display: flex;
        justify-content: space-between;
        align-items: baseline;

        span {
            font-size: 15px !important;
            font-weight: 700 !important;
            color: #1F6F4A;
        }
    }
}

.block-minicart .block-content>.actions>.primary .action.primary {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
}


.checkout-payment-method .actions-toolbar .primary,
.checkout-shipping-method .actions-toolbar .primary {
    width: 100%;

    button {
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

form#shipping-zip-form {
    p.field.note {
        display: none;
    }
}

.page-layout-2columns-left .sidebar-additional {
    display: none;
}

/* body:has(#layered-filter-block.active) {

    header,
    .nav-sections,
    [data-content-type="row"][data-appearance="contained"]:has(.top-message) {
        z-index: 1;
    }
}

button#filter-toggle {
    background: #fff;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    color: #3F3F3F;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 40px;
    width: 110px;
    margin-top: 20px;

    &::before {
        content: url(../images/filters.svg);
    }
}

#layered-filter-block {
    position: fixed;
    top: 12px;
    left: -100%;
    width: 100%;
    max-width: 320px;
    height: auto;
    max-height: 100%;
    min-height: 615px;
    background: #fff;
    z-index: 99;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
}

#layered-filter-block.active {
    left: 12px;
}

#layered-filter-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: #ffffff50;
    z-index: 98;
    transition: 0.3s ease-in-out;
}

#layered-filter-overlay.active {
    display: block;
} */

.page-products {
    .columns {

        .column.main {
            padding-left: 0;
        }
    }

    .product-item-inner {
        display: none !important;
    }
}

/* Filtro */

/* .block.filter {
    padding: 20px;

    .filter-heading {
        display: flex;
        justify-content: space-between;

        .filter-actions {
            margin: 0;
            padding: 0;
            min-width: 100px;

            a#product-filter-clear {
                border: 2px solid #F6F6F6;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 10px;
                font-size: 10px;
                font-weight: 700;
                text-transform: uppercase;

                span {
                    color: #222;
                }
            }
        }
    }

    .block-subtitle.filter-subtitle {
        font-size: 18px;
        font-weight: 600;
        color: #1F6F4A;
        text-transform: none;
        padding: 10px 0 20px;
    }

    .filter-current-subtitle {
        font-size: 18px;
        color: #1F6F4A;
        text-transform: none;
        padding: 6px 0;
    }

    .block-subtitle,
    .filter-options-item {
        border-color: #E7E7E7;

        .filter-options-title {
            margin-top: 10px;
            font-size: 16px;
            color: #222;
            text-transform: none;
        }

        .filter-options-content {
            .item {
                a {
                    span {
                        font-size: 14px;
                        font-weight: 500;
                        color: #222;
                    }

                }
            }
        }

        .product-filter-slider {
            >span {
                display: none;
            }

            .noUi-handle,
            .noUi-connect {
                border-radius: 0;
                background: #1F6F4A;
                box-shadow: none;
                cursor: pointer;
            }
        }
    }

} */

/*******************/

.cart.table-wrapper .cart>.item,
.cart.table-wrapper .cart thead tr th.col {
    border-color: #F6F6F6;
}

.policy-terms-actions span.accept-policy-terms {
    background: #1F6F4A !important;
    font-weight: 700;
    padding: 10px 20px;
    transition: 0.2s ease-in-out;
    border-radius: 0;
}

.policy-terms p {
    margin: 20px;
    max-width: 900px;
    text-align: left;
    color: #1F6F4A !important;
}

section.policy-terms a {
    color: #1F6F4A !important;
    text-decoration: underline;
}

li.children.level1.category-item>a {
    display: block !important;
    text-align: left !important;
    padding-left: 0 !important;
}

li.children.level1.category-item ul.level1.submenu {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

li.children.level1.category-item ul.level1.submenu li {
    text-align: left !important;
}

li.children.level1.category-item ul.level1.submenu li a {
    display: block !important;
    text-align: left !important;
    padding-left: 0 !important;
}

#todos_categoria {
    font-family: 'Montserrat', sans-serif;
    accent-color: #1F6F4A;
    color: #1F6F4A;
    font-size: 14px;
    font-weight: 700;
}

.footer-payment {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 14pt;
    color: rgb(69, 27, 16);
}

.footer-payment__label {
    display: inline-block;
    line-height: 1;
    transform: translateY(-0.09em);
}

.footer-payment picture,
.footer-payment img {
    display: inline-block;
    vertical-align: middle;
    width: 227px;
    height: 29px;
}

.texto_categoria {
    font-family: 'Montserrat', sans-serif !important;
    accent-color: #1F6F4A !important;
    color: #3f3f3f !important;
}

.page-main>.page-title-wrapper .page-title {
    font-size: 26px;
    font-weight: 500;
    color: #1F6F4A;
}

.review-form .action.submit.primary {
    background: #1F6F4A;
    color: #fff !important;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 500;
    padding: 15px 20px;
    border: none !important;
    margin: 0;
    text-transform: none;
}

.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
    background: #1F6F4A;
    border: 1px solid #cccccc;
    color: #333333;
}

#block-shipping {
    color: #1F6F4A;
}

.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-cart-index.page-layout-1column.webp-supported thead span {
    display: none !important;
}


.action.update {
    display: none;
}

#shopping-cart-table th.col.price,
#shopping-cart-table td.col.price {
    display: none !important;
}

.cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    color: #1F6F4A;
}

.grand.totals {
    font-size: 18px;
    font-weight: 500;
    color: #1F6F4A;
}

.action.remind {
    padding-top: 10px;
}

.fieldset:last-child {
    margin-bottom: -30px;
}

.field.choice {
    margin: 5px 0;
}

.table.totals {
    width: 100%;
    border-collapse: collapse;
}

.grand totals {
    font-weight: bold;
}

.grand.totals strong {
    font-size: 18px;
    color: #1F6F4A;
    font-size: 18px;
    color: #1F6F4A;
}

body.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-cart-index.page-layout-1column.webp-supported .field span {
    font-size: 18px;
    font-weight: 500;
    color: #1F6F4A;
}

.qty-container {
    display: inline-flex;
    align-items: center;
    /* centraliza verticalmente */
    gap: 0.25rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0.2rem;
    background: #fff;
    box-sizing: border-box;
}

.qty-container button,
.qty-container input[type="number"] {
    border: none;
    background: transparent;
    font-size: 1rem;
    padding: 0.4rem 0.6rem;
    text-align: center;
    line-height: 1.2;
    height: 32px;
    box-sizing: border-box;
}

.qty-container input[type="number"] {
    min-width: 2.5rem;
    -moz-appearance: textfield;
}

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


.qty-container:focus-within {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.12);
}

@media (max-width: 480px) {
    .qty-container {
        padding: 0.3rem;
    }

    .qty-container button,
    .qty-container input[type="number"] {
        font-size: 1.1rem;
        padding: 0.5rem 0.7rem;
        height: 36px;

    }
}


.field.qty>button,
.field.qty>input,
.control.qty>button,
.control.qty>input {
    border: none;
    background: transparent;
    padding: 0.5rem 0.75rem;
    height: 32px;
    /* mesma altura */
    line-height: 1.2;
    text-align: center;
    /* centraliza número no input */
    box-sizing: border-box;
}

.field.qty>input,
.control.qty>input {
    min-width: 2.5rem;
}

.fieldset.create.account .legend span {
    display: none;
}

.fieldset.create.info {
    color: #242424;
    margin-bottom: 0;
}

.fieldset.create.account {
    color: #242424;
    font-size: 13px;
}

.fieldset.create.info .field.choice {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.fieldset.create.info {
    display: block;
    width: 100%;
}

.fieldset.create.info .field.choice:has(#type-individual) {
    margin-bottom: 35px;
}

.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.cms-home.page-layout-1column.cms-index-index.page-layout-cms-full-width.webp-supported .default-installments-off,
.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.page-with-filter.plumrocket-product-filter.page-products.catalog-category-view.page-layout-2columns-left.webp-supported .default-installments-off,
.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.page-products.page-with-filter.plumrocket-product-filter.catalogsearch-result-index.page-layout-2columns-left.webp-supported .default-installments-off {
    display: none;
}



.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-index-index.page-layout-checkout .form-shipping-address {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-index-index.page-layout-checkout .fieldset.address {
    border: none;
    padding: 0;
    margin: 0;
}

.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-index-index.page-layout-checkout .label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-index-index.page-layout-checkout .control {
    position: relative;
}

.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-index-index.page-layout-checkout ._required .label:after {
    content: " *";
    color: red;
}

.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-index-index.page-layout-checkout ._error .control {
    border-color: #e02b27;
}

.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-index-index.page-layout-checkout .field-tooltip {
    position: relative;
    display: none;
}

.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-index-index.page-layout-checkout .field-tooltip-action {
    cursor: pointer;
    margin-left: 5px;
}

.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-index-index.page-layout-checkout .field-tooltip-content {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #f3f3f3;
    padding: 5px;
    z-index: 1;
    top: 100%;
    left: 0;
}

.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-index-index.page-layout-checkout .field-tooltip.toggle._active .field-tooltip-content {
    display: block;
}


.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-index-index.page-layout-checkout .control {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

#shipping {
    color: #3F3F3F;
}

.product-info-main .product-info-price {
    color: #3F3F3F;
    border-bottom: 1px solid transparent !important;
    display: table;
    margin-bottom: 0;
    width: 100%;
    border-top: 1px solid #F6F6F6;
    padding-top: 20px;
    margin-top: 60px;

    .price {
        line-height: normal !important;
        display: flex;
        flex-direction: column;
        gap: 10px;

        &::before {
            /* content: 'À partir de: '; */
            font-size: 12px;
            color: #525252;
        }
    }
}

.field.postcode {
    display: none;
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    font-weight: 500 !important;
}

#product-addtocart-button {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 14px;
    height: 50px;
    margin: 10px 0 50px;
    color: #F6F6F6;
    font-size: 0px !important;

    &::before {
        content: 'Comprar';
        font-size: 16px !important;
        text-transform: uppercase;
    }
}

.field.configurable.required label::before {
    content: "Selecione o";
}

.product-options-bottom {
    margin-top: 50px;
}

/* Apenas selects dentro da área de opções de produto */
body.catalog-product-view .product-options-wrapperselect {
    background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
    background-clip: padding-box;
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 4px 25px 5px 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    color: #1F6F4A;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 100 !important;
}


.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
    font-size: 26px;
}

input[type="password"],
input[type="url"],
input[type="text"]:not(input#search),
input[type="search"],
input[type="tel"],
input[type="number"],
input[type*="date"],
input[type="email"],
select {
    font-family: 'Montserrat', sans-serif !important;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    height: 45px;
}

.price-label {
    display: none !important;
}

.block.review-add {
    input[type="text"] {
        border: 1px solid #D9D9D9;
        background: transparent;
        border-radius: 5px;
    }

    textarea {
        border: 1px solid #D9D9D9;
        background: transparent;
        border-radius: 5px;
    }
}

.top-container {
    max-width: 2560px;
}

input#customer-email {
    &::placeholder {}
}

.field.choice.newsletter {
    display: none !important;
}

.form.create.account {
    .secondary {
        display: inline-flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 35px 0;
        gap: 5px;

        p,
        .action.back {
            display: inline-block;
            margin: 0;
            color: #3F3F3F;
            font-size: 16px;
        }

        .action.back {
            text-decoration: underline;
        }
    }

}

.new-address-popup {
    button {
        background: #1F6F4A !important;
        border: none !important;
        box-shadow: none !important;
        border-radius: 10px !important;
        height: 45px;

        span {
            color: #fff !important;
        }
    }
}

.table-checkout-shipping-method tbody td {
    border: none;
}

.checkout-index-index {
    #maincontent {
        max-width: 1024px;
    }


    form#co-shipping-method-form {
        .primary {

            button {
                span {
                    font-size: 0;
                    display: flex;

                    &::before {
                        content: 'Avançar';
                        font-size: 14px;
                    }
                }
            }
        }
    }

}

.opc-block-shipping-information .shipping-information-title {
    font-size: 18px;

}

.checkout-payment-method .payment-option-title {
    border-color: #F6F6F6;
}

.cart-totals,
.opc-block-summary .table-totals,
.opc-block-shipping-information .shipping-information-title,
.minicart-items .product-item:not(:first-child),
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
    border-color: #F6F6F6;
}

.checkout-agreements.fieldset {
    display: none;
}

.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
    font-size: 26px;
    color: #1F6F4A;
    font-weight: 500;
}

.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.magento-payments-review .block .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
    color: #1F6F4A;
}

div#checkout-shipping-method-load {

    tr.row {
        display: flex;
        gap: 10px;
    }

    td.col.col-price {
        order: 1;
    }

    td {
        padding: 20px 0 0;
    }
}

.opc-block-summary .mark .value {
    color: #333;
}

body:has(.cart-empty) {
    h1.page-title {
        margin-bottom: 20px !important;
        position: static;
    }
}

.cart-summary .checkout-methods-items .action.primary.checkout {
    font-size: 16px;
}

.password-wrapper {
    button {

        &::before {
            content: url(../images/hidden.svg);
        }
    }

    &.visible {
        button {
            &::before {
                content: url(../images/visible.svg);
            }
        }
    }
}

input#show-password,
label[for="show-password"] {
    display: none !important;
}

.checkout-index-index {
    div#shipping-new-address-form {
        input {
            width: 100%;
        }
    }
}

div#shipping-new-address-form,
form#login-form,
form#form-validate,
.checkout-billing-address,
form#login-form {
    label {
        font-size: 10px;

        span {
            font-size: 10px;
        }
    }
}

.checkout-payment-method .checkout-billing-address .primary .action-update {
    background: #1F6F4A;
    color: #fff;
    border-radius: 0;
    border: none;
}

div[name="billingAddressbanktransfer.country_id"] {
    display: none;
}

.default-installments-off {
    display: inline-flex;

    .best-installment {
        display: none;
    }

    .desconto-a-vista {
        .preco-com-desconto {
            font-size: 16px;
            color: #1F6F4A;
            font-weight: 700;
        }
    }
}

input[name="postcode"] {
    &::before {
        content: 'CEP';
    }
}


body:not(.customer-account-login) {
    #maincontent [data-content-type="row"] {
        &:has(.aviso-login) {
            display: none;
        }
    }
}

#maincontent [data-content-type="row"] {
    &:has(.aviso-login) {
        margin-bottom: 0;
    }
}

.customer-menu {
    ul {
        display: flex !important;
        flex-direction: column;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;


        li,
        a {
            width: 100%;
            font-size: 12px !important;
            font-weight: 500 !important;


            &.customer-greeting-custom {
                order: -1;

                span {
                    display: inline-block;
                    padding: 8px;
                }
            }

        }
    }
}

div#block-free-gift {
    grid-row: 2;

    .title {
        border-bottom: 1px solid #f6f6f6;
    }

    strong#block-free-gift-heading {
        text-align: center;
        width: 100%;
        display: block;

        span {
            color: #1F6F4A;

            &:first-child {
                font-size: 16px;
            }

            &:last-child {
                font-size: 10px;
            }
        }
    }

    .content {
        display: block !important;

        .products-grid {
            ul {
                display: flex;
                flex-wrap: wrap;
                grid-template-columns: 1fr 1fr;

                li {
                    flex: 0 0 calc(50% - 10px);
                    box-sizing: border-box;
                    margin-left: 0;

                    &::before,
                    &::after {
                        display: none;
                    }

                    .product-item-info {
                        border: none;
                        box-shadow: none;
                        padding: 0;
                        width: 100%;
                        display: grid;
                        grid-template-columns: 10% 20% 60%;
                        align-items: center;
                        justify-content: start;
                        text-align: center;
                        gap: 5%;

                        .product-item-name {
                            text-align: left;
                        }
                    }
                }

            }
        }
    }
}

.checkout-payment-method .payment-method-title {
    border-color: #F6F6F6 !important;
}

.gift-counter {
    margin-bottom: 25px;
}

button.action.primary.validate-choose-gifts {
    font-family: 'Montserrat';
    font-size: 12px;
    padding: 10px 20px;
}

#search_mini_form.sparsh-minisearch .icon-container {
    position: absolute;
    right: 20px;
    top: calc(32%);
}

.rating-summary .rating-result>span:before {
    color: #ECC554;
}

.additional-attributes-wrapper.table-wrapper {
    table {
        width: 100% !important;

        tbody {
            tr:nth-child(even) {
                background-color: #ffffff;
                /* linha par */

                th {
                    padding: 5.5px 30px 10px 20px !important;
                }
            }

            tr:nth-child(odd) {
                background-color: #F6F6F6;
                /* linha ímpar */

                th {
                    padding: 5.5px 30px 10px 20px !important;
                }
            }
        }
    }
}

.vmagicmenu .block-title {
    line-height: 38px;
}

.product-reviews-summary {
    margin-bottom: 4px;
}

.product-image-container {
    position: relative;
}

.wc-label-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-image: url(../images/label.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    width: 51px;
    height: 53px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.best-installment,
.wrap-collabsible.backendorf-parcelamento {
    display: none;
}

.description-preview {
    font-size: 14px;
    color: #3F3F3F;

    a {
        font-size: 14px;
        color: #3F3F3F;
        font-weight: 700;
    }
}

.loading-mask {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

a.action.multicheckout {
    display: none;
}

.block-collapsible-nav .content {
    background: #fff;
    border-radius: 8px;
}

.sparsh-search-auto-complete ul li .qs-option-info .qs-option-price {
    display: flex;
    flex-direction: column;

    .price {
        font-size: 14px;
        color: #222;
        text-decoration: line-through;
        font-weight: 500;
    }
}

.sparsh-search-auto-complete ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
}

div#description {
    scroll-margin-top: 145px;
}

.filter-options-item {
    border-bottom: 1px solid #D9D9D9;

    .filter-options-title {
        text-transform: none;
        font-size: 18px;

        &::after {
            color: #1F6F4A;
            font-size: 16px;
        }
    }
}

.filter .block-subtitle {
    font-size: 16px;
    border-bottom: 1px solid #D9D9D9;
}


/********** CMS Páginas Institucionais **********/

.cms-page-view {

    [data-content-type='row'][data-appearance='contained']:has(.top-message),
    .sections.nav-sections,
    .minicart-wrapper,
    .block-search,
    .custom-header-links {
        display: none;
    }

    .breadcrumbs {
        display: none;
    }

    #maincontent {
        margin-top: 70px;
    }

    #maincontent [data-content-type="row"] {
        margin-bottom: 100px;
        padding: 0 75px;
    }

    .top-footer {
        display: none;
    }

    .pagebuilder-column-line {
        gap: 25px !important;
    }

    .pagebuilder-column {
        justify-content: center !important;
        gap: 10px;
    }

    .slick-prev,
    .slick-next {
        width: 86px;
        height: 86px;
        background: #FDFDF9;
        border: 8px solid #fff;
        box-sizing: border-box;
    }

    .slick-prev {
        left: -42px;
    }

    .slick-next {
        right: -42px;
    }

    h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        color: #666666;
        position: relative;
        padding: 12px 0;
        margin: 0;

        strong {
            color: #1F6F4A;
        }
    }

    .pagebuilder-button-primary {
        background: #1F6F4A;
        text-transform: uppercase;
        height: 50px;
        border-radius: 10px !important;
        margin: 0;
        padding: 0 50px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        margin-top: 15px;

        span {
            color: #fff;
            font-size: 14px;
            font-weight: 700;
        }
    }

    div {
        p {
            font-size: 18px;
            font-weight: 400;
            color: #3F3F3F;
        }
    }

    .container-card {
        .pagebuilder-column-line {
            gap: 50px !important;

            .pagebuilder-column {
                justify-content: start !important;
                background: #FAFAFA;
                border-radius: 16px;
                padding: 40px 25px;

                h4 {
                    font-size: 18px;
                    font-weight: 700;
                    color: #222222;
                    line-height: 22px;
                }

                figure {
                    align-self: center;

                    img {
                        max-height: 55px;
                    }
                }
            }
        }
    }

    .container-card-mosaico {
        gap: 25px;

        .pagebuilder-column-line {
            gap: 25px !important;

            .pagebuilder-column {
                align-items: center;
                background: #FAFAFA;
                border-radius: 16px;
                padding: 40px 25px;

                h4 {
                    font-size: 18px;
                    font-weight: 700;
                    color: #1F6F4A;
                    line-height: 22px;
                    text-align: center;
                }
            }
        }
    }

    .container-slider {

        .slick-dots {
            position: absolute;
            bottom: 20px;
        }

        h3 {
            text-align: center;
            margin: 0 auto 30px;
            width: fit-content;

            &::after {
                content: '';
                display: inline-block;
                width: 100%;
                position: absolute;
                height: 3px;
                background: #1F6F4A;
                border-radius: 10px;
                left: 0;
                bottom: 0;
            }
        }

        .pagebuilder-poster-overlay {
            background-color: #FAFAFA !important;
            border-radius: 16px;
            padding: 60px;

            .pagebuilder-poster-content {
                >div {
                    display: flex;
                    justify-content: space-around;

                    >div {
                        display: flex;
                        flex-direction: column;
                        font-size: 14px;
                        font-weight: 700;
                        color: #888888;
                        line-height: 22px;
                        min-width: 165px;

                        picture {
                            margin-bottom: 15px;
                        }

                        strong {
                            font-size: 18px;
                            color: #222222;
                        }
                    }
                }



                p {
                    line-height: 1.42857143;
                    max-width: 600px;
                }
            }
        }
    }

    .container-accordion {
        h3 {
            text-align: center;
            margin: 0 auto 30px;
            width: fit-content;

            &::after {
                content: '';
                display: inline-block;
                width: 100%;
                position: absolute;
                height: 3px;
                background: #1F6F4A;
                border-radius: 10px;
                left: 0;
                bottom: 0;
            }
        }

        .cms-faq {
            border: none;
            box-shadow: none;



            div {

                .faq-question {
                    background: #FAFAFA;
                    border-radius: 16px;
                    padding: 0 25px;
                    cursor: pointer;


                    label {
                        font-size: 18px;
                        font-weight: 700;
                        color: #888888;
                        padding: 20px 40px 20px 0px;


                    }

                    &::after {
                        font-size: 22px;
                        color: #1F6F4A;
                    }
                }

                &.active {
                    label {
                        color: #1F6F4A;
                    }
                }
            }
        }
    }

    .container-bloco {
        background: #FAFAFA;
        border-radius: 16px;
        padding: 25px 25px;

        .pagebuilder-column-line {
            margin-bottom: 30px;

            .pagebuilder-column {
                gap: 0;
                justify-content: start !important;
            }
        }



        h3 {
            text-align: center;
            margin: 0 auto 30px;
        }

        h4 {
            font-size: 18px;
            font-weight: 700;
            color: #222222;
        }

        p {
            font-size: 14px;
        }

        figure {
            text-align: center;

            img {
                max-width: 58px !important;
            }
        }
    }

    .container-split {
        .text-card {
            display: grid;
            align-items: center;
            gap: 0 15px;
            background: #FAFAFA;
            border-radius: 16px;
            padding: 25px;
            position: relative;
            margin-bottom: 15px;

            &::before {
                content: '';
                height: 100%;
                width: 2px;
                position: absolute;
                left: 0;
                background: #ECC554;
            }

            >div {
                grid-column: 1;

                img {
                    max-width: 28px;
                    width: auto !important;
                    height: auto !important;
                }
            }

            &:has(img) {

                >h4,
                >p {
                    grid-column: 2;
                }
            }


            h4 {
                font-size: 18px;
                font-weight: 700;
                color: #1F6F4A;
                margin: 0;
            }

            p {
                font-size: 14px;
            }
        }

        .right,
        .left {
            align-items: center;

            img {
                max-width: 300px !important;
            }

            h4 {
                background: #ECFDF5;
                font-size: 14px;
                font-weight: 700;
                color: #1F6F4A;
                padding: 15px 31px;
            }
        }
    }

    .container-banner {
        position: relative;

        .pagebuilder-column-group {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 50px;

            h3 {
                font-size: 88px;
                font-weight: 700;
                color: #1F6F4A;
                line-height: 84px;
            }

            div[data-content-type="buttons"] {
                display: flex;
                gap: 10px;

                .pagebuilder-button-primary {
                    padding: 0 30px;
                }
            }
        }
    }

    .container-texto {
        h3 {
            font-size: 28px;
            margin-bottom: 20px;
        }

        p {
            font-size: 16px;
        }
    }

    .container-botoes {
        background: #1F6F4A;
        border-radius: 30px;
        padding: 40px;
        box-sizing: border-box;

        h3 {
            font-size: 28px;
            font-weight: 700;
            color: #fff;
        }

        h4 {
            font-size: 22px;
            font-weight: 500;
            color: #fff;
        }

        div[data-content-type="buttons"] {
            display: flex;
            justify-content: center;
            gap: 10px;

            .pagebuilder-button-primary {
                padding: 0 30px;
                background: #ECC554 !important;
                border-color: #ECC554 !important;
            }
        }
    }

    .container-slider-simples {
        .slick-track {
            >.slick-slide {}
        }
    }

    .container-testemunho {

        .pagebuilder-poster-overlay {
            background-color: #FAFAFA !important;
            border-radius: 16px;
            padding: 20px 40px;

            .pagebuilder-poster-content {
                >div {
                    display: flex;
                    flex-direction: column;
                    gap: 20px;

                    >div {
                        display: flex;
                        flex-direction: column;
                        font-size: 14px;
                        font-weight: 700;
                        color: #888888;
                        line-height: 22px;
                        min-width: 165px;

                        picture {
                            margin-bottom: 15px;
                        }

                        strong {
                            font-size: 18px;
                            color: #222222;
                        }
                    }
                }



                p {
                    line-height: 1.42857143;
                    max-width: 600px;
                    font-size: 16px;
                }
            }
        }
    }
}

/**********************************/