

:root {
    --white-text: #fff;
    --dark-text: #000;
    --font-text: var(--body-font);
    --font-text-light: var(--heading-now-52-light);
    --font-text-regular: var(--font-text);
    --font-text-bold: var(--heading-now-26-bold);
    --font-text-extrabold: var(--heading-now-77-extrabold);
    --font-text-heavy: var(--heading-now-28-heavy);
    --font-nuvem-heading: "Big Shoulders Display", sans-serif;
    --font-nuvem-text: "Chivo", sans-serif;
    --font-size-section-title-mobile: 34px;
    --font-size-section-title-desktop: 56px;
    --font-size-section-title-large-mobile: 40px;
    --font-size-section-title-large-desktop: 64px;
    --font-size-card-title-mobile: 24px;
    --font-size-card-title-desktop: 28px;
    --font-size-text-mobile: 14px;
    --font-size-text-desktop: 16px;
    --font-size-cta-mobile: 14px;
    --font-size-cta-desktop: 16px;
    --font-size-editorial-title-mobile: 48px;
    --font-size-editorial-title-desktop: 80px;
    --font-size-footer-menu-mobile: 24px;
    --font-size-footer-menu-desktop: 36px;
    --font-size-footer-link: 18px;
    --font-size-footer-text: 14px;
    --font-size-footer-label: 14px;
    --font-size-nav-mobile: 24px;
    --font-size-nav-desktop: 16px;
    --font-size-nav-subitem-mobile: 16px;
    --font-size-nav-subitem-desktop: 14px;
}

.template-category .page-header h1 {
    font-family: var(--font-text-bold);
    font-size: var(--font-size-section-title-large-desktop);
    @media (max-width: 767px) {
        font-size: var(--font-size-section-title-large-mobile);
    }
}

.template-category .n-product-buy-now-link {
    display: none;
}

.category-banner picture {
    display: block;
    height: auto;
}

.category-banner {
    height: auto;
    overflow: visible;
}

.category-banner-image {
    display: block;
    height: auto;
    object-fit: contain;
}

.template-product .products-section-title {
    font-family: var(--font-text-bold);
    font-size: var(--font-size-section-title-desktop);
    @media (max-width: 767px) {
        font-size: var(--font-size-section-title-mobile);
    }
}

.template-product .page-header h1 {
    font-family: var(--font-text-extrabold);
    font-size: 26px;
}

.template-product .btn-add-to-cart {
    height: 46px;
}

.head-logo-row, .head-search-big .head-logo-row {
    padding: 0;
}

/* Navegação */

