/*
|--------------------------------------------------------------------------
| TWANA STOREFRONT
|--------------------------------------------------------------------------
| Camada visual proprietaria TWANA.
| Nao alterar estilos nativos do Active eCommerce/TheCore aqui.
|
| TWANA_STOREFRONT_M47C1
|--------------------------------------------------------------------------
*/

:root {
    --tw-primary: #e62e04;
    --tw-primary-hover: #c92703;

    --tw-dark: #171717;
    --tw-text: #292929;
    --tw-muted: #707070;

    --tw-bg: #f7f7f8;
    --tw-surface: #ffffff;
    --tw-border: #e9e9ec;

    --tw-radius-sm: 10px;
    --tw-radius-md: 16px;
    --tw-radius-lg: 24px;

    --tw-shadow-sm: 0 4px 18px rgba(0, 0, 0, .05);
    --tw-shadow-md: 0 12px 35px rgba(0, 0, 0, .08);

    --tw-container: 1320px;
}

.tw-storefront {
    background: var(--tw-bg);
    color: var(--tw-text);
}

.tw-container {
    width: min(calc(100% - 32px), var(--tw-container));
    margin-left: auto;
    margin-right: auto;
}

.tw-section {
    padding: 48px 0;
}

.tw-surface {
    background: var(--tw-surface);
    border: 1px solid var(--tw-border);
    border-radius: var(--tw-radius-lg);
}

@media (max-width: 767px) {
    .tw-container {
        width: min(calc(100% - 24px), var(--tw-container));
    }

    .tw-section {
        padding: 32px 0;
    }
}

/*
|--------------------------------------------------------------------------
| TWANA HOME VISUAL
|--------------------------------------------------------------------------
| TWANA_HOME_VISUAL_M47C3
|--------------------------------------------------------------------------
*/

.tw-storefront {
    background:
        linear-gradient(
            180deg,
            #ffffff 0,
            #fafafa 420px,
            #f6f7f8 100%
        );
}

.tw-storefront > div:first-of-type {
    padding-top: 22px !important;
    padding-bottom: 28px !important;
    background: transparent !important;
}

/*
|--------------------------------------------------------------------------
| Containers
|--------------------------------------------------------------------------
*/

.tw-storefront .container {
    max-width: 1320px;
}

.tw-storefront section {
    position: relative;
}

/*
|--------------------------------------------------------------------------
| Hero / slider
|--------------------------------------------------------------------------
*/

.tw-storefront .thecore-hero-slider {
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 16px 50px rgba(22, 25, 30, .08);
}

.tw-storefront .thecore-hero-slider .carousel-box {
    border-radius: 24px;
    overflow: hidden;
}

.tw-storefront .thecore-hero-slider img {
    border-radius: 24px !important;
    transition:
        transform .55s ease,
        filter .55s ease;
}

.tw-storefront .thecore-hero-slider:hover img {
    transform: scale(1.015);
}

/*
|--------------------------------------------------------------------------
| Flash deal
|--------------------------------------------------------------------------
*/

.tw-storefront #flash_deal .flash-deals-baner {
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 10px 28px rgba(22, 25, 30, .08);
}

.tw-storefront #flash_deal .flash-deals-baner > a > div:first-child {
    border-radius: 20px !important;
}

.tw-storefront .aiz-count-down-circle {
    border-radius: 14px !important;
    border: 1px solid rgba(0, 0, 0, .06);
}

/*
|--------------------------------------------------------------------------
| Hot categories
|--------------------------------------------------------------------------
*/

.tw-storefront .hot-categories {
    padding-top: 2px;
}

.tw-storefront .hot-categories > div:first-child > div:first-child {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tw-storefront .hot-category-box .img {
    border-radius: 16px !important;
    border: 1px solid #eeeeef;
    background: #fff;
    box-shadow:
        0 6px 20px rgba(18, 22, 28, .05);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.tw-storefront .hot-category-box:hover .img {
    transform: translateY(-4px);
    border-color: rgba(230, 46, 4, .20);
    box-shadow:
        0 12px 28px rgba(18, 22, 28, .09);
}

.tw-storefront .hot-category-box .fs-11 a {
    font-weight: 600 !important;
    color: #34363b !important;
}

/*
|--------------------------------------------------------------------------
| Featured categories
|--------------------------------------------------------------------------
*/

.tw-storefront .featured-categories {
    border-radius: 24px !important;
    border: 1px solid #ececee !important;
    background: #ffffff !important;
    box-shadow:
        0 12px 34px rgba(20, 24, 32, .05);
}

.tw-storefront .featured-categories p:first-child {
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: -.25px;
    color: #1d1f22;
}

.tw-storefront .featured-categories .carousel-box .img {
    border-radius: 18px !important;
    background: #f8f8f9;
    border: 1px solid #ededf0;
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.tw-storefront .featured-categories .carousel-box:hover .img {
    transform: translateY(-4px);
    box-shadow:
        0 10px 24px rgba(20, 24, 32, .08);
}

.tw-storefront .featured-categories .carousel-box a {
    font-weight: 600 !important;
}

.tw-storefront .custom-hov-btn {
    min-height: 42px;
    padding-left: 18px !important;
    padding-right: 18px !important;
    border: 0 !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    box-shadow:
        0 6px 16px rgba(230, 46, 4, .18);
}

/*
|--------------------------------------------------------------------------
| Section cards
|--------------------------------------------------------------------------
*/

.tw-storefront .best-salling-section {
    border-radius: 24px !important;
    border: 1px solid #ececee;
    background: #ffffff !important;
    box-shadow:
        0 10px 30px rgba(20, 24, 32, .05);
}

.tw-storefront .best-salling-section h3 {
    font-size: 20px !important;
    font-weight: 750 !important;
    letter-spacing: -.25px;
}

.tw-storefront .view-more-slide-btn {
    min-height: 38px;
    border-radius: 12px !important;
    padding: 0 12px;
    border: 1px solid #ececee;
    background: #fff !important;
    color: #24262a !important;
    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.tw-storefront .view-more-slide-btn:hover {
    background: #171717 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

/*
|--------------------------------------------------------------------------
| Product presentation
|--------------------------------------------------------------------------
*/

.tw-storefront .best-salling-section .carousel-box,
.tw-storefront .featured-product .carousel-box {
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.tw-storefront .best-salling-section .img,
.tw-storefront .featured-product .img {
    border-radius: 18px !important;
    background: #f6f6f7;
    border: 1px solid #eeeeef;
    overflow: hidden;
}

.tw-storefront .best-salling-section .product-main-image,
.tw-storefront .featured-product .product-main-image {
    transition: transform .35s ease;
}

.tw-storefront .best-salling-section .img:hover .product-main-image,
.tw-storefront .featured-product .img:hover .product-main-image {
    transform: scale(1.035);
}

.tw-storefront .best-salling-section .fs-13 a,
.tw-storefront .featured-product .fs-13 a {
    font-weight: 600 !important;
    line-height: 1.35;
    color: #2a2c30 !important;
}

.tw-storefront .best-salling-section .fw-700,
.tw-storefront .featured-product .fw-700 {
    color: #151515;
}

/*
|--------------------------------------------------------------------------
| Global visual rhythm
|--------------------------------------------------------------------------
*/

.tw-storefront .pt-32px {
    padding-top: 36px !important;
}

.tw-storefront .pb-26px {
    padding-bottom: 32px !important;
}

.tw-storefront .rounded-75 {
    border-radius: 20px !important;
}

/*
|--------------------------------------------------------------------------
| Accessibility
|--------------------------------------------------------------------------
*/

.tw-storefront a:focus-visible,
.tw-storefront button:focus-visible {
    outline: 3px solid rgba(230, 46, 4, .30);
    outline-offset: 3px;
}

/*
|--------------------------------------------------------------------------
| Responsive
|--------------------------------------------------------------------------
*/

@media (max-width: 1199px) {
    .tw-storefront .container {
        max-width: 1140px;
    }
}

@media (max-width: 991px) {
    .tw-storefront > div:first-of-type {
        padding-top: 16px !important;
    }

    .tw-storefront .thecore-hero-slider {
        border-radius: 18px;
    }

    .tw-storefront .thecore-hero-slider img {
        border-radius: 18px !important;
    }

    .tw-storefront .featured-categories,
    .tw-storefront .best-salling-section {
        border-radius: 18px !important;
    }
}

@media (max-width: 767px) {
    .tw-storefront {
        background: #f8f8f9;
    }

    .tw-storefront .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .tw-storefront > div:first-of-type {
        padding-top: 12px !important;
        padding-bottom: 18px !important;
    }

    .tw-storefront .thecore-hero-slider,
    .tw-storefront .thecore-hero-slider .carousel-box,
    .tw-storefront .thecore-hero-slider img {
        border-radius: 16px !important;
    }

    .tw-storefront .featured-categories {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .tw-storefront .featured-categories p:first-child,
    .tw-storefront .best-salling-section h3 {
        font-size: 18px !important;
    }

    .tw-storefront .hot-category-box .img {
        border-radius: 14px !important;
    }

    .tw-storefront .pt-32px {
        padding-top: 24px !important;
    }

    .tw-storefront .pb-26px {
        padding-bottom: 24px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tw-storefront *,
    .tw-storefront *::before,
    .tw-storefront *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}


/*
|--------------------------------------------------------------------------
| TWANA HERO PREMIUM
|--------------------------------------------------------------------------
| TWANA_HERO_PREMIUM_M47E1
|--------------------------------------------------------------------------
*/

.tw-hero {
    position: relative;
    overflow: hidden;
    padding: 34px 0 0;
    background:
        radial-gradient(
            circle at 82% 18%,
            rgba(239, 82, 28, .10),
            transparent 25%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfbfc 100%
        );
}

.tw-hero-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr);
    align-items: center;
    gap: 70px;
    min-height: 570px;
    padding: 66px 64px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #07182a 0%,
            #0c2238 55%,
            #102b45 100%
        );
    border-radius: 32px;
    box-shadow:
        0 28px 70px rgba(4, 22, 39, .14);
}

.tw-hero-shell::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    left: -220px;
    top: -220px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(255,255,255,.07),
            transparent 68%
        );
}

.tw-hero-content {
    position: relative;
    z-index: 5;
    max-width: 650px;
}

.tw-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 23px;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.80);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
    backdrop-filter: blur(8px);
}

.tw-hero-eyebrow-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #f05a28;
    box-shadow: 0 0 0 5px rgba(240,90,40,.13);
}

