* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f5f7f8;
    color: #071018;
}

a {
    color: inherit;
}

.market-header {
    background: #06100d;
    color: #fff;
}

.market-nav {
    width: 100%;
    min-height: 86px;
    padding: 0 44px;
    display: grid;
    grid-template-columns: 220px minmax(260px, 760px) auto;
    align-items: center;
    gap: 24px;
    background: rgba(255, 255, 255, .98);
    color: #071018;
    border-bottom: 1px solid #eef1f3;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #071018;
    text-decoration: none;
    font-weight: 900;
}

.brand span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #44d17a;
    color: #06100b;
}

.market-search input {
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 14px;
    background: #f2f4f5;
    padding: 0 20px;
    outline: none;
    font-size: 16px;
}

.market-search input:focus {
    box-shadow: 0 0 0 4px rgba(68, 209, 122, .16);
}

.topbar-actions {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
}

.topbar-actions a {
    color: #263238;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
}

.offer-strip {
    width: 100%;
    min-height: 74px;
    padding: 0 44px;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    background: #44a96d;
    color: #fff;
    font-size: 20px;
}

.offer-strip span {
    opacity: .88;
}

.hero-full {
    width: 100%;
    min-height: 520px;
    padding: 54px 44px;
    background:
        radial-gradient(circle at 78% 22%, rgba(68, 209, 122, .34), transparent 28%),
        radial-gradient(circle at 20% 90%, rgba(37, 99, 235, .18), transparent 32%),
        linear-gradient(135deg, #050b12, #102118);
    border-bottom: 1px solid rgba(68, 209, 122, .18);
}

.hero-content {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(520px, 700px);
    gap: 48px;
    align-items: stretch;
}

.eyebrow,
.section-kicker {
    color: #44d17a;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .08em;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-copy h1 {
    max-width: 760px;
    margin: 12px 0;
    font-size: 72px;
    line-height: .98;
    letter-spacing: -.045em;
}

.hero-copy p {
    max-width: 720px;
    margin: 0;
    color: #d7dde3;
    font-size: 18px;
    line-height: 1.6;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.hero-stats span {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #d7dde3;
    font-size: 13px;
}

.hero-stats strong {
    color: #fff;
}

.promo-carousel {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(68, 209, 122, .28);
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 28px 90px rgba(0, 0, 0, .30);
}

.promo-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(16px);
    transition: .35s ease;
    padding: 48px;
    background:
        radial-gradient(circle at 76% 18%, rgba(68, 209, 122, .42), transparent 30%),
        linear-gradient(135deg, rgba(7, 16, 24, .92), rgba(16, 41, 29, .88));
}

.promo-slide.active {
    opacity: 1;
    transform: translateX(0);
}

.promo-slide span {
    color: #44d17a;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
}

.promo-slide h2 {
    margin: 22px 0 12px;
    font-size: 44px;
    line-height: 1.04;
    letter-spacing: -.03em;
}

.promo-slide p {
    max-width: 520px;
    margin: 0 0 28px;
    color: #d7dde3;
    line-height: 1.55;
    font-size: 17px;
}

.promo-slide a {
    display: inline-flex;
    text-decoration: none;
    border-radius: 999px;
    padding: 13px 18px;
    background: #44d17a;
    color: #06100b;
    font-weight: 900;
}

.promo-dots {
    position: absolute;
    left: 48px;
    bottom: 34px;
    display: flex;
    gap: 7px;
    z-index: 5;
}

.promo-dots button {
    width: 24px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .28);
    cursor: pointer;
}

.promo-dots button.active {
    width: 42px;
    background: #44d17a;
}

.container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 54px 44px 80px;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 28px 0 16px;
}

.section-head h2 {
    margin: 6px 0;
    font-size: 27px;
    letter-spacing: -.01em;
}

.section-head p {
    margin: 0;
    color: #667085;
}

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

.featured-card,
.store-card,
.product-card {
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(16, 24, 40, .08);
    box-shadow: 0 10px 28px rgba(16, 24, 40, .055);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.featured-card:hover,
.store-card:hover,
.product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(68, 209, 122, .45);
    box-shadow: 0 20px 48px rgba(16, 24, 40, .13);
}

.featured-card {
    display: block;
    overflow: hidden;
    border-radius: 16px;
    color: inherit;
    text-decoration: none;
}

.featured-image {
    height: 146px;
    overflow: hidden;
}

.featured-info {
    padding: 14px;
}

.featured-info small {
    display: block;
    margin-bottom: 7px;
    color: #138a42;
    font-weight: 900;
}

.featured-info h3 {
    min-height: 40px;
    margin: 0 0 12px;
    font-size: 16px;
}

.featured-info strong {
    font-size: 18px;
}

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

.store-card {
    display: flex;
    gap: 14px;
    align-items: center;
    min-height: 96px;
    padding: 16px;
    border-radius: 16px;
    color: inherit;
    text-decoration: none;
}

.store-logo {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    overflow: hidden;
    flex: 0 0 auto;
    font-size: 24px;
    font-weight: 900;
}

.store-info h3 {
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 1.15;
}

.store-info p {
    margin: 0 0 7px;
    color: #667085;
    font-size: 14px;
}

.store-info small {
    color: #138a42;
    font-weight: 900;
}

.logo-fallback {
    position: relative;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 30% 20%, rgba(68, 209, 122, .32), transparent 38%),
        linear-gradient(135deg, #0b1720, #10291d);
    color: #44d17a;
    border: 1px solid rgba(68, 209, 122, .25);
}

.logo-fallback span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .02em;
}