.nav-list-link,
.modal-nav-hamburger .nav-list-link {
    font-family: var(--font-text-bold);
    font-size: var(--font-size-nav-mobile) !important;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.modal-nav-hamburger .list-subitems .nav-list-link,
.nav-list-link.font-body {
    font-family: var(--font-text-light);
    font-size: var(--font-size-nav-subitem-mobile) !important;
    font-weight: 300;
}

@media (min-width: 768px) {
    .nav-desktop-list > .nav-item-desktop > .nav-item-container > .nav-list-link,
    .nav-desktop-list > .nav-item-desktop > .nav-list-link,
    .head-nav .nav-list-link {
        font-size: var(--font-size-nav-desktop) !important;
    }

    .desktop-list-subitems .nav-item .nav-list-link,
    .desktop-list-subitems .nav-item .list-subitems .nav-item .nav-list-link,
    .desktop-list-subitems .nav-item .list-subitems .nav-item .list-subitems .nav-list-link {
        font-family: var(--font-text-light);
        font-size: var(--font-size-nav-subitem-desktop) !important;
        font-weight: 300;
    }
}

.section-home .btn,
.section-home .btn-link {
    font-size: var(--font-size-cta-mobile);
}

@media (min-width: 768px) {
    .section-home .btn,
    .section-home .btn-link {
        font-size: var(--font-size-cta-desktop);
    }
}

/* Slider Carrossel */

.utilities-text {
    font-family: var(--font-text-light);
    font-weight: 300;
}

.slider-title {
    margin: 0;
    font-family: var(--font-text-bold);
    font-weight: 700;
    margin-left: 0 !important;
    font-size: var(--font-size-editorial-title-desktop);
}

.slider-btn {
    font-family: var(--font-text-light);
    font-weight: 700;
    font-size: var(--font-size-cta-mobile) !important;
}

@media (min-width: 768px) {
    .slider-btn {
        font-size: var(--font-size-cta-desktop) !important;
    }
}

.slider-text {
    color: var(--white-text);

    .slider-btn {
        color: var(--white-text);
    }
}

/* Produtudo */

.n-product-name {
    font-size: 26px;
    font-family: var(--font-text-extrabold);
    font-weight: 900;
}

.n-product-price {
    font-size: 22px !important;
    font-family: var(--font-text-light);
    line-height: 1;
}

.product-installments {
    font-family: var(--font-text-light);
    font-weight: 300;
    font-size: 20px;
}

.n-desconto {
    font-family: var(--font-text-light);
    font-weight: 300;
    font-size: 16px !important;
}

.n-variant {

    .form-label {
        font-family: var(--font-text-light);
        font-weight: 300;
        font-size: 16px !important;

        .js-insta-variation-label{
            font-family: var(--font-text-light);
            font-weight: 300;
            font-size: 16px !important;
        }
    }
    
}

/* Banner destaque */

.n-home-showcase-banner {
    padding: 0 !important;
    margin: 0 !important; 
}

.n-home-showcase-banner-inner {
    position: relative;
    width: 100%;
    min-height: 180px;
    overflow: hidden;
}

.n-home-showcase-banner-image {
    display: block;
    width: 100%;
    min-height: 180px;
    object-fit: cover;
}

.n-home-showcase-banner-link-cover {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
}

.n-home-showcase-banner-content {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    transform: translateY(-50%);
    color: var(--white-text);

    @media (max-width: 767px) {
        bottom: 0;
        top: unset;
    }
}

.n-home-showcase-banner-title {
    margin: 0 0 6px;
    color: inherit;
    font-family: var(--font-text-bold);
    font-size: var(--font-size-editorial-title-mobile);
    font-weight: 800;
    line-height: .9;
    text-transform: uppercase;
}

.n-home-showcase-banner-button {
    color: inherit;
    font-family: var(--font-text-bold);
    font-size: var(--font-size-cta-mobile);
    font-weight: 700;
    line-height: 1;
    text-decoration: underline;
    text-transform: uppercase;

    &:hover {
        color: inherit;
        opacity: .8;
    }
}

@media (min-width: 768px) {
    .n-home-showcase-banner {
        padding: 0 15px;
    }

    .n-home-showcase-banner-inner {
        min-height: 170px;
    }

    .n-home-showcase-banner-image {
        min-height: 170px;
    }

    .n-home-showcase-banner-content {
        left: 32px;
    }

    .n-home-showcase-banner-title {
        font-size: var(--font-size-editorial-title-desktop);
    }

    .n-home-showcase-banner-button {
        font-size: var(--font-size-cta-desktop);
    }
}

.n-home-showcase-banner-2-mobile-content {
    padding: 0 16px 20px 16px;
    background: #fff;
    color: #000;
}

.n-home-showcase-banner-2-mobile-title {
    margin: 0 0 28px;
    color: inherit;
    line-height: 0;
}

.n-home-showcase-banner-2-mobile-title svg {
    display: block;
    width: 100%;
    height: 150px;
}

.n-home-showcase-banner-2-mobile-title text {
    fill: currentColor;
    font-family: var(--font-text-heavy);
    font-size: 190px;
    font-weight: 800;
    text-transform: uppercase;
}

.n-home-showcase-banner-2-mobile-description {
    margin: 0 0 16px;
    color: inherit;
    font-family: var(--font-text-light);
    font-size: var(--font-size-text-mobile);
    font-weight: 400;
    line-height: 1.35;
}

.n-home-showcase-banner-2-mobile-button {
    display: inline-block;
    color: inherit;
    font-family: var(--font-text-light);
    font-size: var(--font-size-cta-mobile);
    font-weight: 700;
    line-height: 1;
    text-decoration: underline;
    text-transform: uppercase;
}

.n-home-showcase-banner-2-mobile-button:hover {
    color: inherit;
}

.n-home-showcase-banner-2 .n-home-showcase-banner-description,
.n-home-showcase-banner-3 .n-home-showcase-banner-description {
    margin: 0 0 12px;
    color: inherit;
    font-family: var(--font-text-light);
    font-size: var(--font-size-text-desktop);
    font-weight: 400;
    line-height: 1.35;
    max-width: 360px;
    @media (min-width: 768px) {
        display: none;
    }
}


.product-description {
    font-family: var(--font-text-light);
    font-weight: 300;
    font-size: 14px !important;
}

/* Atletas */

.n-home-athletes {
    background: #000;
    color: var(--white-text);
    padding: 22px 0;
}

.n-home-athletes .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
}