.tw-hero-title {
    max-width: 660px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(39px, 4.5vw, 67px);
    line-height: .99;
    font-weight: 800;
    letter-spacing: -.045em;
}

.tw-hero-title span,
.tw-hero-title strong {
    display: block;
}

.tw-hero-title span {
    color: #ffffff;
}

.tw-hero-title strong {
    margin-top: 9px;
    color: #ff6a32;
    font-weight: 800;
}

.tw-hero-description {
    max-width: 570px;
    margin: 26px 0 0;
    color: rgba(255,255,255,.72);
    font-size: 17px;
    line-height: 1.72;
}

.tw-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 33px;
}

.tw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 23px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 700;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease,
        border-color .2s ease;
}

.tw-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.tw-btn-primary {
    border: 1px solid #f05a28;
    background: #f05a28;
    color: #ffffff !important;
    box-shadow:
        0 12px 30px rgba(240,90,40,.25);
}

.tw-btn-primary:hover {
    background: #ff6a32;
    border-color: #ff6a32;
}

.tw-btn-secondary {
    border: 1px solid rgba(255,255,255,.20);
    background: rgba(255,255,255,.07);
    color: #ffffff !important;
    backdrop-filter: blur(8px);
}

.tw-btn-secondary:hover {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.30);
}

.tw-hero-mini-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 38px;
}

.tw-mini-proof-item {
    display: flex;
    align-items: center;
    gap: 11px;
}

.tw-mini-proof-icon {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 11px;
    background: rgba(255,255,255,.07);
    color: #ff6a32;
    font-size: 20px;
}

.tw-mini-proof-item strong,
.tw-mini-proof-item small {
    display: block;
}

.tw-mini-proof-item strong {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.tw-mini-proof-item small {
    margin-top: 2px;
    color: rgba(255,255,255,.50);
    font-size: 10px;
}


/*
|--------------------------------------------------------------------------
| Hero visual mockup
|--------------------------------------------------------------------------
*/

.tw-hero-visual {
    position: relative;
    z-index: 4;
    min-height: 440px;
}

.tw-product-stage {
    position: relative;
    width: 100%;
    max-width: 520px;
    height: 440px;
    margin-left: auto;
}

.tw-visual-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}

.tw-visual-glow-one {
    width: 360px;
    height: 360px;
    top: 18px;
    right: 5px;
    background:
        radial-gradient(
            circle,
            rgba(255,106,50,.18),
            transparent 68%
        );
}

.tw-visual-glow-two {
    width: 290px;
    height: 290px;
    bottom: 8px;
    left: 16px;
    background:
        radial-gradient(
            circle,
            rgba(74,144,226,.15),
            transparent 70%
        );
}

.tw-product-card {
    position: absolute;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.98),
            rgba(245,247,249,.96)
        );
    border:
        1px solid rgba(255,255,255,.82);
    border-radius: 25px;
    box-shadow:
        0 32px 65px rgba(0,0,0,.30);
}

.tw-product-card-main {
    width: 390px;
    min-height: 345px;
    top: 47px;
    left: 50%;
    padding: 21px;
    transform: translateX(-50%) rotate(-2deg);
}

.tw-product-badge {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    background: #eef2f6;
    color: #536272;
    font-size: 10px;
    font-weight: 700;
}

.tw-product-illustration {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    min-height: 205px;
    padding: 28px 15px 20px;
}

.tw-bottle {
    position: relative;
    width: 68px;
}

.tw-bottle-cap {
    width: 36px;
    height: 18px;
    margin: 0 auto -2px;
    border-radius: 8px 8px 3px 3px;
    background: #07182a;
}

.tw-bottle-body {
    display: grid;
    place-items: center;
    width: 68px;
    height: 151px;
    border-radius: 24px 24px 18px 18px;
    background:
        linear-gradient(
            160deg,
            #ff7a45,
            #ef4f1a
        );
    box-shadow:
        inset -10px -12px 22px rgba(0,0,0,.10),
        0 16px 30px rgba(239,79,26,.20);
}