.logo-fallback img {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-hero {
    background:
        radial-gradient(circle at top right, rgba(68, 209, 122, .25), transparent 34%),
        linear-gradient(135deg, #050b12, #102118);
    color: #fff;
    padding: 26px 20px 38px;
}

.store-hero-inner {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

.back-link {
    display: inline-block;
    color: #d7dde3;
    text-decoration: none;
    margin-bottom: 22px;
    font-weight: 800;
}

.store-profile {
    display: flex;
    align-items: center;
    gap: 18px;
}

.store-profile-logo {
    width: 104px;
    height: 104px;
    border-radius: 22px;
    overflow: hidden;
    flex: 0 0 auto;
    font-size: 34px;
    font-weight: 900;
}

.store-profile h1 {
    margin: 8px 0 6px;
    font-size: 36px;
}

.store-profile p {
    margin: 0;
    color: #d7dde3;
}

.store-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.store-badges span {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.store-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 24px;
    max-width: 1480px;
    margin: 0 auto;
    padding: 26px 44px 70px;
}

.category-sidebar {
    position: sticky;
    top: 20px;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.category-sidebar strong {
    margin-bottom: 8px;
}

.category-sidebar a {
    color: #475467;
    text-decoration: none;
    padding: 11px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e4e7ec;
    font-size: 14px;
    font-weight: 800;
}

.category-sidebar a:hover {
    color: #138a42;
    border-color: #b8efca;
}

.product-area {
    min-width: 0;
}

.search-bar {
    margin-bottom: 22px;
}

.search-bar input {
    width: 100%;
    height: 50px;
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    padding: 0 16px;
    font-size: 15px;
    outline: none;
    background: #fff;
}

.search-bar input:focus {
    border-color: #44d17a;
    box-shadow: 0 0 0 4px rgba(68, 209, 122, .14);
}

.product-group {
    margin-bottom: 36px;
}

.product-group h2 {
    margin: 0 0 14px;
    font-size: 23px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.product-card {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    min-height: 160px;
    padding: 14px;
    border-radius: 16px;
}

.product-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.product-info h3 {
    margin: 0 0 8px;
    font-size: 16px;
}

.product-info p {
    margin: 0 0 12px;
    color: #667085;
    font-size: 14px;
    line-height: 1.35;
}

.product-info strong {
    margin-top: auto;
    color: #071018;
    font-size: 18px;
}

.product-info button {
    width: fit-content;
    margin-top: 10px;
    border: 0;
    border-radius: 12px;
    background: #071018;
    color: #fff;
    padding: 10px 13px;
    cursor: pointer;
    font-weight: 900;
}

.product-info button:hover {
    background: #138a42;
}

.product-image {
    width: 116px;
    height: 116px;
    border-radius: 14px;
    overflow: hidden;
    flex: 0 0 auto;
    font-size: 30px;
    font-weight: 900;
}

.empty-state {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    padding: 28px;
}

.is-hidden {
    display: none !important;
}

@media (max-width: 1100px) {
    .market-nav {
        grid-template-columns: 1fr;
        padding: 18px 20px;
    }

    .topbar-actions {
        justify-content: flex-start;
    }

    .hero-content {
        grid-template-columns: 1fr;
    }

    .hero-copy h1 {
        font-size: 48px;
    }

    .promo-carousel {
        min-height: 360px;
    }

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

@media (max-width: 760px) {
    .offer-strip {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px 20px;
        font-size: 17px;
    }

    .hero-full {
        padding: 36px 20px;
    }

    .container {
        padding: 34px 20px 70px;
    }

    .hero-copy h1 {
        font-size: 38px;
    }

    .promo-slide {
        padding: 28px;
    }

    .promo-slide h2 {
        font-size: 32px;
    }

    .featured-products,
    .store-grid,
    .product-grid {
        grid-template-columns: 1fr;
    }

    .store-layout {
        grid-template-columns: 1fr;
        padding: 26px 20px 70px;
    }

    .category-sidebar {
        position: static;
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .category-sidebar a {
        white-space: nowrap;
    }

    .store-profile {
        align-items: flex-start;
    }
}

.cart-fab {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 40;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    padding: 14px 18px;
    background: #44d17a;
    color: #06100b;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 18px 42px rgba(16, 24, 40, .22);
}

.cart-fab strong {
    min-width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #06100b;
    color: #fff;
    font-size: 13px;
}

.cart-overlay {
    position: fixed;
    inset: 0;
    z-index: 48;
    background: rgba(5, 11, 18, .42);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
}

.cart-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    width: min(420px, 100%);
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fff;
    transform: translateX(100%);
    transition: transform .22s ease;
    box-shadow: -18px 0 52px rgba(16, 24, 40, .24);
}

.cart-drawer.is-open {
    transform: translateX(0);
}

.cart-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 22px;
    border-bottom: 1px solid #e4e7ec;
}

.cart-header span {
    color: #138a42;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.cart-header h2 {
    margin: 4px 0 0;
}

.cart-header button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 10px;
    background: #f2f4f5;
    cursor: pointer;
    font-size: 24px;
}

.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 16px 22px;
}

.cart-empty {
    padding: 28px 0;
    color: #667085;
}

.cart-empty h3 {
    margin: 0 0 6px;
    color: #071018;
}

.cart-empty p {
    margin: 0;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #eef1f3;
}

.cart-item h3 {
    margin: 0 0 5px;
    font-size: 15px;
}

.cart-item p {
    margin: 0;
    color: #667085;
    font-weight: 800;
}

.cart-qty {
    display: flex;
    align-items: center;
    gap: 9px;
}

.cart-qty button {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 9px;
    background: #071018;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
}

.cart-qty span {
    min-width: 20px;
    text-align: center;
    font-weight: 900;
}

.cart-footer {
    padding: 18px 22px 22px;
    border-top: 1px solid #e4e7ec;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.cart-total span {
    color: #667085;
    font-weight: 800;
}

.cart-total strong {
    font-size: 22px;
}

.cart-footer button {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 14px;
    background: #44d17a;
    color: #06100b;
    cursor: pointer;
    font-weight: 900;
    font-size: 15px;
}

.featured-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 12px;
}

.featured-actions button {
    border: 0;
    border-radius: 12px;
    background: #071018;
    color: #fff;
    padding: 10px 13px;
    cursor: pointer;
    font-weight: 900;
}

.featured-actions button:hover {
    background: #138a42;
}

.featured-actions a {
    color: #138a42;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
}

.cart-step {
    display: none;
    min-height: 0;
    flex: 1;
    flex-direction: column;
}

.cart-step.is-active {
    display: flex;
}

.checkout-form {
    flex: 1;
    overflow-y: auto;
    padding: 18px 22px;
}

.checkout-form h3 {
    margin: 0 0 16px;
    font-size: 20px;
}

.checkout-form label {
    display: block;
    margin-bottom: 14px;
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.checkout-form input,
.checkout-form select,
.checkout-form textarea {
    width: 100%;
    margin-top: 7px;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    padding: 12px 13px;
    outline: none;
    font-size: 14px;
    font-family: inherit;
    background: #fff;
}

.checkout-form textarea {
    min-height: 86px;
    resize: vertical;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
    border-color: #44d17a;
    box-shadow: 0 0 0 4px rgba(68, 209, 122, .14);
}

.checkout-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
}

.checkout-options label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 12px;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    cursor: pointer;
}

.checkout-options input {
    width: auto;
    margin: 0;
}

.checkout-back {
    margin-bottom: 16px;
    border: 0;
    background: transparent;
    color: #138a42;
    cursor: pointer;
    font-weight: 900;
}

.cart-fab {
    z-index: 90;
}

.cart-fab.has-items {
    background: #22c55e;
    box-shadow: 0 18px 48px rgba(34, 197, 94, .34);
}

.cart-drawer {
    z-index: 110;
}

.cart-overlay {
    z-index: 100;
}

.checkout-row {
    display: grid;
    grid-template-columns: 1fr 86px;
    gap: 10px;
}

.address-status {
    margin: 4px 0 14px;
    font-size: 13px;
    font-weight: 800;
}

.address-status.is-loading {
    color: #475467;
}

.address-status.is-success {
    color: #138a42;
}

.address-status.is-error {
    color: #dc2626;
}

.brand-with-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.brand-with-logo img {
    height: 42px;
    width: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 720px) {
    .brand-with-logo img {
        height: 36px;
    }
}

.brand img {
    height: 100px;
    width: auto;
    display: block;
}

.market-nav .brand-icon-only {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.market-nav .brand-icon-only img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
}

@media (max-width: 720px) {
    .market-nav .brand-icon-only {
        width: 58px;
        height: 58px;
    }

    .market-nav .brand-icon-only img {
        width: 42px;
        height: 42px;
    }
}

.market-footer {
    width: 100%;
    background: #fff;
    border-top: 1px solid #dfe7eb;
    margin-top: 80px;
    color: #344054;
}

.market-footer-inner {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 58px 90px 38px;
}

.market-footer-top {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1.05fr;
    gap: 110px;
    padding-bottom: 44px;
    border-bottom: 1px solid #dfe7eb;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-col h3 {
    margin: 0 0 8px;
    color: #071018;
    font-size: 23px;
    font-weight: 950;
}

.footer-col a {
    color: #52627a;
    text-decoration: none;
    font-size: 17px;
    font-weight: 800;
    transition: color .15s ease, transform .15s ease;
}

.footer-col a:hover {
    color: #0f8f55;
    transform: translateX(3px);
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
    color: #071018 !important;
    text-decoration: none;
}

.footer-brand img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.footer-brand strong {
    font-size: 32px;
    font-weight: 950;
    letter-spacing: -.04em;
}

.footer-brand strong span {
    color: #20c971;
}

.footer-socials {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.footer-socials a {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 1px solid #dfe7eb;
    background: #fff;
    display: grid;
    place-items: center;
    color: #0b2a22;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(7, 16, 24, .045);
    transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
}

.footer-socials a svg {
    width: 25px;
    height: 25px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-socials a:nth-child(3) svg,
.footer-socials a:nth-child(4) svg,
.footer-socials a:nth-child(5) svg {
    fill: currentColor;
    stroke: none;
}

.footer-socials a:hover {
    transform: translateY(-3px);
    background: #e9fbf1;
    border-color: #b8efca;
    color: #0f8f55;
}

.market-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding-top: 34px;
}

.footer-legal-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.footer-legal-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fffb, #e8f8ef);
    border: 1px solid #d6e9dd;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    box-shadow: 0 8px 20px rgba(7, 16, 24, .05);
}

.footer-legal-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.footer-legal-brand p {
    margin: 4px 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.4;
}

.footer-legal-brand p strong {
    color: #344054;
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-legal-links a {
    color: #52627a;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}

.footer-legal-links a:hover {
    color: #0f8f55;
}

.footer-legal-links a:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #d0d8dd;
    margin-left: 18px;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .market-footer-inner {
        padding: 52px 42px 34px;
    }

    .market-footer-top {
        gap: 52px;
    }
}

@media (max-width: 980px) {
    .market-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 38px;
    }

    .footer-social-col {
        grid-column: 1 / -1;
    }

    .market-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-legal-links {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .market-footer-inner {
        padding: 42px 20px 110px;
    }

    .market-footer-top {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer-brand strong {
        font-size: 27px;
    }

    .footer-col a {
        font-size: 16px;
    }

    .footer-legal-brand {
        align-items: flex-start;
    }

    .footer-legal-icon {
        width: 58px;
        height: 58px;
    }

    .footer-legal-icon img {
        width: 38px;
        height: 38px;
    }

    .footer-legal-links {
        gap: 12px;
    }

    .footer-legal-links a:not(:last-child)::after {
        display: none;
    }
}

.footer-socials a.social-youtube svg {
    width: 25px;
    height: 25px;
}

.footer-socials a.social-youtube .yt-body {
    fill: currentColor;
}

.footer-socials a.social-youtube .yt-play {
    fill: #ffffff;
}

.shop-chat-widget {
    position: fixed;
    left: 24px;
    right: auto;
    bottom: 24px;
    z-index: 9998;
    font-family: inherit;
}

.shop-chat-button {
    width: 64px;
    height: 64px;
    border: 0;
    border-radius: 22px;
    background:
        radial-gradient(circle at 25% 18%, rgba(66, 215, 125, .35), transparent 34%),
        linear-gradient(135deg, #071018, #102d24 52%, #123b2b);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow:
        0 18px 42px rgba(7, 16, 24, .28),
        inset 0 1px 0 rgba(255,255,255,.08);
    position: relative;
    overflow: hidden;
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        filter .18s ease;
}

.shop-chat-button:hover {
    transform: translateY(-3px);
    box-shadow:
        0 24px 52px rgba(7, 16, 24, .32),
        inset 0 1px 0 rgba(255,255,255,.1);
    filter: brightness(1.04);
}

.shop-chat-button:active {
    transform: translateY(-1px) scale(.98);
}

.shop-chat-button::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 999px;
    background: rgba(34, 197, 94, .18);
    top: -42px;
    right: -36px;
    pointer-events: none;
}

.shop-chat-icon-svg {
    width: 29px;
    height: 29px;
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.shop-chat-online {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #22c55e;
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 3;
    border: 2px solid #071018;
    box-shadow:
        0 0 0 4px rgba(34, 197, 94, .18),
        0 0 16px rgba(34, 197, 94, .55);
}

.shop-chat-panel {
    width: 390px;
    max-width: calc(100vw - 32px);
    height: 570px;
    max-height: calc(100vh - 118px);
    position: absolute;
    left: 0;
    right: auto;
    bottom: 78px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 26px;
    box-shadow:
        0 28px 80px rgba(7, 16, 24, .25),
        0 0 0 1px rgba(255,255,255,.65);
    overflow: hidden;
    display: none;
    flex-direction: column;
    transform-origin: bottom left;
    animation: shopChatOpen .18s ease;
}

.shop-chat-panel.active {
    display: flex;
}

@keyframes shopChatOpen {
    from {
        opacity: 0;
        transform: translateY(14px) scale(.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.shop-chat-header {
    background:
        radial-gradient(circle at 20% 0%, rgba(66, 215, 125, .26), transparent 35%),
        linear-gradient(135deg, #071018, #123b2b);
    color: #ffffff;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-chat-agent {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.shop-chat-avatar {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: #ffffff;
    display: grid;
    place-items: center;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0,0,0,.16);
    flex: 0 0 auto;
}

.shop-chat-avatar img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    display: block;
}

.shop-chat-agent strong {
    display: block;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop-chat-agent span {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    font-size: 12px;
    color: rgba(255,255,255,.76);
    font-weight: 750;
}

.shop-chat-agent span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 12px rgba(34, 197, 94, .75);
}

.shop-chat-close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 14px;
    background: rgba(255,255,255,.12);
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    transition: background .15s ease, transform .15s ease;
}

.shop-chat-close:hover {
    background: rgba(255,255,255,.18);
    transform: rotate(4deg);
}

.shop-chat-body {
    flex: 1;
    padding: 18px;
    background:
        radial-gradient(circle at top left, rgba(34, 197, 94, .08), transparent 32%),
        linear-gradient(180deg, #f7fbf9, #ffffff);
    overflow-y: auto;
    scroll-behavior: smooth;
}

.shop-chat-body::-webkit-scrollbar {
    width: 7px;
}

.shop-chat-body::-webkit-scrollbar-track {
    background: transparent;
}

.shop-chat-body::-webkit-scrollbar-thumb {
    background: #d3e2da;
    border-radius: 999px;
}

.shop-chat-message {
    display: flex;
    margin-bottom: 12px;
}

.shop-chat-message.user {
    justify-content: flex-end;
}

.shop-chat-message.bot {
    justify-content: flex-start;
}

.shop-chat-bubble {
    max-width: 82%;
    padding: 12px 14px;
    border-radius: 17px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 650;
    box-shadow: 0 8px 20px rgba(7, 16, 24, .05);
}

.shop-chat-message.bot .shop-chat-bubble {
    background: #eef8f2;
    color: #10251b;
    border: 1px solid rgba(34, 197, 94, .14);
    border-top-left-radius: 6px;
}

.shop-chat-message.user .shop-chat-bubble {
    background:
        radial-gradient(circle at 20% 20%, rgba(66, 215, 125, .18), transparent 38%),
        linear-gradient(135deg, #071018, #123b2b);
    color: #ffffff;
    border-top-right-radius: 6px;
}

.shop-chat-message.loading .shop-chat-bubble {
    color: #667085;
    background: #f2f4f7;
    border: 1px solid #edf2f4;
}

.shop-chat-suggestions {
    padding: 12px 14px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    border-top: 1px solid #edf2f4;
    background: #ffffff;
}

.shop-chat-suggestions button {
    border: 1px solid #d8eee0;
    background: #f2fff7;
    color: #0f8f55;
    border-radius: 999px;
    padding: 8px 11px;
    font-size: 12px;
    font-weight: 850;
    cursor: pointer;
    transition:
        background .15s ease,
        border-color .15s ease,
        transform .15s ease;
}

.shop-chat-suggestions button:hover {
    background: #dcfce7;
    border-color: #b8efca;
    transform: translateY(-1px);
}

.shop-chat-form {
    display: flex;
    gap: 10px;
    padding: 14px;
    border-top: 1px solid #edf2f4;
    background: #ffffff;
}

.shop-chat-form input {
    flex: 1;
    min-width: 0;
    border: 1px solid #d8e2e7;
    border-radius: 15px;
    padding: 12px 13px;
    outline: none;
    font-size: 14px;
    font-weight: 650;
    color: #071018;
    background: #ffffff;
    transition:
        border-color .15s ease,
        box-shadow .15s ease;
}

.shop-chat-form input::placeholder {
    color: #98a2b3;
}

.shop-chat-form input:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
}

.shop-chat-form button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #22c55e, #42d77d);
    color: #071018;
    font-weight: 950;
    padding: 0 16px;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(34, 197, 94, .22);
    transition:
        transform .15s ease,
        filter .15s ease,
        box-shadow .15s ease;
}

.shop-chat-form button:hover {
    filter: brightness(.98);
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(34, 197, 94, .26);
}

@media (max-width: 640px) {
    .shop-chat-widget {
        left: 16px;
        right: auto;
        bottom: 16px;
    }

    .shop-chat-button {
        width: 58px;
        height: 58px;
        border-radius: 19px;
    }

    .shop-chat-icon-svg {
        width: 26px;
        height: 26px;
    }

    .shop-chat-online {
        top: 8px;
        right: 8px;
    }

    .shop-chat-panel {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 86px;
        width: auto;
        height: min(560px, calc(100vh - 110px));
        max-width: none;
        max-height: none;
        border-radius: 24px;
        transform-origin: bottom left;
    }

    .shop-chat-header {
        padding: 16px;
    }

    .shop-chat-avatar {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .shop-chat-avatar img {
        width: 32px;
        height: 32px;
    }

    .shop-chat-agent strong {
        font-size: 14px;
    }

    .shop-chat-body {
        padding: 15px;
    }

    .shop-chat-bubble {
        max-width: 88%;
        font-size: 13.5px;
    }

    .shop-chat-suggestions {
        padding: 10px 12px;
    }

    .shop-chat-form {
        padding: 12px;
    }

    .shop-chat-form button {
        padding: 0 14px;
    }
}

.featured-card,
.product-card,
.store-card,
.market-product-card {
    position: relative;
}

.store-card-link {
    display: flex;
    align-items: center;
    gap: 16px;
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.favorite-button {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: #667085;
    display: grid;
    place-items: center;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 8;
    cursor: pointer;
    box-shadow:
        0 10px 26px rgba(7, 16, 24, .13),
        inset 0 1px 0 rgba(255,255,255,.9);
    transition:
        transform .15s ease,
        background .15s ease,
        color .15s ease,
        box-shadow .15s ease;
}

.favorite-button svg {
    width: 21px;
    height: 21px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linejoin: round;
}

.favorite-button:hover {
    transform: translateY(-2px) scale(1.04);
    color: #ef4444;
    background: #ffffff;
    box-shadow:
        0 14px 32px rgba(7, 16, 24, .17),
        0 0 0 4px rgba(239, 68, 68, .08);
}

.favorite-button.active {
    background: #fff1f2;
    color: #ef4444;
    box-shadow:
        0 12px 30px rgba(239, 68, 68, .18),
        0 0 0 4px rgba(239, 68, 68, .08);
}

.favorite-button.active svg {
    fill: currentColor;
}

.favorite-button.pop {
    animation: favoritePop .24s ease;
}

@keyframes favoritePop {
    0% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.24);
    }

    100% {
        transform: scale(1);
    }
}

.product-card .favorite-button {
    top: 12px;
    right: 12px;
}

.store-card .favorite-button {
    top: 12px;
    right: 12px;
}

.featured-card .favorite-button {
    top: 14px;
    right: 14px;
}

@media (max-width: 640px) {
    .favorite-button {
        width: 38px;
        height: 38px;
        top: 10px;
        right: 10px;
    }

    .favorite-button svg {
        width: 19px;
        height: 19px;
    }
}

.favorites-open {
    border: 1px solid rgba(7, 16, 24, .10);
    background: #ffffff;
    color: #071018;
    border-radius: 999px;
    padding: 9px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(7, 16, 24, .06);
    transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.favorites-open:hover {
    transform: translateY(-1px);
    border-color: rgba(239, 68, 68, .25);
    box-shadow: 0 12px 28px rgba(7, 16, 24, .09);
}

.favorites-open svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #ef4444;
    stroke-width: 2;
    stroke-linejoin: round;
}

.favorites-open strong {
    min-width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #fff1f2;
    color: #ef4444;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 950;
}

.favorites-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(7, 16, 24, .42);
    backdrop-filter: blur(3px);
    z-index: 9996;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
}

.favorites-drawer-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.favorites-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 430px;
    max-width: calc(100vw - 22px);
    height: 100vh;
    background: #ffffff;
    z-index: 9997;
    box-shadow: -24px 0 70px rgba(7, 16, 24, .24);
    transform: translateX(105%);
    transition: transform .22s ease;
    display: flex;
    flex-direction: column;
}

.favorites-drawer.active {
    transform: translateX(0);
}

.favorites-drawer-header {
    padding: 24px;
    background:
        radial-gradient(circle at 20% 0%, rgba(239, 68, 68, .18), transparent 36%),
        linear-gradient(135deg, #071018, #123b2b);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.favorites-drawer-header span {
    display: block;
    font-size: 12px;
    font-weight: 850;
    color: rgba(255,255,255,.72);
    text-transform: uppercase;
    letter-spacing: .08em;
}

.favorites-drawer-header h2 {
    margin: 5px 0 0;
    font-size: 27px;
    font-weight: 950;
    letter-spacing: -.04em;
}

.favorites-close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 14px;
    background: rgba(255,255,255,.12);
    color: #ffffff;
    font-size: 26px;
    cursor: pointer;
}

.favorites-close:hover {
    background: rgba(255,255,255,.18);
}

.favorites-tabs {
    padding: 14px 16px;
    display: flex;
    gap: 8px;
    border-bottom: 1px solid #edf2f4;
    background: #ffffff;
}

.favorites-tabs button {
    flex: 1;
    border: 1px solid #dfe7eb;
    background: #ffffff;
    color: #52627a;
    border-radius: 999px;
    padding: 10px 8px;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
}

.favorites-tabs button.active {
    background: #071018;
    border-color: #071018;
    color: #ffffff;
}

.favorites-list {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    background: #f7fbf9;
}

.favorite-item {
    background: #ffffff;
    border: 1px solid #edf2f4;
    border-radius: 18px;
    padding: 12px;
    display: grid;
    grid-template-columns: 62px 1fr auto;
    gap: 12px;
    align-items: center;
    box-shadow: 0 10px 24px rgba(7, 16, 24, .045);
    margin-bottom: 12px;
}

.favorite-item-image {
    width: 62px;
    height: 62px;
    border-radius: 15px;
    background:
        radial-gradient(circle at 30% 20%, rgba(66, 215, 125, .18), transparent 38%),
        #eef8f2;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #0f8f55;
    font-weight: 950;
    font-size: 24px;
}

.favorite-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.favorite-item-info {
    min-width: 0;
}

.favorite-item-info small {
    display: block;
    color: #0f8f55;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 4px;
}

.favorite-item-info h3 {
    margin: 0;
    color: #071018;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.25;
}

.favorite-item-info p {
    margin: 5px 0 0;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.favorite-item-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.favorite-item-actions a,
.favorite-item-actions button {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    cursor: pointer;
    text-decoration: none;
}

.favorite-item-actions a {
    background: #071018;
    color: #ffffff;
    font-size: 16px;
}

.favorite-item-actions button {
    border: 0;
    background: #fff1f2;
    color: #ef4444;
    font-size: 18px;
    font-weight: 950;
}

.favorites-empty {
    display: none;
    flex: 1;
    padding: 38px 24px;
    text-align: center;
    background: #f7fbf9;
    color: #667085;
}

.favorites-empty.active {
    display: block;
}

.favorites-empty-icon {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    background: #fff1f2;
    color: #ef4444;
}

.favorites-empty-icon svg {
    width: 34px;
    height: 34px;
    fill: currentColor;
}

.favorites-empty h3 {
    margin: 0 0 8px;
    color: #071018;
    font-size: 20px;
    font-weight: 950;
}

.favorites-empty p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.favorites-footer {
    padding: 14px 16px;
    border-top: 1px solid #edf2f4;
    background: #ffffff;
}

.favorites-footer button {
    width: 100%;
    border: 1px solid #fecdd3;
    background: #fff1f2;
    color: #ef4444;
    border-radius: 15px;
    padding: 12px;
    font-weight: 950;
    cursor: pointer;
}

.favorites-footer button:hover {
    background: #ffe4e6;
}

@media (max-width: 720px) {
    .favorites-open span {
        display: none;
    }

    .favorites-open {
        padding: 9px;
    }

    .favorites-drawer {
        width: 100%;
        max-width: 100vw;
    }

    .favorite-item {
        grid-template-columns: 56px 1fr auto;
    }

    .favorite-item-image {
        width: 56px;
        height: 56px;
    }
}

.topbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.topbar-actions a,
.topbar-link-button {
    color: #071018;
    text-decoration: none;
    font-size: 15px;
    font-weight: 950;
    line-height: 1;
}

.topbar-actions a:hover,
.topbar-link-button:hover {
    color: #0f8f55;
}

.topbar-link-button {
    border: 0;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    font-family: inherit;
}

.topbar-link-button svg {
    display: none;
}

.topbar-link-button strong,
.favorites-open strong {
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #fff1f2;
    color: #ef4444;
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 950;
    line-height: 1;
}

.topbar-actions .favorites-open {
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    color: #071018;
    font-size: 15px;
    font-weight: 950;
}

.topbar-actions .favorites-open:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
    color: #0f8f55;
}

.market-nav .brand-with-logo img,
.brand-with-logo img,
.brand.brand-with-logo img {
    height: 62px;
    width: auto;
    max-width: 150px;
    display: block;
    object-fit: contain;
}

.market-nav .brand img {
    height: 62px;
    width: auto;
}

@media (max-width: 720px) {
    .market-nav .brand-with-logo img,
    .brand-with-logo img,
    .brand.brand-with-logo img,
    .market-nav .brand img {
        height: 48px;
    }
}

.featured-image,
.product-image,
.product-title-link {
    text-decoration: none;
}

.product-title-link {
    color: inherit;
}

.product-title-link:hover {
    color: #0f8f55;
}

.product-image.logo-fallback {
    color: #44d17a;
}

.product-detail-favorite.favorite-button {
    position: static;
    top: auto;
    right: auto;
    flex: 0 0 auto;
}

.product-detail-page {
    background: #f3f5f7;
    min-height: 100vh;
    padding: 34px 24px 70px;
}

.product-detail-shell {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.product-detail-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 18px;
    color: #667085;
    font-size: 14px;
    font-weight: 700;
}

.product-detail-breadcrumb a {
    color: #2563eb;
    text-decoration: none;
}

.product-detail-breadcrumb a:hover {
    text-decoration: underline;
}

.product-detail-breadcrumb strong {
    color: #475467;
    font-weight: 800;
}

.product-detail-card {
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1.05fr .95fr 340px;
    gap: 28px;
    padding: 24px;
    box-shadow: 0 12px 34px rgba(7, 16, 24, .05);
}

.product-detail-gallery {
    min-width: 0;
}

.product-detail-main-image {
    width: 100%;
    min-height: 520px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 35% 20%, rgba(66, 215, 125, .14), transparent 38%),
        #f8fafc;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #0f8f55;
    font-size: 76px;
    font-weight: 950;
    border: 1px solid #edf2f4;
}

.product-detail-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

.product-detail-info {
    min-width: 0;
    padding: 8px 0;
}

.product-detail-store {
    display: flex;
    gap: 6px;
    align-items: center;
    color: #667085;
    font-size: 14px;
    margin-bottom: 12px;
}

.product-detail-store a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 800;
}

.product-detail-title-row {
    display: grid;
    grid-template-columns: 1fr 44px;
    gap: 14px;
    align-items: flex-start;
}

.product-detail-title-row h1 {
    margin: 0;
    color: #071018;
    font-size: 28px;
    font-weight: 850;
    line-height: 1.18;
    letter-spacing: -.02em;
}

.product-detail-short {
    margin: 12px 0 0;
    color: #475467;
    font-size: 15px;
    line-height: 1.5;
}

.product-detail-price-box {
    margin-top: 28px;
}

.product-detail-price-box small {
    display: block;
    color: #98a2b3;
    font-size: 15px;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.product-detail-price-box strong {
    display: block;
    color: #071018;
    font-size: 42px;
    font-weight: 650;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.product-detail-price-box span {
    display: block;
    margin-top: 8px;
    color: #0f8f55;
    font-size: 15px;
    font-weight: 750;
}

.product-detail-discount {
    display: inline-flex;
    align-items: center;
    background: #00a650;
    color: #ffffff;
    border-radius: 4px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 8px;
}

.product-detail-actions {
    margin-top: 26px;
    display: grid;
    gap: 12px;
}

.product-buy-now,
.product-store-button,
.product-side-cart {
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: 15px 18px;
    font-size: 15px;
    font-weight: 950;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
}

.product-buy-now {
    background: #3483fa;
    color: #ffffff;
}

.product-buy-now:hover {
    filter: brightness(.96);
}

.product-store-button {
    background: #e8f0fe;
    color: #2563eb;
}

.product-store-button:hover {
    background: #dbeafe;
}

.product-detail-delivery {
    margin-top: 24px;
    border-top: 1px solid #edf2f4;
    padding-top: 18px;
}

.product-detail-delivery h3 {
    margin: 0 0 6px;
    color: #071018;
    font-size: 17px;
}

.product-detail-delivery p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.5;
}

.product-detail-sidebox {
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    padding: 20px;
    align-self: flex-start;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(7, 16, 24, .045);
}

.product-detail-sidebox h3 {
    margin: 0 0 8px;
    color: #071018;
    font-size: 19px;
    font-weight: 950;
}

.product-detail-sidebox p {
    margin: 0 0 18px;
    color: #667085;
    font-size: 14px;
    line-height: 1.45;
}

.product-detail-sidebox div {
    border-top: 1px solid #edf2f4;
    padding: 13px 0;
}

.product-detail-sidebox div strong {
    display: block;
    color: #071018;
    font-size: 13px;
    margin-bottom: 4px;
}

.product-detail-sidebox div span {
    color: #667085;
    font-size: 14px;
}

.product-side-cart {
    margin-top: 12px;
    background: #00a650;
    color: #ffffff;
}

.product-side-cart:hover {
    filter: brightness(.96);
}

.product-description-card {
    margin-top: 18px;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    padding: 26px;
    box-shadow: 0 10px 28px rgba(7, 16, 24, .045);
}

.product-description-card h2 {
    margin: 0 0 16px;
    color: #071018;
    font-size: 23px;
    font-weight: 950;
}

.product-description-card p {
    margin: 0;
    color: #475467;
    font-size: 15px;
    line-height: 1.7;
}

.favorites-open span {
    display: inline;
}

@media (max-width: 1120px) {
    .product-detail-card {
        grid-template-columns: 1fr 1fr;
    }

    .product-detail-sidebox {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .product-detail-page {
        padding: 20px 12px 90px;
    }

    .product-detail-card {
        grid-template-columns: 1fr;
        padding: 14px;
        gap: 18px;
    }

    .product-detail-main-image {
        min-height: 330px;
        font-size: 54px;
    }

    .product-detail-title-row h1 {
        font-size: 23px;
    }

    .product-detail-price-box strong {
        font-size: 34px;
    }
}

@media (max-width: 640px) {
    .topbar-actions {
        gap: 14px;
        flex-wrap: wrap;
    }

    .topbar-actions a,
    .topbar-link-button,
    .topbar-actions .favorites-open {
        font-size: 14px;
    }

    .favorites-open span {
        display: none;
    }
}

.topbar-link-button,
.topbar-actions .favorites-open {
    border: 0 !important;
    background: transparent !important;
    color: #071018 !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: inherit;
    line-height: 1;
}

.topbar-link-button:hover,
.topbar-actions .favorites-open:hover {
    color: #0f8f55 !important;
    transform: none !important;
    box-shadow: none !important;
}

.topbar-actions .favorites-open strong,
.topbar-actions .favorites-open svg {
    display: none !important;
}

.featured-card > .favorite-button,
.product-card > .favorite-button,
.store-card > .favorite-button {
    display: none !important;
}

.product-detail-favorite,
.store-favorite-button {
    display: grid !important;
}

.store-profile-content {
    min-width: 0;
}

.store-favorite-button {
    position: static !important;
    margin-left: auto;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,.12);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.store-favorite-button:hover,
.store-favorite-button.active {
    background: #fff1f2;
    color: #ef4444;
    border-color: rgba(239, 68, 68, .20);
}

.favorites-drawer-overlay,
.favorites-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(7, 16, 24, .48);
    backdrop-filter: blur(4px);
    z-index: 9996;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
}

.favorites-drawer-overlay.active,
.favorites-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.favorites-drawer,
.favorites-modal {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    width: 560px !important;
    max-width: calc(100vw - 28px) !important;
    height: auto !important;
    max-height: calc(100vh - 60px) !important;
    background: #ffffff;
    border-radius: 26px;
    z-index: 9997;
    box-shadow: 0 30px 90px rgba(7, 16, 24, .28);
    transform: translate(-50%, -46%) scale(.96) !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.favorites-drawer.active,
.favorites-modal.active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1) !important;
}

.favorites-drawer-header,
.favorites-modal-header {
    padding: 24px;
    background:
        radial-gradient(circle at 20% 0%, rgba(239, 68, 68, .18), transparent 36%),
        linear-gradient(135deg, #071018, #123b2b);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.favorites-drawer-header span,
.favorites-modal-header span {
    display: block;
    font-size: 12px;
    font-weight: 850;
    color: rgba(255,255,255,.72);
    text-transform: uppercase;
    letter-spacing: .08em;
}

.favorites-drawer-header h2,
.favorites-modal-header h2 {
    margin: 5px 0 0;
    font-size: 27px;
    font-weight: 950;
    letter-spacing: -.04em;
}

.favorites-list {
    overflow-y: auto;
    padding: 16px;
    background: #f7fbf9;
    max-height: 430px;
}

.favorites-empty {
    display: none;
    padding: 42px 24px;
    text-align: center;
    background: #f7fbf9;
    color: #667085;
}

.favorites-empty.active {
    display: block;
}

.product-detail-page {
    background: #f3f5f7;
    min-height: 100vh;
    padding: 34px 24px 70px;
}

.product-detail-shell {
    max-width: 1200px;
    margin: 0 auto;
}

.product-detail-card {
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr) 310px;
    gap: 28px;
    padding: 22px;
    box-shadow: 0 16px 42px rgba(7, 16, 24, .055);
}

.product-detail-main-image {
    width: 100%;
    min-height: 430px;
    border-radius: 12px;
    background:
        radial-gradient(circle at 35% 20%, rgba(66, 215, 125, .14), transparent 38%),
        #f8fafc;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #0f8f55;
    font-size: 76px;
    font-weight: 950;
    border: 1px solid #edf2f4;
}

.product-detail-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 22px;
}

.product-detail-title-row h1 {
    margin: 0;
    color: #071018;
    font-size: 30px;
    font-weight: 950;
    line-height: 1.15;
    letter-spacing: -.03em;
}

.product-detail-favorite {
    position: static !important;
    width: 44px;
    height: 44px;
    box-shadow: 0 10px 30px rgba(7, 16, 24, .10);
}

.product-detail-price-box strong {
    display: block;
    color: #071018;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.product-detail-price-box span {
    display: block;
    margin-top: 8px;
    color: #00a650;
    font-size: 15px;
    font-weight: 850;
}

.product-buy-now,
.product-store-button,
.product-side-cart {
    border-radius: 9px;
}

.product-detail-sidebox {
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(7, 16, 24, .055);
}

.product-description-card {
    border-radius: 12px;
    box-shadow: 0 16px 42px rgba(7, 16, 24, .045);
}

@media (max-width: 1120px) {
    .product-detail-card {
        grid-template-columns: 1fr 1fr;
    }

    .product-detail-sidebox {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .product-detail-page {
        padding: 20px 12px 90px;
    }

    .product-detail-card {
        grid-template-columns: 1fr;
        padding: 14px;
        gap: 18px;
    }

    .product-detail-main-image {
        min-height: 330px;
        font-size: 54px;
    }

    .product-detail-title-row h1 {
        font-size: 24px;
    }

    .product-detail-price-box strong {
        font-size: 36px;
    }

    .store-profile {
        flex-wrap: wrap;
    }

    .store-favorite-button {
        margin-left: 0;
        width: 44px;
        height: 44px;
    }

    .favorites-drawer,
    .favorites-modal {
        width: calc(100vw - 24px) !important;
        max-height: calc(100vh - 40px) !important;
    }
}

.product-detail-title-row {
    display: grid;
    grid-template-columns: 1fr 44px 44px;
    gap: 12px;
    align-items: flex-start;
}

.product-share-button {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #475467;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(7, 16, 24, .10);
    transition: transform .15s ease, color .15s ease, box-shadow .15s ease;
}

.product-share-button:hover {
    transform: translateY(-2px);
    color: #0f8f55;
    box-shadow: 0 14px 34px rgba(7, 16, 24, .14);
}

.product-share-button svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.product-marketplace-benefits {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.product-marketplace-benefits div {
    border: 1px solid #edf2f4;
    background: #f8fafc;
    border-radius: 14px;
    padding: 12px;
}

.product-marketplace-benefits strong {
    display: block;
    color: #071018;
    font-size: 12px;
    font-weight: 950;
    margin-bottom: 5px;
}

.product-marketplace-benefits span {
    display: block;
    color: #667085;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.3;
}

.product-cep-box {
    margin-top: 18px;
    border: 1px solid #dfe7eb;
    background: #ffffff;
    border-radius: 16px;
    padding: 14px;
}

.product-cep-head {
    margin-bottom: 12px;
}

.product-cep-head strong {
    display: block;
    color: #071018;
    font-size: 15px;
    font-weight: 950;
}

.product-cep-head span {
    display: block;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
    margin-top: 3px;
}

.product-cep-form {
    display: grid;
    grid-template-columns: 1fr 110px;
    gap: 10px;
}

.product-cep-form input {
    height: 46px;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    padding: 0 13px;
    outline: none;
    font-size: 14px;
    font-weight: 700;
}

.product-cep-form input:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
}

.product-cep-form button {
    border: 0;
    border-radius: 12px;
    background: #071018;
    color: #ffffff;
    font-weight: 950;
    cursor: pointer;
}

.product-cep-form button:hover {
    background: #0f8f55;
}

.product-cep-result {
    margin-top: 10px;
    color: #667085;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.4;
}

.product-cep-result.success {
    color: #0f8f55;
}

.product-cep-result.error {
    color: #dc2626;
}

.related-products-section {
    margin-top: 18px;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 16px 42px rgba(7, 16, 24, .045);
}

.related-products-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.related-products-head span {
    color: #0f8f55;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.related-products-head h2 {
    margin: 5px 0 0;
    color: #071018;
    font-size: 24px;
    font-weight: 950;
}

.related-products-head a {
    color: #0f8f55;
    text-decoration: none;
    font-weight: 950;
}

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

.related-product-card {
    border: 1px solid #edf2f4;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(7, 16, 24, .045);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.related-product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(34, 197, 94, .35);
    box-shadow: 0 18px 38px rgba(7, 16, 24, .10);
}

.related-product-image {
    height: 140px;
    text-decoration: none;
    overflow: hidden;
    font-size: 38px;
    font-weight: 950;
}

.related-product-info {
    padding: 13px;
}

.related-product-info h3 {
    margin: 0 0 10px;
    min-height: 38px;
    font-size: 15px;
    line-height: 1.25;
}

.related-product-info h3 a {
    color: #071018;
    text-decoration: none;
}

.related-product-info h3 a:hover {
    color: #0f8f55;
}

.related-product-info strong {
    display: block;
    color: #071018;
    font-size: 18px;
    font-weight: 950;
    margin-bottom: 12px;
}

.related-product-info button {
    width: 100%;
    border: 0;
    border-radius: 12px;
    background: #071018;
    color: #ffffff;
    padding: 10px 12px;
    cursor: pointer;
    font-weight: 950;
}

.related-product-info button:hover {
    background: #0f8f55;
}

@media (max-width: 980px) {
    .related-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-marketplace-benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .product-detail-title-row {
        grid-template-columns: 1fr 42px 42px;
    }

    .product-share-button,
    .product-detail-favorite {
        width: 42px;
        height: 42px;
    }

    .product-cep-form {
        grid-template-columns: 1fr;
    }

    .related-products-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   CORREÇÃO FINAL - BLOCO DE CONFIANÇA DO PRODUTO
   ========================================================= */

.product-trust-section {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.product-trust-section div {
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 10px 28px rgba(7, 16, 24, .045);
    position: relative;
    overflow: hidden;
}

.product-trust-section div::before {
    content: "";
    width: 38px;
    height: 4px;
    border-radius: 999px;
    background: #22c55e;
    display: block;
    margin-bottom: 14px;
}

.product-trust-section strong {
    display: block;
    color: #071018;
    font-size: 16px;
    font-weight: 950;
    margin-bottom: 7px;
}

.product-trust-section span {
    display: block;
    color: #667085;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

@media (max-width: 860px) {
    .product-trust-section {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   CORREÇÃO FINAL - FAVORITOS / HEADER / PRODUTO
   ========================================================= */

.topbar-link-button,
.topbar-actions .favorites-open {
    border: 0 !important;
    background: transparent !important;
    color: #071018 !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: inherit;
    line-height: 1;
}

.topbar-link-button:hover,
.topbar-actions .favorites-open:hover {
    color: #0f8f55 !important;
    transform: none !important;
    box-shadow: none !important;
}

.topbar-actions .favorites-open strong,
.topbar-actions .favorites-open svg {
    display: none !important;
}

.featured-card > .favorite-button,
.product-card > .favorite-button,
.store-card > .favorite-button {
    display: none !important;
}

.product-detail-favorite,
.store-favorite-button {
    display: grid !important;
}

.product-detail-favorite.favorite-button {
    position: static !important;
    top: auto !important;
    right: auto !important;
    width: 44px;
    height: 44px;
}

.product-detail-title-row {
    display: grid;
    grid-template-columns: 1fr 44px 44px;
    gap: 12px;
    align-items: flex-start;
}

@media (max-width: 640px) {
    .product-detail-title-row {
        grid-template-columns: 1fr 42px 42px;
    }

    .product-detail-favorite.favorite-button,
    .product-share-button {
        width: 42px;
        height: 42px;
    }
}

.product-detail-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    color: #667085;
    font-size: 14px;
    font-weight: 700;
}

.product-detail-meta span:not(:last-child)::after {
    content: "|";
    margin-left: 8px;
    color: #d0d5dd;
}

.product-rating-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0 0;
}

.product-rating-line strong {
    color: #2563eb;
    font-size: 18px;
    font-weight: 950;
}

.product-rating-line span {
    color: #3483fa;
    letter-spacing: 1px;
    font-size: 15px;
}

.product-rating-line small {
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.merchant-ad-card {
    margin-top: 18px;
    background:
        radial-gradient(circle at 20% 0%, rgba(34, 197, 94, .10), transparent 34%),
        #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-shadow: 0 14px 36px rgba(7, 16, 24, .045);
}

.merchant-ad-card span {
    display: block;
    color: #0f8f55;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 6px;
}

.merchant-ad-card h2 {
    margin: 0 0 8px;
    color: #071018;
    font-size: 23px;
    font-weight: 950;
}

.merchant-ad-card p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 700;
}

.merchant-ad-card a {
    flex: 0 0 auto;
    background: #071018;
    color: #ffffff;
    border-radius: 14px;
    padding: 13px 16px;
    text-decoration: none;
    font-weight: 950;
}

.merchant-ad-card a:hover {
    background: #0f8f55;
}

.product-detail-sidebox div span {
    line-height: 1.45;
}

@media (max-width: 760px) {
    .merchant-ad-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .merchant-ad-card a {
        width: 100%;
        text-align: center;
    }

    .product-rating-line {
        flex-wrap: wrap;
    }
}

.checkout-nav {
    grid-template-columns: 180px 1fr auto;
}

.checkout-nav-title strong {
    display: block;
    color: #071018;
    font-size: 18px;
    font-weight: 950;
}

.checkout-nav-title span {
    display: block;
    margin-top: 4px;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.checkout-page {
    background: #f3f5f7;
    min-height: calc(100vh - 86px);
    padding: 34px 24px 80px;
}

.checkout-shell {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 24px;
    align-items: flex-start;
}

.checkout-main {
    display: grid;
    gap: 18px;
}

.checkout-card,
.checkout-summary-card {
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(7, 16, 24, .045);
}

.checkout-card {
    padding: 24px;
}

.checkout-card-head {
    margin-bottom: 18px;
}

.checkout-card-head span {
    display: block;
    color: #0f8f55;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 6px;
}

.checkout-card-head h1,
.checkout-card-head h2 {
    margin: 0;
    color: #071018;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -.03em;
}

.checkout-card-head p {
    margin: 7px 0 0;
    color: #667085;
    font-size: 14px;
    font-weight: 700;
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.checkout-grid-small {
    grid-template-columns: 140px 1fr 90px;
}

.checkout-card label,
.checkout-observation {
    display: block;
    color: #344054;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 14px;
}

.checkout-card input,
.checkout-card textarea {
    width: 100%;
    margin-top: 7px;
    border: 1px solid #d0d5dd;
    border-radius: 13px;
    padding: 13px 14px;
    outline: none;
    font-size: 14px;
    font-family: inherit;
    background: #ffffff;
}

.checkout-card textarea {
    min-height: 96px;
    resize: vertical;
}

.checkout-card input:focus,
.checkout-card textarea:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
}

.checkout-delivery-options,
.payment-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

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

.checkout-option,
.payment-options label {
    border: 1px solid #dfe7eb;
    border-radius: 16px;
    padding: 15px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.checkout-option.active,
.payment-options label:has(input:checked) {
    border-color: #22c55e;
    background: #f0fdf4;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .10);
}

.checkout-option input,
.payment-options input {
    width: auto;
    margin: 0 0 8px;
}

.checkout-option strong,
.payment-options strong {
    display: block;
    color: #071018;
    font-size: 15px;
    font-weight: 950;
}

.checkout-option span,
.payment-options span {
    display: block;
    margin-top: 4px;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.checkout-summary {
    position: sticky;
    top: 24px;
}

.checkout-summary-card {
    padding: 22px;
}

.checkout-summary-card h2 {
    margin: 0 0 18px;
    color: #071018;
    font-size: 22px;
    font-weight: 950;
}

.checkout-items {
    display: grid;
    gap: 12px;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 4px;
}

.checkout-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf2f4;
}

.checkout-item strong {
    display: block;
    color: #071018;
    font-size: 14px;
    font-weight: 950;
}

.checkout-item span {
    display: block;
    margin-top: 4px;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.checkout-item em {
    color: #071018;
    font-style: normal;
    font-weight: 950;
}

.checkout-coupon {
    display: grid;
    grid-template-columns: 1fr 90px;
    gap: 9px;
    margin: 18px 0;
}

.checkout-coupon input {
    border: 1px solid #d0d5dd;
    border-radius: 13px;
    padding: 12px 13px;
    outline: none;
    font-weight: 700;
}

.checkout-coupon button {
    border: 0;
    border-radius: 13px;
    background: #071018;
    color: #ffffff;
    font-weight: 950;
    cursor: pointer;
}

.checkout-totals {
    display: grid;
    gap: 11px;
    padding-top: 16px;
    border-top: 1px solid #edf2f4;
}

.checkout-totals div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: #667085;
    font-size: 14px;
    font-weight: 800;
}

.checkout-totals strong {
    color: #071018;
}

.checkout-total-final {
    padding-top: 12px;
    border-top: 1px solid #edf2f4;
}

.checkout-total-final span,
.checkout-total-final strong {
    font-size: 20px;
    color: #071018;
    font-weight: 950;
}

.checkout-finish-button {
    width: 100%;
    margin-top: 18px;
    border: 0;
    border-radius: 15px;
    background: #22c55e;
    color: #071018;
    padding: 15px;
    font-size: 15px;
    font-weight: 950;
    cursor: pointer;
}

.checkout-finish-button:hover {
    filter: brightness(.96);
}

.checkout-safe-text {
    margin: 12px 0 0;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 980px) {
    .checkout-shell {
        grid-template-columns: 1fr;
    }

    .checkout-summary {
        position: static;
    }
}

@media (max-width: 680px) {
    .checkout-page {
        padding: 22px 12px 90px;
    }

    .checkout-nav {
        grid-template-columns: 1fr;
    }

    .checkout-grid,
    .checkout-grid-small,
    .checkout-delivery-options,
    .payment-options {
        grid-template-columns: 1fr;
    }

    .checkout-card,
    .checkout-summary-card {
        padding: 18px;
    }
}

.shop-chat-widget {
    position: fixed !important;
    left: 24px !important;
    bottom: 24px !important;
    z-index: 99999 !important;
    font-family: inherit;
}

.shop-chat-panel {
    width: 390px !important;
    max-width: calc(100vw - 28px) !important;
    height: 560px !important;
    max-height: calc(100vh - 90px) !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, .96) !important;
    border: 1px solid rgba(16, 185, 129, .18) !important;
    box-shadow:
        0 30px 90px rgba(7, 16, 24, .28),
        0 0 0 1px rgba(255,255,255,.9) inset !important;
    backdrop-filter: blur(12px);
}

.shop-chat-header {
    min-height: 72px;
    padding: 16px 18px !important;
    background:
        radial-gradient(circle at 18% 0%, rgba(34, 197, 94, .26), transparent 36%),
        linear-gradient(135deg, #06231d 0%, #071018 52%, #0f3d2e 100%) !important;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.shop-chat-header strong {
    font-size: 16px !important;
    font-weight: 950 !important;
    letter-spacing: -.02em;
}

.shop-chat-header span {
    color: rgba(255,255,255,.82) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.shop-chat-close,
#shopChatClose {
    width: 32px !important;
    height: 32px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    background: rgba(255,255,255,.10) !important;
    color: #ffffff !important;
    font-size: 20px !important;
    cursor: pointer;
}

.shop-chat-body {
    padding: 18px 16px !important;
    background:
        radial-gradient(circle at 12% 0%, rgba(34,197,94,.10), transparent 32%),
        linear-gradient(180deg, #f6fbf8 0%, #ffffff 100%) !important;
    overflow-y: auto !important;
    scroll-behavior: smooth;
}

.shop-chat-body::-webkit-scrollbar {
    width: 7px;
}

.shop-chat-body::-webkit-scrollbar-track {
    background: transparent;
}

.shop-chat-body::-webkit-scrollbar-thumb {
    background: rgba(15, 143, 85, .25);
    border-radius: 999px;
}

.shop-chat-message {
    display: flex;
    margin-bottom: 12px !important;
}

.shop-chat-message.user {
    justify-content: flex-end;
}

.shop-chat-message.bot {
    justify-content: flex-start;
}

.shop-chat-bubble {
    max-width: 82% !important;
    padding: 12px 14px !important;
    border-radius: 18px !important;
    font-size: 13.5px !important;
    line-height: 1.45 !important;
    font-weight: 750 !important;
    white-space: pre-line !important;
    word-break: break-word;
    box-shadow: 0 10px 26px rgba(7, 16, 24, .07);
}

.shop-chat-message.user .shop-chat-bubble {
    color: #ffffff !important;
    background:
        radial-gradient(circle at 20% 0%, rgba(34,197,94,.24), transparent 38%),
        linear-gradient(135deg, #071018 0%, #0b3027 100%) !important;
    border-top-right-radius: 7px !important;
}

.shop-chat-message.bot .shop-chat-bubble {
    color: #10251b !important;
    background: #eefbf4 !important;
    border: 1px solid rgba(34, 197, 94, .18) !important;
    border-top-left-radius: 7px !important;
}

.shop-chat-message.loading .shop-chat-bubble {
    color: #667085 !important;
    background: #f2f4f7 !important;
    border: 1px solid #e4e7ec !important;
}

.shop-chat-form {
    padding: 13px !important;
    gap: 8px !important;
    background: rgba(255,255,255,.96) !important;
    border-top: 1px solid rgba(16, 185, 129, .14) !important;
}

.shop-chat-form input {
    height: 46px !important;
    border-radius: 16px !important;
    border: 1.5px solid rgba(15,143,85,.45) !important;
    background: #ffffff !important;
    padding: 0 14px !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    color: #071018 !important;
    outline: none !important;
}

.shop-chat-form input:focus {
    border-color: #22c55e !important;
    box-shadow: 0 0 0 4px rgba(34,197,94,.12) !important;
}

.shop-chat-form button {
    height: 46px !important;
    border-radius: 16px !important;
    padding: 0 18px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #22c55e, #16a34a) !important;
    color: #071018 !important;
    font-size: 13.5px !important;
    font-weight: 950 !important;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(34, 197, 94, .28);
}

.shop-chat-button {
    width: 62px !important;
    height: 62px !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 42px rgba(7, 16, 24, .30) !important;
}

@media (max-width: 640px) {
    .shop-chat-widget {
        left: 14px !important;
        bottom: 14px !important;
    }

    .shop-chat-panel {
        width: calc(100vw - 28px) !important;
        height: 560px !important;
        max-height: calc(100vh - 90px) !important;
        border-radius: 24px !important;
    }

    .shop-chat-bubble {
        max-width: 86% !important;
        font-size: 13px !important;
    }
}

/* =========================================================
   ATENA CHAT - CARDS DE PRODUTOS / LOJAS
   ========================================================= */

.shop-chat-message.has-cards {
    display: block !important;
    width: 100%;
}

.shop-chat-message.has-cards .shop-chat-bubble {
    display: inline-block;
    max-width: 88% !important;
    margin-bottom: 10px;
}

.shop-chat-cards {
    display: grid;
    gap: 10px;
    width: 100%;
    margin-top: 2px;
}

.shop-chat-card {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 11px;
    align-items: stretch;
    width: 100%;
    text-decoration: none !important;
    color: #071018 !important;
    background: #ffffff;
    border: 1px solid rgba(16, 185, 129, .20);
    border-radius: 18px;
    padding: 9px;
    box-shadow: 0 12px 28px rgba(7, 16, 24, .08);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.shop-chat-card:hover {
    transform: translateY(-1px);
    border-color: rgba(34, 197, 94, .55);
    box-shadow: 0 16px 34px rgba(7, 16, 24, .13);
}

.shop-chat-card-image {
    position: relative;
    width: 72px;
    min-height: 72px;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(135deg, #eafaf1, #f7fbff);
    display: grid;
    place-items: center;
    color: #0f8f55;
    font-size: 24px;
    font-weight: 950;
}

.shop-chat-card-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.shop-chat-card-image span {
    position: relative;
    z-index: 1;
}

.shop-chat-card-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}

.shop-chat-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 1px;
}

.shop-chat-card-topline small,
.shop-chat-card-topline em {
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.shop-chat-card-topline small {
    color: #0f8f55;
}

.shop-chat-card-topline em {
    font-style: normal;
    color: #667085;
    background: #f2f4f7;
    padding: 5px 7px;
    border-radius: 999px;
}

.shop-chat-card h4 {
    margin: 0;
    color: #071018;
    font-size: 13.5px;
    line-height: 1.2;
    font-weight: 950;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shop-chat-card-store,
.shop-chat-card-desc {
    margin: 0;
    color: #475467;
    font-size: 11.5px;
    line-height: 1.25;
    font-weight: 750;
}

.shop-chat-card-desc {
    color: #667085;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shop-chat-card strong {
    margin-top: 3px;
    color: #0f8f55;
    font-size: 13px;
    font-weight: 950;
}

@media (max-width: 640px) {
    .shop-chat-card {
        grid-template-columns: 64px 1fr;
        padding: 8px;
    }

    .shop-chat-card-image {
        width: 64px;
        min-height: 64px;
        border-radius: 14px;
    }
}