.n-home-athletes-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.n-home-athletes-section-title {
    margin: 0;
    color: inherit;
    font-family: var(--font-text-bold);
    font-size: var(--font-size-section-title-large-mobile);
    font-weight: 800;
    line-height: .9;
    text-transform: uppercase;
}

.n-home-athletes-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    padding-top: 8px;
}

.n-home-athletes-pagination {
    position: static;
    width: auto;
    color: inherit;
    font-family: var(--font-text-light);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.n-home-athletes-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 48px;
    height: 18px;
}

.n-home-athletes-buttons .swiper-button-prev,
.n-home-athletes-buttons .swiper-button-next {
    position: static;
    width: 18px;
    height: 18px;
    margin: 0;
    color: inherit;
    line-height: 18px;
    svg {
        fill: #fff;
    }
}

.n-home-athletes-slider {
    overflow: hidden;
}

.n-home-athletes-slide {
    color: inherit;
}

.n-home-athletes-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.n-home-athletes-link:hover {
    color: inherit;
}

.n-home-athletes-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #1b1b1b;
}

.n-home-athletes-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n-home-athletes-title {
    margin: 14px 0 8px;
    color: inherit;
    font-family: var(--font-text-bold);
    font-size: var(--font-size-card-title-desktop);
    font-weight: 800;
    line-height: .9;
    text-transform: uppercase;

    @media (min-width: 1760px) {
        font-size: var(--font-size-card-title-desktop);
    }

    @media (max-width: 1600px) {
        font-size: var(--font-size-card-title-desktop);
    }
    
    @media (max-width: 767px) {
        font-size: var(--font-size-card-title-mobile);
    }
}

.n-home-athletes-button {
    display: inline-block;
    color: inherit;
    font-family: var(--font-text-light);
    font-size: var(--font-size-cta-desktop);
    font-weight: 400;
    line-height: 1;
    text-decoration: underline;
    margin-top: 20px;
    text-transform: uppercase;

    @media (max-width: 767px) {
        font-size: var(--font-size-cta-mobile);
    }
}

@media (min-width: 768px) {
    .n-home-athletes {
        padding: 30px 0 24px;
    }

    .n-home-athletes .container-fluid {
        padding-right: 43px;
        padding-left: 43px;
    }

    .n-home-athletes-section-title {
        font-size: var(--font-size-section-title-large-desktop);
    }

    
}

/* Atletas com banner */

.n-home-athletes-banner {
    background: #fff;
    color: #000;
    padding: 18px 0 24px;
}

.n-home-athletes-banner .container-fluid {
    padding-right: 0px;
    padding-left: 16px;
}

.n-home-athletes-banner-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
    @media (max-width: 767px) {
        margin-bottom: 30px;
    }
}

.n-home-athletes-banner-section-title {
    margin: 0;
    color: inherit;
    font-family: var(--font-text-bold);
    font-size: var(--font-size-section-title-large-mobile);
    font-weight: 900;
    line-height: .9;
    text-transform: uppercase;
}

.n-home-athletes-banner-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: -30px;
    @media (max-width: 767px) {
        padding-right: 16px;
    }

}

.n-home-athletes-banner-pagination {
    position: static;
    width: auto;
    color: inherit;
    font-family: var(--font-text-light);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.n-home-athletes-banner-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 48px;
    height: 18px;
}

.n-home-athletes-banner-buttons .swiper-button-prev,
.n-home-athletes-banner-buttons .swiper-button-next {
    position: static;
    width: 18px;
    height: 18px;
    margin: 0;
    color: inherit;
    line-height: 18px;
}

.n-home-athletes-banner-buttons .swiper-button-prev svg,
.n-home-athletes-banner-buttons .swiper-button-next svg {
    fill: #000;
}