.tw-bottle-body span {
    color: white;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    transform: rotate(-90deg);
}

.tw-mug {
    position: relative;
    width: 92px;
    height: 105px;
}

.tw-mug-body {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 78px;
    height: 96px;
    left: 0;
    bottom: 0;
    border-radius: 8px 8px 18px 18px;
    background:
        linear-gradient(
            160deg,
            #ffffff,
            #eceff3
        );
    border: 1px solid #dfe4ea;
    box-shadow:
        0 14px 28px rgba(15,35,55,.12);
}

.tw-mug-body span {
    color: #f05a28;
    font-size: 29px;
}

.tw-mug-handle {
    position: absolute;
    width: 34px;
    height: 50px;
    right: 0;
    top: 25px;
    border: 9px solid #edf0f3;
    border-left: 0;
    border-radius: 0 24px 24px 0;
}

.tw-box {
    position: relative;
    width: 108px;
    height: 115px;
}

.tw-box-body {
    position: absolute;
    bottom: 0;
    display: grid;
    place-items: center;
    width: 108px;
    height: 92px;
    border-radius: 5px 5px 14px 14px;
    background:
        linear-gradient(
            145deg,
            #0f2941,
            #07182a
        );
    box-shadow:
        0 18px 32px rgba(7,24,42,.23);
}

.tw-box-body span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.tw-box-lid {
    position: absolute;
    z-index: 3;
    width: 116px;
    height: 27px;
    left: -4px;
    top: 11px;
    border-radius: 8px;
    background: #173b5d;
}

.tw-product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 4px 0;
    border-top: 1px solid #e8ebef;
}

.tw-product-card-footer span,
.tw-product-card-footer strong {
    display: block;
}

.tw-product-card-footer > div > span {
    color: #7c8792;
    font-size: 10px;
}

.tw-product-card-footer strong {
    margin-top: 2px;
    color: #172433;
    font-size: 13px;
}

.tw-product-check {
    display: grid !important;
    place-items: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 50%;
    background: #eff8f1;
    color: #23a455;
    font-size: 18px;
}

.tw-floating-card {
    position: absolute;
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 205px;
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    box-shadow:
        0 18px 40px rgba(0,0,0,.18);
    backdrop-filter: blur(8px);
}

.tw-floating-card-top {
    top: 8px;
    right: -4px;
}

.tw-floating-card-bottom {
    bottom: 12px;
    left: -10px;
}

.tw-floating-icon {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    border-radius: 12px;
    background: #edf6ff;
    color: #2476c8;
    font-size: 20px;
}

.tw-floating-icon-orange {
    background: #fff1eb;
    color: #f05a28;
}

.tw-floating-card small,
.tw-floating-card strong {
    display: block;
}

.tw-floating-card small {
    color: #89939d;
    font-size: 9px;
}

.tw-floating-card strong {
    margin-top: 2px;
    color: #152331;
    font-size: 11px;
}


/*
|--------------------------------------------------------------------------
| Trust bar
|--------------------------------------------------------------------------
*/

.tw-trust-bar {
    position: relative;
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: -1px;
    padding: 21px 22px;
    background: #ffffff;
    border:
        1px solid #ebedf0;
    border-radius:
        0 0 24px 24px;
    box-shadow:
        0 14px 35px rgba(12,32,50,.05);
}

.tw-trust-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    padding: 3px 17px;
    border-right: 1px solid #edf0f2;
}

.tw-trust-item:last-child {
    border-right: 0;
}

.tw-trust-item > i {
    flex: 0 0 auto;
    color: #f05a28;
    font-size: 25px;
}

.tw-trust-item span,
.tw-trust-item strong {
    display: block;
}

.tw-trust-item strong {
    margin-bottom: 2px;
    color: #142433;
    font-size: 11px;
    font-weight: 750;
}

.tw-trust-item span {
    color: #8a9299;
    font-size: 9px;
    line-height: 1.35;
}


/*
|--------------------------------------------------------------------------
| Responsive Hero
|--------------------------------------------------------------------------
*/

@media (max-width: 1199px) {

    .tw-hero-shell {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(360px, .85fr);
        gap: 35px;
        padding: 55px 45px;
    }

    .tw-product-card-main {
        width: 340px;
    }

    .tw-trust-bar {
        grid-template-columns:
            repeat(3, 1fr);
        gap: 14px 0;
    }

    .tw-trust-item:nth-child(3) {
        border-right: 0;
    }

}

@media (max-width: 991px) {

    .tw-hero-shell {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 48px 36px 30px;
    }

    .tw-hero-content {
        max-width: 730px;
    }

    .tw-hero-title {
        max-width: 700px;
    }

    .tw-hero-visual {
        min-height: 400px;
    }

    .tw-product-stage {
        margin: 0 auto;
    }

    .tw-trust-bar {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .tw-trust-item,
    .tw-trust-item:nth-child(3) {
        border-right: 1px solid #edf0f2;
    }

    .tw-trust-item:nth-child(even) {
        border-right: 0;
    }

}

@media (max-width: 767px) {

    .tw-hero {
        padding-top: 14px;
    }

    .tw-hero-shell {
        min-height: auto;
        padding: 34px 22px 24px;
        border-radius: 22px;
    }

    .tw-hero-title {
        font-size: 39px;
        line-height: 1.02;
    }

    .tw-hero-description {
        margin-top: 20px;
        font-size: 15px;
    }

    .tw-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 26px;
    }

    .tw-btn {
        width: 100%;
    }

    .tw-hero-mini-proof {
        display: grid;
        grid-template-columns: 1fr;
        gap: 13px;
        margin-top: 26px;
    }

    .tw-hero-visual {
        min-height: 345px;
        margin-top: 8px;
    }

    .tw-product-stage {
        height: 345px;
    }

    .tw-product-card-main {
        width: min(315px, 90%);
        min-height: 285px;
        top: 34px;
        padding: 16px;
    }

    .tw-product-illustration {
        min-height: 170px;
        gap: 12px;
        transform: scale(.86);
        transform-origin: center bottom;
    }

    .tw-floating-card {
        min-width: 172px;
        padding: 10px 11px;
    }

    .tw-floating-card-top {
        right: -8px;
    }

    .tw-floating-card-bottom {
        left: -7px;
        bottom: 4px;
    }

    .tw-trust-bar {
        grid-template-columns: 1fr;
        padding: 13px 17px;
        border-radius: 0 0 20px 20px;
    }

    .tw-trust-item,
    .tw-trust-item:nth-child(3),
    .tw-trust-item:nth-child(even) {
        padding: 12px 3px;
        border-right: 0;
        border-bottom: 1px solid #edf0f2;
    }

    .tw-trust-item:last-child {
        border-bottom: 0;
    }

}


/*
|--------------------------------------------------------------------------
| TWANA JOURNEY / COMO FUNCIONA
|--------------------------------------------------------------------------
| TWANA_JOURNEY_M47E2
|--------------------------------------------------------------------------
*/

.tw-journey {
    position: relative;
    padding: 88px 0 82px;
    background:
        linear-gradient(
            180deg,
            #f7f8fa 0%,
            #ffffff 100%
        );
}

.tw-section-heading {
    max-width: 760px;
}

.tw-section-heading-center {
    margin: 0 auto 46px;
    text-align: center;
}

