@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;
} */

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

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

.custom-header-wrapper {
    display: none !important;
}

.custom-header-wrapper-mobile {
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 15px;
    gap: 5px;

    [data-content-type='row'][data-appearance='contained'] {
        margin: 0;

        p {
            a {
                display: flex;
                align-items: center;
                gap: 8px;

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

[data-content-type='row'][data-appearance='contained'] {
    &:has(.top-message) {
        display: none;
    }

    &:has(.banners-carousel) {
        margin: 40px 0 40px auto !important;
        width: 97.5%;
    }
}

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

.custom-header-links,
header nav.navigation,
.category-content {
    display: none !important;
}

.pagebuilder-column-line {
    gap: 10px;
}

[data-content-type="row"] {
    margin-bottom: 30px;
}

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

.top-container {
    width: 100% !important;
}

.breadcrumbs {
    display: block;
    margin-top: 15px;

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

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

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

html.nav-open,
body:has(.fotorama--fullscreen) {

    .action.showcart,
    .block-search,
    .logo {
        visibility: hidden;
        pointer-events: none;
    }

    .nav-toggle {
        &::before {
            position: fixed;
            top: 45px;
            right: 18px;
            content: '\e616';
            font-family: 'luma-icons' !important;
            color: #fff !important;
            filter: none;
            z-index: 2;
            font-size: 18px !important;
            font-weight: normal !important;
        }
    }
}

.cms-home,
.catalog-category-view {
    header.page-header {
        margin-bottom: 0;
    }
}

header.page-header {
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 0.2s ease-in-out;
    border: none;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 15px;
    position: fixed;
    box-shadow: rgba(27, 31, 35, 0.05) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;

    .header.content {
        display: flex;
        justify-content: space-between;
        padding: 10px 0 5px;
        align-items: center;
        width: 100%;

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

        .nav-toggle {
            position: static;
            width: fit-content;
            margin-left: 20px;

            &::before {
                color: #1F6F4A;
                font-size: 24px;
                font-weight: 500;
            }
        }

        .logo {
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            max-width: 160px;
            max-height: 35px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }

        #search_mini_form.sparsh-minisearch {
            transition: 0.2s ease-in-out;

            .control {
                position: absolute;
                left: 0;
                top: 60px;
                width: 100%;
                border-top: none;

                input {
                    display: block !important;
                    border: none;
                    background: #F5F5F5;
                    width: 90%;
                    left: 50%;
                    transform: translateX(-50%);
                    border-radius: 10px;
                    text-indent: 40px;
                }
            }
        }

        .block-search {
            margin: 0;
            display: flex;
            align-items: center;
            margin-left: auto;

            .label {
                top: 2px;
                cursor: pointer;
                float: none;

                &::before {
                    content: url(../images/search.svg);
                    margin: 0;
                    position: absolute;
                    bottom: -60px;
                    left: 35px;
                    z-index: 1;

                }
            }
        }
    }
}

header.page-header {
    &.scrolled {
        height: 70px;

        .header.content {
            #search_mini_form.sparsh-minisearch {
                opacity: 0;
                pointer-events: none;

                .control {}
            }
        }
    }
}

.fullbanner {
    min-height: 104vw !important;

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

    .slick-prev {
        left: 5px;
    }

    .slick-next {
        right: 5px;
    }

    .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: 15px;
    }
}

.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;
            }
        }
    }
}

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

.minicart-wrapper {
    order: 1;
    margin: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;

    .block-minicart {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        min-width: auto;
        height: 100%;
        margin-top: 0;
        transform: translateX(100%);
        transition: 0.2s ease-in-out;
    }

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

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

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

        &::before {
            content: url(../images/cart.svg) !important;
            background-position: center;
            position: relative;
            top: 2px;
        }
    }

    &.active {
        .block-minicart {
            transform: translateX(0);

            &::before {
                display: none;
            }

        }

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

        .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;
                }
            }
        }
    }
}

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

.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%);
    }
}