.n-home-athletes-banner-layout {
    display: grid;
    gap: 16px;
    position: relative;
}

.n-home-athletes-banner-carousel {
    min-width: 0;
    position: relative;
}

.n-home-athletes-banner-feature {
    position: relative;
    width: 100%;
    aspect-ratio: 614 / 652;
    overflow: hidden;
    background: #f3f3f3;
}

.n-home-athletes-banner-feature-image,
.n-home-athletes-banner-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 767px) {
    .n-home-athletes-banner-feature {
        display: none;
    }

}

.n-home-athletes-banner-slider {
    width: 100%;
    overflow: hidden;
}

.n-home-athletes-banner-slide {
    color: inherit;
}

.n-home-athletes-banner-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.n-home-athletes-banner-link:hover {
    color: inherit;
}

.n-home-athletes-banner-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f3f3f3;
}

.n-home-athletes-banner-title {
    margin: 10px 0 6px;
    color: inherit;
    font-family: var(--font-text-bold);
    font-size: var(--font-size-card-title-desktop);
    font-weight: 900;
    line-height: .9;
    text-transform: uppercase;

    @media (max-width: 1600px) {
        font-size: var(--font-size-card-title-desktop);
    }

    @media (max-width: 767px) {
        font-size: var(--font-size-card-title-mobile);
    }
}

.n-home-athletes-banner-button {
    display: inline-block;
    color: inherit;
    font-family: var(--font-text-light);
    font-size: var(--font-size-cta-desktop);
    font-weight: 400;
    line-height: 1;
    margin-top: 20px;
    text-decoration: underline;
    text-transform: uppercase;

    @media (max-width: 767px) {
        font-size: var(--font-size-cta-mobile);
    }
}

@media (min-width: 768px) {
    .n-home-athletes-banner {
        padding: 24px 0 26px;
    }

    .n-home-athletes-banner .container-fluid {
        padding-right: 16px;
        padding-left: 16px;
    }

    .n-home-athletes-banner-section-title {
        font-size: var(--font-size-section-title-large-desktop);
    }

    .n-home-athletes-banner-layout {
        grid-template-columns: minmax(240px, 34%) minmax(0, 1fr);
        align-items: start;
        gap: 30px;
    }

    .n-home-athletes-banner-controls {
        margin-bottom: 8px;
    }

    
}

/* Instagram */

.n-home-instagram-cta {
    margin: 0 !important;
    padding: 16px 0 20px;
    background: #fff;
    color: #000;
}

.n-home-instagram-cta .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
}

.n-home-instagram-cta-link {
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.n-home-instagram-cta-link:hover {
    color: inherit;
}

.n-home-instagram-cta-icon {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    margin-top: 1px;
    line-height: 0;
}

.n-home-instagram-cta-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.n-home-instagram-cta-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.n-home-instagram-cta-tag {
    color: inherit;
    font-family: var(--font-text-bold);
    font-size: 26px;
    font-weight: 800;
    line-height: .9;
    text-transform: uppercase;
}

.n-home-instagram-cta-text {
    width: max-content;
    max-width: 100%;
    color: inherit;
    font-family: var(--font-text-light);
    font-size: var(--font-size-cta-mobile);
    font-weight: 400;
    line-height: 1;
    text-decoration: underline;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .n-home-instagram-cta {
        padding: 18px 0 24px;
    }

    .n-home-instagram-cta .container-fluid {
        padding-right: 43px;
        padding-left: 43px;
    }

    .n-home-instagram-cta-icon {
        width: 70px;
        height: 70px; 
    }

    .n-home-instagram-cta-tag {
        font-size: 40px;
    }

    .n-home-instagram-cta-text {
        font-size: var(--font-size-cta-desktop);
        margin-top: 5px;
    }
}

/* Novidades */
.n-featured-grid-title {
    font-family: var(--font-text-bold);
    font-size: var(--font-size-section-title-mobile);
}

@media (min-width: 768px) {
    .n-featured-grid-heading-col {
        padding-left: 0;
    }

    .n-featured-grid-title {
        font-size: var(--font-size-section-title-desktop);
    }
}

.section-featured-products-home {
    margin-top: 0 !important;
    padding: 20px 0 !important;
}

.n-product-buy-now-link {
    display: inline-block;
    margin-top: 8px;
    color: inherit;
    font-family: var(--font-text-bold);
    font-weight: 700;
    font-size: var(--font-size-cta-mobile);
    letter-spacing: 5%;
    line-height: 1;
    text-decoration: underline;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .n-product-buy-now-link {
        font-size: var(--font-size-cta-desktop);
    }
}

/* História da marca (#MormaiiStyle) */

.n-home-story-inner {
    display: flex;
    flex-direction: column;
}

.n-home-story .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
}