.tw-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: #f05a28;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tw-section-kicker span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #f05a28;
}

.tw-section-heading h2 {
    margin: 0;
    color: #0c2238;
    font-size: clamp(31px, 3.2vw, 48px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.035em;
}

.tw-section-heading h2 strong {
    color: #f05a28;
    font-weight: 800;
}

.tw-section-heading p {
    max-width: 640px;
    margin: 18px auto 0;
    color: #6f7b86;
    font-size: 15px;
    line-height: 1.75;
}

.tw-journey-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tw-journey-card {
    position: relative;
    min-height: 245px;
    padding: 27px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e8ebef;
    border-radius: 22px;
    box-shadow:
        0 10px 35px rgba(13, 34, 55, .045);
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.tw-journey-card:hover {
    transform: translateY(-4px);
    border-color: #dfe3e8;
    box-shadow:
        0 20px 45px rgba(13, 34, 55, .08);
}

.tw-journey-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -65px;
    bottom: -65px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(240,90,40,.06),
            transparent 70%
        );
}

.tw-journey-card-highlight {
    background:
        linear-gradient(
            145deg,
            #0b2136 0%,
            #102d49 100%
        );
    border-color: #102d49;
    box-shadow:
        0 18px 45px rgba(8, 31, 51, .16);
}

.tw-journey-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px;
}

.tw-step-number {
    color: #a8b0b8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
}

.tw-step-icon {
    display: grid;
    place-items: center;
    width: 47px;
    height: 47px;
    border-radius: 14px;
    background: #fff2ed;
    color: #f05a28;
    font-size: 24px;
}

.tw-journey-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    color: #132536;
    font-size: 20px;
    font-weight: 800;
}

.tw-journey-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #7b858f;
    font-size: 13px;
    line-height: 1.68;
}

.tw-journey-card-highlight .tw-step-number {
    color: rgba(255,255,255,.45);
}

.tw-journey-card-highlight .tw-step-icon {
    background: rgba(255,255,255,.09);
    color: #ff6a32;
}

.tw-journey-card-highlight h3 {
    color: #ffffff;
}

.tw-journey-card-highlight p {
    color: rgba(255,255,255,.62);
}

.tw-step-tag {
    display: inline-flex;
    position: relative;
    z-index: 2;
    margin-top: 18px;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    color: #ff8a5d;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.tw-journey-note {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 870px;
    margin: 31px auto 0;
    padding: 17px 21px;
    border: 1px solid #e7eaee;
    border-radius: 17px;
    background: #ffffff;
}

.tw-journey-note-icon {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    border-radius: 13px;
    background: #eef4fa;
    color: #183c5e;
    font-size: 22px;
}

.tw-journey-note strong,
.tw-journey-note span {
    display: block;
}

.tw-journey-note strong {
    color: #17283a;
    font-size: 12px;
    font-weight: 800;
}

.tw-journey-note span {
    margin-top: 3px;
    color: #7a848e;
    font-size: 11px;
    line-height: 1.55;
}

@media (max-width: 991px) {

    .tw-journey {
        padding: 68px 0;
    }

    .tw-journey-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 767px) {

    .tw-journey {
        padding: 52px 0;
    }

    .tw-section-heading-center {
        margin-bottom: 31px;
    }

    .tw-section-heading h2 {
        font-size: 33px;
    }

    .tw-section-heading p {
        font-size: 14px;
    }

    .tw-journey-grid {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .tw-journey-card {
        min-height: auto;
        padding: 22px;
    }

    .tw-journey-top {
        margin-bottom: 23px;
    }

    .tw-journey-note {
        align-items: flex-start;
        margin-top: 22px;
        padding: 15px;
    }

}


/*
|--------------------------------------------------------------------------
| TWANA CATEGORIES PREMIUM
|--------------------------------------------------------------------------
| TWANA_CATEGORIES_PREMIUM_M47E3
|--------------------------------------------------------------------------
*/

.tw-categories-premium {
    position: relative;
    padding: 88px 0 92px;
    overflow: hidden;
    background: #ffffff;
}

.tw-categories-premium::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -240px;
    right: -180px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(240, 90, 40, .07),
            transparent 68%
        );
    pointer-events: none;
}

.tw-categories-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 42px;
}

.tw-categories-header .tw-section-heading {
    max-width: 700px;
}

.tw-categories-header .tw-section-heading p {
    margin-left: 0;
    margin-right: 0;
}

.tw-categories-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    margin-bottom: 7px;
    padding: 13px 17px;
    border: 1px solid #e1e6ea;
    border-radius: 12px;
    background: #ffffff;
    color: #18344e;
    font-size: 12px;
    font-weight: 800;
    transition:
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.tw-categories-all:hover {
    color: #f05a28;
    border-color: #f05a28;
    transform: translateY(-2px);
}

.tw-categories-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.tw-category-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e7eaee;
    border-radius: 22px;
    background: #ffffff;
    color: inherit;
    box-shadow:
        0 10px 35px rgba(11, 34, 54, .05);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.tw-category-card:hover {
    color: inherit;
    transform: translateY(-5px);
    border-color: #dfe4e8;
    box-shadow:
        0 22px 50px rgba(11, 34, 54, .10);
}

.tw-category-media {
    position: relative;
    height: 230px;
    overflow: hidden;
    background: #f2f4f6;
}

.tw-category-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.tw-category-card:hover .tw-category-media img {
    transform: scale(1.045);
}

.tw-category-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(7, 29, 48, 0) 48%,
            rgba(7, 29, 48, .20) 100%
        );
}

.tw-category-arrow {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    color: #102c45;
    font-size: 18px;
    box-shadow:
        0 8px 22px rgba(7, 29, 48, .10);
    transform: rotate(45deg);
    transition:
        background .2s ease,
        color .2s ease;
}

.tw-category-card:hover .tw-category-arrow {
    background: #f05a28;
    color: #ffffff;
}

.tw-category-content {
    padding: 21px 21px 22px;
}

.tw-category-label {
    display: block;
    margin-bottom: 6px;
    color: #f05a28;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.tw-category-content h3 {
    margin: 0;
    overflow: hidden;
    color: #10263b;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tw-category-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    color: #7c8791;
    font-size: 11px;
    font-weight: 700;
    transition: color .2s ease;
}

.tw-category-card:hover .tw-category-link {
    color: #f05a28;
}

.tw-categories-bottom {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 720px;
    margin: 30px auto 0;
    padding: 16px 19px;
    border: 1px solid #e8ebee;
    border-radius: 16px;
    background: #f9fafb;
}

.tw-categories-bottom-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    background: #fff0ea;
    color: #f05a28;
    font-size: 21px;
}

.tw-categories-bottom strong,
.tw-categories-bottom span {
    display: block;
}

.tw-categories-bottom strong {
    color: #172b3d;
    font-size: 12px;
    font-weight: 800;
}

.tw-categories-bottom div > span {
    margin-top: 2px;
    color: #7a858f;
    font-size: 10px;
    line-height: 1.5;
}

@media (max-width: 1199px) {

    .tw-categories-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

}

@media (max-width: 991px) {

    .tw-categories-premium {
        padding: 68px 0;
    }

    .tw-categories-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .tw-categories-all {
        margin-bottom: 0;
    }

    .tw-categories-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 575px) {

    .tw-categories-premium {
        padding: 52px 0;
    }

    .tw-categories-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .tw-category-media {
        height: 215px;
    }

    .tw-categories-bottom {
        align-items: flex-start;
        padding: 15px;
    }

}