.banners-grid {
    .pagebuilder-column-line {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        width: 95% !important;
        margin: 0 auto;

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

.banners-scroll {
    .pagebuilder-column-line {
        flex-wrap: nowrap;
        overflow-x: scroll;

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

            &:last-child {
                padding-right: 2.5%;
            }

            a {
                max-width: 135px !important;
            }

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

.cms-home {
    #maincontent {

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

            .pagebuilder-column-line {
                flex-wrap: nowrap;
                justify-content: space-between;
                gap: 0 !important;

                .pagebuilder-column {
                    flex-basis: max-content;
                    align-self: center;
                }
            }

            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: 15px 0;
                margin: 0;
                line-height: 32px;

                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;
                    white-space: nowrap;

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

        .product-item-info {
            >a {
                >span {
                    img {
                        height: 75% !important;
                    }
                }
            }
        }
    }
}


#maincontent {
    .product-item {
        position: relative;

        .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 5px !important;
            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: 80%;
                    }
                }
            }
        }

        .product-item-info:hover,
        .product-item-inner {
            position: static;
            margin: 0;
            box-shadow: none;
        }

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

        /* .product-item-inner {
        display: none;
    } */

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

        .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 {
                margin-top: 5px;

                .action.primary {
                    /* position: absolute;
                top: 0;
                opacity: 0;
                pointer-events: none; */
                    height: auto;
                    width: 100%;
                    white-space: normal;
                    line-height: 20px;
                    padding: 8px 0;

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

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

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


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

            span {
                font-size: 0px;
            }
        }

        .price-box {
            display: 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;
                    ;
                }
            }
        }

        .parcelas {
            display: none;
        }
    }
}

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

.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: #222;
}

.best-installment,
.desconto-a-vista .parcelas {
    text-transform: none;
    font-size: 12px;
    color: #3f3f3f;
    font-weight: 500;
    margin: 5px 0;

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

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

[data-content-type='row'][data-appearance='contained'] {
    width: 95%;
    margin: 40px auto;

    &:has(.fullbanner) {
        margin: 30px auto !important;
        border-radius: 16px;
        overflow: hidden;
    }
}

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

    [data-content-type="row"] {
        margin-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);
        }
    }

    .newstext-footer,
    .newsletter-footer {
        width: 100%;

        .content {
            width: 100%;
        }
    }

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

    .footer-top {
        div {
            width: 100%;
        }
    }


}