.n-home-story-text-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0;
}

.n-home-story-title {
    margin: 0 0 24px;
    font-family: var(--font-text-heavy);
    font-weight: 900;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--dark-text);
}

.n-home-story-title-desktop {
    display: none;
}

.n-home-story-title-mobile {
    display: block;
    width: 100%;
    text-align: center;
}

.n-home-story-text {
    margin-bottom: 24px;
    max-width: 596px;
    font-family: var(--font-text-light);
    font-weight: 300;
    font-size: var(--font-size-text-mobile);
    line-height: 1.25;
    color: var(--dark-text);
    text-align: center;
    white-space: pre-line;
}

.n-home-story-link {
    margin-top: auto;
    font-family: var(--font-text-light);
    font-weight: 300;
    font-size: var(--font-size-cta-mobile);
    line-height: 1;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-position: from-font;
    color: var(--dark-text);
    @media (max-width: 767px) {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.n-home-story-link:hover {
    color: var(--dark-text);
    text-decoration: underline;
    opacity: .7;
}

.n-home-story-image-col {
    position: relative;
}

.n-home-story-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .n-home-story-inner {
        flex-direction: row;
        align-items: stretch;
    }

    .n-home-story-text-col {
        width: 41%;
        padding: 40px 45px 60px 0;
    }

    .n-home-story-image-col {
        width: 59%;
    }

    .n-home-story-image {
        min-height: 580px;
        max-height: 580px;
    }

    .n-home-story-title {
        margin-bottom: 40px;
        font-size: var(--font-size-section-title-desktop);
    }

    .n-home-story-title-desktop {
        display: block;
    }

    .n-home-story-title-mobile {
        display: none;
    }

    .n-home-story-text {
        font-size: var(--font-size-text-desktop);
        line-height: 20px;
        text-align: left;
    }

    .n-home-story-link {
        font-size: var(--font-size-cta-desktop);
    }
}

/* Newsletter */

.section-newsletter-home h2 {
    margin: 0;
    font-family: var(--font-text-bold);
    font-weight: 700;
    font-size: var(--font-size-section-title-large-mobile);
    line-height: 1;
    text-transform: uppercase;
}

.section-newsletter-home .newsletter-description {
    font-family: var(--font-text-light);
    font-weight: 300;
    font-size: var(--font-size-text-mobile);
}

.section-newsletter-home .form-control {
    font-family: var(--font-text-light);
    font-weight: 300;
    font-size: var(--font-size-text-mobile) !important;
}

.section-newsletter-home .form-control-btn {
    font-family: var(--font-text-light);
    font-weight: 300;
    font-size: var(--font-size-cta-mobile) !important;
}

.section-newsletter-home:not(.section-newsletter-home-colors) h2,
.section-newsletter-home:not(.section-newsletter-home-colors) .form-control-btn {
    color: var(--dark-text);
}

@media (min-width: 768px) {
    .section-newsletter-home {
        padding: 90px 0;
    }

    .section-newsletter-home .row {
        align-items: center !important;
    }

    .section-newsletter-home .newsletter {
        margin: 0 !important;
        padding: 0 !important;
    }

    .section-newsletter-home h2 {
        font-size: var(--font-size-section-title-large-desktop);
    }
}

/* Vídeo */

.section-video-home .home-video-overlay:after {
    background: rgba(0, 0, 0, .35);
}

.section-video-home .video-player-text {
    font-family: var(--font-text-bold);
    font-weight: 700;
    font-size: var(--font-size-section-title-mobile);
    line-height: 1;
    text-transform: uppercase;
    text-decoration: underline;
    color: var(--white-text);
}

@media (min-width: 768px) {
    .section-video-home .video-player-text {
        font-size: var(--font-size-section-title-desktop);
    }
}

.section-video-home h2 { 
    margin: 0;
    font-family: var(--font-text-bold);
    font-weight: 700;
    font-size: var(--font-size-section-title-large-mobile);
    line-height: 1;
    text-transform: uppercase;
    color: var(--dark-text);
    text-align: right;
}

@media (min-width: 768px) {
    .section-video-home h2 {
        font-size: var(--font-size-section-title-large-desktop);
    }
}

/* Banners de categorias */

.n-home-category-banners {
    padding-top: 22px;
    padding-bottom: 28px;
    background: var(--white-text);
    color: var(--dark-text);
}

.n-home-category-banners .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
}