/*
|--------------------------------------------------------------------------
| TWANA PRODUCTS PREMIUM
|--------------------------------------------------------------------------
| TWANA_PRODUCTS_PREMIUM_M47E4
|--------------------------------------------------------------------------
*/

.tw-products-premium {
    position: relative;
    padding: 88px 0 92px;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #f7f8fa 0%,
            #f2f5f7 100%
        );
}

.tw-products-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 42px;
}

.tw-products-header .tw-section-heading {
    max-width: 700px;
}

.tw-products-header .tw-section-heading p {
    margin-left: 0;
    margin-right: 0;
}

.tw-products-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    margin-bottom: 7px;
    padding: 13px 17px;
    border: 1px solid #dce2e7;
    border-radius: 12px;
    background: #ffffff;
    color: #17334d;
    font-size: 12px;
    font-weight: 800;
    transition:
        transform .2s ease,
        border-color .2s ease,
        color .2s ease;
}

.tw-products-all:hover {
    color: #f05a28;
    border-color: #f05a28;
    transform: translateY(-2px);
}

.tw-products-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.tw-product-premium-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e2e7eb;
    border-radius: 22px;
    background: #ffffff;
    box-shadow:
        0 10px 32px rgba(11, 32, 50, .055);
    transition:
        transform .24s ease,
        box-shadow .24s ease,
        border-color .24s ease;
}

.tw-product-premium-card:hover {
    transform: translateY(-5px);
    border-color: #d6dde3;
    box-shadow:
        0 22px 48px rgba(11, 32, 50, .11);
}

.tw-product-premium-media {
    position: relative;
    height: 285px;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #f4f6f7,
            #eceff1
        );
}

.tw-product-premium-image {
    display: block;
    width: 100%;
    height: 100%;
}

.tw-product-premium-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform .45s ease;
}

.tw-product-premium-card:hover
.tw-product-premium-image img {
    transform: scale(1.04);
}

.tw-product-premium-badges {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.tw-product-discount,
.tw-product-wholesale {
    display: inline-flex;
    padding: 6px 9px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
}

.tw-product-discount {
    background: #f05a28;
    color: #ffffff;
}

.tw-product-wholesale {
    background: #0d2942;
    color: #ffffff;
}

.tw-product-favorite {
    position: absolute;
    z-index: 4;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.95);
    color: #18334b;
    font-size: 20px;
    cursor: pointer;
    box-shadow:
        0 8px 22px rgba(10,31,49,.10);
    transition:
        color .2s ease,
        background .2s ease,
        transform .2s ease;
}

.tw-product-favorite:hover {
    color: #ffffff;
    background: #f05a28;
    transform: scale(1.04);
}

.tw-product-view {
    position: absolute;
    z-index: 4;
    left: 15px;
    right: 15px;
    bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 43px;
    padding: 0 15px;
    border-radius: 12px;
    background: rgba(8, 31, 50, .92);
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(9px);
    backdrop-filter: blur(8px);
    transition:
        opacity .2s ease,
        transform .2s ease;
}

.tw-product-premium-card:hover
.tw-product-view {
    opacity: 1;
    transform: translateY(0);
}

.tw-product-premium-body {
    padding: 19px 19px 20px;
}

.tw-product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.tw-product-type {
    color: #f05a28;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.tw-product-stock {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 9px;
    font-weight: 700;
}

.tw-product-stock-ok {
    color: #29965c;
}

.tw-product-stock-out {
    color: #9a5656;
}

.tw-product-premium-body h3 {
    min-height: 44px;
    margin: 0;
    color: #10263a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.tw-product-premium-body h3 a {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tw-product-premium-body h3 a:hover {
    color: #f05a28;
}

.tw-product-price-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: 17px;
    padding-top: 15px;
    border-top: 1px solid #edf0f2;
}

.tw-product-prices {
    min-width: 0;
}

.tw-product-prices del {
    display: block;
    margin-bottom: 1px;
    color: #9aa2aa;
    font-size: 10px;
}

.tw-product-prices strong {
    display: block;
    color: #11283c;
    font-size: 17px;
    font-weight: 850;
}

.tw-product-price-label {
    display: block;
    margin-bottom: 2px;
    color: #8a949d;
    font-size: 9px;
}

.tw-product-arrow {
    display: grid;
    place-items: center;
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    border-radius: 50%;
    background: #f1f4f6;
    color: #15324c;
    font-size: 18px;
    transform: rotate(45deg);
    transition:
        background .2s ease,
        color .2s ease;
}

.tw-product-arrow:hover {
    background: #f05a28;
    color: #ffffff;
}

.tw-products-footer {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 760px;
    margin: 31px auto 0;
    padding: 16px 19px;
    border: 1px solid #dde4e9;
    border-radius: 16px;
    background: rgba(255,255,255,.82);
}

.tw-products-footer-icon {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    border-radius: 12px;
    background: #fff0ea;
    color: #f05a28;
    font-size: 21px;
}

.tw-products-footer strong,
.tw-products-footer span {
    display: block;
}

.tw-products-footer strong {
    color: #172b3d;
    font-size: 12px;
    font-weight: 800;
}

.tw-products-footer span {
    margin-top: 3px;
    color: #7a858f;
    font-size: 10px;
    line-height: 1.5;
}

@media (max-width: 1199px) {

    .tw-products-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

}

@media (max-width: 991px) {

    .tw-products-premium {
        padding: 68px 0;
    }

    .tw-products-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .tw-products-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .tw-products-all {
        margin-bottom: 0;
    }

    .tw-product-view {
        opacity: 1;
        transform: none;
    }

}

@media (max-width: 575px) {

    .tw-products-premium {
        padding: 52px 0;
    }

    .tw-products-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .tw-product-premium-media {
        height: 300px;
    }

    .tw-products-footer {
        align-items: flex-start;
        padding: 15px;
    }

}


/*
|--------------------------------------------------------------------------
| TWANA PRODUCTS - MOBILE 2 COLUNAS
|--------------------------------------------------------------------------
| TWANA_PRODUCTS_MOBILE_2COL_M47E4B
|--------------------------------------------------------------------------
*/