.block.newsletter {
    max-width: none;
    width: auto;
    margin: 0;
    height: 100%;
    align-items: center;
    margin-top: 15px;

    #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 40px;
            font-weight: 700;
            font-size: 16px;
            text-transform: none;
        }
    }
}


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

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

    .footer-logo {
        figure {
            display: flex;
            justify-content: center;
        }
    }

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

        span {
            font-size: 14px !important;
            margin: 0 !important;
            align-items: center;
            gap: 12px;
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            justify-content: space-between;
            font-weight: 500;
        }

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

            &:has(p) {
                margin-left: 0;
                justify-content: start;

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

    .footer-payment {
        margin-top: 20px;

        span {
            font-size: 14px !important;
            margin: 0 !important;
            align-items: center;
            gap: 12px;
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            justify-content: space-between;
            font-weight: 500;
        }
    }

    .footer-bottom {
        padding: 20px 0;

        .pagebuilder-column-line {
            justify-content: space-around;

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

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

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

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

        .luz {
            text-align: left !important;

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

                &::after {
                    display: none;
                }
            }

            picture {
                justify-content: start;

                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: 9px;
        color: #888888;
        padding: 20px 0;
        line-height: 20px;
        border-top: 1px solid #1F6F4A;
        width: 95%;
        margin: 0 auto;
    }

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

        img {
            max-width: 26px;
        }
    }

    .pagebuilder-column.footer-logo {
        margin: 45px 0 0;
        order: 1;
    }

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

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

    a {
        color: #3F3F3F;

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

.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,
.customer-account-create {

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

            form#form-validate {
                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;

            img {
                align-self: self-start;
                max-width: 300px;
            }
        }
    }
}

.cms-home {
    #maincontent {
        margin-top: 152px;
    }

    .columns .column.main {
        padding-bottom: 0;
    }

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

.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-main,
.page-wrapper>.widget,
.page-wrapper>.page-bottom,
.block.category.event,
.top-container {
    padding-right: 0;
    padding-left: 0;
    width: 95%;
    margin: 0 auto;
}

.page-products {

    .sidebar.sidebar-additional {
        display: none;
    }

    #maincontent {

        .products-grid .product-items {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;

            .product-item {
                width: 100%;
                margin: 0;
                padding: 0;

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

                    .product-item-details {

                        .actions-primary {
                            margin-top: 5px;

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

                    .actions-secondary {
                        right: 0;

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

.navigation .submenu .active>a {
    border-color: transparent !important;
}

.catalog-product-view {

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

        .page-title {
            span {
                font-size: 26px;
                font-weight: 500;
                color: #1F6F4A;
                line-height: 38px;
            }
        }

        .product-info-main {
            background: #fff;
            padding: 25px 15px;
            margin-left: -2.5%;
            margin-right: -2.5%;

            .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;
                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 #F0E9E5;
                    border-radius: 3px;
                }
            }

        }

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

            .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;

            span {
                font-weight: 500;
            }

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

            #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;
                }
            }

            .product-social-links {
                border: 1px solid #b4b4b4;
                border-radius: 2px;
                margin-bottom: 14px;
                height: 51px;
                align-items: center;
                display: flex;
                width: 65px;
                justify-content: center;
                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);
                            }
                        }
                    }
                }
            }
        }

        .product.info.detailed {
            position: relative;
            margin: 40px auto 0;
            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 30px;
                        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 30px 25px;
                }
            }
        }

        .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;
    }

    h1.page-title {
        padding: 10px 0;
        font-size: 18px !important;
        width: calc(68% - 30px);
        margin-bottom: 0;

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

    header.page-header {
        .header.content {
            .block-search {
                margin-right: 25px;
            }

            .logo {
                margin-left: 0;
            }
        }
    }

    .cart-container {
        display: flex;
        flex-direction: column-reverse;

        .form-cart {
            width: 100%;
            padding: 0;
            margin-bottom: 0;
            order: 1;

            tr.item-info {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                align-items: center;

                td {
                    display: flex;
                    align-items: end;

                    &.col.qty {
                        justify-content: end;
                        position: relative;
                        top: 4px;
                    }

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

                        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;
                }

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

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

        .cart-summary {
            background: #F6F6F6;

            >.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;
                padding: 10px 0 0;

                &::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 {
                padding: 0;

                form#shipping-zip-form {
                    input {
                        background: transparent;
                        border: none;
                        border-bottom: 1px solid #F0E9E5;
                        height: 46px;

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

                }

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

                    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;
                border: none;

                form#discount-coupon-form {
                    input {
                        background: transparent;
                        border: none !important;
                        border-bottom: 1px solid #F0E9E5 !important;
                        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;
            }
        }
    }
}



.checkout-index-index {

    form#co-shipping-form {
        background: #fff;
    }

    header.page-header {
        height: 85px;
        padding-top: 32px;
        box-sizing: border-box;
        position: static;

        .header.content {
            justify-content: center;

            .logo {
                margin-left: 0;
            }
        }
    }

    #maincontent {
        margin-top: 10px !important;
    }

    .opc-estimated-wrapper {
        margin-top: -1px;
        background: transparent;
        border-top: none;

        .minicart-wrapper {
            margin-top: 10px;
            margin-right: 0;
        }

        .opc-progress-bar {
            display: none;
        }

        .opc-progress-bar-item._complete {

            &::before {
                background: #1F6F4A;
            }

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

.cart-summary {
    background: #F6F6F6;
}

.cart-summary {
    >.title {
        color: #1F6F4A;
        font-size: 1.4rem;
        font-weight: 500;
        margin: 22px 0 16px;
    }
}

.cart.table-wrapper .product-item-name a {
    font-size: 14px;
    font-weight: 50;
    color: #1F6F4A;
}

.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: #1F6F4A;
}

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

.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: 200px !important;
        text-align: center;

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

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

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

.sparsh-search-auto-complete {
    margin-top: 0;
    border: none;
}

#search_mini_form.sparsh-minisearch .icon-container {
    top: calc(38%) !important;
    right: 50px;
}

.sparsh-search-auto-complete ul li .qs-option-info .qs-option-title {

    strong {
        color: #1F6F4A;
        font-weight: 500;
    }
}

.fotorama__active .fotorama__dot {
    background-color: #222;
    border-color: #222;
}

.sections {
    background: #fff;

    .section-item-title {
        display: none;
    }

    .nav-sections-items {
        height: 100%;
    }

    .section-item-content {
        margin-top: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        height: 100%;

        .navigation {
            background: transparent;
            position: static;
            overflow-y: auto;
            flex: 1;

            .level0 {
                border: none;
            }
        }

        .mob-links-container {
            display: flex;
            align-items: center;
            background: #1F6F4A;
            height: 110px;
            padding: 0 15px;
            gap: 10px;

            &::before {
                content: url(../images/user_white.svg);
                margin-right: 10px;
            }

            .menu-mob-links {
                display: flex;
                flex-direction: column;
                justify-content: center;

                >p {
                    font-size: 14px;
                    display: flex;
                    font-weight: 500;
                    color: #ffffff;
                    margin: 0;
                    gap: 5px;

                    a {
                        color: #ffffff !important;
                        margin: 0;
                        padding: 0;
                        text-decoration: underline;

                        &:hover {
                            color: #ffffff !important;
                        }
                    }
                }
            }
        }
    }
}

.navigation .level0>.level-top {
    font-size: 14px;
    font-weight: 500;
    color: #1F6F4A;
    padding: 12px 15px 12px 5px;
    border-color: transparent !important;
    text-transform: none;
}

.navigation a {
    font-size: 13px;
    color: #1F6F4A;
}

.navigation .parent .level-top::after {
    top: 12px;
    right: 15px;
}

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

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

.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;
}

.top-footer {
    background: #fff;
    margin: 40px 0 0;

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

    .footer-message {
        display: flex;
        justify-content: space-between !important;
        width: 100% !important;
        align-items: center;
        height: 100%;
        padding: 40px 20px;
        gap: 35px;

        [data-content-type="divider"] {
            width: 75%;
            height: 2px;
            background: #1F6F4A;

            hr {
                display: none !important;
            }
        }

        .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;
}

.product-info-main .product-info-price {
    border-bottom: none;
}

#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: 100px !important;
}

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

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
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;
}