.n-home-category-banners-title {
    margin: 0 !important;
    color: inherit;
    line-height: 1;
    text-align: left;
}

.n-home-category-banners .swiper-container {
    margin-top: 18px;
    overflow: visible;
}

.n-home-category-banners .swiper-wrapper {
    align-items: flex-start;
}

.n-home-category-banners .n-home-category-banners-item {
    flex: 0 0 auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.n-home-category-banners .textbanner {
    margin: 0;
}

.n-home-category-banners .textbanner-link {
    display: block;
    color: inherit;
}

.n-home-category-banners .textbanner-image {
    aspect-ratio: 310 / 385;
    background: #f4f4f4;
}

.n-home-category-banners .textbanner-image-effect {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n-home-category-banners .textbanner-text {
    padding: 16px 0 0 !important;
    color: inherit;
    text-align: left !important;
}

.n-home-category-banners .textbanner-text h3 {
    margin: 0;
    color: inherit;
    font-family: var(--font-text-bold);
    font-size: var(--font-size-card-title-mobile);
    font-weight: 700;
    line-height: 1.05;
    text-decoration: none;
    text-transform: uppercase;
}

.n-home-category-banners .textbanner-paragraph {
    margin-top: 8px;
    font-family: var(--font-text);
    font-size: var(--font-size-text-mobile);
    line-height: 1.2;
}

.n-home-category-banners .btn-link {
    padding: 0;
    color: inherit;
    font-family: var(--font-text-bold);
    font-size: var(--font-size-cta-mobile);
    line-height: 1;
    text-decoration: underline;
    text-transform: uppercase;
}

.n-home-category-banners .swiper-buttons {
    top: 18px;
    right: 16px;
    width: 88px;
    height: 24px;
    padding: 0;
}

.n-home-category-banners .swiper-button-prev,
.n-home-category-banners .swiper-button-next {
    color: inherit;
}

@media (min-width: 768px) {
    .n-home-category-banners {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    .n-home-category-banners .container-fluid {
        padding-right: 28px;
        padding-left: 28px;
    }

    .n-home-category-banners-title {
        margin: 0 !important;
    }

    .n-home-category-banners .swiper-container {
        margin-top: 20px;
    }

    .n-home-category-banners .textbanner-text {
        padding-top: 18px !important;
    }

    .n-home-category-banners .textbanner-text h3 {
        font-size: var(--font-size-card-title-desktop);
    }

    .n-home-category-banners .textbanner-paragraph {
        font-size: var(--font-size-text-desktop);
    }

    .n-home-category-banners .btn-link {
        font-size: var(--font-size-cta-desktop);
    }

    .n-home-category-banners .swiper-buttons {
        top: 22px;
        right: 28px;
    }
}

/* Frete, trocas e desconto (banners informativos) */

.template-category .section-informative-banners {
    margin-top: 8px;
}

.section-informative-banners .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
}

.section-informative-banners h3 {
    margin: 0 0 8px !important;
    font-family: var(--font-text-bold);
    font-weight: 700;
    font-size: var(--font-size-section-title-mobile);
    line-height: .9;
    text-transform: uppercase;
    color: inherit;
}

.section-informative-banners .service-text {
    font-family: var(--font-text-light);
    font-weight: 300;
    font-size: var(--font-size-text-mobile);
    line-height: 1.1;
    color: inherit;
}

.section-informative-banners .n-informative-banner-content {
    display: block;
    color: inherit;
}

.section-informative-banners .n-informative-banner-content:hover {
    color: inherit;
}

@media (max-width: 767px) {
    .template-home .section-informative-banners .swiper-slide,
    .template-category .section-informative-banners .swiper-slide {
        display: block !important;
        width: calc((100% - 12px) / 1.5) !important;
        max-width: calc((100% - 12px) / 1.5) !important;
    }
}

@media (min-width: 768px) {
    .template-category .section-informative-banners {
        margin-top: 18px;
    }

    .section-informative-banners .n-informative-banner-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }

    .section-informative-banners h3 {
        margin: 0 !important;
        font-size: var(--font-size-section-title-desktop);
    }

    .section-informative-banners .service-text {
        font-size: var(--font-size-text-desktop);
    }
}

/* Footer — coluna direita (logo, texto legal) */

.footer-logo-badge {
    opacity: .3;
}

.footer-logo-badge img {
    max-width: 220px;
    height: auto;
}

.footer-legal-text {
    font-family: var(--font-text-light);
    font-weight: 300;
    font-size: var(--font-size-footer-text);
    opacity: .6 !important;
    line-height: 1.4;
    text-transform: uppercase;
    color: inherit; 
    opacity: .8;
    white-space: pre-line;
}

.footer-logo-wordmark img {
    max-width: 520px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.footer-bottom-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    padding: 0 16px;
}

.footer-bottom-link {
    color: inherit;
    font-family: var(--font-text-light);
    font-size: var(--font-size-footer-link);
    font-weight: 300;
    line-height: 1;
    opacity: .7;
    text-transform: uppercase;
    text-decoration: underline;
}

.footer-bottom-link:hover {
    color: inherit;
}

.footer-powered-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.footer-development-label {
    margin-bottom: 8px;
    font-family: var(--body-font);
    font-size: var(--font-size-footer-label);
    font-weight: 300;
    line-height: 1;
    text-transform: lowercase; 
    letter-spacing: 5%;
    opacity: 1;
}

.footer-development-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.footer-development-logo img {
    max-width: 85px;
    width: 100%;
    height: auto;
    opacity: .7;
}

.footer-contact-highlight {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    font-family: var(--font-text-light);
    font-weight: 300;
    text-transform: uppercase;
    color: inherit;
    opacity: .7;
}

.footer a,
.footer .btn-link,
.footer .contact-link {
    font-size: var(--font-size-footer-link);
}

.footer-menu-item,
.footer-menu-item a {
    font-family: var(--font-text-bold);
    font-size: var(--font-size-footer-menu-mobile) !important;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.footer-contact-highlight-label {
    margin-bottom: 8px;
    font-size: var(--font-size-footer-label);
    line-height: 1;
    opacity: .75;
}

.footer-contact-highlight-link,
.footer-contact-highlight-text {
    color: inherit;
    font-size: var(--font-size-footer-link);
    text-transform: uppercase;
    font-family: var(--font-text-light);
    line-height: 1.15;
}

.footer-contact-highlight-link {
    text-decoration: underline;
}

.footer-contact-highlight-link:hover {
    color: inherit;
}

.footer-social-text-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 38px;
    margin-top: 28px;
    opacity: .7;
    font-family: var(--font-text-light);
    font-weight: 300;
    text-transform: capitalize;
}

.footer-social-text-link {
    color: inherit;
    font-size: var(--font-size-footer-link);
    line-height: 1;
    font-family: var(--font-text-light);
    text-decoration: underline;
}

.footer-social-text-link:hover {
    color: inherit;
}

@media (min-width: 768px) {
    .footer-logo-badge img {
        max-width: 280px;
    }

    .footer-bottom-links {
        padding: 0 43px;
    }

    .footer-powered-row {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 28px;
    }

    .footer-contact-highlight {
        grid-template-columns: minmax(180px, 34%) minmax(0, 1fr);
        gap: 40px;
    }

    .footer-social-text-links {
        gap: 42px;
        margin-top: 34px;
    }

    .footer-menu-item,
    .footer-menu-item a {
        font-size: var(--font-size-footer-menu-desktop) !important;
    }
}

.btn-add-to-cart {
   font-family: var(--font-text-bold);
    font-size: 25px;
    padding: 5px 0;
    height: 42px;
    background: #000;
    letter-spacing: 5%;
}


.n-product-card-name {
    font-family: var(--font-text-extrabold);
    font-size: 14px !important;
}

.n-product-card {
    .item-price{
        font-size: 22px;
        font-family: var(--font-text-light);
    }
}

.newsletter-description {
    display: none;
}


.powered-by-logo {
    margin-bottom: 0 !important;
}

#single-product .product-installments, #single-product .n-desconto {
    font-size: 14px !important;
    font-family: var(--font-text-light);

    
}