@media (max-width: 575px) {

    /*
    |--------------------------------------------------------------------------
    | Grid
    |--------------------------------------------------------------------------
    */

    .tw-products-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 10px;
    }


    /*
    |--------------------------------------------------------------------------
    | Card
    |--------------------------------------------------------------------------
    */

    .tw-product-premium-card {
        border-radius: 16px;
        box-shadow:
            0 7px 22px rgba(11, 32, 50, .055);
    }

    .tw-product-premium-card:hover {
        transform: none;
    }


    /*
    |--------------------------------------------------------------------------
    | Imagem
    |--------------------------------------------------------------------------
    */

    .tw-product-premium-media {
        height: 185px;
    }

    .tw-product-premium-image img {
        object-fit: cover;
    }


    /*
    |--------------------------------------------------------------------------
    | Favorito
    |--------------------------------------------------------------------------
    */

    .tw-product-favorite {
        top: 9px;
        right: 9px;

        width: 32px;
        height: 32px;

        font-size: 17px;
    }


    /*
    |--------------------------------------------------------------------------
    | Badges
    |--------------------------------------------------------------------------
    */

    .tw-product-premium-badges {
        top: 9px;
        left: 9px;
        gap: 4px;
    }

    .tw-product-discount,
    .tw-product-wholesale {
        padding: 5px 7px;
        font-size: 7px;
    }


    /*
    |--------------------------------------------------------------------------
    | Botao grande da imagem
    |--------------------------------------------------------------------------
    | Em 2 colunas ele ocupa espaco demais.
    | Foto, nome e seta continuam levando ao produto.
    |--------------------------------------------------------------------------
    */

    .tw-product-view {
        display: none;
    }


    /*
    |--------------------------------------------------------------------------
    | Conteudo
    |--------------------------------------------------------------------------
    */

    .tw-product-premium-body {
        padding: 12px 12px 13px;
    }

    .tw-product-meta {
        align-items: flex-start;
        gap: 4px;
        margin-bottom: 6px;
    }

    .tw-product-type {
        font-size: 7px;
        letter-spacing: .045em;
    }

    .tw-product-stock {
        gap: 2px;
        font-size: 7px;
        white-space: nowrap;
    }

    .tw-product-stock i {
        font-size: 9px;
    }


    /*
    |--------------------------------------------------------------------------
    | Nome
    |--------------------------------------------------------------------------
    */

    .tw-product-premium-body h3 {
        min-height: 37px;
        font-size: 12px;
        line-height: 1.4;
    }


    /*
    |--------------------------------------------------------------------------
    | Preco
    |--------------------------------------------------------------------------
    */

    .tw-product-price-row {
        gap: 7px;
        margin-top: 11px;
        padding-top: 10px;
    }

    .tw-product-prices del {
        font-size: 8px;
    }

    .tw-product-prices strong {
        font-size: 14px;
    }

    .tw-product-price-label {
        font-size: 7px;
    }


    /*
    |--------------------------------------------------------------------------
    | Seta
    |--------------------------------------------------------------------------
    */

    .tw-product-arrow {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        font-size: 15px;
    }


    /*
    |--------------------------------------------------------------------------
    | Rodape da secao
    |--------------------------------------------------------------------------
    */

    .tw-products-footer {
        margin-top: 22px;
    }

}


/*
|--------------------------------------------------------------------------
| Celulares muito estreitos
|--------------------------------------------------------------------------
*/

@media (max-width: 370px) {

    .tw-products-grid {
        gap: 8px;
    }

    .tw-product-premium-media {
        height: 165px;
    }

    .tw-product-premium-body {
        padding:
            10px 9px 11px;
    }

    .tw-product-premium-body h3 {
        font-size: 11px;
    }

    .tw-product-prices strong {
        font-size: 13px;
    }

}


/*
|--------------------------------------------------------------------------
| TWANA CATEGORIES - MOBILE 2 COLUNAS
|--------------------------------------------------------------------------
| Mantem o layout premium desktop intacto.
| No mobile aumenta descoberta e reduz rolagem.
|
| TWANA_CATEGORIES_MOBILE_2COL_M47E3B
|--------------------------------------------------------------------------
*/

@media (max-width: 575px) {

    /*
    |--------------------------------------------------------------------------
    | Grid
    |--------------------------------------------------------------------------
    */

    .tw-categories-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 10px;
    }


    /*
    |--------------------------------------------------------------------------
    | Card
    |--------------------------------------------------------------------------
    */

    .tw-category-card {
        min-width: 0;
        border-radius: 16px;
        overflow: hidden;
        box-shadow:
            0 7px 22px rgba(11, 32, 50, .055);
    }

    .tw-category-card:hover {
        transform: none;
    }


    /*
    |--------------------------------------------------------------------------
    | Area visual
    |--------------------------------------------------------------------------
    */

    .tw-category-media {
        height: 150px;
        min-height: 150px;
    }

    .tw-category-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    /*
    |--------------------------------------------------------------------------
    | Seta
    |--------------------------------------------------------------------------
    */

    .tw-category-arrow {
        top: 9px;
        right: 9px;

        width: 32px;
        height: 32px;

        font-size: 14px;
    }


    /*
    |--------------------------------------------------------------------------
    | Conteudo
    |--------------------------------------------------------------------------
    */

    .tw-category-body {
        padding: 12px;
    }

    .tw-category-eyebrow {
        margin-bottom: 5px;
        font-size: 7px;
        letter-spacing: .08em;
    }

    .tw-category-body h3 {
        display: -webkit-box;
        min-height: 36px;
        margin-bottom: 7px;

        overflow: hidden;

        font-size: 12px;
        line-height: 1.45;

        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .tw-category-link {
        font-size: 8px;
    }


    /*
    |--------------------------------------------------------------------------
    | Cabecalho da secao
    |--------------------------------------------------------------------------
    */

    .tw-categories-header {
        gap: 18px;
    }


    /*
    |--------------------------------------------------------------------------
    | Rodape / descoberta
    |--------------------------------------------------------------------------
    */

    .tw-categories-footer {
        margin-top: 20px;
    }

}


/*
|--------------------------------------------------------------------------
| Celulares muito estreitos
|--------------------------------------------------------------------------
*/

@media (max-width: 370px) {

    .tw-categories-grid {
        gap: 8px;
    }

    .tw-category-media {
        height: 135px;
        min-height: 135px;
    }

    .tw-category-body {
        padding: 10px;
    }

    .tw-category-body h3 {
        min-height: 34px;
        font-size: 11px;
    }

}


/*
|--------------------------------------------------------------------------
| TWANA TRUST BAR PREMIUM - 6 BENEFICIOS
|--------------------------------------------------------------------------
| Desktop:
| - maior presenca visual;
| - 6 itens equilibrados.
|
| Mobile:
| - 2 colunas;
| - 3 linhas;
| - leitura rapida.
|
| TWANA_TRUST_PREMIUM_6_M47E1D
|--------------------------------------------------------------------------
*/

.tw-trust-bar {
    grid-template-columns:
        repeat(6, minmax(0, 1fr));

    padding:
        25px 18px;

    border-radius:
        0 0 24px 24px;
}

.tw-trust-item {
    min-height: 62px;

    gap: 12px;

    padding:
        6px 15px;
}

.tw-trust-item > i {
    font-size: 29px;
}

.tw-trust-item strong {
    margin-bottom: 4px;

    font-size: 12px;
    line-height: 1.25;
}

.tw-trust-item span {
    font-size: 10px;
    line-height: 1.4;
}


/*
|--------------------------------------------------------------------------
| Notebook / desktop menor
|--------------------------------------------------------------------------
*/

@media (max-width: 1199px) {

    .tw-trust-bar {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 0;
    }

    .tw-trust-item {
        min-height: 67px;
        padding:
            10px 18px;

        border-bottom:
            1px solid #edf0f2;
    }

    .tw-trust-item:nth-child(3n) {
        border-right: 0;
    }

    .tw-trust-item:nth-child(n+4) {
        border-bottom: 0;
    }

}