.banners-carousel {
    .pagebuilder-column-line {
        flex-wrap: nowrap;
        overflow-x: scroll;

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

            &:last-child {
                padding-right: 2.5%;
            }

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

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

body:not(.cms-home):not(:has(.category-image, .breadcrumbs)) #maincontent,
.breadcrumbs {
    margin-top: 175px;
}

body:has(.category-image) {
    .breadcrumbs {
        margin-top: 175px;
    }

    .category-image {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.account {
    #maincontent {
        margin-top: 130px !important;
    }
}

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

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

        }
    }

    .pagebuilder-column-line {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 8px 12px !important;

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


.nav-sections .mean-nav ul li span {
    right: 10px !important;
    top: 2px !important;

    &::before {
        color: #222222 !important;
    }

    /* &.collapse {
        &::before {
            content: '\e607' !important;
        }
    }

    &.expand {
        &::before {
            content: '\e618' !important;
        }
    } */
}

.nav-sections .mean-nav ul li .level-top span {
    font-size: 15px;
    color: #1F6F4A;
    font-weight: 500;
}

.nav-sections .mean-nav ul li li a {
    font-size: 14px;
    color: #3f3f3f;
    padding: 10px 0 10px 30px !important;
}

.parent-link {
    display: none;
}

.nav-toggle:before {
    font-family: 'luma-icons' !important;
}

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

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

    strong#block-discount-heading {
        font-size: 18px;
        font-weight: 500;
        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;
            }
        }
    }
}

/* 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 */
}

.payment-option-title.field.choice {
    display: none;
}