#single-product .form-label, #single-product .js-insta-variation-label {
    font-size: 14px !important;
    font-family: var(--font-text-light);
}

/* Página Sobre nós */

.n-page-sobre-banner {
    margin-bottom: 0px;
}

.n-page-sobre-banner-link {
    display: block;
}

.n-page-sobre-banner-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Página Sobre nós — vídeo + texto */

.n-page-sobre-video-section {
    padding: 40px 0;
}

.n-page-sobre-video-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.n-page-sobre-video {
    position: relative;
    width: 100%;
}

.n-page-sobre-video-cover {
    position: relative;
    display: block;
    cursor: pointer;
}

.n-page-sobre-video-cover-image {
    display: block;
    width: 100%;
    aspect-ratio: 1200 / 655;
    object-fit: cover;
}

.n-page-sobre-video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0;
    pointer-events: none;
}

.n-page-sobre-video-play-icon svg {
    width: 56px;
    height: 56px;
}

.n-page-sobre-video-iframe {
    position: relative;
    width: 100%;
    aspect-ratio: 1200 / 655;
}

.n-page-sobre-video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.n-page-sobre-video-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.n-page-sobre-video-content h2 {
    text-transform: unset;
    font-weight: 600;
}

.n-page-sobre-video-content p {
    font-size: 18px;
}