/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 991px) {

    .tw-trust-bar {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

}


/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {

    .tw-trust-bar {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 0;

        padding:
            10px 12px;

        border-radius:
            0 0 20px 20px;
    }

    .tw-trust-item,
    .tw-trust-item:nth-child(3),
    .tw-trust-item:nth-child(even) {
        min-height: 78px;

        padding:
            14px 10px;

        border-right:
            1px solid #edf0f2;

        border-bottom:
            1px solid #edf0f2;
    }

    .tw-trust-item:nth-child(even) {
        border-right: 0;
    }

    .tw-trust-item:nth-child(n+5) {
        border-bottom: 0;
    }

    .tw-trust-item > i {
        font-size: 25px;
    }

    .tw-trust-item strong {
        font-size: 10px;
        line-height: 1.25;
    }

    .tw-trust-item span {
        font-size: 8px;
        line-height: 1.35;
    }

}


/*
|--------------------------------------------------------------------------
| Mobile muito estreito
|--------------------------------------------------------------------------
*/

@media (max-width: 370px) {

    .tw-trust-item {
        gap: 8px !important;

        padding:
            12px 7px !important;
    }

    .tw-trust-item > i {
        font-size: 22px;
    }

    .tw-trust-item strong {
        font-size: 9px;
    }

    .tw-trust-item span {
        font-size: 7px;
    }

}


/*
|--------------------------------------------------------------------------
| TWANA SHOPS HIGHLIGHT
|--------------------------------------------------------------------------
| TWANA_SHOPS_HIGHLIGHT_M47E5
|--------------------------------------------------------------------------
*/

.tw-shops-highlight {
    padding: 88px 0;
    background: #ffffff;
}

.tw-shops-highlight-shell {
    position: relative;
    overflow: hidden;
    padding: 58px;
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(240,90,40,.14),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #081c2f 0%,
            #0c2943 100%
        );
    box-shadow:
        0 28px 65px rgba(8,28,47,.13);
}

.tw-shops-header {
    max-width: 720px;
    margin-bottom: 36px;
}

.tw-section-kicker-light {
    color: #ff7543;
}

.tw-section-kicker-light span {
    background: #ff7543;
}

.tw-shops-header h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.035em;
}

.tw-shops-header h2 strong {
    color: #ff6a32;
}

.tw-shops-header p {
    max-width: 620px;
    margin: 17px 0 0;
    color: rgba(255,255,255,.62);
    font-size: 14px;
    line-height: 1.7;
}

.tw-shops-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.tw-shop-card {
    overflow: hidden;
    border:
        1px solid rgba(255,255,255,.10);
    border-radius: 20px;
    background:
        rgba(255,255,255,.07);
    backdrop-filter: blur(9px);
    transition:
        transform .23s ease,
        border-color .23s ease,
        background .23s ease;
}

.tw-shop-card:hover {
    transform: translateY(-5px);
    border-color:
        rgba(255,255,255,.20);
    background:
        rgba(255,255,255,.10);
}

.tw-shop-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 20px 0;
}

.tw-shop-logo {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    overflow: hidden;
    border:
        3px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: #ffffff;
}

.tw-shop-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tw-shop-verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 8px;
    border-radius: 999px;
    background:
        rgba(56,192,114,.13);
    color: #74e3a4;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.tw-shop-card-body {
    padding: 18px 20px 20px;
}

.tw-shop-label {
    display: block;
    margin-bottom: 5px;
    color: rgba(255,255,255,.44);
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.tw-shop-card h3 {
    min-height: 42px;
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
}

.tw-shop-card h3 a {
    color: #ffffff;
}

.tw-shop-card h3 a:hover {
    color: #ff7543;
}

.tw-shop-meta {
    margin-top: 12px;
}

.tw-shop-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: rgba(255,255,255,.60);
    font-size: 9px;
    font-weight: 700;
}

.tw-shop-meta i {
    color: #ff7543;
    font-size: 13px;
}

.tw-shop-visit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 18px;
    padding-top: 15px;
    border-top:
        1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.82) !important;
    font-size: 10px;
    font-weight: 800;
}

.tw-shop-visit i {
    font-size: 14px;
}

.tw-shops-future {
    display: grid;
    grid-template-columns:
        auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    max-width: 820px;
    margin: 30px auto 0;
    padding: 15px 17px;
    border:
        1px solid rgba(255,255,255,.10);
    border-radius: 16px;
    background:
        rgba(255,255,255,.055);
}

.tw-shops-future-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background:
        rgba(240,90,40,.13);
    color: #ff7040;
    font-size: 21px;
}

.tw-shops-future strong,
.tw-shops-future span {
    display: block;
}

.tw-shops-future strong {
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
}

.tw-shops-future div > span {
    margin-top: 3px;
    color: rgba(255,255,255,.49);
    font-size: 9px;
    line-height: 1.55;
}

.tw-shops-future-badge {
    padding: 6px 9px;
    border-radius: 999px;
    background:
        rgba(255,255,255,.08);
    color: #ff8b62;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 1199px) {

    .tw-shops-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 767px) {

    .tw-shops-highlight {
        padding: 52px 0;
    }

    .tw-shops-highlight-shell {
        padding: 34px 22px;
        border-radius: 23px;
    }

    .tw-shops-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .tw-shop-card-head {
        padding: 14px 14px 0;
    }

    .tw-shop-logo {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        border-radius: 14px;
    }

    .tw-shop-card-body {
        padding: 14px;
    }

    .tw-shop-card h3 {
        min-height: 36px;
        font-size: 12px;
    }

    .tw-shop-verified {
        padding: 5px 6px;
        font-size: 7px;
    }

    .tw-shop-visit {
        margin-top: 12px;
        padding-top: 11px;
        font-size: 9px;
    }

    .tw-shops-future {
        grid-template-columns:
            auto minmax(0, 1fr);
    }

    .tw-shops-future-badge {
        grid-column: 2;
        justify-self: start;
    }

}

@media (max-width: 370px) {

    .tw-shops-grid {
        gap: 8px;
    }

    .tw-shop-logo {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .tw-shop-card-body {
        padding: 12px;
    }

}


/*
|--------------------------------------------------------------------------
| TWANA B2B PREMIUM
|--------------------------------------------------------------------------
| TWANA_B2B_PREMIUM_M47E6C
|--------------------------------------------------------------------------
*/

.tw-b2b {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #f4f6f8 0%,
            #ffffff 100%
        );
}

.tw-b2b-shell {
    display: grid;
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(420px, .95fr);

    gap: 58px;
    align-items: center;

    padding: 58px;

    border:
        1px solid #e3e8ec;

    border-radius: 30px;

    background:
        radial-gradient(
            circle at 0 100%,
            rgba(240, 90, 40, .075),
            transparent 30%
        ),
        #ffffff;

    box-shadow:
        0 24px 60px rgba(10, 33, 51, .07);
}

.tw-b2b-content h2 {
    max-width: 690px;

    margin: 0;

    color: #0b2237;

    font-size:
        clamp(36px, 4vw, 57px);

    line-height: 1.04;

    font-weight: 850;

    letter-spacing: -.045em;
}

.tw-b2b-content h2 strong {
    display: block;

    margin-top: 5px;

    color: #f05a28;

    font-weight: 850;
}

.tw-b2b-description {
    max-width: 620px;

    margin: 20px 0 0;

    color: #687782;

    font-size: 15px;

    line-height: 1.75;
}

.tw-b2b-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 28px;
}