.checkout-payment-method .payment-option-content {
    padding: 0;
    display: block !important;

    .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: #B0B0B0;
            }
        }

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

            .primary {
                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: 48px;

            a {
                text-decoration: none;

                &:hover {
                    color: inherit;
                }

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

.checkout-payment-method .payment-methods {
    margin: auto;
}

.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;
    }

    .item {
        position: static !important;
    }
}

.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;
        }
    }
}

.minicart-wrapper .product .actions {
    float: right;
}

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

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

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);
    }
}

.page-products .columns {
    padding-top: 0;
}

/* 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 #F0E9E5;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 10px;
                font-size: 10px;
                font-weight: 700;
                text-transform: uppercase;

                span {
                    font-family: 'Montserrat', sans-serif;
                    font-weight: bolder !important;
                }
            }
        }
    }

    .block-subtitle.filter-subtitle {
        font-size: 18px;
        font-weight: 600;
        color: #222222;
        text-transform: none;
        padding: 10px 10px 20px;
        background: #fff;
    }

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

    .block-subtitle,
    .filter-options-item,
    .filter-title {
        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;
    margin: 5px auto 0px !important;
    display: inline-block;
}

.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: 'Adamina', sans-serif;
    accent-color: #1F6F4A;
    color: #1F6F4A;
}

.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: 'Adamina', 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;
}

.abs-cart-block>.title,
.minicart-items .product .toggle,
.abs-discount-block .block>.title,
.cart-summary .block>.title,
.magento-payments-review-discount .block>.title,
.paypal-review-discount .block>.title,
.cart-discount .block>.title {
    border-top: 1px solid transparent !important;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
}

#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;
}

#coupon_code {
    background: #ffffff;
    background-clip: border-box;
    background-clip: padding-box;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid white;
    border-left: 1px solid #c2c2c2 !important;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

#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;
}

.cart-summary {
    padding: 10px;
}

.title {
    font-size: 16px;
    font-weight: bold;
}

.field {
    margin-bottom: 10px;
}

.input-text {
    padding: 5px;
    width: 150px;
}

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

.price {
    font-weight: bold;
}

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

.table.totals td,
.table.totals th {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.grand totals {
    font-weight: bold;
}

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

.abs-cart-block>.title,
.minicart-items .product .toggle,
.abs-discount-block .block>.title,
.cart-summary .block>.title,
.magento-payments-review-discount .block>.title,
.paypal-review-discount .block>.title,
.cart-discount .block>.title {
    border-top: 1px solid transparent !important;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 10px 40px 10px 0px !important;
    display: block;
    text-decoration: none;
}

.grand.totals strong {
    font-size: 18px;
    font-weight: 500;
    color: #1F6F4A;
    font-size: 18px;
    font-weight: 500;
    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;
}

body.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-cart-index.page-layout-1column.webp-supported .title {
    font-size: 13px;
    font-weight: bold;
}

body.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-cart-index.page-layout-1column.webp-supported .price span {
    font-size: 16px;
}

body.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-cart-index.page-layout-1column.webp-supported .cart-summary .block .price {
    font-weight: 500 !important;
}

.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;
    /* centraliza horizontalmente */
    line-height: 1.2;
    /* garante alinhamento vertical */
    height: 32px;
    /* altura fixa para padronizar */
    box-sizing: border-box;
}

.qty-container input[type="number"] {
    min-width: 2.5rem;
    appearance: textfield;
    -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;
}

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

/* responsivo */
@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;
        /* aumenta um pouco no mobile */
    }
}

.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;
}

body.pl-thm-widecommerce.pl-thm-widecommerce-gobeche.checkout-cart-index.page-layout-1column.webp-supported input[type="number"] {
    border: 1px solid transparent !important;
}

.nav-sections .mean-nav ul li a span {
    font-size: 15px;
    padding: 0 14px;
    color: #222 !important;
}

.nav-sections .mean-nav ul li span {
    color: #222 !important;
}

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

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

.fieldset.create.account {
    color: #242424;
}

.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.categorypath-linha-gourmet.category-linha-gourmet.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;
    background: #fff;
}