@media (min-width: 768px) {
    .n-page-sobre-video-layout {
        flex-direction: row;
        align-items: center;
        gap: 40px;
    }

    .n-page-sobre-video,
    .n-page-sobre-video-content {
        flex: 1 1 0;
        min-width: 0;
    }
}

/* Página Sobre nós — grade de 4 itens */

.n-page-sobre-grid-section {
    padding: 0 0 40px;
}

.n-page-sobre-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.n-page-sobre-grid-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    margin-bottom: 16px;
}

.n-page-sobre-grid-title {
    margin: 0 0 8px;
    font-family: var(--font-text-bold);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-transform: none;
    color: var(--dark-text);
}

.n-page-sobre-grid-text {
    font-family: var(--font-text-light);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    color: var(--dark-text);
    white-space: pre-line;
}

@media (min-width: 768px) {
    .n-page-sobre-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
}

/* Página Sobre nós — fonte Proxima Nova em todos os textos */

.n-page-sobre,
.n-page-sobre h1,
.n-page-sobre h2,
.n-page-sobre h3,
.n-page-sobre h4,
.n-page-sobre h5,
.n-page-sobre h6,
.n-page-sobre p,
.n-page-sobre a,
.n-page-sobre li,
.n-page-sobre span,
.n-page-sobre .n-page-sobre-grid-title,
.n-page-sobre .n-page-sobre-grid-text {
    font-family: "Proxima Nova", sans-serif;
}

.n-page-sobre h1,
.n-page-sobre h2,
.n-page-sobre h3,
.n-page-sobre .n-page-sobre-grid-title {
    font-weight: 600;
}

#single-product .n-home-main-product-image-grid-wrap,
#single-product-secondary .n-home-main-product-image-grid-wrap {
    position: relative;
}

#single-product .n-home-main-product-image-grid,
#single-product-secondary .n-home-main-product-image-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

#single-product .n-home-main-product-image-grid-wrap .labels,
#single-product-secondary .n-home-main-product-image-grid-wrap .labels {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}

#single-product .n-home-main-product-image-item,
#single-product-secondary .n-home-main-product-image-item {
    flex: 0 1 calc(50% - 4px);
    min-width: 0;
    overflow: hidden;
    background: #f7f7f7;
}

@media (min-width: 768px) {
    #single-product .n-home-main-product-image-item,
    #single-product-secondary .n-home-main-product-image-item {
        flex-basis: calc(25% - 6px);
    }
}

#single-product .n-home-main-product-image,
#single-product-secondary .n-home-main-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
