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

*,
#shippingCalculator #enviarCotacao {
    font-family: 'Montserrat', sans-serif;
    accent-color: #451B10;
    -webkit-tap-highlight-color: transparent;
}

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


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

[data-content-type='row'][data-appearance='contained'] {
    &:has(.top-message, .header-contact) {
        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;
}

.category-image {
    margin-bottom: 0;
}

.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: #451B10 !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: #FAFAFA;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 0.2s ease-in-out;
    border: none;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    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: #451B10;
                font-size: 24px;
                font-weight: 500;
            }
        }

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

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

            input {
                border: none;
                box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(191, 191, 191, 0.25) 0px 1px 0px inset;
            }
        }

        .block-search {
            width: 20px;
            margin: 0;
            display: flex;
            align-items: center;
            margin-right: 15px;
            margin-left: auto;

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

                &::before {
                    content: url(../images/search.svg);
                    margin: 0;
                }
            }
        }
    }
}

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

        .header.content {
            #search_mini_form.sparsh-minisearch {
                .control {
                    top: 55px;
                }
            }
        }
    }
}

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

    .slick-dots {
        position: absolute;
        bottom: 2px;
        text-align: left;
        padding: 0;
        padding-left: 15px;

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

                button {
                    width: 38px;
                }
            }
        }
    }
}

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

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

.slick-dots {
    padding: 10px 0 0;
    text-align: left;

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

        button {
            width: 18px;
            height: 4px;
            border: none;
            background: #D1C3BA;
            border-radius: 0;
        }

        &.slick-active {
            width: 28px;

            button {
                width: 28px;
            }
        }
    }
}

#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;
        max-width: 0;
        opacity: 0;
        transition: 0.2s ease-in-out;
    }

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

        .counter.qty {
            background: #fff;
            color: #451B10;
            border: 1px solid #451B10;
            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/shopping_bag.svg) !important;
            background-position: center;
            position: relative;
            top: 2px;
        }
    }

    &.active {
        .block-minicart {
            max-width: 500px;
            opacity: 1;

            &::before {
                display: none;
            }

        }

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

        .minicart-items-wrapper {
            flex: 1 100%;
        }

        .actions {
            order: 1;
        }
    }
}

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


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

        .product-item-name,
        .product-item-name a {
            color: #451B10;
            font-size: 14px;
            font-weight: 500;
        }

        .product-item-info {
            margin: 0 5px !important;

            >a {
                width: 100%;

                >span {
                    width: 100%;

                    img {
                        width: 100%;
                        margin: 0;
                    }
                }
            }
        }

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

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

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

        .product-item-details {
            position: relative;

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


    }
}

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

    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) {
        width: 100% !important;
        margin: 0 !important;
    }
}

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: #451B10;
    }
}

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

    #newsletter-validate-detail {
        display: flex;
        flex-direction: column;
        gap: 10px;

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

        input {
            height: 50px;
            height: 50px;
            border: none;
            border-bottom: 1px solid #F0E9E5;
        }

        .actions {
            width: 100%;

            .action.subscribe {
                height: 50px;
                border: none;
                background: #451B10;
                border-radius: 0px;
                padding: 0 20px;
                width: 100%;
                font-weight: 500;
            }
        }
    }
}


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

    .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: start;
            font-weight: 500;
        }
    }

    .footer-bottom {
        padding: 20px 0;

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

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

        h3 {
            margin-bottom: 25px;

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

        p {
            span {
                font-size: 12px;
                font-weight: 500;
                line-height: 38px;
            }
        }

        a {
            color: #fff;
        }

        picture {
            display: flex;
        }
    }

    .copyright {
        background: transparent;
        font-size: 10px;
        color: #451B10;
        padding: 20px 0;
        line-height: 20px;
        border-top: 1px solid #F0E9E5;
        width: 95%;
        margin: 0 auto;
    }

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

    .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: #451B10;
    border-color: #451B10;
    transition: 0.2s ease-in-out;
    border-radius: 0 !important;
    color: #fff;
    font-weight: 500;

    &:hover {
        background: #451B10;
        border-color: #451B10;
        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: #451B10;
            border-color: #451B10;
            transition: 0.2s ease-in-out;
            border-radius: 0 !important;
            font-size: 16px;
            padding: 15px 50px;
            display: flex;
            line-height: normal;
            justify-content: center;

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

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

            span {
                font-size: 24px;
                font-weight: 500;
                display: inline-block;
                margin: 20px 0 30px;
            }
        }

        .login-container .block .block-title strong,
        .legend {
            border-color: #F6F6F6;

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

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

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

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

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

.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 {
    #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: 24px;
                font-weight: 500;
                color: #451B10;
                ;
            }
        }

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

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

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

            .minus,
            .plus {
                button {
                    border-color: #F0E9E5;
                    border-radius: 0;
                }
            }

            input {
                border-color: #F0E9E5 !important;
            }
        }

        .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: fit-content;
            }

            .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 {
            .product.data.items {
                &>.item.title {
                    a {
                        font-weight: 500;
                    }
                }

                &>.item.content {
                    padding: 0 15px 15px;
                }

            }

            h3 {
                color: #451B10;
                font-weight: 500;
            }
        }

        .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 {
    header.page-header {
        .header.content {
            .block-search {
                margin-right: 25px;
            }

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

.checkout-index-index {
    header.page-header {
        .header.content {
            justify-content: center;

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

    .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-wrapper .step-title {
            font-size: 22px;
            font-weight: 500;
        }

        .opc-progress-bar-item._complete {

            &::before {
                background: #451B10;
            }

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

.cart-summary {
    background: #F6F6F6;
}

.cart-summary {
    >.title {
        color: #451B10;
        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: #451B10;
}

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

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

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

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #451B10;
}

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

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

.checkout-onepage-success {
    #maincontent {
        margin-top: 175px !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: 15px 30px;
            font-size: 18px;
            font-weight: 500;
        }
    }
}

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

#search_mini_form.sparsh-minisearch .icon-container {
    top: calc(35%) !important;
}

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

    strong {
        color: #451B10;
        font-weight: 500;
    }
}

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

.sections {
    background: #fff;

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

    .section-item-content {
        margin-top: 0;
        padding: 0;

        .navigation {
            background: transparent;

            .level0 {
                border: none;
            }
        }

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

            &::before {
                content: url(../images/person.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: #451B10;
                    margin: 0;
                    gap: 5px;

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

                        &:hover {
                            color: #451B10 !important;
                        }
                    }
                }
            }
        }
    }
}

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

.navigation a {
    font-size: 13px;
    color: #451B10;
}

.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: #451B10;
    margin: 15px 0 35px;
}

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

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

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

.top-footer {
    background: #F6F6F6;
    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 0;
        gap: 35px;

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

            hr {
                display: none !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: 120px !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"] {
    border: none;
    border-bottom: 1px solid #F6F6F6;
}

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

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

    .category-image {
        margin-top: 110px;
    }
}

.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: #451B10 !important;
    }

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

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

.nav-sections .mean-nav ul li .level-top span {
    font-size: 16px;
    color: #451B10;
}

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