.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 ._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 #ccc;
    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;
}

.block.block-search.sparsh-search-auto-complete-block {
    margin-top: 5px !important;
}

.product-info-main .product-info-price {
    color: #575757;
    border-bottom: 1px solid transparent !important;
    display: table;
    margin-bottom: 0;
    width: 100%;
    border-top: 1px solid #F0E9E5;
    margin-top: 65px;
    padding: 20px 12px 0 !important;
    box-sizing: border-box;

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

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

}

.field.postcode {
    display: none;
}

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

.block.review-add {
    input[type="text"] {
        border: none;
        border-bottom: 1px solid #F0E9E5;
        background: transparent;
    }

    textarea {
        border: none;
        border-bottom: 1px solid #F0E9E5;
        background: transparent;
    }
}

.cart.table-wrapper .col.qty[data-th]:before,
.cart.table-wrapper .col.price[data-th]:before,
.cart.table-wrapper .col.subtotal[data-th]:before,
.cart.table-wrapper .col.msrp[data-th]:before {
    display: none;
}

.cart.table-wrapper {
    border-color: #F6F6F6;
}

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

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

div#checkout-shipping-method-load {

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

    td.col.col-method {
        padding: 18px 0;
    }

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

.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: #B0B0B0;
            }
        }

        .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;
                    }
                }
            }
        }
    }
}

.opc-block-summary,
.custom-slide .modal-inner-wrap {
    background: transparent;
}

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

.table-checkout-shipping-method tbody td,
.opc-wrapper .methods-shipping {
    border: none;
}

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

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

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

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

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

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

}

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

.nav-sections .header.links {
    display: none;
}

.popup-authentication {
    .modal-inner-wrap {
        background: #fff !important;

        .block-authentication {

            .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;
                    margin-bottom: 30px;

                    &::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;
                }
            }
        }
    }
}


.block-authentication .block[class]+.block {
    border: none;
}

.block-authentication .block[class]+.block:before {
    display: none;
}

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

.checkout-index-index {

    .modal-content {
        max-width: none;
    }

    form#co-shipping-method-form {
        background: transparent;
        margin-top: 0;

        .primary {

            button {
                span {
                    font-size: 0;
                    display: flex;
                    justify-content: center;

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

}

.table-checkout-shipping-method tbody td {
    padding: 10px 0 0 !important;
}

.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;
}

.cart-summary .checkout-methods-items {
    padding: 0;
}

.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;
    }
}

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;
        }
    }
}


.new-shipping-address-modal {
    .modal-inner-wrap {
        background: #fff !important;

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

.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: 24px;
    color: #1F6F4A;
    font-weight: 500;
}

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


div#block-free-gift {

    .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;

                li {
                    width: 100%;
                    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: 'Adamina';
    font-size: 12px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

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

.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;
    z-index: 1;
}

.catalog-product-view {
    .wc-label-badge {
        top: 0;
        right: 0;
    }
}

.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;
}

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

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

.product-items {
    .slick-arrow {
        display: none !important;
    }
}

.description-preview {
    padding-left: 0 !important;
}

.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;
                }
            }
        }
    }
}

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

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-title strong {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    font-weight: 500;
    border-radius: 5px;
}

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

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

.cms-page-view {

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

    span.action.nav-toggle,
    .minicart-wrapper {
        display: none;
    }

    .breadcrumbs {
        margin-top: 110px;
        display: none;
    }

    #maincontent {
        margin-top: 75px;
    }

    .sparsh-search-auto-complete-block {
        opacity: 0;
        pointer-events: none;
    }

    #maincontent [data-content-type="row"] {}

    .top-footer {
        display: none;
    }

    .slick-arrow {
        display: none !important;
    }

    .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;
    }

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

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

    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: 25px !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 {
                background: #FAFAFA;
                border-radius: 16px;
                padding: 40px 25px;
                align-items: center;

                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 30px;

            .pagebuilder-poster-content {
                >div {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    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;
                }
            }
        }
    }

    .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;
            }
        }



        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 {

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

            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;
            flex-direction: column;

            .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;
                }
            }
        }
    }
}

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