.tw-b2b-primary,
.tw-b2b-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 48px;

    padding:
        0 18px;

    border-radius: 12px;

    font-size: 11px;
    font-weight: 800;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.tw-b2b-primary {
    background: #f05a28;

    color: #ffffff !important;

    box-shadow:
        0 10px 24px rgba(240,90,40,.18);
}

.tw-b2b-primary:hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 30px rgba(240,90,40,.25);
}

.tw-b2b-secondary {
    border:
        1px solid #dce3e8;

    background: #ffffff;

    color: #17344d !important;
}

.tw-b2b-secondary:hover {
    transform: translateY(-2px);

    border-color: #f05a28;
}

.tw-b2b-note {
    display: flex;
    align-items: flex-start;

    gap: 8px;

    max-width: 610px;

    margin-top: 19px;

    color: #86919a;

    font-size: 10px;

    line-height: 1.55;
}

.tw-b2b-note i {
    flex: 0 0 auto;

    margin-top: 1px;

    color: #f05a28;

    font-size: 15px;
}


/*
|--------------------------------------------------------------------------
| B2B Flow Card
|--------------------------------------------------------------------------
*/

.tw-b2b-flow {
    padding: 25px;

    border-radius: 23px;

    background:
        linear-gradient(
            145deg,
            #0a2136,
            #102f4b
        );

    box-shadow:
        0 20px 45px rgba(8, 31, 50, .17);
}

.tw-b2b-flow-head {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    margin-bottom: 19px;

    padding-bottom: 17px;

    border-bottom:
        1px solid rgba(255,255,255,.09);
}

.tw-b2b-flow-badge {
    padding:
        6px 9px;

    border-radius: 999px;

    background:
        rgba(240,90,40,.13);

    color: #ff8052;

    font-size: 8px;
    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: .06em;
}

.tw-b2b-flow-head strong {
    color:
        rgba(255,255,255,.65);

    font-size: 10px;
    font-weight: 700;
}

.tw-b2b-steps {
    display: grid;

    gap: 9px;
}

.tw-b2b-step {
    display: grid;

    grid-template-columns:
        27px 43px minmax(0, 1fr);

    gap: 11px;

    align-items: center;

    min-height: 70px;

    padding:
        10px 12px;

    border:
        1px solid rgba(255,255,255,.075);

    border-radius: 14px;

    background:
        rgba(255,255,255,.045);
}

.tw-b2b-step-number {
    color:
        rgba(255,255,255,.34);

    font-size: 8px;

    font-weight: 800;
}

.tw-b2b-step-icon {
    display: grid;

    place-items: center;

    width: 43px;
    height: 43px;

    border-radius: 12px;

    background:
        rgba(240,90,40,.12);

    color: #ff7543;

    font-size: 21px;
}

.tw-b2b-step strong,
.tw-b2b-step small {
    display: block;
}

.tw-b2b-step strong {
    color: #ffffff;

    font-size: 11px;

    font-weight: 800;
}

.tw-b2b-step small {
    margin-top: 3px;

    color:
        rgba(255,255,255,.46);

    font-size: 8px;

    line-height: 1.5;
}


/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 991px) {

    .tw-b2b {
        padding:
            68px 0;
    }

    .tw-b2b-shell {
        grid-template-columns: 1fr;

        gap: 35px;

        padding: 40px;
    }

}


/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 575px) {

    .tw-b2b {
        padding:
            52px 0;
    }

    .tw-b2b-shell {
        gap: 28px;

        padding:
            28px 20px;

        border-radius: 23px;
    }

    .tw-b2b-content h2 {
        font-size: 33px;
    }

    .tw-b2b-description {
        font-size: 13px;
    }

    .tw-b2b-actions {
        display: grid;

        grid-template-columns: 1fr;
    }

    .tw-b2b-primary,
    .tw-b2b-secondary {
        width: 100%;

        min-height: 46px;
    }

    .tw-b2b-flow {
        padding: 17px;

        border-radius: 18px;
    }

    .tw-b2b-flow-head {
        align-items: flex-start;
        flex-direction: column;

        gap: 7px;
    }

    .tw-b2b-step {
        grid-template-columns:
            22px 38px minmax(0, 1fr);

        gap: 8px;

        min-height: 66px;

        padding:
            9px;
    }

    .tw-b2b-step-icon {
        width: 38px;
        height: 38px;

        font-size: 18px;
    }

    .tw-b2b-step strong {
        font-size: 10px;
    }

    .tw-b2b-step small {
        font-size: 7px;
    }

}


/*
|--------------------------------------------------------------------------
| TWANA INSPIRE-SE PREMIUM
|--------------------------------------------------------------------------
| Estrutura visual proprietaria.
| A secao somente renderiza quando houver dados reais configurados.
|
| TWANA_INSPIRE_PREMIUM_M47E7B
|--------------------------------------------------------------------------
*/

.tw-inspire-premium {
    position: relative;
    padding: 82px 0;
    background: #ffffff;
}

.tw-inspire-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 34px;
}

.tw-inspire-header h2 {
    max-width: 720px;
    margin: 12px 0 12px;
    color: #071d33;
    font-size: clamp(34px, 4vw, 56px);
    line-height: .98;
    letter-spacing: -2.2px;
    font-weight: 800;
}

.tw-inspire-header h2 strong {
    color: #ff572f;
    font-weight: inherit;
}

.tw-inspire-header p {
    max-width: 620px;
    margin: 0;
    color: #667788;
    font-size: 15px;
    line-height: 1.7;
}

.tw-inspire-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tw-inspire-card {
    overflow: hidden;
    min-width: 0;
    background: #f7f8fa;
    border: 1px solid #e8edf1;
    border-radius: 22px;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.tw-inspire-card:hover {
    transform: translateY(-4px);
    border-color: #dce4ea;
    box-shadow: 0 18px 45px rgba(7, 29, 51, .10);
}

.tw-inspire-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none !important;
}

.tw-inspire-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #eef1f4;
}

.tw-inspire-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.tw-inspire-card:hover .tw-inspire-media img {
    transform: scale(1.035);
}

.tw-inspire-arrow {
    position: absolute;
    right: 16px;
    top: 16px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: #071d33;
    font-size: 18px;
    box-shadow: 0 8px 25px rgba(7, 29, 51, .10);
}

.tw-inspire-content {
    padding: 22px;
}

.tw-inspire-content > span {
    display: block;
    margin-bottom: 8px;
    color: #ff572f;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.tw-inspire-content h3 {
    margin: 0;
    color: #071d33;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
}

.tw-inspire-content p {
    margin: 10px 0 0;
    color: #718090;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 991px) {

    .tw-inspire-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 575px) {

    .tw-inspire-premium {
        padding: 56px 0;
    }

    .tw-inspire-header {
        margin-bottom: 24px;
    }

    .tw-inspire-header h2 {
        font-size: 34px;
        letter-spacing: -1.4px;
    }

    .tw-inspire-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .tw-inspire-card {
        border-radius: 16px;
    }

    .tw-inspire-media {
        aspect-ratio: 1 / 1;
    }

    .tw-inspire-arrow {
        right: 10px;
        top: 10px;
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .tw-inspire-content {
        padding: 14px 12px 16px;
    }

    .tw-inspire-content h3 {
        font-size: 15px;
    }

    .tw-inspire-content p {
        display: none;
    }

}
