@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

body.storefront-body {
    --store-bg: #f5efe5;
    --store-surface: rgba(255, 255, 255, 0.95);
    --store-ink: #12202a;
    --store-ink-soft: #5d6c76;
    --store-line: rgba(18, 32, 42, 0.1);
    --store-brand: #ba6a32;
    --store-brand-deep: #8f4f22;
    --store-brand-soft: #fff1e7;
    --store-accent: #1d7d74;
    --store-shadow: 0 24px 50px rgba(18, 32, 42, 0.12);
    --store-shadow-soft: 0 16px 32px rgba(18, 32, 42, 0.08);
    background:
        radial-gradient(circle at top left, rgba(223, 188, 152, 0.28), transparent 30%),
        radial-gradient(circle at top right, rgba(26, 129, 116, 0.12), transparent 24%),
        linear-gradient(180deg, #f7f1e7 0%, #fcfbf8 24%, #f5f8fb 55%, #ffffff 100%);
    color: var(--store-ink);
    font-family: "Manrope", "Segoe UI", sans-serif;
}

/* Premium storefront uplift */
body.storefront-body {
    background:
        radial-gradient(circle at top left, rgba(198, 106, 43, 0.16), transparent 18%),
        radial-gradient(circle at top right, rgba(15, 76, 129, 0.12), transparent 24%),
        linear-gradient(180deg, #f7f1e8 0%, #f6fbff 32%, #ffffff 100%);
}

body.storefront-body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: 0.28;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 82%);
    z-index: 0;
}

body.storefront-body .wrapper.storefront-shell {
    position: relative;
    z-index: 1;
}

body.storefront-body .storefront-header {
    padding-top: 16px;
}

body.storefront-body .storefront-topbar {
    background: linear-gradient(135deg, rgba(16, 31, 43, 0.96) 0%, rgba(32, 48, 62, 0.92) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 36px rgba(8, 19, 30, 0.18);
}

body.storefront-body .storefront-navbar {
    padding: 16px 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 24px 42px rgba(14, 29, 42, 0.12);
}

body.storefront-body .storefront-brand img {
    height: 56px;
    width: auto;
    object-fit: contain;
}

body.storefront-body .storefront-nav {
    gap: 18px;
}

body.storefront-body .storefront-nav .nav-link {
    position: relative;
    padding: 10px 0 !important;
    background: transparent !important;
    color: var(--store-ink) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.storefront-body .storefront-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.22s ease;
}

body.storefront-body .storefront-nav .nav-link:hover::after,
body.storefront-body .storefront-nav .nav-link.active::after {
    transform: scaleX(1);
}

body.storefront-body .storefront-outline-link,
body.storefront-body .storefront-pill-btn,
body.storefront-body .heading-button {
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

body.storefront-body .storefront-pill-btn,
body.storefront-body .heading-button {
    color: #ffffff;
    border: 0;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    box-shadow: 0 20px 34px rgba(186, 106, 50, 0.24);
}

body.storefront-body .storefront-outline-link {
    border: 1px solid rgba(19, 33, 43, 0.1);
    background: rgba(255, 255, 255, 0.78);
    color: var(--store-ink);
}

body.storefront-body .storefront-pill-btn:hover,
body.storefront-body .storefront-outline-link:hover,
body.storefront-body .heading-button:hover {
    transform: translateY(-2px);
}

body.storefront-body .storefront-section-head {
    max-width: 760px;
    margin: 0 auto 42px;
}

body.storefront-body .storefront-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(198, 106, 43, 0.1);
    color: var(--store-brand-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.storefront-body .storefront-section-title,
body.storefront-body .storefront-section-head .heading-secondary {
    margin: 16px 0 12px;
    color: var(--store-ink);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

body.storefront-body .storefront-section-summary {
    color: var(--store-muted);
    font-size: 15px;
    line-height: 1.8;
}

body.storefront-body .storefront-hero {
    padding: 24px 0 54px;
}

body.storefront-body .storefront-hero-card {
    min-height: 580px;
    padding: 58px 60px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 85% 16%, rgba(255, 255, 255, 0.14), transparent 20%),
        radial-gradient(circle at 18% 78%, rgba(255, 255, 255, 0.1), transparent 26%),
        linear-gradient(135deg, #102b3d 0%, #0f4c81 40%, #174e68 62%, #c66a2b 100%);
}

body.storefront-body .storefront-hero-card::after {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

body.storefront-body .storefront-hero h1 {
    max-width: 8ch;
    font-size: clamp(3.5rem, 7vw, 5.8rem);
}

body.storefront-body .storefront-hero p {
    max-width: 540px;
    font-size: 16px;
    line-height: 1.95;
}

body.storefront-body .storefront-hero-media {
    position: relative;
    padding: 20px;
    transform: rotate(-2deg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
    box-shadow: 0 34px 60px rgba(10, 23, 37, 0.24);
}

body.storefront-body .storefront-hero-media::after {
    content: "Premium Picks";
    position: absolute;
    top: 18px;
    right: 18px;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    color: var(--store-ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.storefront-body .storefront-highlight-strip {
    margin-top: -58px;
    padding-bottom: 34px;
    position: relative;
    z-index: 2;
}

body.storefront-body .storefront-highlight-card {
    position: relative;
    padding: 26px 24px;
    overflow: hidden;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.74);
}

body.storefront-body .storefront-highlight-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
}

body.storefront-body .storefront-story-panel,
body.storefront-body .storefront-collection-panel {
    padding: 36px;
    border-radius: 34px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(247, 250, 252, 0.98) 100%);
    box-shadow: 0 28px 48px rgba(15, 30, 44, 0.1);
}

body.storefront-body .storefront-story-media {
    transform: translateY(16px);
}

body.storefront-body .storefront-home .airi-product .product-inner,
body.storefront-body .catalog-shell .airi-product .product-inner {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 252, 0.96) 100%);
    box-shadow: 0 24px 44px rgba(15, 29, 42, 0.1);
}

body.storefront-body .storefront-home .airi-product .product-inner::before,
body.storefront-body .catalog-shell .airi-product .product-inner::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 104px;
    background: linear-gradient(180deg, rgba(198, 106, 43, 0.08), transparent);
    pointer-events: none;
}

body.storefront-body .storefront-home .product-badges,
body.storefront-body .catalog-shell .product-badges {
    top: 18px;
    left: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.storefront-body .storefront-home .product-badges .badge,
body.storefront-body .catalog-shell .product-badges .badge {
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    color: var(--store-ink);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 10px 18px rgba(19, 33, 43, 0.08);
}

body.storefront-body .storefront-home .badge-discount,
body.storefront-body .catalog-shell .badge-discount {
    background: #ffe7eb;
    color: #d84d61;
}

body.storefront-body .storefront-home .badge-new,
body.storefront-body .catalog-shell .badge-new {
    background: #e8f6ff;
    color: #1182bf;
}

body.storefront-body .storefront-home .product-image--holder,
body.storefront-body .catalog-shell .product-image--holder {
    min-height: 280px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
}

body.storefront-body .storefront-home .product-image--holder > a,
body.storefront-body .catalog-shell .product-image--holder > a {
    width: 100%;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.storefront-body .storefront-home .product-info,
body.storefront-body .catalog-shell .product-info {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 16px;
}

body.storefront-body .storefront-home .product-rating,
body.storefront-body .catalog-shell .product-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

body.storefront-body .storefront-home .rating-count,
body.storefront-body .catalog-shell .rating-count {
    color: var(--store-muted);
    font-size: 13px;
    font-weight: 600;
}

body.storefront-body .storefront-home .product-type-badge .badge,
body.storefront-body .catalog-shell .product-type-badge .badge {
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.storefront-body .storefront-home .product-additional-info small,
body.storefront-body .catalog-shell .product-additional-info small {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.storefront-body .storefront-home .airi-product-action,
body.storefront-body .catalog-shell .airi-product-action {
    top: 16px;
    right: 16px;
}

body.storefront-body .storefront-home .product-action,
body.storefront-body .catalog-shell .product-action {
    gap: 10px;
}

body.storefront-body .storefront-home .action-btn,
body.storefront-body .catalog-shell .action-btn {
    width: 46px;
    height: 46px;
    border-radius: 18px;
}

body.storefront-body .storefront-brand-stage {
    padding: 28px 30px;
    border-radius: 34px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(247, 250, 252, 0.98) 100%);
    box-shadow: 0 24px 44px rgba(15, 29, 42, 0.08);
}

body.storefront-body .storefront-brand-stage__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

body.storefront-body .storefront-brand-stage__head .storefront-section-summary {
    max-width: 460px;
}

body.storefront-body .storefront-home .single-partner {
    min-height: 120px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px !important;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(19, 33, 43, 0.08);
    box-shadow: 0 14px 28px rgba(19, 33, 43, 0.06);
}

body.storefront-body .home-trending-collections .banner-box {
    padding: 16px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 250, 252, 0.98) 100%);
    border: 1px solid rgba(19, 33, 43, 0.08);
    box-shadow: 0 24px 42px rgba(15, 29, 42, 0.1);
}

body.storefront-body .home-trending-collections .banner-image img {
    min-height: 220px;
    object-fit: cover;
    border-radius: 22px;
}

body.storefront-body .home-trending-collections .banner-btn {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    color: var(--store-ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.storefront-body .storefront-catalog-hero {
    padding-top: 14px !important;
    padding-bottom: 34px !important;
}

body.storefront-body .catalog-hero-panel {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 44px 48px;
    overflow: hidden;
    border-radius: 38px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.86) 0%, rgba(247, 250, 252, 0.98) 100%);
    box-shadow: 0 30px 56px rgba(15, 29, 42, 0.1);
}

body.storefront-body .catalog-hero-panel::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(198, 106, 43, 0.18) 0%, transparent 68%);
}

body.storefront-body .catalog-hero-panel .page-title {
    margin-top: 18px;
}

body.storefront-body .catalog-page-description {
    max-width: 620px;
    margin: 0 auto;
}

body.storefront-body .catalog-stat-pills {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

body.storefront-body .catalog-stat-pill {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.88);
    color: var(--store-muted);
    font-size: 13px;
    font-weight: 700;
}

body.storefront-body .catalog-stat-pill strong {
    color: var(--store-ink);
    font-size: 15px;
}

body.storefront-body .catalog-shell .shop-toolbar {
    padding: 24px 26px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 42px rgba(15, 29, 42, 0.08);
}

body.storefront-body .catalog-shell .product-pages {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: #f5f8fb;
}

body.storefront-body .catalog-shell .product-view-count {
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(19, 33, 43, 0.06);
    background: rgba(245, 248, 251, 0.92);
}

body.storefront-body .catalog-shell .sidebar-widget > *,
body.storefront-body .catalog-shell .product-widget {
    border-radius: 28px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(16px);
    box-shadow: 0 22px 38px rgba(15, 29, 42, 0.08);
}

body.storefront-body .catalog-shell .widget-title {
    font-size: 1.35rem;
}

body.storefront-body .catalog-shell .product-widget__list li,
body.storefront-body .catalog-shell .prouduct-categories li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.storefront-body .catalog-shell .tagcloud a {
    background: #f8fbfd;
}

body.storefront-body .storefront-footer {
    margin-top: 86px;
    padding-bottom: 34px;
}

body.storefront-body .storefront-footer-banner {
    padding: 34px 36px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(16, 31, 43, 0.95) 0%, rgba(18, 73, 98, 0.92) 100%);
    box-shadow: 0 30px 54px rgba(10, 24, 36, 0.2);
}

body.storefront-body .storefront-footer-banner__copy h3 {
    max-width: 720px;
    color: #ffffff;
}

body.storefront-body .storefront-footer-banner__eyebrow {
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.08);
    padding: 6px 12px;
    border-radius: 999px;
}

body.storefront-body .storefront-footer-card,
body.storefront-body .storefront-footer-feature {
    padding: 26px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(14px);
    box-shadow: 0 22px 38px rgba(15, 29, 42, 0.08);
}

body.storefront-body .storefront-footer-logo {
    max-width: 190px;
}

body.storefront-body .storefront-footer-social__link {
    width: 42px;
    height: 42px;
    border-radius: 14px;
}

body.storefront-body .storefront-footer-bottom {
    min-height: 62px;
    padding: 18px 24px;
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(14px);
}

@media (max-width: 1199.98px) {
    body.storefront-body .storefront-hero-card {
        padding: 46px 42px;
        min-height: auto;
    }

    body.storefront-body .storefront-brand-stage__head {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 991.98px) {
    body.storefront-body .storefront-hero {
        padding: 16px 0 34px;
    }

    body.storefront-body .storefront-hero-card,
    body.storefront-body .catalog-hero-panel,
    body.storefront-body .storefront-story-panel,
    body.storefront-body .storefront-collection-panel,
    body.storefront-body .storefront-brand-stage,
    body.storefront-body .storefront-footer-banner {
        padding: 30px 24px;
    }

    body.storefront-body .storefront-hero-media {
        transform: none;
        margin-top: 10px;
    }

    body.storefront-body .storefront-highlight-strip {
        margin-top: 0;
    }

    body.storefront-body .catalog-stat-pills {
        gap: 10px;
    }
}

@media (max-width: 767.98px) {
    body.storefront-body::before {
        opacity: 0.14;
    }

    body.storefront-body .storefront-navbar {
        padding: 14px 16px;
    }

    body.storefront-body .storefront-brand img {
        height: 46px;
    }

    body.storefront-body .storefront-hero-card,
    body.storefront-body .catalog-hero-panel,
    body.storefront-body .storefront-story-panel,
    body.storefront-body .storefront-collection-panel,
    body.storefront-body .storefront-brand-stage,
    body.storefront-body .storefront-footer-banner,
    body.storefront-body .storefront-footer-card,
    body.storefront-body .storefront-footer-feature {
        padding: 24px 18px;
        border-radius: 24px;
    }

    body.storefront-body .storefront-hero h1,
    body.storefront-body .catalog-hero-panel .page-title,
    body.storefront-body .storefront-section-title,
    body.storefront-body .storefront-section-head .heading-secondary {
        font-size: clamp(2.2rem, 10vw, 3.2rem);
    }

    body.storefront-body .storefront-hero-media::after {
        top: 12px;
        right: 12px;
    }

    body.storefront-body .catalog-stat-pill,
    body.storefront-body .catalog-shell .product-pages {
        min-height: 38px;
        padding: 0 14px;
        font-size: 12px;
    }

    body.storefront-body .storefront-footer-bottom {
        padding: 16px 18px;
    }
}

body.storefront-body .storefront-shell {
    overflow-x: clip;
}

body.storefront-body a {
    transition: all 0.24s ease;
}

body.storefront-body p {
    color: var(--store-ink-soft);
}

body.storefront-body .heading-button,
body.storefront-body .storefront-pill-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 12px 22px;
    border-radius: 999px;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    box-shadow: 0 16px 32px rgba(186, 106, 50, 0.24);
}

body.storefront-body .heading-button:hover,
body.storefront-body .storefront-pill-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

body.storefront-body .storefront-pill-btn--ghost {
    color: var(--store-ink);
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: none;
}

body.storefront-body .heading-secondary,
body.storefront-body .page-title {
    color: var(--store-ink);
    font-weight: 800;
    letter-spacing: -0.05em;
}

body.storefront-body .heading-secondary {
    font-size: clamp(2rem, 4vw, 3.1rem);
}

body.storefront-body .page-title {
    font-size: clamp(2.3rem, 5vw, 4.4rem);
    margin-bottom: 16px;
}

body.storefront-body .catalog-page-description {
    max-width: 720px;
    margin: 18px auto 0;
    line-height: 1.85;
}

body.storefront-body .breadcrumb-area {
    position: relative;
    isolation: isolate;
    background: transparent !important;
    padding-top: 52px;
    padding-bottom: 42px;
}

body.storefront-body .catalog-breadcrumb::before,
body.storefront-body .breadcrumb-bg-1::before {
    content: "";
    position: absolute;
    inset: 10px 18px 0;
    z-index: 0;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(255, 252, 247, 0.94));
    border: 1px solid var(--store-line);
    box-shadow: var(--store-shadow-soft);
    pointer-events: none;
}

body.storefront-body .breadcrumb-area .container,
body.storefront-body .breadcrumb-area .container-fluid,
body.storefront-body .breadcrumb-area .row,
body.storefront-body .breadcrumb-area .col-12 {
    position: relative;
    z-index: 1;
}

body.storefront-body .breadcrumb-area .page-title {
    color: var(--store-ink) !important;
}

body.storefront-body .breadcrumb-area .catalog-page-description {
    color: var(--store-muted) !important;
}

body.storefront-body .breadcrumb-area .breadcrumb li,
body.storefront-body .breadcrumb-area .breadcrumb li a,
body.storefront-body .breadcrumb-area .breadcrumb li.current span {
    color: var(--store-muted) !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
}

body.storefront-body .breadcrumb-area .breadcrumb li.current span {
    color: var(--store-brand) !important;
}

body.storefront-body .breadcrumb-area .breadcrumb li + li::before {
    content: "/";
    margin: 0 8px;
    color: rgba(19, 33, 43, 0.3);
}

body.storefront-body .storefront-topbar {
    padding: 16px 24px 0;
}

body.storefront-body .storefront-topbar__inner {
    width: min(1380px, 100%);
    margin: 0 auto;
    padding: 12px 22px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: rgba(11, 24, 31, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 36px rgba(7, 16, 22, 0.22);
    color: rgba(255, 255, 255, 0.76);
}

body.storefront-body .storefront-topbar__meta,
body.storefront-body .storefront-topbar__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

body.storefront-body .storefront-topbar__meta a,
body.storefront-body .storefront-topbar__actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.storefront-body .storefront-header .header-outer {
    padding: 0 24px;
}

body.storefront-body .storefront-header .fixed-header {
    width: min(1380px, 100%);
    margin: 16px auto 0;
    padding: 10px 12px;
    border-radius: 28px;
    border: 1px solid var(--store-line);
    box-shadow: 0 24px 42px rgba(18, 32, 42, 0.12);
    backdrop-filter: blur(18px);
}

body.storefront-body .storefront-header--transparent .fixed-header {
    background: rgba(12, 26, 34, 0.56);
    border-color: rgba(255, 255, 255, 0.12);
}

body.storefront-body .storefront-header--solid .fixed-header {
    background: rgba(255, 255, 255, 0.94);
}

body.storefront-body .storefront-logo-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
}

body.storefront-body .storefront-logo-box img {
    max-height: 46px;
    width: auto;
}

body.storefront-body .storefront-navigation .mainmenu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

body.storefront-body .storefront-navigation .mainmenu__link {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
}

body.storefront-body .storefront-header--transparent .mainmenu__link {
    color: rgba(255, 255, 255, 0.92) !important;
}

body.storefront-body .storefront-header--transparent .mainmenu__link:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12);
}

body.storefront-body .storefront-header--solid .mainmenu__link {
    color: var(--store-ink) !important;
}

body.storefront-body .storefront-header--solid .mainmenu__link:hover {
    color: var(--store-brand) !important;
    background: rgba(186, 106, 50, 0.08);
}

body.storefront-body .storefront-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

body.storefront-body .storefront-toolbar .toolbar-btn,
body.storefront-body .storefront-toolbar .user-info-menu-btn > a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 14px 24px rgba(18, 32, 42, 0.12);
}

body.storefront-body .storefront-header--transparent .toolbar-btn,
body.storefront-body .storefront-header--transparent .user-info-menu-btn > a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

body.storefront-body .storefront-header--solid .toolbar-btn,
body.storefront-body .storefront-header--solid .user-info-menu-btn > a {
    color: var(--store-ink);
    background: var(--store-brand-soft);
}

body.storefront-body .storefront-header .mini-cart-count {
    min-width: 20px;
    min-height: 20px;
    padding: 2px 6px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

body.storefront-body .user-info-menu {
    min-width: 230px;
    padding: 10px;
    margin-top: 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--store-line);
    box-shadow: var(--store-shadow);
}

body.storefront-body .user-info-menu li a,
body.storefront-body .user-info-menu li button {
    width: 100%;
    padding: 10px 14px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    color: var(--store-ink);
    font-weight: 600;
}

body.storefront-body .user-info-menu li a:hover,
body.storefront-body .user-info-menu li button:hover {
    background: #f5f8fb;
    color: var(--store-brand);
}

body.storefront-body .storefront-mobile-header .fixed-header {
    margin: 14px 12px 0;
    padding: 10px 12px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--store-line);
    box-shadow: var(--store-shadow-soft);
}

body.storefront-body .storefront-mobile-header .toolbar-btn,
body.storefront-body .storefront-mobile-header .user-info-menu-btn > a {
    background: #f7efe8;
    color: var(--store-ink);
}

body.storefront-body .storefront-home .homepage-slider {
    padding: 8px 18px 0;
}

body.storefront-body .storefront-highlight-strip {
    position: relative;
    z-index: 2;
    margin-top: -44px;
    padding-bottom: 26px;
}

body.storefront-body .storefront-highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

body.storefront-body .storefront-highlight-card {
    padding: 22px 24px;
    border-radius: 26px;
    border: 1px solid var(--store-line);
    background: var(--store-surface);
    box-shadow: var(--store-shadow-soft);
}

body.storefront-body .storefront-highlight-card__label {
    display: block;
    margin-bottom: 12px;
    color: var(--store-brand);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.storefront-body .storefront-highlight-card__value {
    display: block;
    margin-bottom: 10px;
    color: var(--store-ink);
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1;
}

body.storefront-body .storefront-home .image-box,
body.storefront-body .storefront-home .banner-box,
body.storefront-body .storefront-home .single-partner,
body.storefront-body .catalog-shell .collection-spotlight-card,
body.storefront-body .catalog-shell .product-widget,
body.storefront-body .catalog-shell .advanced-product-filters,
body.storefront-body .catalog-shell .shop-toolbar,
body.storefront-body .product-page-shell .product-detail-card,
body.storefront-body .cart-page-shell .cart-table-wrapper,
body.storefront-body .cart-page-shell .cart-summary-wrapper,
body.storefront-body .checkout-page-shell .card,
body.storefront-body .checkout-page-shell .order-summary-card,
body.storefront-body .checkout-page-shell .address-card,
body.storefront-body .checkout-page-shell .payment-method-card,
body.storefront-body .contact-page-shell .contact-hero,
body.storefront-body .contact-page-shell .contact-card,
body.storefront-body .contact-page-shell .contact-form-card,
body.storefront-body .dynamic-page-shell .side-card,
body.storefront-body .dynamic-page-shell .article-card,
body.storefront-body .order-confirmation-shell .confirmation-card,
body.storefront-body .payment-success-shell .success-card,
body.storefront-body .payment-status-shell .card {
    border-color: var(--store-line) !important;
    background: var(--store-surface) !important;
    box-shadow: var(--store-shadow-soft) !important;
}

body.storefront-body .storefront-home .airi-product .product-inner,
body.storefront-body .catalog-shell .airi-product .product-inner {
    height: 100%;
    padding: 18px;
    border-radius: 30px;
    border: 1px solid var(--store-line);
    background: var(--store-surface);
    box-shadow: var(--store-shadow-soft);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

body.storefront-body .storefront-home .airi-product:hover .product-inner,
body.storefront-body .catalog-shell .airi-product:hover .product-inner {
    transform: translateY(-8px);
    box-shadow: var(--store-shadow);
}

body.storefront-body .storefront-home .product-image--holder,
body.storefront-body .catalog-shell .product-image--holder {
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(180deg, #fffaf5 0%, #f6f8fb 100%);
}

body.storefront-body .storefront-home .product-title a,
body.storefront-body .catalog-shell .product-title a {
    color: var(--store-ink);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
}

body.storefront-body .storefront-home .product-title a:hover,
body.storefront-body .catalog-shell .product-title a:hover {
    color: var(--store-brand);
}

body.storefront-body .storefront-home .money,
body.storefront-body .catalog-shell .money {
    color: var(--store-ink);
    font-size: 20px;
    font-weight: 800;
}

body.storefront-body .storefront-home .product-price-old .money,
body.storefront-body .catalog-shell .product-price-old .money {
    color: #8d99a2;
    font-size: 15px;
    font-weight: 600;
    text-decoration: line-through;
}

body.storefront-body .storefront-home .action-btn,
body.storefront-body .catalog-shell .action-btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--store-line);
    color: var(--store-ink);
    box-shadow: 0 14px 24px rgba(18, 32, 42, 0.14);
}

body.storefront-body .storefront-home .action-btn:hover,
body.storefront-body .catalog-shell .action-btn:hover {
    color: #ffffff;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    border-color: transparent;
}

body.storefront-body .storefront-home .single-partner,
body.storefront-body .storefront-home .banner-box {
    border-radius: 28px;
    padding: 18px;
}

body.storefront-body .catalog-shell .shop-toolbar {
    padding: 20px 22px;
    border-radius: 28px;
    margin-bottom: 22px;
}

body.storefront-body .catalog-shell .shop-toolbar__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #f4f6f8;
    color: var(--store-ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

body.storefront-body .catalog-shell .shop-toolbar__btn:hover {
    color: var(--store-brand);
    background: var(--store-brand-soft);
}

body.storefront-body .catalog-shell .product-ordering__list {
    border-radius: 22px;
    border: 1px solid var(--store-line);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--store-shadow-soft);
}

body.storefront-body .catalog-shell .product-ordering__list li a {
    display: block;
    padding: 11px 12px;
    border-radius: 14px;
    color: var(--store-ink);
}

body.storefront-body .catalog-shell .product-ordering__list li.active a,
body.storefront-body .catalog-shell .product-ordering__list li a:hover {
    background: #f5f8fb;
    color: var(--store-brand);
}

body.storefront-body #quickViewModal .modal-content {
    border: 0;
    border-radius: 28px;
    box-shadow: var(--store-shadow);
    overflow: hidden;
}

body.storefront-body .product-page-shell {
    background: linear-gradient(180deg, rgba(255, 248, 240, 0.76) 0%, rgba(255, 255, 255, 0) 45%);
}

body.storefront-body .product-page-shell .product-main-image {
    border-radius: 24px;
    background: linear-gradient(180deg, #fffaf5 0%, #f7fafc 100%);
}

body.storefront-body .product-page-shell .product-thumb {
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(18, 32, 42, 0.08);
}

body.storefront-body .product-page-shell .review-card,
body.storefront-body .product-page-shell .related-card,
body.storefront-body .product-page-shell .variation-option-card {
    border-radius: 22px;
    border: 1px solid var(--store-line);
    background: rgba(255, 255, 255, 0.94);
}

body.storefront-body .cart-page-shell .cart-table-header {
    background: linear-gradient(135deg, #132530 0%, #1b394a 100%) !important;
    padding: 22px 24px !important;
}

body.storefront-body .cart-page-shell .cart-table-row {
    padding: 22px 20px !important;
    border-bottom: 1px solid var(--store-line);
    background: rgba(255, 255, 255, 0.98);
}

body.storefront-body .cart-page-shell .quantity-input-group {
    padding: 6px;
    border-radius: 16px;
    background: #f6f8fb;
}

body.storefront-body .cart-page-shell .cart-summary-wrapper {
    border-radius: 28px;
    padding: 24px;
    position: sticky;
    top: 124px;
}

body.storefront-body .cart-page-shell .cart-summary-wrapper .btn-primary {
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    border: 0;
}

body.storefront-body .checkout-page-shell {
    background:
        radial-gradient(circle at top left, rgba(186, 106, 50, 0.12), transparent 28%),
        radial-gradient(circle at top right, rgba(29, 125, 116, 0.12), transparent 26%),
        linear-gradient(180deg, #fcf7ef 0%, #f7fafc 52%, #ffffff 100%) !important;
    color: var(--store-ink);
}

body.storefront-body .checkout-page-shell .step.active .step-number {
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    border-color: transparent;
}

body.storefront-body .checkout-page-shell .step.completed .step-number {
    background: linear-gradient(135deg, var(--store-accent) 0%, #135e57 100%);
    border-color: transparent;
}

body.storefront-body .checkout-page-shell .address-card,
body.storefront-body .checkout-page-shell .payment-method-card,
body.storefront-body .checkout-page-shell .order-summary-card {
    border-radius: 24px;
}

body.storefront-body .checkout-page-shell .order-summary-card {
    top: 124px;
}

body.storefront-body .checkout-page-shell .btn-primary,
body.storefront-body .checkout-page-shell .btn-success,
body.storefront-body .product-page-shell .btn-style-1 {
    border: 0;
    border-radius: 999px;
    min-height: 50px;
    font-weight: 700;
}

body.storefront-body .checkout-page-shell .btn-primary,
body.storefront-body .product-page-shell .btn-style-1 {
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
}

body.storefront-body .checkout-page-shell .btn-success {
    background: linear-gradient(135deg, var(--store-accent) 0%, #146159 100%);
}

body.storefront-body .contact-page-shell {
    background:
        radial-gradient(circle at top left, rgba(186, 106, 50, 0.12), transparent 28%),
        radial-gradient(circle at bottom right, rgba(29, 125, 116, 0.14), transparent 30%),
        linear-gradient(180deg, #fcf8f2 0%, #ffffff 100%) !important;
}

body.storefront-body .contact-page-shell .contact-hero,
body.storefront-body .contact-page-shell .contact-card,
body.storefront-body .contact-page-shell .contact-form-card {
    border-radius: 30px;
}

body.storefront-body .contact-page-shell .contact-accent {
    background: var(--store-brand-soft);
    color: var(--store-brand-deep);
}

body.storefront-body .contact-page-shell .contact-hero h1 {
    max-width: 14ch;
    line-height: 1.08;
}

body.storefront-body .contact-page-shell .contact-card-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #ffffff;
    font-size: 1.15rem;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
}

body.storefront-body .contact-page-shell .contact-card-icon--compact {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1rem;
}

body.storefront-body .contact-page-shell .contact-card .text-uppercase,
body.storefront-body .contact-page-shell .contact-detail-item .text-uppercase {
    letter-spacing: 0.08em;
}

body.storefront-body .contact-page-shell .contact-social:hover {
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    border-color: transparent;
}

body.storefront-body .dynamic-page-shell {
    background:
        radial-gradient(circle at top left, rgba(186, 106, 50, 0.12), transparent 28%),
        linear-gradient(180deg, #fffaf4 0%, #f8fafc 42%, #ffffff 100%) !important;
}

body.storefront-body .dynamic-page-shell .hero-btn {
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
}

body.storefront-body .dynamic-page-shell .toc-link.is-active,
body.storefront-body .dynamic-page-shell .toc-link:hover,
body.storefront-body .dynamic-page-shell .hero-btn-alt:hover {
    color: var(--store-brand);
    background: var(--store-brand-soft);
}

body.storefront-body .order-confirmation-shell,
body.storefront-body .payment-success-shell,
body.storefront-body .payment-status-shell {
    background:
        radial-gradient(circle at top left, rgba(186, 106, 50, 0.12), transparent 24%),
        linear-gradient(180deg, #fcf8f2 0%, #f4f8fb 54%, #ffffff 100%) !important;
}

body.storefront-body .order-confirmation-shell,
body.storefront-body .payment-success-shell {
    min-height: 100vh;
    padding: 64px 0;
}

body.storefront-body .order-confirmation-shell .confirmation-card,
body.storefront-body .payment-success-shell .success-card {
    max-width: 720px;
    padding: 44px;
    border-radius: 32px;
}

body.storefront-body .order-confirmation-shell .success-icon,
body.storefront-body .payment-success-shell .success-icon {
    width: 108px;
    height: 108px;
    background: linear-gradient(135deg, var(--store-accent) 0%, #146159 100%);
}

body.storefront-body .payment-status-shell .card {
    border-radius: 30px;
    overflow: hidden;
}

body.storefront-body .payment-status-shell .payment-status-icon.failed {
    color: #e3a025;
    animation: storefront-shake 0.55s ease-in-out infinite alternate;
}

body.storefront-body .payment-status-shell .payment-status-icon.cancel {
    color: #d84f4f;
    animation: storefront-pulse 2s infinite;
}

body.storefront-body .storefront-footer {
    position: relative;
    margin-top: 56px;
    padding: 42px 0 22px;
    color: var(--store-ink);
    background: linear-gradient(180deg, #f5f7fa 0%, #edf2f5 100%);
    border-top: 1px solid rgba(18, 32, 42, 0.08);
}

body.storefront-body .storefront-footer-banner {
    padding: 26px 28px;
    margin-bottom: 30px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #fbf4ee 100%);
    border: 1px solid rgba(186, 106, 50, 0.14);
    box-shadow: var(--store-shadow-soft);
}

body.storefront-body .storefront-footer-banner__copy h3 {
    margin: 6px 0 0;
    color: var(--store-ink);
    font-size: clamp(1.35rem, 2.6vw, 2.05rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.2;
}

body.storefront-body .storefront-footer-banner__eyebrow {
    color: var(--store-brand);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.storefront-body .storefront-footer-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.storefront-body .storefront-pill-btn--alt {
    color: var(--store-ink);
    background: #ffffff;
    border: 1px solid rgba(18, 32, 42, 0.1);
    box-shadow: none;
}

body.storefront-body .storefront-pill-btn--alt:hover {
    color: var(--store-brand);
    background: var(--store-brand-soft);
    border-color: rgba(186, 106, 50, 0.18);
}

body.storefront-body .storefront-footer-main,
body.storefront-body .storefront-footer-features {
    margin-bottom: 22px;
}

body.storefront-body .storefront-footer-card,
body.storefront-body .storefront-footer-feature {
    height: 100%;
    padding: 24px 22px;
    border-radius: 24px;
    border: 1px solid rgba(18, 32, 42, 0.08);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(18, 32, 42, 0.05);
}

body.storefront-body .storefront-footer-logo {
    max-height: 52px;
    width: auto;
    margin-bottom: 16px;
}

body.storefront-body .storefront-footer-description {
    margin-bottom: 18px;
    line-height: 1.8;
}

body.storefront-body .storefront-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.storefront-body .storefront-footer-social__link {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(18, 32, 42, 0.08);
    background: #ffffff;
    color: var(--store-ink);
}

body.storefront-body .storefront-footer-social__link:hover {
    color: #ffffff;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    border-color: transparent;
}

body.storefront-body .storefront-footer-title {
    margin-bottom: 18px;
    color: var(--store-ink);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.storefront-body .storefront-footer-links,
body.storefront-body .storefront-footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.storefront-body .storefront-footer-links li,
body.storefront-body .storefront-footer-contact li {
    margin-bottom: 12px;
}

body.storefront-body .storefront-footer-links a,
body.storefront-body .storefront-footer-contact a,
body.storefront-body .storefront-footer-contact span {
    color: var(--store-ink-soft);
    text-decoration: none;
}

body.storefront-body .storefront-footer-links a:hover,
body.storefront-body .storefront-footer-contact a:hover {
    color: var(--store-brand);
}

body.storefront-body .storefront-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

body.storefront-body .storefront-footer-contact i {
    width: 18px;
    margin-top: 3px;
    color: var(--store-brand);
}

body.storefront-body .storefront-footer-payments {
    margin-top: 18px;
}

body.storefront-body .storefront-footer-payments img {
    max-width: 100%;
    height: auto;
}

body.storefront-body .storefront-footer-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

body.storefront-body .storefront-footer-feature i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--store-brand-soft);
    color: var(--store-brand);
    font-size: 16px;
}

body.storefront-body .storefront-footer-feature h4 {
    margin: 0 0 6px;
    color: var(--store-ink);
    font-size: 16px;
    font-weight: 700;
}

body.storefront-body .storefront-footer-feature p {
    margin: 0;
    line-height: 1.7;
}

body.storefront-body .storefront-footer-bottom {
    padding-top: 16px;
    border-top: 1px solid rgba(18, 32, 42, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

body.storefront-body .storefront-footer .copyright-text {
    color: var(--store-ink-soft);
}

body.storefront-body .storefront-footer-bottom__links {
    display: flex;
    align-items: center;
    gap: 18px;
}

body.storefront-body .storefront-footer-bottom__links a {
    color: var(--store-ink-soft);
    text-decoration: none;
    font-weight: 600;
}

body.storefront-body .storefront-footer-bottom__links a:hover {
    color: var(--store-brand);
}

@keyframes storefront-shake {
    from { transform: translateX(-4px); }
    to { transform: translateX(4px); }
}

@keyframes storefront-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@media (max-width: 1199.98px) {
    body.storefront-body .storefront-topbar { display: none; }
    body.storefront-body .storefront-header .header-outer { padding: 0 12px; }
    body.storefront-body .storefront-header .fixed-header { width: 100%; }
}

@media (max-width: 991.98px) {
    body.storefront-body .storefront-highlight-strip { margin-top: -18px; }
    body.storefront-body .storefront-footer-banner { flex-direction: column; align-items: flex-start; }
    body.storefront-body .cart-page-shell .cart-summary-wrapper,
    body.storefront-body .checkout-page-shell .order-summary-card { position: static; top: auto; }
}

@media (max-width: 767.98px) {
    body.storefront-body .breadcrumb-area { padding-top: 34px; padding-bottom: 30px; }
    body.storefront-body .catalog-breadcrumb::before,
    body.storefront-body .breadcrumb-bg-1::before { inset: 0; border-radius: 24px; }
    body.storefront-body .storefront-home .homepage-slider { padding: 0 10px; }
    body.storefront-body .storefront-footer { margin-top: 42px; padding-top: 30px; }
    body.storefront-body .storefront-footer-banner { padding: 22px 20px; }
    body.storefront-body .storefront-footer-card,
    body.storefront-body .storefront-footer-feature { padding: 20px 18px; }
    body.storefront-body .storefront-footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* 2026 storefront rebuild */
body.storefront-body {
    --store-bg: #f6f2ea;
    --store-surface: #ffffff;
    --store-surface-soft: #fbf9f5;
    --store-ink: #13212b;
    --store-muted: #61727d;
    --store-line: rgba(19, 33, 43, 0.12);
    --store-brand: #c66a2b;
    --store-brand-deep: #8f451c;
    --store-brand-soft: #fff0e2;
    --store-accent: #0f766e;
    --store-shadow: 0 20px 48px rgba(19, 33, 43, 0.1);
    --store-shadow-soft: 0 12px 28px rgba(19, 33, 43, 0.08);
    background:
        radial-gradient(circle at top left, rgba(240, 198, 149, 0.28), transparent 28%),
        radial-gradient(circle at top right, rgba(15, 118, 110, 0.08), transparent 22%),
        linear-gradient(180deg, #fbf8f3 0%, #f8fbfd 45%, #ffffff 100%);
    color: var(--store-ink);
    font-family: "Manrope", "Segoe UI", sans-serif;
}

body.storefront-body .storefront-shell {
    min-height: 100vh;
    overflow-x: clip;
}

body.storefront-body .container,
body.storefront-body .container-fluid {
    width: min(1380px, calc(100% - 32px));
    max-width: 1380px;
    padding-left: 0;
    padding-right: 0;
}

body.storefront-body .main-content-wrapper {
    position: relative;
    z-index: 1;
}

body.storefront-body a {
    color: inherit;
    transition: all 0.24s ease;
}

body.storefront-body img {
    max-width: 100%;
}

body.storefront-body p {
    color: var(--store-muted);
}

body.storefront-body .storefront-pill-btn,
body.storefront-body .heading-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    box-shadow: 0 18px 32px rgba(198, 106, 43, 0.24);
}

body.storefront-body .storefront-pill-btn:hover,
body.storefront-body .heading-button:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

body.storefront-body .storefront-pill-btn--alt,
body.storefront-body .storefront-outline-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(19, 33, 43, 0.12);
    background: rgba(255, 255, 255, 0.86);
    color: var(--store-ink);
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.storefront-body .storefront-pill-btn--alt:hover,
body.storefront-body .storefront-outline-link:hover {
    color: var(--store-brand);
    background: var(--store-brand-soft);
    border-color: rgba(198, 106, 43, 0.18);
}

body.storefront-body .heading-secondary,
body.storefront-body .page-title {
    color: var(--store-ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
    letter-spacing: -0.04em;
}

body.storefront-body .heading-secondary {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
}

body.storefront-body .page-title {
    font-size: clamp(2.6rem, 6vw, 4.6rem);
    margin-bottom: 0.75rem;
}

body.storefront-body .breadcrumb {
    margin-bottom: 0;
    background: transparent;
    gap: 8px;
}

body.storefront-body .breadcrumb-item,
body.storefront-body .breadcrumb-item a {
    color: var(--store-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
}

body.storefront-body .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(19, 33, 43, 0.3);
}

body.storefront-body .breadcrumb-item.active {
    color: var(--store-brand);
}

body.storefront-body .catalog-page-description {
    max-width: 720px;
    margin: 16px auto 0;
    line-height: 1.85;
}

body.storefront-body .storefront-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    padding-top: 18px;
}

body.storefront-body .storefront-topbar {
    padding-bottom: 12px;
}

body.storefront-body .storefront-topbar__inner {
    width: 100%;
    padding: 12px 22px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: rgba(255, 255, 255, 0.76);
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
}

body.storefront-body .storefront-topbar__meta,
body.storefront-body .storefront-topbar__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

body.storefront-body .storefront-topbar__meta a,
body.storefront-body .storefront-topbar__actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
}

body.storefront-body .storefront-navbar {
    margin-bottom: 12px;
    padding: 14px 18px;
    border-radius: 28px;
    border: 1px solid var(--store-line);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    box-shadow: var(--store-shadow);
}

body.storefront-body .storefront-header--home .storefront-navbar {
    background: rgba(255, 255, 255, 0.9);
}

body.storefront-body .storefront-brand {
    margin-right: 24px;
}

body.storefront-body .storefront-brand img {
    max-height: 48px;
    width: auto;
}

body.storefront-body .storefront-navbar-toggler {
    border: 0;
    border-radius: 16px;
    background: var(--store-brand-soft);
    box-shadow: none;
    padding: 10px 12px;
}

body.storefront-body .storefront-navbar-toggler:focus {
    box-shadow: none;
}

body.storefront-body .storefront-navbar-toggler .navbar-toggler-icon {
    width: 22px;
    height: 2px;
    display: inline-block;
    border-radius: 999px;
    background: var(--store-ink);
    box-shadow: 0 7px 0 var(--store-ink), 0 -7px 0 var(--store-ink);
    background-image: none;
}

body.storefront-body .storefront-nav {
    gap: 6px;
}

body.storefront-body .storefront-nav .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 10px 16px;
    border-radius: 999px;
    color: var(--store-ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.storefront-body .storefront-nav .nav-link:hover,
body.storefront-body .storefront-nav .nav-link.active {
    color: var(--store-brand);
    background: rgba(198, 106, 43, 0.08);
}

body.storefront-body .storefront-nav-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    min-height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff7452 0%, #d9462d 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
}

body.storefront-body .storefront-nav-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

body.storefront-body .storefront-icon-btn {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(19, 33, 43, 0.1);
    border-radius: 16px;
    background: var(--store-surface-soft);
    color: var(--store-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 12px 24px rgba(19, 33, 43, 0.06);
}

body.storefront-body .storefront-icon-btn:hover {
    color: var(--store-brand);
    background: var(--store-brand-soft);
}

body.storefront-body .storefront-icon-btn.dropdown-toggle::after {
    display: none;
}

body.storefront-body .storefront-dropdown {
    min-width: 220px;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    box-shadow: var(--store-shadow-soft);
}

body.storefront-body .storefront-dropdown .dropdown-item {
    border-radius: 12px;
    padding: 10px 12px;
    font-weight: 600;
}

body.storefront-body .storefront-dropdown .dropdown-item:hover,
body.storefront-body .storefront-dropdown .dropdown-item:focus {
    color: var(--store-brand);
    background: var(--store-brand-soft);
}

body.storefront-body .mini-cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 22px;
    min-height: 22px;
    padding: 2px 6px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    color: #ffffff;
}

body.storefront-body .storefront-hero {
    padding: 8px 0 18px;
}

body.storefront-body .storefront-hero-card {
    padding: 48px;
    border-radius: 38px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 24%),
        linear-gradient(135deg, #183342 0%, #0f4c81 48%, #c66a2b 100%);
    box-shadow: 0 28px 54px rgba(15, 35, 52, 0.22);
}

body.storefront-body .storefront-hero-card::before {
    content: "";
    position: absolute;
    inset: auto auto -80px -60px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

body.storefront-body .storefront-hero-card > .row {
    position: relative;
    z-index: 1;
}

body.storefront-body .storefront-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.storefront-body .storefront-hero h1 {
    margin: 18px 0 14px;
    color: #ffffff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3rem, 6vw, 5.2rem);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.06em;
}

body.storefront-body .storefront-hero p {
    max-width: 560px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.9;
}

body.storefront-body .storefront-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.storefront-body .storefront-hero .storefront-outline-link {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

body.storefront-body .storefront-hero .storefront-outline-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.22);
}

body.storefront-body .storefront-hero-media {
    padding: 28px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.storefront-body .storefront-hero-media img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 20px 30px rgba(11, 24, 31, 0.24));
}

body.storefront-body .storefront-hero-indicators {
    position: static;
    margin: 16px 0 0;
    justify-content: center;
}

body.storefront-body .storefront-hero-indicators button {
    width: 54px;
    height: 6px;
    margin: 0 5px;
    border: 0;
    border-radius: 999px;
    background: rgba(19, 33, 43, 0.16);
}

body.storefront-body .storefront-hero-indicators button.active {
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
}

body.storefront-body .storefront-highlight-strip {
    padding: 6px 0 26px;
}

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

body.storefront-body .storefront-highlight-card {
    height: 100%;
    padding: 24px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(19, 33, 43, 0.08);
    box-shadow: var(--store-shadow-soft);
}

body.storefront-body .storefront-highlight-card__label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--store-brand);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.storefront-body .storefront-highlight-card__value {
    display: block;
    margin-bottom: 10px;
    color: var(--store-ink);
    font-size: 2rem;
    font-weight: 800;
}

body.storefront-body .storefront-highlight-card__text {
    margin: 0;
    line-height: 1.75;
}

body.storefront-body .video-section-area,
body.storefront-body .partners-area,
body.storefront-body .top-collection-area,
body.storefront-body .blog-area,
body.storefront-body .home-featured-products {
    position: relative;
}

body.storefront-body .text-block {
    max-width: 540px;
}

body.storefront-body .video-section-area .image-box {
    position: relative;
    padding: 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(19, 33, 43, 0.08);
    box-shadow: var(--store-shadow);
}

body.storefront-body .video-section-area .image-box img {
    width: 100%;
    min-height: 340px;
    object-fit: cover;
    border-radius: 22px;
}

body.storefront-body .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 32px rgba(19, 33, 43, 0.2);
}

body.storefront-body .video-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-38%, -50%);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid var(--store-brand);
}

body.storefront-body .airi-product {
    height: 100%;
}

body.storefront-body .product-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    border-radius: 28px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--store-shadow-soft);
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

body.storefront-body .product-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 40px rgba(19, 33, 43, 0.12);
}

body.storefront-body .product-badges {
    position: absolute;
    top: 18px;
    left: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 2;
}

body.storefront-body .product-badges .badge {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.storefront-body .badge-new { background: #e0f2fe; color: #0369a1; }
body.storefront-body .badge-discount { background: #fee2e2; color: #b91c1c; }
body.storefront-body .badge-hot { background: #fff7ed; color: #c2410c; }
body.storefront-body .badge-digital { background: #ecfccb; color: #4d7c0f; }
body.storefront-body .badge-subscription { background: #ede9fe; color: #6d28d9; }

body.storefront-body .product-image {
    position: relative;
    margin: 0;
}

body.storefront-body .product-image--holder {
    min-height: 320px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff9f3 0%, #f5f8fb 100%);
    overflow: hidden;
}

body.storefront-body .product-image--holder > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
}

body.storefront-body .product-image--holder img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    object-fit: contain;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

body.storefront-body .product-image--holder .secondary-image {
    opacity: 0;
}

body.storefront-body .product-inner:hover .product-image--holder .primary-image {
    opacity: 0;
}

body.storefront-body .product-inner:hover .product-image--holder .secondary-image {
    opacity: 1;
    transform: scale(1.02);
}

body.storefront-body .airi-product-action {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
}

body.storefront-body .product-action {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.storefront-body .product-action .action-btn {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.94);
    color: var(--store-ink);
    box-shadow: 0 12px 22px rgba(19, 33, 43, 0.08);
    text-decoration: none;
}

body.storefront-body .product-action .action-btn:hover {
    color: var(--store-brand);
    background: var(--store-brand-soft);
}

body.storefront-body .product-action .btn-text {
    display: none;
}

body.storefront-body .out-of-stock,
body.storefront-body .backorder {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 16px;
    z-index: 2;
}

body.storefront-body .out-of-stock span,
body.storefront-body .backorder span {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.storefront-body .out-of-stock span {
    background: #fee2e2;
    color: #b91c1c;
}

body.storefront-body .backorder span {
    background: #fef3c7;
    color: #b45309;
}

body.storefront-body .product-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 22px;
}

body.storefront-body .product-title {
    margin: 0;
    font-size: 1.4rem;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
}

body.storefront-body .product-title a {
    color: var(--store-ink);
    text-decoration: none;
}

body.storefront-body .product-title a:hover {
    color: var(--store-brand);
}

body.storefront-body .product-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    color: #f59e0b;
}

body.storefront-body .product-rating i:not(.rated) {
    color: #c9d1d8;
}

body.storefront-body .product-rating .rated,
body.storefront-body .product-rating .text-warning {
    color: #f59e0b !important;
}

body.storefront-body .rating-count {
    color: var(--store-muted);
    font-size: 13px;
    font-weight: 600;
}

body.storefront-body .product-price-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--store-brand-deep);
    font-size: 1.25rem;
    font-weight: 800;
}

body.storefront-body .product-price-old {
    font-size: 0.95rem;
    color: #97a6af;
    text-decoration: line-through;
}

body.storefront-body .product-type-badge .badge {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

body.storefront-body .single-partner,
body.storefront-body .blog,
body.storefront-body .banner-inner,
body.storefront-body .collection-spotlight-card {
    height: 100%;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--store-shadow-soft);
}

body.storefront-body .single-partner {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

body.storefront-body .single-partner img {
    width: 100%;
    max-height: 76px;
    object-fit: contain;
}

body.storefront-body .banner-box {
    height: 100%;
}

body.storefront-body .banner-image {
    height: 220px;
    overflow: hidden;
}

body.storefront-body .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
}

body.storefront-body .banner-inner:hover .banner-image img {
    transform: scale(1.05);
}

body.storefront-body .banner-info {
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 2;
}

body.storefront-body .banner-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--store-brand);
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.storefront-body .banner-link {
    display: block;
    padding: 18px;
    color: var(--store-ink);
    text-decoration: none;
    font-size: 1.25rem;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
}

body.storefront-body .blog-media .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

body.storefront-body .blog-info {
    padding: 20px;
}

body.storefront-body .blog-category a,
body.storefront-body .blog-footer-meta {
    color: var(--store-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

body.storefront-body .blog-title {
    margin: 10px 0 12px;
    font-size: 1.5rem;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
}

body.storefront-body .blog-title a {
    color: var(--store-ink);
    text-decoration: none;
}

body.storefront-body .blog-title a:hover {
    color: var(--store-brand);
}

body.storefront-body .airi-element-carousel .slick-list {
    position: relative;
    display: block;
    margin: 0 -12px;
    overflow: hidden;
}

body.storefront-body .airi-element-carousel .slick-track {
    display: block;
}

body.storefront-body .airi-element-carousel .slick-slide {
    display: none;
    float: left;
    padding: 0 12px;
    height: auto;
}

body.storefront-body .airi-element-carousel.slick-initialized .slick-slide {
    display: block;
}

body.storefront-body .airi-element-carousel .slick-slide > div,
body.storefront-body .airi-element-carousel .item {
    height: 100%;
}

body.storefront-body .airi-element-carousel .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}

body.storefront-body .airi-element-carousel .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background: rgba(19, 33, 43, 0.16);
    font-size: 0;
}

body.storefront-body .airi-element-carousel .slick-dots li.slick-active button {
    background: var(--store-brand);
}

body.storefront-body .catalog-breadcrumb {
    padding-top: 30px;
    padding-bottom: 20px;
}

body.storefront-body .collection-spotlights,
body.storefront-body .catalog-shell {
    padding-bottom: 18px;
}

body.storefront-body .shop-toolbar {
    margin-bottom: 26px;
    padding: 24px 28px;
    border-radius: 28px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--store-shadow-soft);
}

body.storefront-body .shop-toolbar__left,
body.storefront-body .shop-toolbar__right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

body.storefront-body .shop-toolbar__right {
    justify-content: flex-end;
}

body.storefront-body .product-pages {
    margin: 0;
    color: var(--store-ink);
    font-weight: 600;
}

body.storefront-body .product-view-count {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

body.storefront-body .product-view-count p {
    margin: 0;
    font-weight: 700;
}

body.storefront-body .product-view-count ul,
body.storefront-body .product-ordering__list,
body.storefront-body .product-widget__list,
body.storefront-body .prouduct-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.storefront-body .product-view-count ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.storefront-body .product-view-count a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    border-radius: 12px;
    text-decoration: none;
    color: var(--store-muted);
}

body.storefront-body .product-view-count .active a,
body.storefront-body .product-view-count a:hover {
    color: var(--store-brand);
    background: var(--store-brand-soft);
}

body.storefront-body .shop-toolbar__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid rgba(19, 33, 43, 0.1);
    background: #fff;
    color: var(--store-ink);
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.storefront-body .product-ordering {
    position: relative;
    z-index: 25;
}

body.storefront-body .shop-toolbar,
body.storefront-body .shop-toolbar__inner,
body.storefront-body .shop-toolbar__right {
    overflow: visible;
}

body.storefront-body .product-ordering__btn i {
    transition: transform 0.2s ease;
}

body.storefront-body .product-ordering.is-open .product-ordering__btn {
    color: var(--store-brand);
    background: var(--store-brand-soft);
    border-color: rgba(198, 106, 43, 0.16);
}

body.storefront-body .product-ordering.is-open .product-ordering__btn i {
    transform: rotate(180deg);
}

body.storefront-body .price-slider {
    margin: 10px 0 20px;
}

body.storefront-body .product-ordering__list {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 260px;
    max-width: min(320px, calc(100vw - 32px));
    margin: 0;
    padding: 10px;
    list-style: none;
    border-radius: 20px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: #ffffff;
    box-shadow: var(--store-shadow-soft);
    z-index: 40;
}

body.storefront-body .product-ordering__list li a {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    color: var(--store-muted);
    text-decoration: none;
    font-weight: 600;
}

body.storefront-body .product-ordering__list li.active a,
body.storefront-body .product-ordering__list li a:hover {
    color: var(--store-brand);
    background: var(--store-brand-soft);
}

body.storefront-body .advanced-product-filters {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(19, 33, 43, 0.08);
}

body.storefront-body .add_to_cart_btn.processing,
body.storefront-body .add_wishlist.processing {
    opacity: 0.6;
    cursor: not-allowed;
}

body.storefront-body .toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1055;
}

body.storefront-body .toast {
    min-width: 250px;
}

body.storefront-body #quickViewModal .modal-dialog {
    max-width: 900px;
}

body.storefront-body #quickViewModal .modal-body {
    padding: 20px;
    max-height: 80vh;
    overflow-y: auto;
}

body.storefront-body .quickview-product-images .main-image img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 4px;
}

body.storefront-body .quickview-product-images .thumb-item {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
}

body.storefront-body .quickview-product-images .thumb-item.active {
    border-color: #007bff;
}

body.storefront-body .quickview-product-images .thumb-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

body.storefront-body .quantity .input-group {
    max-width: 150px;
}

body.storefront-body .color-item,
body.storefront-body .size-item {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

body.storefront-body .color-item:hover,
body.storefront-body .size-item:hover {
    border-color: #007bff !important;
}

body.storefront-body .color-item.disabled,
body.storefront-body .size-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

body.storefront-body .color-swatch {
    display: inline-block;
    vertical-align: middle;
}

body.storefront-body .size-item {
    min-width: 50px;
    text-align: center;
}

body.storefront-body .product-filter {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
    border: 1px solid rgba(19, 33, 43, 0.06);
}

body.storefront-body .product-widget,
body.storefront-body .sidebar-widget > * {
    padding: 22px;
    border-radius: 22px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--store-shadow-soft);
}

body.storefront-body .sidebar-widget {
    display: grid;
    gap: 22px;
    position: sticky;
    top: 132px;
}

body.storefront-body .widget-title {
    margin-bottom: 16px;
    color: var(--store-ink);
    font-size: 18px;
    font-weight: 800;
}

body.storefront-body .product-widget__list li + li,
body.storefront-body .prouduct-categories li + li {
    margin-top: 12px;
}

body.storefront-body .product-widget__list a,
body.storefront-body .prouduct-categories a {
    color: var(--store-ink);
    text-decoration: none;
    font-weight: 600;
}

body.storefront-body .product-widget__list a:hover,
body.storefront-body .prouduct-categories a:hover,
body.storefront-body .tagcloud a:hover {
    color: var(--store-brand);
}

body.storefront-body .count {
    color: var(--store-muted);
}

body.storefront-body .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.storefront-body .tagcloud a {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(19, 33, 43, 0.1);
    background: #fff;
    color: var(--store-ink);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

body.storefront-body .sidebar-btn {
    min-width: 120px;
    min-height: 48px;
    border: 0;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

body.storefront-body #closeFilters.btn-close {
    width: 44px;
    height: 44px;
    padding: 0;
    opacity: 1;
    border-radius: 14px;
    background: var(--store-brand-soft);
    color: var(--store-brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: none;
}

body.storefront-body #slider-range {
    position: relative;
    margin: 12px 0 20px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    background: #e5edf2;
    overflow: visible;
}

body.storefront-body #slider-range .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
}

body.storefront-body #slider-range .ui-slider-range-min {
    left: 0;
}

body.storefront-body #slider-range .ui-slider-range-max {
    right: 0;
}

body.storefront-body #slider-range .ui-slider-handle {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    margin-left: -9px;
    transform: translateY(-50%);
    box-shadow: 0 0 0 5px rgba(198, 106, 43, 0.18);
    cursor: pointer;
    outline: none;
}

body.storefront-body #slider-range .ui-slider-handle:hover,
body.storefront-body #slider-range .ui-slider-handle:focus,
body.storefront-body #slider-range .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 6px rgba(198, 106, 43, 0.22), 0 8px 18px rgba(198, 106, 43, 0.24);
}

body.storefront-body #slider-range .ui-slider-handle::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
}

body.storefront-body .pagination-wrap {
    margin-top: 24px;
}

body.storefront-body .pagination {
    gap: 10px;
    justify-content: center;
}

body.storefront-body .page-link,
body.storefront-body .page-item span {
    min-width: 46px;
    min-height: 46px;
    border-radius: 14px !important;
    border: 1px solid rgba(19, 33, 43, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--store-ink);
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(19, 33, 43, 0.06);
}

body.storefront-body .page-item.active .page-link,
body.storefront-body .page-link:hover {
    color: #ffffff;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    border-color: transparent;
}

body.storefront-body .storefront-footer {
    margin-top: 64px;
    padding: 0 0 24px;
    background: transparent;
}

body.storefront-body .storefront-footer-banner,
body.storefront-body .storefront-footer-card,
body.storefront-body .storefront-footer-feature {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(19, 33, 43, 0.08);
    box-shadow: var(--store-shadow-soft);
}

body.storefront-body .storefront-footer-contact i,
body.storefront-body .storefront-footer-feature i {
    color: var(--store-brand);
}

body.storefront-body .storefront-footer-bottom {
    background: rgba(255, 255, 255, 0.72);
    padding: 18px 22px;
    border-radius: 18px;
    border: 1px solid rgba(19, 33, 43, 0.06);
}

body.storefront-body .pt--30 { padding-top: 30px !important; }
body.storefront-body .pt--45 { padding-top: 45px !important; }
body.storefront-body .pt--50 { padding-top: 50px !important; }
body.storefront-body .pt--60 { padding-top: 60px !important; }
body.storefront-body .pt--80 { padding-top: 80px !important; }
body.storefront-body .pb--40 { padding-bottom: 40px !important; }
body.storefront-body .pb--60 { padding-bottom: 60px !important; }
body.storefront-body .pb--70 { padding-bottom: 70px !important; }
body.storefront-body .pb--80 { padding-bottom: 80px !important; }
body.storefront-body .ptb--40 { padding-top: 40px !important; padding-bottom: 40px !important; }
body.storefront-body .ptb--80 { padding-top: 80px !important; padding-bottom: 80px !important; }
body.storefront-body .mb--20 { margin-bottom: 20px !important; }
body.storefront-body .mb--30 { margin-bottom: 30px !important; }
body.storefront-body .mb--35 { margin-bottom: 35px !important; }
body.storefront-body .mb--40 { margin-bottom: 40px !important; }
body.storefront-body .mt--30 { margin-top: 30px !important; }

@media (max-width: 1199.98px) {
    body.storefront-body .storefront-highlight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
    body.storefront-body .container,
    body.storefront-body .container-fluid { width: min(100%, calc(100% - 24px)); }
    body.storefront-body .storefront-topbar { display: none; }
    body.storefront-body .storefront-navbar { padding: 14px; }
    body.storefront-body .storefront-nav { padding-top: 14px; }
    body.storefront-body .storefront-nav-actions {
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px solid rgba(19, 33, 43, 0.08);
    }
    body.storefront-body .storefront-hero-card { padding: 34px 24px; }
    body.storefront-body .sidebar-widget { margin-top: 28px; }
    body.storefront-body .pt-md--20 { padding-top: 20px !important; }
    body.storefront-body .pt-md--30 { padding-top: 30px !important; }
    body.storefront-body .pt-md--35 { padding-top: 35px !important; }
    body.storefront-body .pt-md--40 { padding-top: 40px !important; }
    body.storefront-body .pt-md--45 { padding-top: 45px !important; }
    body.storefront-body .pt-md--55 { padding-top: 55px !important; }
    body.storefront-body .pt-md--60 { padding-top: 60px !important; }
    body.storefront-body .pb-md--30 { padding-bottom: 30px !important; }
    body.storefront-body .pb-md--40 { padding-bottom: 40px !important; }
    body.storefront-body .pb-md--50 { padding-bottom: 50px !important; }
    body.storefront-body .pb-md--60 { padding-bottom: 60px !important; }
    body.storefront-body .mb-md--10 { margin-bottom: 10px !important; }
    body.storefront-body .mb-md--20 { margin-bottom: 20px !important; }
    body.storefront-body .mb-md--25 { margin-bottom: 25px !important; }
    body.storefront-body .mb-md--30 { margin-bottom: 30px !important; }
    body.storefront-body .mb-md--35 { margin-bottom: 35px !important; }
    body.storefront-body .mt-md--40 { margin-top: 40px !important; }
}

@media (max-width: 767.98px) {
    body.storefront-body .storefront-highlight-grid { grid-template-columns: 1fr; }
    body.storefront-body .storefront-hero h1 { font-size: 2.7rem; }
    body.storefront-body .product-image--holder,
    body.storefront-body .product-image--holder > a { min-height: 260px; }
    body.storefront-body .shop-toolbar { padding: 20px 18px; }
    body.storefront-body .shop-toolbar__left,
    body.storefront-body .shop-toolbar__right { justify-content: flex-start; }
    body.storefront-body .product-ordering__list { left: 0; right: auto; width: 100%; }
    body.storefront-body .pt-sm--20 { padding-top: 20px !important; }
    body.storefront-body .pt-sm--25 { padding-top: 25px !important; }
    body.storefront-body .pt-sm--30 { padding-top: 30px !important; }
    body.storefront-body .pb-sm--40 { padding-bottom: 40px !important; }
    body.storefront-body .pb-sm--50 { padding-bottom: 50px !important; }
    body.storefront-body .mb-sm--20 { margin-bottom: 20px !important; }
    body.storefront-body .mb-sm--30 { margin-bottom: 30px !important; }
}

/* Consolidated public storefront page styles */
body.storefront-body .product-page-shell .product-detail-card {
    border: 1px solid var(--store-line);
    border-radius: 24px;
    overflow: hidden;
}

body.storefront-body .product-page-shell .product-main-image {
    width: 100%;
    max-height: 540px;
    object-fit: contain;
}

body.storefront-body .product-page-shell .product-thumb {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border: 1px solid var(--store-line);
    background: #fff;
    cursor: pointer;
}

body.storefront-body .product-page-shell .rating-stars {
    color: #f59e0b;
    letter-spacing: 2px;
}

body.storefront-body .product-page-shell .review-card:hover,
body.storefront-body .product-page-shell .related-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--store-shadow-soft);
}

body.storefront-body .product-page-shell .related-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 22px 22px 0 0;
}

body.storefront-body .product-page-shell .spec-table th {
    width: 36%;
    background: #f8fafc;
}

body.storefront-body .product-page-shell .variation-option-card.is-out {
    opacity: 0.72;
}

body.storefront-body .product-page-shell .purchase-panel {
    border: 1px solid var(--store-line);
    border-radius: 24px;
    background: linear-gradient(180deg, #fffaf5 0%, #f8fafc 100%);
    padding: 24px;
}

body.storefront-body .product-page-shell .purchase-variation-option {
    border: 1px solid rgba(19, 33, 43, 0.12);
    border-radius: 18px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.94);
    transition: all 0.2s ease;
    cursor: pointer;
}

body.storefront-body .product-page-shell .purchase-variation-option:hover {
    border-color: rgba(198, 106, 43, 0.35);
    box-shadow: 0 10px 24px rgba(198, 106, 43, 0.12);
}

body.storefront-body .product-page-shell .purchase-variation-option.is-disabled {
    opacity: 0.62;
    cursor: not-allowed;
    box-shadow: none;
}

body.storefront-body .product-page-shell .purchase-variation-option input[type="radio"] {
    margin-top: 4px;
}

body.storefront-body .product-page-shell .purchase-quantity-input {
    max-width: 88px;
}

body.storefront-body .cart-page-shell .cart-table-wrapper {
    overflow: hidden;
}

body.storefront-body .cart-page-shell .cart-table-row:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: var(--store-shadow-soft);
}

body.storefront-body .cart-page-shell .cart-product-image img {
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(19, 33, 43, 0.12);
}

body.storefront-body .cart-page-shell .product-type-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    box-shadow: 0 6px 16px rgba(19, 33, 43, 0.16);
    z-index: 2;
}

body.storefront-body .cart-page-shell .quantity-input-group .qty-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(19, 33, 43, 0.12);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.storefront-body .cart-page-shell .quantity-input-group .qty-btn:hover {
    background: var(--store-brand);
    color: #fff;
    border-color: transparent;
}

body.storefront-body .cart-page-shell .quantity-input-group .qty-input {
    border: 0;
    background: transparent;
    font-weight: 700;
    color: var(--store-ink);
}

body.storefront-body .cart-page-shell .quantity-input-group .qty-input:focus {
    box-shadow: none;
    outline: none;
}

body.storefront-body .cart-page-shell .remove-item-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

body.storefront-body .cart-page-shell .remove-item-btn:hover {
    background: #d84f4f;
    color: #fff;
    transform: scale(1.06);
}

body.storefront-body .cart-page-shell .free-shipping-progress {
    background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%);
    border: 1px solid rgba(19, 33, 43, 0.08);
}

body.storefront-body .cart-page-shell .progress {
    background: rgba(19, 33, 43, 0.08);
    border-radius: 999px;
    overflow: hidden;
    height: 10px !important;
}

body.storefront-body .cart-page-shell .progress-bar {
    background: linear-gradient(135deg, var(--store-accent) 0%, #2aa598 100%);
    border-radius: 999px;
    transition: width 0.6s ease;
}

body.storefront-body .cart-page-shell .delivery-info {
    background: linear-gradient(135deg, #eef7ff 0%, #f7fbff 100%);
    border-left: 4px solid var(--store-brand) !important;
}

body.storefront-body .airi-toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    min-width: 320px;
}

body.storefront-body .airi-toast {
    background: #fff;
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: var(--store-shadow);
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateX(120%);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-left: 4px solid;
    overflow: hidden;
    position: relative;
}

body.storefront-body .airi-toast::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3));
}

body.storefront-body .airi-toast.show {
    opacity: 1;
    transform: translateX(0);
}

body.storefront-body .airi-toast.success { border-left-color: #1f9d60; }
body.storefront-body .airi-toast.error { border-left-color: #d84f4f; }

body.storefront-body .toast-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 6px 16px rgba(19, 33, 43, 0.18);
}

body.storefront-body .success .toast-icon {
    background: linear-gradient(135deg, #1f9d60 0%, #27b57a 100%);
    color: #fff;
}

body.storefront-body .error .toast-icon {
    background: linear-gradient(135deg, #d84f4f 0%, #ef7b52 100%);
    color: #fff;
}

body.storefront-body .toast-content { flex: 1; }

body.storefront-body .toast-title {
    font-weight: 800;
    color: var(--store-ink);
    margin-bottom: 4px;
    font-size: 16px;
}

body.storefront-body .toast-message {
    color: var(--store-muted);
    font-size: 14px;
    line-height: 1.5;
}

body.storefront-body .toast-close {
    background: none;
    border: none;
    color: #94a3b8;
    font-size: 22px;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
    line-height: 1;
}

body.storefront-body .toast-close:hover {
    color: var(--store-ink);
}

body.storefront-body #couponMessage .alert {
    border-radius: 14px;
    border: none;
    box-shadow: var(--store-shadow-soft);
}

body.storefront-body #couponMessage .alert-success {
    background: linear-gradient(135deg, #d8f3dc 0%, #effcf3 100%);
    border-left: 4px solid #1f9d60;
}

body.storefront-body #couponMessage .alert-danger {
    background: linear-gradient(135deg, #ffe1e1 0%, #fff5f5 100%);
    border-left: 4px solid #d84f4f;
}

body.storefront-body .checkout-page-shell {
    padding: 40px 0 60px;
}

body.storefront-body .checkout-page-shell .checkout-steps {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 24px;
}

body.storefront-body .checkout-page-shell .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0 30px;
    min-width: 160px;
}

body.storefront-body .checkout-page-shell .step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eef2f7;
    color: var(--store-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border: 2px solid #e6eaf2;
}

body.storefront-body .checkout-page-shell .step.completed .step-number::after {
    content: "✓";
    font-weight: 800;
}

body.storefront-body .checkout-page-shell .step-title {
    color: var(--store-muted);
    text-align: center;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

body.storefront-body .checkout-page-shell .step.active .step-title {
    color: var(--store-ink);
}

body.storefront-body .checkout-page-shell .address-card .address-type {
    position: absolute;
    top: -10px;
    right: 10px;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    color: #fff;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 12px;
}

body.storefront-body .checkout-page-shell .order-summary-details .d-flex {
    padding: 8px 0;
    border-bottom: 1px dashed rgba(19, 33, 43, 0.12);
}

body.storefront-body .checkout-page-shell .order-summary-details .d-flex:last-of-type {
    border-bottom: none;
}

body.storefront-body .checkout-page-shell .order-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(19, 33, 43, 0.08);
}

body.storefront-body .checkout-page-shell .order-item-image {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    object-fit: cover;
    margin-right: 15px;
}

body.storefront-body .checkout-page-shell .payment-icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f6fb;
    border-radius: 14px;
    font-size: 24px;
    margin-right: 15px;
}

body.storefront-body .checkout-page-shell .card-header {
    padding: 18px 24px 0;
}

body.storefront-body .checkout-page-shell .card-body {
    padding: 20px 24px 24px;
}

body.storefront-body .checkout-page-shell .btn {
    border-radius: 14px;
    padding: 10px 18px;
    font-weight: 700;
}

body.storefront-body .checkout-page-shell .btn-outline-secondary {
    border-color: #cbd5e1;
    color: #475569;
}

body.storefront-body .checkout-page-shell .alert {
    border-radius: 16px;
}

body.storefront-body .checkout-page-shell .form-control:focus,
body.storefront-body .checkout-page-shell .form-select:focus {
    border-color: rgba(198, 106, 43, 0.35);
    box-shadow: 0 0 0 4px rgba(198, 106, 43, 0.12);
}

body.storefront-body .contact-page-shell .contact-info-value,
body.storefront-body .contact-page-shell .contact-info-value a {
    color: var(--store-ink);
    font-weight: 700;
    text-decoration: none;
}

body.storefront-body .contact-page-shell .contact-info-value {
    font-size: 1rem;
    line-height: 1.6;
}

body.storefront-body .contact-page-shell .contact-info-value a:hover,
body.storefront-body .contact-page-shell .contact-card a:hover {
    color: var(--store-brand);
}

body.storefront-body .contact-page-shell .contact-detail-item {
    align-items: flex-start;
}

body.storefront-body .contact-page-shell .office-hours li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(19, 33, 43, 0.12);
}

body.storefront-body .contact-page-shell .office-hours li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

body.storefront-body .contact-page-shell .contact-form-card .form-control,
body.storefront-body .contact-page-shell .contact-form-card .form-select {
    min-height: 52px;
    border-radius: 16px;
    border-color: #d7e0ea;
    box-shadow: none;
}

body.storefront-body .contact-page-shell .contact-form-card .form-control:focus,
body.storefront-body .contact-page-shell .contact-form-card .form-select:focus {
    border-color: rgba(198, 106, 43, 0.35);
    box-shadow: 0 0 0 4px rgba(198, 106, 43, 0.12);
}

body.storefront-body .contact-page-shell .contact-form-card textarea.form-control {
    min-height: 160px;
}

body.storefront-body .contact-page-shell .contact-form-card .alert {
    border-radius: 18px;
    border: 1px solid rgba(19, 33, 43, 0.08);
}

body.storefront-body .contact-page-shell .btn-style-1 {
    min-height: 50px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.04em;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    box-shadow: 0 18px 30px rgba(186, 106, 50, 0.24);
}

body.storefront-body .contact-page-shell .btn-style-1:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

body.storefront-body .contact-page-shell .contact-social {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: #ffffff;
    color: var(--store-ink);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.storefront-body .contact-page-shell .contact-social:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(186, 106, 50, 0.22);
}

body.storefront-body .contact-page-shell .contact-map-frame {
    width: 100%;
    min-height: 320px;
    border: 0;
    border-radius: 24px;
}

body.storefront-body .dynamic-page-shell .page-hero {
    padding: 72px 0 36px;
}

body.storefront-body .dynamic-page-shell .crumb-pill {
    display: inline-flex;
    gap: 0.65rem;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(181, 122, 63, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    margin-bottom: 1.4rem;
}

body.storefront-body .dynamic-page-shell .crumb-pill a {
    color: var(--store-ink);
    text-decoration: none;
}

body.storefront-body .dynamic-page-shell .hero-label {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--store-brand-deep);
}

body.storefront-body .dynamic-page-shell .hero-title {
    font-size: clamp(2.4rem, 5vw, 4.1rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: var(--store-ink);
    margin-bottom: 1rem;
}

body.storefront-body .dynamic-page-shell .hero-summary {
    max-width: 720px;
    font-size: 1.02rem;
    line-height: 1.9;
    color: var(--store-muted);
    margin-bottom: 1.5rem;
}

body.storefront-body .dynamic-page-shell .hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

body.storefront-body .dynamic-page-shell .hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(19, 33, 43, 0.08);
    box-shadow: 0 10px 24px rgba(19, 33, 43, 0.05);
    color: var(--store-ink);
}

body.storefront-body .dynamic-page-shell .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

body.storefront-body .dynamic-page-shell .hero-btn,
body.storefront-body .dynamic-page-shell .hero-btn-alt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 50px;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.22s ease;
}

body.storefront-body .dynamic-page-shell .hero-btn {
    color: #fff;
    box-shadow: 0 16px 28px rgba(19, 33, 43, 0.18);
}

body.storefront-body .dynamic-page-shell .hero-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

body.storefront-body .dynamic-page-shell .hero-btn-alt {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(19, 33, 43, 0.1);
    color: var(--store-ink);
}

body.storefront-body .dynamic-page-shell .hero-image {
    padding: 1rem;
    border-radius: 28px;
    background: linear-gradient(135deg, #f7efe4, #fff);
    box-shadow: 0 20px 44px rgba(19, 33, 43, 0.08);
}

body.storefront-body .dynamic-page-shell .hero-image img {
    width: 100%;
    min-height: 280px;
    max-height: 430px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
}

body.storefront-body .dynamic-page-shell .page-body {
    padding-bottom: 84px;
}

body.storefront-body .dynamic-page-shell .page-sidebar {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 1rem;
}

body.storefront-body .dynamic-page-shell .side-card {
    padding: 1.35rem;
}

body.storefront-body .dynamic-page-shell .side-card h3 {
    font-size: 1rem;
    color: var(--store-ink);
    margin-bottom: 0.85rem;
}

body.storefront-body .dynamic-page-shell .side-card p {
    margin: 0;
    color: var(--store-muted);
    line-height: 1.8;
}

body.storefront-body .dynamic-page-shell .side-card p + p {
    margin-top: 0.65rem;
}

body.storefront-body .dynamic-page-shell .toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.65rem;
}

body.storefront-body .dynamic-page-shell .toc-link {
    display: block;
    padding: 0.75rem 0.95rem;
    border-radius: 16px;
    background: #fff;
    color: var(--store-muted);
    text-decoration: none;
    transition: 0.2s ease;
}

body.storefront-body .dynamic-page-shell .toc-link.is-child {
    margin-left: 0.85rem;
}

body.storefront-body .dynamic-page-shell .share-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

body.storefront-body .dynamic-page-shell .share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 46px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(19, 33, 43, 0.08);
    color: var(--store-ink);
    text-decoration: none;
    transition: 0.2s ease;
}

body.storefront-body .dynamic-page-shell .share-btn:hover {
    color: var(--store-brand);
    transform: translateY(-2px);
}

body.storefront-body .dynamic-page-shell .article-head {
    padding: 1.5rem 1.75rem;
    border-bottom: 1px solid rgba(19, 33, 43, 0.08);
    background: linear-gradient(180deg, rgba(255, 250, 244, 0.92), rgba(255, 255, 255, 0.98));
}

body.storefront-body .dynamic-page-shell .article-head h2 {
    margin: 0 0 0.45rem;
    color: var(--store-ink);
    font-size: 1.25rem;
}

body.storefront-body .dynamic-page-shell .article-head p {
    margin: 0;
    color: var(--store-muted);
}

body.storefront-body .dynamic-page-shell .article-body {
    padding: 2rem 1.75rem;
}

body.storefront-body .dynamic-page-shell .dynamic-content {
    font-size: 1rem;
    line-height: 1.95;
    color: #475467;
}

body.storefront-body .dynamic-page-shell .dynamic-content > *:first-child {
    margin-top: 0;
}

body.storefront-body .dynamic-page-shell .dynamic-content h1,
body.storefront-body .dynamic-page-shell .dynamic-content h2,
body.storefront-body .dynamic-page-shell .dynamic-content h3,
body.storefront-body .dynamic-page-shell .dynamic-content h4 {
    color: var(--store-ink);
    letter-spacing: -0.03em;
    scroll-margin-top: 130px;
}

body.storefront-body .dynamic-page-shell .dynamic-content h1 { font-size: 2.2rem; }

body.storefront-body .dynamic-page-shell .dynamic-content h2 {
    font-size: 1.7rem;
    margin-top: 2.6rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(19, 33, 43, 0.08);
}

body.storefront-body .dynamic-page-shell .dynamic-content h3 {
    font-size: 1.35rem;
    margin-top: 1.9rem;
}

body.storefront-body .dynamic-page-shell .dynamic-content p,
body.storefront-body .dynamic-page-shell .dynamic-content ul,
body.storefront-body .dynamic-page-shell .dynamic-content ol,
body.storefront-body .dynamic-page-shell .dynamic-content blockquote,
body.storefront-body .dynamic-page-shell .dynamic-content table,
body.storefront-body .dynamic-page-shell .dynamic-content pre {
    margin-bottom: 1.2rem;
}

body.storefront-body .dynamic-page-shell .dynamic-content ul,
body.storefront-body .dynamic-page-shell .dynamic-content ol {
    padding-left: 1.3rem;
}

body.storefront-body .dynamic-page-shell .dynamic-content ul { list-style: disc; }
body.storefront-body .dynamic-page-shell .dynamic-content ol { list-style: decimal; }
body.storefront-body .dynamic-page-shell .dynamic-content li { display: list-item; }
body.storefront-body .dynamic-page-shell .dynamic-content li[data-list="bullet"] { list-style-type: disc; }
body.storefront-body .dynamic-page-shell .dynamic-content li[data-list="ordered"] { list-style-type: decimal; }

body.storefront-body .dynamic-page-shell .dynamic-content blockquote {
    padding: 1.1rem 1.35rem;
    border-left: 4px solid var(--store-brand);
    background: #fff8f0;
    border-radius: 0 18px 18px 0;
}

body.storefront-body .dynamic-page-shell .dynamic-content a {
    color: var(--store-brand-deep);
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.storefront-body .dynamic-page-shell .dynamic-content strong,
body.storefront-body .dynamic-page-shell .dynamic-content b {
    font-weight: 800;
    color: var(--store-ink);
}

body.storefront-body .dynamic-page-shell .dynamic-content code {
    padding: 0.2rem 0.45rem;
    border-radius: 8px;
    background: #f4f4f5;
    color: #7c2d12;
}

body.storefront-body .dynamic-page-shell .dynamic-content pre {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: #111827;
    color: #f8fafc;
    overflow: auto;
}

body.storefront-body .dynamic-page-shell .dynamic-content pre code {
    padding: 0;
    background: transparent;
    color: inherit;
}

body.storefront-body .dynamic-page-shell .dynamic-content table {
    width: 100%;
    display: block;
    overflow: auto;
    border: 1px solid rgba(19, 33, 43, 0.08);
    border-radius: 18px;
    background: #fff;
}

body.storefront-body .dynamic-page-shell .dynamic-content th,
body.storefront-body .dynamic-page-shell .dynamic-content td {
    padding: 0.95rem 1rem;
    min-width: 150px;
    border-bottom: 1px solid rgba(19, 33, 43, 0.06);
    text-align: left;
}

body.storefront-body .dynamic-page-shell .dynamic-content th {
    background: #f8fafc;
    color: var(--store-ink);
}

body.storefront-body .dynamic-page-shell .dynamic-content img,
body.storefront-body .dynamic-page-shell .dynamic-content .content-inline-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 1.5rem 0;
    border-radius: 22px;
    box-shadow: 0 16px 36px rgba(19, 33, 43, 0.1);
}

body.storefront-body .order-confirmation-shell .order-details {
    background: #f8fafc;
    border-radius: 18px;
    padding: 25px;
    margin: 30px 0;
    text-align: left;
}

body.storefront-body .order-confirmation-shell .order-detail-row,
body.storefront-body .payment-success-shell .detail-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(19, 33, 43, 0.08);
}

body.storefront-body .order-confirmation-shell .order-detail-row:last-child,
body.storefront-body .payment-success-shell .detail-item:last-child {
    border-bottom: none;
}

body.storefront-body .order-confirmation-shell .action-buttons,
body.storefront-body .payment-success-shell .action-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

body.storefront-body .payment-success-shell .order-details {
    background: #f8fafc;
    padding: 20px;
    border-radius: 18px;
    margin: 25px 0;
    text-align: left;
}

body.storefront-body .payment-success-shell .btn-lg {
    padding: 12px 30px;
    border-radius: 14px;
    font-weight: 700;
}

body.storefront-body #quickViewModal .modal-dialog {
    max-width: 900px;
}

body.storefront-body #quickViewModal .modal-body {
    padding: 20px;
    max-height: 80vh;
    overflow-y: auto;
}

body.storefront-body .quickview-product-images {
    margin-bottom: 20px;
}

body.storefront-body .quickview-product-images .main-image {
    border: 1px solid rgba(19, 33, 43, 0.08);
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 15px;
}

body.storefront-body .quickview-product-images .thumbnail-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.storefront-body .quickview-product-details {
    padding: 0 15px;
}

body.storefront-body .quickview-product-details .product-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--store-ink);
}

body.storefront-body .quickview-product-details .product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.storefront-body .quickview-product-details .rating-count {
    color: var(--store-muted);
    font-size: 14px;
}

body.storefront-body .quickview-product-details .product-price {
    font-size: 24px;
    font-weight: 800;
}

body.storefront-body .quickview-product-details .current-price {
    color: var(--store-brand);
}

body.storefront-body .quickview-product-details .old-price {
    font-size: 18px;
    color: #94a3b8;
    text-decoration: line-through;
    margin-left: 10px;
}

body.storefront-body .quickview-product-details .discount-badge {
    font-size: 14px;
    padding: 5px 10px;
    margin-left: 10px;
}

body.storefront-body .quickview-product-details .stock-status {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.storefront-body .quickview-product-details .variant-selection,
body.storefront-body .quickview-product-details .product-meta,
body.storefront-body .quickview-product-details .digital-info,
body.storefront-body .quickview-product-details .subscription-info {
    background: #f8fafc;
    padding: 15px;
    border-radius: 18px;
}

body.storefront-body .quickview-product-details .variant-item {
    background: #fff;
    border-radius: 14px;
    transition: all 0.3s ease;
}

body.storefront-body .quickview-product-details .variant-item:hover {
    border-color: rgba(198, 106, 43, 0.35) !important;
}

body.storefront-body .quickview-product-details .variant-item.opacity-50 {
    opacity: 0.5;
}

body.storefront-body .quickview-product-details .add-to-cart-btn {
    height: 50px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

body.storefront-body .quickview-product-details .action-buttons .btn {
    flex: 1;
    height: 45px;
}

body.storefront-body .quickview-product-details .product-meta ul {
    margin: 0;
    padding: 0;
}

body.storefront-body .quickview-product-details .product-meta li {
    margin-bottom: 8px;
    color: var(--store-muted);
}

body.storefront-body .quickview-product-details .product-meta li:last-child,
body.storefront-body .quickview-product-details .digital-info p:last-child,
body.storefront-body .quickview-product-details .subscription-info p:last-child {
    margin-bottom: 0;
}

body.storefront-body .quickview-product-details .product-meta strong {
    color: var(--store-ink);
    min-width: 100px;
    display: inline-block;
}

body.storefront-body .quickview-product-details .digital-info p,
body.storefront-body .quickview-product-details .subscription-info p {
    margin-bottom: 5px;
}

body.storefront-body .cart-sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(5, 12, 20, 0.52);
    z-index: 1040;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.storefront-body .cart-sidebar-overlay.active {
    display: block;
    opacity: 1;
}

body.storefront-body .cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 380px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: -12px 0 36px rgba(5, 12, 20, 0.18);
    z-index: 1045;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(18px);
}

body.storefront-body .cart-sidebar.active {
    right: 0;
}

body.storefront-body .cart-sidebar-header,
body.storefront-body .cart-sidebar-footer {
    padding: 20px;
    border-color: rgba(19, 33, 43, 0.08);
    background: #f8fafc;
}

body.storefront-body .cart-sidebar-header {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.storefront-body .cart-sidebar-title {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
}

body.storefront-body .cart-item-count-badge {
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    color: #fff;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    margin-left: 8px;
}

body.storefront-body .cart-sidebar-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    color: #64748b;
}

body.storefront-body .cart-sidebar-close:hover {
    color: #d84f4f;
}

body.storefront-body .cart-sidebar-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    position: relative;
}

body.storefront-body .cart-sidebar-loading {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

body.storefront-body .cart-item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(19, 33, 43, 0.08);
    position: relative;
    animation: fadeIn 0.3s ease;
}

body.storefront-body .cart-item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    border-radius: 14px;
}

body.storefront-body .cart-item-details {
    flex: 1;
}

body.storefront-body .cart-item-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    color: var(--store-ink);
    text-decoration: none;
    line-height: 1.4;
}

body.storefront-body .cart-item-title:hover {
    color: var(--store-brand);
}

body.storefront-body .cart-item-variation {
    font-size: 12px;
    color: var(--store-muted);
    margin-bottom: 5px;
}

body.storefront-body .cart-item-price {
    font-size: 14px;
    color: var(--store-brand);
    font-weight: 700;
    margin-bottom: 8px;
}

body.storefront-body .cart-item-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

body.storefront-body .quantity-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(19, 33, 43, 0.12);
    border-radius: 12px;
    background: #fff;
}

body.storefront-body .quantity-control button {
    width: 30px;
    height: 30px;
    border: none;
    background: #f8fafc;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    color: var(--store-ink);
}

body.storefront-body .quantity-control button:hover {
    background: var(--store-brand-soft);
}

body.storefront-body .quantity-control button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

body.storefront-body .quantity-control input {
    width: 40px;
    text-align: center;
    border: none;
    border-left: 1px solid rgba(19, 33, 43, 0.12);
    border-right: 1px solid rgba(19, 33, 43, 0.12);
    height: 30px;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
}

body.storefront-body .quantity-control input:focus {
    outline: none;
}

body.storefront-body .cart-item-remove {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: rgba(216, 79, 79, 0.08);
    color: #d84f4f;
    cursor: pointer;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

body.storefront-body .cart-item-remove:hover {
    color: #fff;
    background: #d84f4f;
    text-decoration: none;
    transform: translateY(-1px);
}

body.storefront-body .cart-subtotal-amount {
    font-size: 18px;
}

body.storefront-body .cart-summary-rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

body.storefront-body .cart-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--store-ink);
    font-weight: 600;
}

body.storefront-body .cart-summary-row span:last-child {
    font-weight: 700;
}

body.storefront-body .cart-summary-row--total {
    padding-top: 12px;
    border-top: 1px solid rgba(19, 33, 43, 0.08);
    font-size: 1.05rem;
}

body.storefront-body .cart-sidebar-actions .btn {
    padding: 12px;
    font-weight: 700;
}

body.storefront-body .empty-cart-icon {
    color: #dee2e6;
}

body.storefront-body .toast-container {
    z-index: 9999;
}

body.storefront-body .toast {
    min-width: 250px;
    margin-bottom: 10px;
    animation: slideInRight 0.3s ease;
}

@media (max-width: 991.98px) {
    body.storefront-body .dynamic-page-shell .page-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    body.storefront-body .cart-page-shell .cart-table-header {
        display: none;
    }

    body.storefront-body .cart-page-shell .cart-table-row {
        margin-bottom: 20px;
        border: 1px solid rgba(19, 33, 43, 0.08);
        border-radius: 20px;
        padding: 15px !important;
    }

    body.storefront-body .cart-page-shell .cart-table-row .row {
        flex-direction: column;
    }

    body.storefront-body .cart-page-shell .cart-table-row .col-md-5 {
        margin-bottom: 15px;
    }

    body.storefront-body .cart-page-shell .cart-table-row .col-md-2,
    body.storefront-body .cart-page-shell .cart-table-row .col-md-1 {
        text-align: left !important;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    body.storefront-body .cart-page-shell .cart-table-row .col-md-2::before {
        content: attr(data-label);
        font-weight: 700;
        color: var(--store-muted);
        margin-right: 10px;
    }

    body.storefront-body .cart-page-shell .cart-table-row .col-md-2 {
        border-top: 1px solid rgba(19, 33, 43, 0.08);
        padding-top: 10px;
    }

    body.storefront-body .cart-page-shell .cart-summary-wrapper,
    body.storefront-body .checkout-page-shell .order-summary-card {
        position: static !important;
        margin-top: 30px;
    }

    body.storefront-body .airi-toast-container {
        left: 10px;
        right: 10px;
        top: 10px;
        min-width: auto;
    }

    body.storefront-body .airi-toast {
        max-width: 100%;
    }

    body.storefront-body .checkout-page-shell .checkout-steps {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    body.storefront-body .checkout-page-shell .step {
        flex-direction: row;
        width: 100%;
        padding: 10px;
    }

    body.storefront-body .checkout-page-shell .step-number {
        margin-right: 15px;
        margin-bottom: 0;
    }

    body.storefront-body .quickview-product-images .thumb-item img {
        width: 60px;
        height: 60px;
    }

    body.storefront-body .quickview-product-details {
        padding: 15px 0;
    }

    body.storefront-body .quickview-product-details .product-title,
    body.storefront-body .quickview-product-details .product-price {
        font-size: 20px;
    }

    body.storefront-body .quickview-product-details .action-buttons {
        flex-direction: column;
        gap: 10px;
    }

    body.storefront-body .quickview-product-details .action-buttons .btn {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    body.storefront-body .dynamic-page-shell .page-hero {
        padding-top: 48px;
    }

    body.storefront-body .dynamic-page-shell .hero-meta span {
        width: 100%;
        justify-content: flex-start;
    }

    body.storefront-body .dynamic-page-shell .share-grid {
        grid-template-columns: 1fr;
    }

    body.storefront-body .dynamic-page-shell .article-head,
    body.storefront-body .dynamic-page-shell .article-body,
    body.storefront-body .dynamic-page-shell .side-card {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    body.storefront-body .dynamic-page-shell .dynamic-content h1 {
        font-size: 1.8rem;
    }

    body.storefront-body .dynamic-page-shell .dynamic-content h2 {
        font-size: 1.45rem;
    }
}

@media (max-width: 576px) {
    body.storefront-body .quickview-product-images .thumb-item img {
        width: 50px;
        height: 50px;
    }

    body.storefront-body .quickview-product-details .product-meta strong {
        min-width: 80px;
    }

    body.storefront-body .cart-sidebar {
        width: 100%;
        right: -100%;
    }

    body.storefront-body .cart-item-image {
        width: 60px;
        height: 60px;
    }

    body.storefront-body .quantity-control button {
        width: 35px;
    }

    body.storefront-body .quantity-control input {
        width: 45px;
    }
}

@media print {
    body.storefront-body .dynamic-page-shell .page-hero,
    body.storefront-body .dynamic-page-shell .page-sidebar,
    body.storefront-body .dynamic-page-shell .hero-actions {
        display: none !important;
    }

    body.storefront-body .dynamic-page-shell,
    body.storefront-body .dynamic-page-shell .article-card,
    body.storefront-body .dynamic-page-shell .article-head,
    body.storefront-body .dynamic-page-shell .article-body {
        background: #fff !important;
        box-shadow: none !important;
        border: 0 !important;
        padding: 0;
    }
}

/* Compact shop/catalog banner */
body.storefront-body .breadcrumb-area.catalog-breadcrumb {
    width: min(1180px, calc(100% - 72px));
    margin: 0 auto 14px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 22px;
    padding-right: 22px;
}

body.storefront-body .breadcrumb-area.catalog-breadcrumb::before {
    inset: 0;
    border-radius: 28px;
}

body.storefront-body .breadcrumb-area.catalog-breadcrumb .container-fluid,
body.storefront-body .breadcrumb-area.catalog-breadcrumb .row {
    margin: 0;
}

body.storefront-body .breadcrumb-area.catalog-breadcrumb .col-12 {
    max-width: 760px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

body.storefront-body .breadcrumb-area.catalog-breadcrumb .page-title {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    margin-bottom: 0.1rem;
}

body.storefront-body .breadcrumb-area.catalog-breadcrumb .breadcrumb {
    gap: 6px;
    margin-bottom: 0;
}

body.storefront-body .breadcrumb-area.catalog-breadcrumb .catalog-page-description {
    margin-top: 6px;
    max-width: 560px;
    line-height: 1.55;
}

body.storefront-body .breadcrumb-area.breadcrumb-bg-1 {
    width: min(1180px, calc(100% - 72px));
    margin: 0 auto 16px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 22px;
    padding-right: 22px;
}

body.storefront-body .breadcrumb-area.breadcrumb-bg-1::before {
    inset: 0;
    border-radius: 28px;
}

body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .container-fluid,
body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .row {
    margin: 0;
}

body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .col-12 {
    max-width: 720px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .page-title {
    font-size: clamp(1.9rem, 4vw, 2.85rem);
    line-height: 1;
    margin-bottom: 0.15rem;
}

body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .breadcrumb {
    gap: 6px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    body.storefront-body .breadcrumb-area.catalog-breadcrumb {
        width: min(100%, calc(100% - 24px));
        margin-bottom: 14px;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        padding-left: 14px;
        padding-right: 14px;
    }

    body.storefront-body .breadcrumb-area.catalog-breadcrumb .page-title {
        font-size: clamp(1.8rem, 8vw, 2.4rem);
    }

    body.storefront-body .breadcrumb-area.breadcrumb-bg-1 {
        width: min(100%, calc(100% - 24px));
        margin-bottom: 14px;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        padding-left: 14px;
        padding-right: 14px;
    }

    body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .page-title {
        font-size: clamp(1.7rem, 8vw, 2.3rem);
    }
}

/* Collections highlight grid */
body.storefront-body .collection-spotlights {
    padding: 6px 24px 24px;
}

body.storefront-body .collection-spotlights .container-fluid {
    width: min(1380px, 100%);
    margin: 0 auto;
    padding: 0;
}

body.storefront-body .collection-spotlight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

body.storefront-body .collection-spotlight-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    text-decoration: none;
    color: var(--store-ink);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

body.storefront-body .collection-spotlight-card:hover {
    transform: translateY(-6px);
    border-color: rgba(198, 106, 43, 0.16);
    box-shadow: 0 26px 40px rgba(19, 33, 43, 0.12);
}

body.storefront-body .collection-spotlight-card > img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f4f6f8;
}

body.storefront-body .collection-spotlight-card__content {
    display: grid;
    gap: 10px;
    padding: 18px 18px 20px;
}

body.storefront-body .collection-spotlight-card__count {
    color: var(--store-brand);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.storefront-body .collection-spotlight-card__title {
    margin: 0;
    color: var(--store-ink);
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.1;
}

body.storefront-body .collection-spotlight-card__text {
    margin: 0;
    color: var(--store-muted);
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 1199.98px) {
    body.storefront-body .collection-spotlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.storefront-body .collection-spotlights {
        padding: 2px 12px 18px;
    }

    body.storefront-body .collection-spotlight-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    body.storefront-body .collection-spotlight-card__content {
        padding: 16px;
    }
}

/* Storefront typography rebalance */
body.storefront-body {
    font-size: 15px;
}

body.storefront-body p,
body.storefront-body li,
body.storefront-body label,
body.storefront-body input,
body.storefront-body textarea,
body.storefront-body select,
body.storefront-body button {
    font-size: 15px;
}

body.storefront-body .storefront-topbar__meta a,
body.storefront-body .storefront-topbar__actions,
body.storefront-body .storefront-topbar__actions a,
body.storefront-body .storefront-nav .nav-link,
body.storefront-body .storefront-outline-link,
body.storefront-body .storefront-pill-btn,
body.storefront-body .storefront-pill-btn--alt,
body.storefront-body .storefront-dropdown .dropdown-item,
body.storefront-body .shop-toolbar__btn,
body.storefront-body .product-badges .badge,
body.storefront-body .storefront-highlight-card__label {
    font-size: 11px;
    letter-spacing: 0.1em;
}

body.storefront-body .storefront-nav .nav-link {
    min-height: 42px;
    padding: 9px 14px;
}

body.storefront-body .storefront-outline-link,
body.storefront-body .storefront-pill-btn,
body.storefront-body .storefront-pill-btn--alt,
body.storefront-body .shop-toolbar__btn {
    min-height: 46px;
    padding: 0 18px;
}

body.storefront-body .heading-secondary {
    font-size: clamp(1.7rem, 3vw, 2.45rem);
}

body.storefront-body .page-title {
    font-size: clamp(2rem, 4.2vw, 3.2rem);
    margin-bottom: 0.5rem;
}

body.storefront-body .catalog-page-description,
body.storefront-body .dynamic-page-shell .hero-summary,
body.storefront-body .storefront-hero p,
body.storefront-body .storefront-highlight-card__text,
body.storefront-body .contact-page-shell p,
body.storefront-body .order-confirmation-shell p,
body.storefront-body .payment-success-shell p,
body.storefront-body .payment-status-shell p {
    font-size: 15px;
    line-height: 1.75;
}

body.storefront-body .breadcrumb-item,
body.storefront-body .breadcrumb-item a,
body.storefront-body .breadcrumb-area .breadcrumb li,
body.storefront-body .breadcrumb-area .breadcrumb li a,
body.storefront-body .breadcrumb-area .breadcrumb li.current span {
    font-size: 11px;
}

body.storefront-body .storefront-hero h1 {
    font-size: clamp(2.45rem, 5vw, 4rem);
    line-height: 1;
}

body.storefront-body .storefront-highlight-card__value {
    font-size: 1.55rem;
}

body.storefront-body .product-title a,
body.storefront-body .storefront-home .product-title a,
body.storefront-body .catalog-shell .product-title a {
    font-size: 1.12rem;
    line-height: 1.45;
}

body.storefront-body .storefront-home .money,
body.storefront-body .catalog-shell .money,
body.storefront-body .product-price-wrapper .money {
    font-size: 1.05rem;
}

body.storefront-body .product-price-old .money,
body.storefront-body .storefront-home .product-price-old .money,
body.storefront-body .catalog-shell .product-price-old .money {
    font-size: 0.9rem;
}

body.storefront-body .product-pages,
body.storefront-body .product-view-count p,
body.storefront-body .product-view-count a,
body.storefront-body .product-ordering__list li a,
body.storefront-body .product-widget__list li,
body.storefront-body .product-widget__list li a,
body.storefront-body .prouduct-categories li,
body.storefront-body .prouduct-categories li a {
    font-size: 15px;
}

body.storefront-body .widget-title,
body.storefront-body .cart-sidebar-title,
body.storefront-body .dynamic-page-shell .article-head h2,
body.storefront-body .contact-page-shell h4,
body.storefront-body .contact-page-shell h1,
body.storefront-body .order-confirmation-shell h1,
body.storefront-body .payment-success-shell h1 {
    font-size: clamp(1.25rem, 2vw, 1.85rem);
}

body.storefront-body .dynamic-page-shell .hero-title {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
}

body.storefront-body .dynamic-page-shell .dynamic-content,
body.storefront-body .dynamic-page-shell .dynamic-content p,
body.storefront-body .dynamic-page-shell .dynamic-content li {
    font-size: 15px;
}

body.storefront-body .dynamic-page-shell .dynamic-content h1 {
    font-size: 1.9rem;
}

body.storefront-body .dynamic-page-shell .dynamic-content h2 {
    font-size: 1.45rem;
}

body.storefront-body .dynamic-page-shell .dynamic-content h3 {
    font-size: 1.2rem;
}

body.storefront-body .quickview-product-details .product-title,
body.storefront-body .quickview-product-details .product-price {
    font-size: 1.15rem;
}

body.storefront-body .cart-item-title,
body.storefront-body .cart-item-price,
body.storefront-body .cart-summary-row,
body.storefront-body .cart-subtotal-amount {
    font-size: 14px;
}

/* Cart page typography and box sizing cleanup */
body.storefront-body .cart-page-shell,
body.storefront-body .cart-page-shell .btn,
body.storefront-body .cart-page-shell input,
body.storefront-body .cart-page-shell label,
body.storefront-body .cart-page-shell select,
body.storefront-body .cart-page-shell textarea {
    font-family: "Manrope", "Segoe UI", sans-serif;
}

body.storefront-body .cart-page-shell .cart-main-area {
    padding-top: 42px;
    padding-bottom: 68px;
}

body.storefront-body .cart-page-shell .cart-table-wrapper,
body.storefront-body .cart-page-shell .coupon-area,
body.storefront-body .cart-page-shell .cart-buttons,
body.storefront-body .cart-page-shell .cart-summary-wrapper {
    border-radius: 24px;
}

body.storefront-body .cart-page-shell .coupon-area,
body.storefront-body .cart-page-shell .cart-buttons {
    padding: 22px;
    border: 1px solid var(--store-line);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--store-shadow-soft);
}

body.storefront-body .cart-page-shell .cart-buttons {
    display: grid;
    gap: 12px;
}

body.storefront-body .cart-page-shell .cart-table-header h4,
body.storefront-body .cart-page-shell .coupon-area h4,
body.storefront-body .cart-page-shell .cart-summary-wrapper > h4,
body.storefront-body .cart-page-shell .delivery-info h4 {
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

body.storefront-body .cart-page-shell .cart-table-header h4 {
    margin-bottom: 0;
}

body.storefront-body .cart-page-shell .cart-product-details .product-title a {
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

body.storefront-body .cart-page-shell .product-variant,
body.storefront-body .cart-page-shell .product-sku,
body.storefront-body .cart-page-shell .shipping-info,
body.storefront-body .cart-page-shell .shipping-info .form-check-label,
body.storefront-body .cart-page-shell .delivery-info p,
body.storefront-body .cart-page-shell .coupon-area .form-control::placeholder,
body.storefront-body .cart-page-shell .text-muted {
    font-size: 13px;
    line-height: 1.65;
}

body.storefront-body .cart-page-shell .cart-product-price .current-price,
body.storefront-body .cart-page-shell .cart-product-total .total-price {
    font-size: 1rem;
    font-weight: 800;
}

body.storefront-body .cart-page-shell .cart-product-price .old-price {
    font-size: 0.82rem;
}

body.storefront-body .cart-page-shell .quantity-input-group {
    padding: 4px;
    border-radius: 14px;
}

body.storefront-body .cart-page-shell .quantity-input-group .qty-btn {
    width: 34px;
    height: 34px;
    font-size: 12px;
}

body.storefront-body .cart-page-shell .quantity-input-group .qty-input {
    width: 44px !important;
    font-size: 0.95rem;
    line-height: 1;
}

body.storefront-body .cart-page-shell .remove-item-btn {
    width: 38px;
    height: 38px;
}

/* Sticky header visibility fix */
body.storefront-body .storefront-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    padding-top: 12px;
    padding-bottom: 10px;
}

body.storefront-body .storefront-header::before {
    content: "";
    position: absolute;
    inset: 0 0 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(247, 241, 231, 0.98) 0%,
        rgba(249, 250, 252, 0.94) 68%,
        rgba(249, 250, 252, 0.18) 100%
    );
    backdrop-filter: blur(16px);
}

body.storefront-body .storefront-header > .container-fluid,
body.storefront-body .storefront-header .storefront-topbar {
    position: relative;
    z-index: 1;
}

body.storefront-body .storefront-topbar {
    padding-bottom: 10px;
}

body.storefront-body .storefront-navbar {
    margin-bottom: 0;
    box-shadow: 0 18px 34px rgba(18, 32, 42, 0.1);
}

body.storefront-body .cart-page-shell .summary-row {
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 10px !important;
}

body.storefront-body .cart-page-shell .summary-row span:first-child {
    color: var(--store-muted);
    font-size: 14px;
}

body.storefront-body .cart-page-shell .summary-row span:last-child,
body.storefront-body .cart-page-shell #cartSubtotalDisplay,
body.storefront-body .cart-page-shell [id^="taxAmount"],
body.storefront-body .cart-page-shell #shippingAmount,
body.storefront-body .cart-page-shell #couponDiscountValue {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--store-ink);
    white-space: nowrap;
}

body.storefront-body .cart-page-shell .cart-summary-wrapper {
    padding: 22px 24px !important;
    top: 118px !important;
}

body.storefront-body .cart-page-shell .cart-summary-wrapper .summary-row .fs-4,
body.storefront-body .cart-page-shell #cartTotalDisplay {
    font-size: 1.7rem !important;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

body.storefront-body .cart-page-shell .delivery-info {
    padding: 16px 18px !important;
    border-radius: 18px !important;
}

body.storefront-body .cart-page-shell .delivery-info h4 {
    margin-bottom: 6px;
}

body.storefront-body .cart-page-shell .coupon-area .form-control,
body.storefront-body .cart-page-shell .coupon-area .btn,
body.storefront-body .cart-page-shell .cart-buttons .btn,
body.storefront-body .cart-page-shell .cart-summary-wrapper .btn {
    min-height: 52px;
    border-radius: 16px;
    font-size: 0.98rem !important;
    font-weight: 700;
    line-height: 1.2;
}

body.storefront-body .cart-page-shell .coupon-area .form-control {
    padding-left: 16px;
}

body.storefront-body .cart-page-shell .coupon-area .input-group > .form-control {
    border-radius: 16px 0 0 16px;
}

body.storefront-body .cart-page-shell .coupon-area .input-group > .btn {
    min-width: 92px;
    padding-inline: 18px !important;
    border-radius: 0 16px 16px 0;
}

body.storefront-body .cart-page-shell .cart-summary-wrapper .btn-primary,
body.storefront-body .cart-page-shell .cart-buttons .btn-primary,
body.storefront-body .cart-page-shell .coupon-area .btn-primary {
    box-shadow: none;
}

body.storefront-body .cart-page-shell .cart-buttons .btn-outline-primary,
body.storefront-body .cart-page-shell .cart-summary-wrapper .btn-outline,
body.storefront-body .cart-page-shell .cart-summary-wrapper .btn-outline-primary {
    background: #fff;
    border: 1px solid var(--store-line);
    color: var(--store-ink);
}

body.storefront-body .cart-page-shell .cart-buttons .btn-outline-primary:hover,
body.storefront-body .cart-page-shell .cart-summary-wrapper .btn-outline:hover,
body.storefront-body .cart-page-shell .cart-summary-wrapper .btn-outline-primary:hover {
    background: var(--store-brand-soft);
    border-color: rgba(198, 106, 43, 0.16);
    color: var(--store-brand);
}

body.storefront-body .cart-page-shell .cart-summary-wrapper .badge {
    font-size: 10px;
    font-weight: 700;
    padding: 6px 8px;
    border-radius: 999px;
}

/* Checkout order summary cleanup */
body.storefront-body .checkout-page-shell .order-summary-card,
body.storefront-body .checkout-page-shell .order-summary-card .btn,
body.storefront-body .checkout-page-shell .order-summary-card input,
body.storefront-body .checkout-page-shell .order-summary-card label {
    font-family: "Manrope", "Segoe UI", sans-serif;
}

body.storefront-body .checkout-page-shell .order-summary-card {
    position: sticky;
    top: 118px;
    padding: 22px 24px;
    border-radius: 26px;
}

body.storefront-body .checkout-page-shell .order-summary-card > h4 {
    margin-bottom: 1.1rem !important;
    padding-bottom: 0.9rem !important;
    font-size: clamp(1.02rem, 1.5vw, 1.24rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

body.storefront-body .checkout-page-shell .order-summary-details {
    margin-bottom: 0 !important;
}

body.storefront-body .checkout-page-shell .order-summary-details .d-flex {
    align-items: flex-start;
    gap: 14px;
    padding: 10px 0;
}

body.storefront-body .checkout-page-shell .order-summary-details .d-flex > span:first-child {
    color: var(--store-muted);
    font-size: 14px;
    line-height: 1.55;
}

body.storefront-body .checkout-page-shell .order-summary-details .d-flex > span:last-child,
body.storefront-body .checkout-page-shell #orderSubtotal,
body.storefront-body .checkout-page-shell #orderShipping,
body.storefront-body .checkout-page-shell #orderTax,
body.storefront-body .checkout-page-shell #orderDiscount {
    color: var(--store-ink);
    font-size: 0.98rem;
    font-weight: 700;
    white-space: nowrap;
}

body.storefront-body .checkout-page-shell #orderTotal,
body.storefront-body .checkout-page-shell .order-summary-details .fs-5 {
    font-size: 1.62rem !important;
    font-weight: 800 !important;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

body.storefront-body .checkout-page-shell .order-summary-details .alert {
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    box-shadow: none;
}

body.storefront-body .checkout-page-shell .order-summary-details .alert-success {
    background: linear-gradient(135deg, #edf9f0 0%, #f9fffb 100%);
    border-color: rgba(31, 157, 96, 0.14);
}

body.storefront-body .checkout-page-shell .order-summary-details .alert-light {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

body.storefront-body .checkout-page-shell .order-summary-details .alert h6 {
    margin-bottom: 4px;
    font-size: 0.98rem;
    font-weight: 800;
}

body.storefront-body .checkout-page-shell .order-summary-details .alert p,
body.storefront-body .checkout-page-shell .order-summary-details .alert small {
    font-size: 13px;
    line-height: 1.6;
}

body.storefront-body .checkout-page-shell .order-summary-card .btn {
    min-height: 50px;
    border-radius: 16px;
    font-size: 0.97rem;
    font-weight: 700;
    line-height: 1.2;
}

body.storefront-body .checkout-page-shell .order-summary-card .btn-outline-primary {
    background: #fff;
    border: 1px solid var(--store-line);
    color: var(--store-ink);
}

body.storefront-body .checkout-page-shell .order-summary-card .btn-outline-primary:hover {
    background: var(--store-brand-soft);
    border-color: rgba(198, 106, 43, 0.16);
    color: var(--store-brand);
}

/* Quick view modal cleanup */
body.storefront-body #quickViewModal {
    z-index: 1080;
}

body.storefront-body .modal-backdrop {
    z-index: 1070;
    background: rgba(14, 23, 37, 0.48);
}

body.storefront-body .modal-backdrop.show {
    opacity: 1;
}

body.storefront-body #quickViewModal .modal-dialog {
    max-width: min(1040px, calc(100vw - 32px));
    margin: 1.4rem auto;
}

body.storefront-body #quickViewModal .modal-content {
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 56px rgba(18, 32, 42, 0.18);
}

body.storefront-body #quickViewModal .modal-header {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(19, 33, 43, 0.08);
    background: linear-gradient(180deg, rgba(255, 248, 240, 0.92), rgba(255, 255, 255, 0.98));
}

body.storefront-body #quickViewModal .modal-title {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: var(--store-ink);
}

body.storefront-body #quickViewModal .btn-close {
    box-shadow: none;
    opacity: 0.7;
}

body.storefront-body #quickViewModal .btn-close:hover {
    opacity: 1;
}

body.storefront-body #quickViewModal .modal-body {
    padding: 18px;
    max-height: calc(100vh - 132px);
    overflow-y: auto;
}

body.storefront-body .quickview-product-images {
    margin-bottom: 0;
}

body.storefront-body .quickview-product-images .main-image {
    padding: 12px;
    border-radius: 22px;
    background: linear-gradient(180deg, #fbf6ef 0%, #f8fafc 100%);
    border: 1px solid rgba(19, 33, 43, 0.08);
    margin-bottom: 12px;
}

body.storefront-body .quickview-product-images .main-image img {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    border: 0;
    border-radius: 16px;
    background: #fff;
}

body.storefront-body .quickview-product-images .thumbnail-images {
    gap: 8px;
}

body.storefront-body .quickview-product-images .thumb-item {
    width: 76px;
    height: 76px;
    border-radius: 14px;
    border: 2px solid transparent;
    overflow: hidden;
    background: #fff;
}

body.storefront-body .quickview-product-images .thumb-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border: 0;
}

body.storefront-body .quickview-product-images .thumb-item.active {
    border-color: rgba(186, 106, 50, 0.8);
    box-shadow: 0 12px 24px rgba(186, 106, 50, 0.18);
}

body.storefront-body .quickview-product-details {
    padding: 4px 0 0 10px;
}

body.storefront-body .quickview-product-details .product-title {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.2;
    margin-bottom: 10px;
}

body.storefront-body .quickview-product-details .product-rating {
    gap: 8px;
    margin-bottom: 12px !important;
    font-size: 14px;
}

body.storefront-body .quickview-product-details .product-price {
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.2;
    margin-bottom: 12px !important;
}

body.storefront-body .quickview-product-details .old-price {
    font-size: 0.95rem;
}

body.storefront-body .quickview-product-details .stock-status {
    margin-bottom: 12px !important;
}

body.storefront-body .quickview-product-details .short-description {
    margin-bottom: 14px !important;
}

body.storefront-body .quickview-product-details .short-description p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
}

body.storefront-body .quickview-product-details .quickview-reviews {
    padding: 14px;
    margin-bottom: 14px !important;
    border-radius: 18px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

body.storefront-body .quickview-product-details .quickview-reviews__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

body.storefront-body .quickview-product-details .quickview-reviews__header h6 {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--store-ink);
}

body.storefront-body .quickview-product-details .quickview-reviews__count {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--store-brand-soft);
    color: var(--store-brand);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.storefront-body .quickview-product-details .quickview-reviews__list {
    display: grid;
    gap: 10px;
}

body.storefront-body .quickview-product-details .quickview-review-item {
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: #fff;
}

body.storefront-body .quickview-product-details .quickview-review-item__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

body.storefront-body .quickview-product-details .quickview-review-item__meta strong {
    font-size: 0.88rem;
    color: var(--store-ink);
}

body.storefront-body .quickview-product-details .quickview-review-item__meta span,
body.storefront-body .quickview-product-details .quickview-reviews__empty,
body.storefront-body .quickview-product-details .quickview-review-item p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--store-muted);
}

body.storefront-body .quickview-product-details .quickview-review-item__stars {
    display: flex;
    gap: 4px;
    margin-bottom: 6px;
}

body.storefront-body .quickview-product-details .variant-selection,
body.storefront-body .quickview-product-details .product-meta,
body.storefront-body .quickview-product-details .digital-info,
body.storefront-body .quickview-product-details .subscription-info,
body.storefront-body .quickview-product-details .add-to-cart-section {
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

body.storefront-body .quickview-product-details .variant-selection {
    margin-bottom: 14px !important;
}

body.storefront-body .quickview-product-details .variant-item {
    padding: 12px !important;
    margin-bottom: 10px !important;
    border-radius: 16px;
    border-color: rgba(19, 33, 43, 0.1) !important;
}

body.storefront-body .quickview-product-details .variant-item:last-child {
    margin-bottom: 0 !important;
}

body.storefront-body .quickview-product-details .variant-item .form-check-label,
body.storefront-body .quickview-product-details .variant-item small,
body.storefront-body .quickview-product-details .product-meta li,
body.storefront-body .quickview-product-details .digital-info p,
body.storefront-body .quickview-product-details .subscription-info p {
    font-size: 13px;
    line-height: 1.6;
}

body.storefront-body .quickview-product-details .variant-item .fw-semibold {
    font-size: 0.95rem;
}

body.storefront-body .quickview-product-details .add-to-cart-section .row {
    align-items: end;
}

body.storefront-body .quickview-product-details .add-to-cart-section .input-group {
    max-width: 136px;
}

body.storefront-body .quickview-product-details .add-to-cart-section .quantity-input,
body.storefront-body .quickview-product-details .add-to-cart-section .btn-outline-secondary {
    min-height: 44px;
}

body.storefront-body .quickview-product-details .add-to-cart-btn {
    min-height: 48px;
    height: auto;
    font-size: 0.92rem;
    letter-spacing: 0.08em;
}

body.storefront-body .quickview-product-details .product-meta {
    margin-top: 14px !important;
}

body.storefront-body .quickview-product-details .action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px !important;
}

body.storefront-body .quickview-product-details .action-buttons .btn {
    flex: 1 1 180px;
    min-height: 46px;
    height: auto;
    border-radius: 14px;
    font-size: 0.92rem;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    body.storefront-body {
        font-size: 14px;
    }

    body.storefront-body p,
    body.storefront-body li,
    body.storefront-body label,
    body.storefront-body input,
    body.storefront-body textarea,
    body.storefront-body select,
    body.storefront-body button {
        font-size: 14px;
    }

    body.storefront-body .page-title {
        font-size: clamp(1.75rem, 8vw, 2.4rem);
    }

    body.storefront-body .storefront-hero h1 {
        font-size: clamp(2rem, 9vw, 2.9rem);
    }

    body.storefront-body .dynamic-page-shell .hero-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }

    body.storefront-body .cart-page-shell .coupon-area,
    body.storefront-body .cart-page-shell .cart-buttons,
    body.storefront-body .cart-page-shell .cart-summary-wrapper {
        padding: 18px !important;
    }

    body.storefront-body .cart-page-shell .cart-summary-wrapper .summary-row .fs-4,
    body.storefront-body .cart-page-shell #cartTotalDisplay {
        font-size: 1.45rem !important;
    }

    body.storefront-body .cart-page-shell .cart-buttons .btn,
    body.storefront-body .cart-page-shell .cart-summary-wrapper .btn {
        min-height: 48px;
    }

    body.storefront-body .product-ordering {
        width: 100%;
    }

    body.storefront-body .product-ordering__list {
        left: 0;
        right: auto;
        min-width: 100%;
        max-width: 100%;
    }

    body.storefront-body .storefront-header {
        padding-top: 10px;
        padding-bottom: 8px;
    }

    body.storefront-body .checkout-page-shell .order-summary-card {
        padding: 18px !important;
    }

    body.storefront-body .checkout-page-shell #orderTotal,
    body.storefront-body .checkout-page-shell .order-summary-details .fs-5 {
        font-size: 1.42rem !important;
    }

    body.storefront-body .checkout-page-shell .order-summary-card .btn {
        min-height: 48px;
    }

    body.storefront-body #quickViewModal .modal-dialog {
        max-width: calc(100vw - 20px);
        margin: 0.75rem auto;
    }

    body.storefront-body #quickViewModal .modal-body {
        padding: 14px;
        max-height: calc(100vh - 90px);
    }

    body.storefront-body .quickview-product-images .main-image {
        padding: 10px;
    }

    body.storefront-body .quickview-product-images .main-image img {
        max-height: 240px;
    }

    body.storefront-body .quickview-product-details {
        padding: 6px 0 0;
    }

    body.storefront-body .quickview-product-details .variant-selection,
    body.storefront-body .quickview-product-details .product-meta,
    body.storefront-body .quickview-product-details .digital-info,
    body.storefront-body .quickview-product-details .subscription-info,
    body.storefront-body .quickview-product-details .add-to-cart-section {
        padding: 12px;
    }
}

/* Storefront visual refresh v2 */
body.storefront-body .container-fluid {
    max-width: 1380px;
}

body.storefront-body .storefront-header {
    position: relative;
    z-index: 140;
}

body.storefront-body .storefront-topbar {
    overflow: hidden;
    border-radius: 24px;
}

body.storefront-body .storefront-topbar__inner {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

body.storefront-body .storefront-topbar__meta,
body.storefront-body .storefront-topbar__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

body.storefront-body .storefront-topbar__meta a,
body.storefront-body .storefront-topbar__actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.storefront-body .storefront-topbar__actions span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

body.storefront-body .storefront-topbar__actions a {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

body.storefront-body .storefront-topbar__actions a:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

body.storefront-body .storefront-navbar {
    margin-top: 14px;
    padding: 18px 22px;
    position: relative;
    overflow: visible;
    isolation: isolate;
}

body.storefront-body .storefront-navbar::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 0% 0%, rgba(198, 106, 43, 0.08), transparent 24%),
        radial-gradient(circle at 100% 0%, rgba(13, 92, 123, 0.08), transparent 24%);
    pointer-events: none;
}

body.storefront-body .storefront-brand,
body.storefront-body .storefront-nav,
body.storefront-body .storefront-nav-actions {
    position: relative;
    z-index: 1;
}

body.storefront-body .storefront-nav {
    margin: 0 auto;
    align-items: center;
}

body.storefront-body .storefront-nav .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 0.14em;
}

body.storefront-body .storefront-nav .nav-link.active {
    color: var(--store-brand-deep) !important;
}

body.storefront-body .storefront-nav-badge {
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #f58b67 0%, #dd5546 100%);
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 10px 18px rgba(221, 85, 70, 0.24);
}

body.storefront-body .storefront-nav-actions {
    gap: 12px;
    padding: 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(247, 250, 252, 0.95) 100%);
    border: 1px solid rgba(19, 33, 43, 0.08);
    box-shadow: 0 20px 34px rgba(15, 29, 42, 0.08);
}

body.storefront-body .storefront-icon-btn {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 26px rgba(15, 29, 42, 0.08);
}

body.storefront-body .storefront-icon-btn:hover {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    box-shadow: 0 18px 30px rgba(186, 106, 50, 0.24);
}

body.storefront-body .mini-cart-count {
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: -4px;
    right: -4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #ffffff;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    box-shadow: 0 12px 18px rgba(186, 106, 50, 0.24);
}

body.storefront-body .storefront-hero {
    padding: 18px 0 68px;
}

body.storefront-body .storefront-hero-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 42px;
}

body.storefront-body .storefront-hero-card::before {
    content: "";
    position: absolute;
    left: -60px;
    bottom: -90px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, transparent 72%);
    z-index: 0;
}

body.storefront-body .storefront-hero .row,
body.storefront-body .storefront-hero-card > * {
    position: relative;
    z-index: 1;
}

body.storefront-body .storefront-hero-eyebrow {
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.storefront-body .storefront-hero h1 {
    max-width: 9ch;
    color: #ffffff;
    text-shadow: 0 12px 28px rgba(8, 18, 28, 0.24);
}

body.storefront-body .storefront-hero p {
    color: rgba(255, 255, 255, 0.84);
}

body.storefront-body .storefront-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

body.storefront-body .storefront-hero-media {
    border-radius: 32px;
}

body.storefront-body .storefront-hero-media img {
    width: 100%;
    border-radius: 26px;
    display: block;
}

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

body.storefront-body .storefront-highlight-card {
    min-height: 172px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    box-shadow: 0 28px 44px rgba(15, 29, 42, 0.1);
}

body.storefront-body .storefront-highlight-card__label,
body.storefront-body .shop-toolbar__btn {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.storefront-body .storefront-highlight-card__value {
    display: block;
    margin: 14px 0 10px;
    color: var(--store-ink);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.06em;
}

body.storefront-body .storefront-highlight-card__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--store-muted);
}

body.storefront-body .storefront-story-section,
body.storefront-body .home-featured-products,
body.storefront-body .storefront-brand-section,
body.storefront-body .home-trending-collections,
body.storefront-body .blog-area,
body.storefront-body .collection-spotlights,
body.storefront-body .storefront-footer {
    position: relative;
}

body.storefront-body .home-featured-products::before,
body.storefront-body .home-trending-collections::before,
body.storefront-body .blog-area::before {
    content: "";
    position: absolute;
    inset: 34px 22px 0;
    border-radius: 42px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.44) 0%, rgba(247, 250, 252, 0.84) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 34px 56px rgba(15, 29, 42, 0.06);
    pointer-events: none;
}

body.storefront-body .home-featured-products .container-fluid,
body.storefront-body .home-trending-collections .container,
body.storefront-body .blog-area .container,
body.storefront-body .storefront-footer .container {
    position: relative;
    z-index: 1;
}

body.storefront-body .storefront-story-panel,
body.storefront-body .storefront-collection-panel,
body.storefront-body .storefront-brand-stage,
body.storefront-body .catalog-hero-panel,
body.storefront-body .catalog-shell .shop-toolbar,
body.storefront-body .catalog-shell .sidebar-widget > *,
body.storefront-body .catalog-shell .product-widget {
    border: 1px solid rgba(19, 33, 43, 0.08);
}

body.storefront-body .storefront-home .airi-product,
body.storefront-body .catalog-shell .airi-product {
    height: 100%;
}

body.storefront-body .storefront-home .airi-product .product-inner,
body.storefront-body .catalog-shell .airi-product .product-inner {
    height: 100%;
    border: 1px solid rgba(19, 33, 43, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

body.storefront-body .storefront-home .airi-product .product-inner:hover,
body.storefront-body .catalog-shell .airi-product .product-inner:hover {
    transform: translateY(-10px);
    border-color: rgba(186, 106, 50, 0.16);
    box-shadow: 0 38px 62px rgba(15, 29, 42, 0.14);
}

body.storefront-body .storefront-home .product-image--holder,
body.storefront-body .catalog-shell .product-image--holder {
    border: 1px solid rgba(19, 33, 43, 0.06);
    background: linear-gradient(180deg, #ffffff 0%, #eef4f8 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.storefront-body .storefront-home .product-title a,
body.storefront-body .catalog-shell .product-title a {
    color: var(--store-ink);
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.35;
}

body.storefront-body .storefront-home .product-price-wrapper,
body.storefront-body .catalog-shell .product-price-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

body.storefront-body .storefront-home .product-price-wrapper .money,
body.storefront-body .catalog-shell .product-price-wrapper .money {
    color: var(--store-brand);
    font-size: 1.08rem;
    font-weight: 800;
}

body.storefront-body .storefront-home .product-price-old .money,
body.storefront-body .catalog-shell .product-price-old .money {
    color: #8e9aa4;
    font-size: 0.92rem;
    font-weight: 700;
}

body.storefront-body .storefront-home .action-btn,
body.storefront-body .catalog-shell .action-btn {
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.94);
    color: var(--store-ink);
    box-shadow: 0 12px 20px rgba(15, 29, 42, 0.08);
}

body.storefront-body .storefront-home .action-btn:hover,
body.storefront-body .catalog-shell .action-btn:hover {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    box-shadow: 0 18px 30px rgba(186, 106, 50, 0.22);
}

body.storefront-body .storefront-home .product-rating .fa,
body.storefront-body .catalog-shell .product-rating .fa {
    color: #f0a43b;
}

body.storefront-body .storefront-brand-stage {
    overflow: hidden;
}

body.storefront-body .storefront-home .single-partner {
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

body.storefront-body .storefront-home .single-partner:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 38px rgba(15, 29, 42, 0.12);
}

body.storefront-body .home-trending-collections .banner-box {
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

body.storefront-body .home-trending-collections .banner-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 52px rgba(15, 29, 42, 0.14);
}

body.storefront-body .home-trending-collections .banner-info {
    left: 22px;
    right: 22px;
    bottom: 22px;
}

body.storefront-body .home-trending-collections .banner-overlay {
    border-radius: 24px;
}

body.storefront-body .blog-area article.blog {
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 40px rgba(15, 29, 42, 0.1);
}

body.storefront-body .blog-area .blog-info {
    padding: 24px;
}

body.storefront-body .blog-area .blog-title {
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 800;
}

body.storefront-body .storefront-catalog-hero {
    padding-top: 18px !important;
    padding-bottom: 26px !important;
}

body.storefront-body .catalog-hero-panel {
    max-width: 1100px;
    padding: 50px 56px;
    border-radius: 42px;
}

body.storefront-body .catalog-hero-panel::after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: -90px;
    width: 260px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(13, 92, 123, 0.12) 0%, transparent 70%);
}

body.storefront-body .catalog-hero-panel .page-title {
    font-size: clamp(3.2rem, 7vw, 4.7rem);
}

body.storefront-body .catalog-page-description {
    font-size: 15px;
    line-height: 1.9;
}

body.storefront-body .catalog-stat-pill {
    box-shadow: 0 12px 22px rgba(15, 29, 42, 0.06);
}

body.storefront-body .storefront-catalog-page .catalog-shell {
    position: relative;
}

body.storefront-body .catalog-shell .shop-toolbar {
    padding: 26px 28px;
    border: 1px solid rgba(19, 33, 43, 0.08);
}

body.storefront-body .catalog-shell .shop-toolbar__left,
body.storefront-body .catalog-shell .shop-toolbar__right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

body.storefront-body .catalog-shell .product-pages {
    color: var(--store-ink);
    font-size: 14px;
    font-weight: 700;
    border: 1px solid rgba(19, 33, 43, 0.06);
}

body.storefront-body .catalog-shell .product-view-count ul li a {
    min-width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.storefront-body .catalog-shell .product-view-count ul li.active a {
    color: var(--store-brand-deep);
    background: rgba(186, 106, 50, 0.12);
}

body.storefront-body .shop-toolbar__btn {
    min-height: 48px;
    padding: 0 18px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.95);
    color: var(--store-ink);
    box-shadow: 0 14px 24px rgba(15, 29, 42, 0.06);
}

body.storefront-body .shop-toolbar__btn:hover {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
}

body.storefront-body .advanced-product-filters {
    margin-top: 18px;
    padding: 24px;
    border-radius: 30px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(16px);
    box-shadow: 0 26px 42px rgba(15, 29, 42, 0.08);
}

body.storefront-body .product-ordering {
    position: relative;
}

body.storefront-body .product-ordering__list {
    top: calc(100% + 12px);
    padding: 12px;
    border-radius: 24px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 26px 44px rgba(15, 29, 42, 0.12);
}

body.storefront-body .product-ordering__list li a {
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
}

body.storefront-body .catalog-shell .sidebar-widget > *,
body.storefront-body .catalog-shell .product-widget {
    overflow: hidden;
}

body.storefront-body .catalog-shell .widget-title {
    margin-bottom: 18px;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

body.storefront-body .catalog-shell .product-widget__list a,
body.storefront-body .catalog-shell .prouduct-categories a {
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--store-ink);
    background: rgba(247, 250, 252, 0.94);
}

body.storefront-body .catalog-shell .product-widget__list a:hover,
body.storefront-body .catalog-shell .prouduct-categories a:hover {
    color: var(--store-brand-deep);
    background: var(--store-brand-soft);
    transform: translateX(4px);
}

body.storefront-body .catalog-shell .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.storefront-body .catalog-shell .tagcloud a {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(19, 33, 43, 0.08);
}

body.storefront-body .collection-spotlights {
    padding: 4px 0 28px;
}

body.storefront-body .collection-spotlight-card {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(19, 33, 43, 0.08);
    box-shadow: 0 28px 48px rgba(15, 29, 42, 0.12);
}

body.storefront-body .collection-spotlight-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 16, 24, 0) 26%, rgba(9, 16, 24, 0.74) 100%);
    z-index: 1;
}

body.storefront-body .collection-spotlight-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

body.storefront-body .collection-spotlight-card:hover > img {
    transform: scale(1.08);
}

body.storefront-body .collection-spotlight-card__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 26px;
}

body.storefront-body .collection-spotlight-card__count {
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.storefront-body .collection-spotlight-card__title {
    margin: 14px 0 8px;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.1;
}

body.storefront-body .collection-spotlight-card__text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.7;
}

body.storefront-body .storefront-footer::before {
    content: "";
    position: absolute;
    inset: 40px 0 0;
    background:
        radial-gradient(circle at 0% 0%, rgba(198, 106, 43, 0.12), transparent 24%),
        radial-gradient(circle at 100% 0%, rgba(13, 92, 123, 0.12), transparent 24%);
    pointer-events: none;
}

body.storefront-body .storefront-footer-banner {
    position: relative;
    overflow: hidden;
}

body.storefront-body .storefront-footer-banner::before {
    content: "";
    position: absolute;
    left: -50px;
    top: -30px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 72%);
}

body.storefront-body .storefront-footer-main,
body.storefront-body .storefront-footer-features,
body.storefront-body .storefront-footer-bottom {
    position: relative;
    z-index: 1;
}

body.storefront-body .storefront-footer-card,
body.storefront-body .storefront-footer-feature,
body.storefront-body .storefront-footer-bottom {
    border: 1px solid rgba(19, 33, 43, 0.08);
}

body.storefront-body .storefront-footer-card {
    height: 100%;
}

body.storefront-body .storefront-footer-card--brand {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 249, 252, 0.98) 100%);
}

body.storefront-body .storefront-footer-description {
    max-width: 34ch;
    font-size: 14px;
    line-height: 1.9;
}

body.storefront-body .storefront-footer-title {
    margin-bottom: 18px;
    color: var(--store-ink);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.storefront-body .storefront-footer-links a,
body.storefront-body .storefront-footer-contact a,
body.storefront-body .storefront-footer-contact span {
    color: var(--store-muted);
    font-size: 14px;
    font-weight: 600;
}

body.storefront-body .storefront-footer-links a:hover {
    color: var(--store-brand-deep);
    transform: translateX(3px);
}

body.storefront-body .storefront-footer-feature {
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

body.storefront-body .storefront-footer-feature i {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--store-brand-soft);
    color: var(--store-brand-deep);
    box-shadow: none;
}

@media (max-width: 1199.98px) {
    body.storefront-body .storefront-highlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    body.storefront-body .storefront-topbar__inner,
    body.storefront-body .storefront-topbar__meta,
    body.storefront-body .storefront-topbar__actions,
    body.storefront-body .catalog-shell .shop-toolbar__left,
    body.storefront-body .catalog-shell .shop-toolbar__right {
        gap: 12px;
    }

    body.storefront-body .storefront-nav {
        padding-top: 20px;
    }

    body.storefront-body .storefront-nav-actions {
        margin-top: 16px;
        width: 100%;
        justify-content: space-between;
        border-radius: 24px;
    }

    body.storefront-body .home-featured-products::before,
    body.storefront-body .home-trending-collections::before,
    body.storefront-body .blog-area::before {
        inset: 20px 10px 0;
    }

    body.storefront-body .catalog-hero-panel {
        padding: 38px 28px;
    }

    body.storefront-body .catalog-shell .shop-toolbar,
    body.storefront-body .advanced-product-filters {
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    body.storefront-body .storefront-highlight-grid {
        grid-template-columns: 1fr;
    }

    body.storefront-body .storefront-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.storefront-body .storefront-outline-link,
    body.storefront-body .storefront-pill-btn,
    body.storefront-body .heading-button {
        width: 100%;
    }

    body.storefront-body .storefront-nav-actions {
        padding: 10px;
        gap: 10px;
    }

    body.storefront-body .catalog-hero-panel {
        padding: 30px 20px;
    }

    body.storefront-body .catalog-hero-panel .page-title {
        font-size: clamp(2.4rem, 10vw, 3.2rem);
    }

    body.storefront-body .collection-spotlight-card {
        min-height: 320px;
    }

    body.storefront-body .home-featured-products::before,
    body.storefront-body .home-trending-collections::before,
    body.storefront-body .blog-area::before {
        inset: 12px 0 0;
        border-radius: 28px;
    }
}

/* Storefront redesign v3 */
body.storefront-body .product-page-shell,
body.storefront-body .cart-page-shell,
body.storefront-body .checkout-page-shell,
body.storefront-body .contact-page-shell,
body.storefront-body .dynamic-page-shell,
body.storefront-body .order-confirmation-shell,
body.storefront-body .payment-success-shell,
body.storefront-body .payment-status-shell {
    position: relative;
}

body.storefront-body .product-page-shell::before,
body.storefront-body .cart-page-shell::before,
body.storefront-body .checkout-page-shell::before,
body.storefront-body .contact-page-shell::before,
body.storefront-body .dynamic-page-shell::before,
body.storefront-body .order-confirmation-shell::before,
body.storefront-body .payment-success-shell::before,
body.storefront-body .payment-status-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 8% 0%, rgba(198, 106, 43, 0.09), transparent 20%),
        radial-gradient(circle at 100% 10%, rgba(13, 92, 123, 0.08), transparent 22%);
}

body.storefront-body .product-page-shell > .container,
body.storefront-body .cart-page-shell > .page-content-inner,
body.storefront-body .checkout-page-shell > .container,
body.storefront-body .contact-page-shell > .container,
body.storefront-body .dynamic-page-shell > section > .container,
body.storefront-body .order-confirmation-shell > .container,
body.storefront-body .payment-success-shell > .container,
body.storefront-body .payment-status-shell > .container {
    position: relative;
    z-index: 1;
}

body.storefront-body .utility-hero-panel,
body.storefront-body .checkout-shell-hero {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 46px;
    overflow: hidden;
    border-radius: 36px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(247, 250, 252, 0.98) 100%);
    box-shadow: 0 30px 54px rgba(15, 29, 42, 0.1);
}

body.storefront-body .utility-hero-panel::before,
body.storefront-body .checkout-shell-hero::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -55px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(198, 106, 43, 0.16) 0%, transparent 68%);
}

body.storefront-body .utility-hero-panel .storefront-section-kicker,
body.storefront-body .checkout-shell-hero .storefront-section-kicker {
    position: relative;
    z-index: 1;
}

body.storefront-body .utility-hero-panel .page-title,
body.storefront-body .checkout-shell-hero h1 {
    position: relative;
    z-index: 1;
    margin: 18px 0 10px;
    color: var(--store-ink);
    font-size: clamp(2.5rem, 5vw, 4.15rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

body.storefront-body .utility-hero-summary,
body.storefront-body .checkout-shell-hero p {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin: 12px auto 0;
    color: var(--store-muted);
    font-size: 15px;
    line-height: 1.82;
}

body.storefront-body .checkout-shell-hero {
    margin-bottom: 24px;
    text-align: center;
}

body.storefront-body .product-breadcrumb-bar {
    display: inline-flex;
    margin-bottom: 22px !important;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 30px rgba(15, 29, 42, 0.06);
}

body.storefront-body .product-breadcrumb-bar .breadcrumb {
    gap: 8px;
}

body.storefront-body .product-page-shell .product-detail-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 250, 252, 0.98) 100%);
    box-shadow: 0 28px 48px rgba(15, 29, 42, 0.1);
}

body.storefront-body .product-page-shell .product-detail-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 96px;
    background: linear-gradient(180deg, rgba(198, 106, 43, 0.08), transparent);
    pointer-events: none;
}

body.storefront-body .product-page-shell .product-detail-card--gallery {
    position: sticky;
    top: 118px;
    padding: 20px !important;
}

body.storefront-body .product-page-shell .product-detail-card--summary {
    padding: 34px !important;
}

body.storefront-body .product-page-shell .product-detail-card--summary h2 {
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

body.storefront-body .product-page-shell .product-main-image {
    min-height: 520px;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #eef4f8 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.storefront-body .product-page-shell .product-thumb {
    width: 86px;
    height: 86px;
    padding: 6px;
    object-fit: cover;
    border-radius: 18px;
    border: 2px solid transparent;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 20px rgba(15, 29, 42, 0.08);
    cursor: pointer;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.storefront-body .product-page-shell .product-thumb:hover {
    transform: translateY(-2px);
    border-color: rgba(186, 106, 50, 0.24);
    box-shadow: 0 18px 28px rgba(15, 29, 42, 0.12);
}

body.storefront-body .product-page-shell .rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #f0a43b;
}

body.storefront-body .product-page-shell .product-detail-card--summary .badge {
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.storefront-body .product-page-shell .purchase-panel {
    margin-top: 26px !important;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: linear-gradient(180deg, rgba(255, 248, 240, 0.7) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

body.storefront-body .product-page-shell .purchase-panel h5 {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

body.storefront-body .product-page-shell .purchase-panel .btn,
body.storefront-body .product-page-shell .btn-style-1,
body.storefront-body .product-page-shell .btn-outline-secondary {
    min-height: 52px;
    padding: 0 20px;
    border-radius: 18px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

body.storefront-body .product-page-shell .purchase-panel .input-group .btn,
body.storefront-body .product-page-shell .purchase-panel .form-control {
    min-height: 50px;
}

body.storefront-body .product-page-shell .purchase-panel .form-control {
    border-radius: 16px;
    border-color: rgba(19, 33, 43, 0.1);
}

body.storefront-body .product-page-shell .purchase-panel .form-control:focus {
    border-color: rgba(198, 106, 43, 0.35);
    box-shadow: 0 0 0 4px rgba(198, 106, 43, 0.12);
}

body.storefront-body .product-page-shell .purchase-variation-option,
body.storefront-body .product-page-shell .variation-option-card {
    border-radius: 20px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 22px rgba(15, 29, 42, 0.06);
}

body.storefront-body .product-page-shell .purchase-variation-option:hover,
body.storefront-body .product-page-shell .variation-option-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 28px rgba(15, 29, 42, 0.1);
}

body.storefront-body .product-page-shell .spec-table {
    border-radius: 20px;
    overflow: hidden;
}

body.storefront-body .product-page-shell .spec-table th {
    background: #f8fbfd;
    color: var(--store-ink);
}

body.storefront-body .product-page-shell .review-card,
body.storefront-body .product-page-shell .related-card {
    border-radius: 24px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 34px rgba(15, 29, 42, 0.08);
}

body.storefront-body .product-page-shell .related-card {
    overflow: hidden;
    height: 100%;
}

body.storefront-body .product-page-shell .related-card > .p-3 {
    padding: 22px !important;
}

body.storefront-body .product-page-shell .related-card h6 {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
}

body.storefront-body .product-page-shell .related-products-section > h4,
body.storefront-body .product-page-shell .product-reviews-section .d-flex > h4 {
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

body.storefront-body .cart-page-shell {
    padding-bottom: 88px;
}

body.storefront-body .cart-page-shell .cart-main-area {
    padding-top: 30px;
}

body.storefront-body .cart-page-shell .cart-table-wrapper,
body.storefront-body .cart-page-shell .coupon-area,
body.storefront-body .cart-page-shell .cart-buttons,
body.storefront-body .cart-page-shell .cart-summary-wrapper {
    overflow: hidden;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 250, 252, 0.98) 100%);
    box-shadow: 0 26px 44px rgba(15, 29, 42, 0.08);
}

body.storefront-body .cart-page-shell .cart-table-header {
    padding: 20px 24px !important;
    background: linear-gradient(135deg, #102b3d 0%, #174e68 100%) !important;
}

body.storefront-body .cart-page-shell .cart-table-body {
    background: transparent;
}

body.storefront-body .cart-page-shell .cart-table-row {
    padding: 24px !important;
    background: transparent;
}

body.storefront-body .cart-page-shell .cart-product-image img {
    width: 96px !important;
    height: 96px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #eef4f8 100%);
}

body.storefront-body .cart-page-shell .cart-product-details .product-title a {
    font-size: 1rem;
    font-weight: 800;
}

body.storefront-body .cart-page-shell .coupon-area,
body.storefront-body .cart-page-shell .cart-buttons {
    padding: 24px !important;
}

body.storefront-body .cart-page-shell .cart-summary-wrapper {
    padding: 26px !important;
}

body.storefront-body .cart-page-shell .cart-summary-wrapper.sticky-top {
    top: 112px !important;
}

body.storefront-body .cart-page-shell .coupon-area .form-control,
body.storefront-body .cart-page-shell .coupon-area .btn,
body.storefront-body .cart-page-shell .cart-buttons .btn,
body.storefront-body .cart-page-shell .cart-summary-wrapper .btn {
    min-height: 52px;
    border-radius: 18px;
    font-weight: 800;
}

body.storefront-body .cart-page-shell .summary-row {
    padding: 10px 0;
}

body.storefront-body .cart-page-shell .delivery-info,
body.storefront-body .cart-page-shell .free-shipping-progress {
    border-radius: 22px !important;
}

body.storefront-body .checkout-page-shell {
    padding: 26px 0 74px;
}

body.storefront-body .checkout-page-shell .checkout-steps {
    margin-bottom: 28px;
    padding: 14px;
    border-radius: 28px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 22px 38px rgba(15, 29, 42, 0.08);
}

body.storefront-body .checkout-page-shell .step {
    flex: 1 1 0;
    min-width: 0;
    padding: 18px 14px;
    border-radius: 22px;
    background: rgba(247, 250, 252, 0.9);
    border: 1px solid rgba(19, 33, 43, 0.06);
}

body.storefront-body .checkout-page-shell .step.active,
body.storefront-body .checkout-page-shell .step.completed {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 28px rgba(15, 29, 42, 0.08);
}

body.storefront-body .checkout-page-shell .step-number {
    width: 46px;
    height: 46px;
    border-width: 0;
    background: #edf2f7;
    box-shadow: inset 0 0 0 1px rgba(19, 33, 43, 0.06);
}

body.storefront-body .checkout-page-shell .step.active .step-number,
body.storefront-body .checkout-page-shell .step.completed .step-number {
    color: #ffffff;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
    box-shadow: 0 18px 28px rgba(186, 106, 50, 0.24);
}

body.storefront-body .checkout-page-shell .card,
body.storefront-body .checkout-page-shell .order-summary-card {
    overflow: hidden;
    border-radius: 30px !important;
    border: 1px solid rgba(19, 33, 43, 0.08) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 250, 252, 0.98) 100%);
    box-shadow: 0 28px 46px rgba(15, 29, 42, 0.1);
}

body.storefront-body .checkout-page-shell .card-header {
    padding: 24px 28px 0;
    background: transparent !important;
}

body.storefront-body .checkout-page-shell .card-body {
    padding: 24px 28px 28px;
}

body.storefront-body .checkout-page-shell .form-control,
body.storefront-body .checkout-page-shell .form-select {
    min-height: 54px;
    border-radius: 18px;
    border-color: rgba(19, 33, 43, 0.12);
    background: rgba(255, 255, 255, 0.98);
}

body.storefront-body .checkout-page-shell textarea.form-control {
    min-height: 130px;
}

body.storefront-body .checkout-page-shell .address-card,
body.storefront-body .checkout-page-shell .payment-method-card,
body.storefront-body .checkout-page-shell .address-review,
body.storefront-body .checkout-page-shell .payment-review {
    border-radius: 22px !important;
    border: 1px solid rgba(19, 33, 43, 0.08) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 14px 26px rgba(15, 29, 42, 0.06);
}

body.storefront-body .checkout-page-shell .payment-icon {
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #eef4f8 100%);
    box-shadow: inset 0 0 0 1px rgba(19, 33, 43, 0.06);
}

body.storefront-body .checkout-page-shell .btn {
    min-height: 50px;
    padding: 0 18px;
    border-radius: 18px;
    font-weight: 800;
}

body.storefront-body .checkout-page-shell .order-summary-card {
    position: sticky;
    top: 112px;
}

body.storefront-body .contact-page-shell .contact-hero {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.18), transparent 24%),
        linear-gradient(135deg, #102b3d 0%, #174e68 54%, #c66a2b 100%);
    box-shadow: 0 30px 56px rgba(15, 29, 42, 0.18);
}

body.storefront-body .contact-page-shell .contact-hero h1,
body.storefront-body .contact-page-shell .contact-hero p,
body.storefront-body .contact-page-shell .contact-accent {
    position: relative;
    z-index: 1;
}

body.storefront-body .contact-page-shell .contact-hero h1 {
    max-width: 11ch;
    color: #ffffff;
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

body.storefront-body .contact-page-shell .contact-hero p {
    color: rgba(255, 255, 255, 0.82) !important;
    max-width: 50ch;
}

body.storefront-body .contact-page-shell .contact-accent {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.storefront-body .contact-page-shell .contact-card,
body.storefront-body .contact-page-shell .contact-form-card {
    border-radius: 30px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 250, 252, 0.98) 100%);
    box-shadow: 0 24px 40px rgba(15, 29, 42, 0.08);
}

body.storefront-body .contact-page-shell .contact-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #eef4f8 100%);
    color: var(--store-brand-deep);
    box-shadow: inset 0 0 0 1px rgba(19, 33, 43, 0.06);
}

body.storefront-body .contact-page-shell .contact-card-icon--compact {
    width: 44px;
    height: 44px;
    border-radius: 14px;
}

body.storefront-body .dynamic-page-shell .page-hero {
    padding: 38px 0 34px;
}

body.storefront-body .dynamic-page-shell .crumb-pill {
    backdrop-filter: blur(16px);
    box-shadow: 0 14px 28px rgba(15, 29, 42, 0.06);
}

body.storefront-body .dynamic-page-shell .hero-title {
    max-width: 12ch;
}

body.storefront-body .dynamic-page-shell .hero-image,
body.storefront-body .dynamic-page-shell .side-card,
body.storefront-body .dynamic-page-shell .article-card {
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 250, 252, 0.98) 100%);
    box-shadow: 0 26px 42px rgba(15, 29, 42, 0.08);
}

body.storefront-body .dynamic-page-shell .hero-image {
    padding: 18px;
}

body.storefront-body .dynamic-page-shell .hero-image img {
    border-radius: 24px;
}

body.storefront-body .dynamic-page-shell .side-card,
body.storefront-body .dynamic-page-shell .article-card {
    border-radius: 28px;
}

body.storefront-body .dynamic-page-shell .article-card {
    overflow: hidden;
}

body.storefront-body .dynamic-page-shell .article-head {
    padding: 26px 28px;
}

body.storefront-body .dynamic-page-shell .article-body {
    padding: 30px 28px;
}

body.storefront-body .order-confirmation-shell,
body.storefront-body .payment-success-shell,
body.storefront-body .payment-status-shell {
    padding: 34px 0 88px;
}

body.storefront-body .order-confirmation-shell .confirmation-card,
body.storefront-body .payment-success-shell .success-card,
body.storefront-body .payment-status-shell .card {
    position: relative;
    overflow: hidden;
    border-radius: 34px !important;
    border: 1px solid rgba(19, 33, 43, 0.08) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 252, 0.98) 100%);
    box-shadow: 0 30px 52px rgba(15, 29, 42, 0.12);
}

body.storefront-body .order-confirmation-shell .confirmation-card::before,
body.storefront-body .payment-success-shell .success-card::before,
body.storefront-body .payment-status-shell .card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(135deg, var(--store-brand) 0%, var(--store-brand-deep) 100%);
}

body.storefront-body .payment-status-shell--failed .card::before {
    background: linear-gradient(135deg, #f2ab2a 0%, #d97706 100%);
}

body.storefront-body .payment-status-shell--cancelled .card::before {
    background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
}

body.storefront-body .order-confirmation-shell .success-icon,
body.storefront-body .payment-success-shell .success-icon,
body.storefront-body .payment-status-shell .payment-status-icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 22px;
    border-radius: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 22px 38px rgba(15, 29, 42, 0.12);
}

body.storefront-body .order-confirmation-shell .success-icon,
body.storefront-body .payment-success-shell .success-icon {
    background: linear-gradient(135deg, #1f9d60 0%, #27b57a 100%);
    color: #ffffff;
}

body.storefront-body .payment-status-shell .payment-status-icon.failed {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #ffffff;
}

body.storefront-body .payment-status-shell .payment-status-icon.cancel {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff;
}

body.storefront-body .order-confirmation-shell .order-details,
body.storefront-body .payment-success-shell .order-details,
body.storefront-body .payment-status-shell .alert-light,
body.storefront-body .payment-status-shell .card .card-body > .alert:not(.alert-warning):not(.alert-info) {
    border-radius: 22px;
    border: 1px solid rgba(19, 33, 43, 0.08);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 26px rgba(15, 29, 42, 0.06);
}

body.storefront-body .order-confirmation-shell .action-buttons .btn,
body.storefront-body .payment-success-shell .action-buttons .btn,
body.storefront-body .payment-status-shell .btn-lg {
    min-height: 52px;
    padding: 0 22px;
    border-radius: 18px;
    font-weight: 800;
}

body.storefront-body .payment-status-shell .card-header,
body.storefront-body .payment-status-shell .card-footer {
    border: 0;
}

body.storefront-body .payment-status-shell .card-body {
    padding: 32px !important;
}

body.storefront-body .payment-status-shell .dropdown-menu {
    border-radius: 20px;
    border-color: rgba(19, 33, 43, 0.08);
    box-shadow: 0 24px 40px rgba(15, 29, 42, 0.12);
}

body.storefront-body .payment-status-shell .btn-link {
    color: var(--store-brand-deep);
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    body.storefront-body .product-page-shell .product-detail-card--gallery {
        position: static;
    }
}

@media (max-width: 991.98px) {
    body.storefront-body .utility-hero-panel,
    body.storefront-body .checkout-shell-hero {
        padding: 32px 24px;
    }

    body.storefront-body .checkout-page-shell .checkout-steps {
        padding: 12px;
        gap: 12px;
    }

    body.storefront-body .checkout-page-shell .step {
        padding: 14px 12px;
    }

    body.storefront-body .checkout-page-shell .order-summary-card,
    body.storefront-body .cart-page-shell .cart-summary-wrapper.sticky-top {
        position: static !important;
        top: auto !important;
    }
}

@media (max-width: 767.98px) {
    body.storefront-body .utility-hero-panel,
    body.storefront-body .checkout-shell-hero {
        padding: 26px 18px;
        border-radius: 26px;
    }

    body.storefront-body .utility-hero-panel .page-title,
    body.storefront-body .checkout-shell-hero h1 {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    body.storefront-body .product-breadcrumb-bar {
        display: block;
        padding: 10px 14px;
        border-radius: 20px;
    }

    body.storefront-body .product-page-shell .product-detail-card--summary,
    body.storefront-body .product-page-shell .product-detail-card--gallery {
        padding: 20px !important;
    }

    body.storefront-body .product-page-shell .product-main-image {
        min-height: 320px;
    }

    body.storefront-body .product-page-shell .product-thumb {
        width: 70px;
        height: 70px;
    }

    body.storefront-body .checkout-page-shell .checkout-steps {
        border-radius: 24px;
    }

    body.storefront-body .checkout-page-shell .step {
        width: 100%;
        justify-content: flex-start;
    }

    body.storefront-body .checkout-page-shell .card-header,
    body.storefront-body .checkout-page-shell .card-body,
    body.storefront-body .dynamic-page-shell .article-head,
    body.storefront-body .dynamic-page-shell .article-body {
        padding-left: 18px;
        padding-right: 18px;
    }

    body.storefront-body .contact-page-shell .contact-hero {
        border-radius: 26px;
    }

    body.storefront-body .contact-page-shell .contact-hero h1 {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    body.storefront-body .order-confirmation-shell,
    body.storefront-body .payment-success-shell,
    body.storefront-body .payment-status-shell {
        padding: 22px 0 64px;
    }

    body.storefront-body .payment-status-shell .card-body {
        padding: 22px !important;
    }
}

/* Shop hero cleanup */
body.storefront-body .breadcrumb-area.catalog-breadcrumb {
    width: min(1140px, calc(100% - 56px));
    margin: 0 auto 18px;
    padding: 6px 0 10px !important;
    background: transparent !important;
}

body.storefront-body .breadcrumb-area.catalog-breadcrumb::before {
    content: none;
    display: none;
}

body.storefront-body .breadcrumb-area.catalog-breadcrumb .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

body.storefront-body .breadcrumb-area.catalog-breadcrumb .col-12 {
    max-width: 100%;
}

body.storefront-body .breadcrumb-area.catalog-breadcrumb .catalog-hero-panel {
    max-width: 920px;
    padding: 38px 42px;
    border-radius: 34px;
    box-shadow: 0 26px 44px rgba(15, 29, 42, 0.1);
}

body.storefront-body .breadcrumb-area.catalog-breadcrumb .catalog-page-description {
    max-width: 520px;
}

@media (max-width: 767.98px) {
    body.storefront-body .breadcrumb-area.catalog-breadcrumb {
        width: min(100%, calc(100% - 24px));
        padding: 4px 0 8px !important;
    }

    body.storefront-body .breadcrumb-area.catalog-breadcrumb .catalog-hero-panel {
        padding: 28px 18px;
        border-radius: 24px;
    }
}

/* Footer compact pass */
body.storefront-body .storefront-footer {
    margin-top: 44px;
    padding: 24px 0 16px;
}

body.storefront-body .storefront-footer::before {
    inset: 18px 0 0;
}

body.storefront-body .storefront-footer-banner {
    padding: 18px 22px;
    margin-bottom: 18px;
    border-radius: 24px;
    gap: 18px;
}

body.storefront-body .storefront-footer-banner__copy h3 {
    max-width: 780px;
    font-size: clamp(1.05rem, 2vw, 1.6rem);
    line-height: 1.18;
}

body.storefront-body .storefront-footer-banner__actions {
    gap: 10px;
}

body.storefront-body .storefront-footer-banner__actions .storefront-pill-btn {
    min-height: 44px;
    padding: 0 18px;
    font-size: 11px;
}

body.storefront-body .storefront-footer-main {
    align-items: flex-start;
    margin-bottom: 16px;
}

body.storefront-body .storefront-footer-features {
    margin-bottom: 14px;
}

body.storefront-body .storefront-footer-card {
    height: auto;
    min-height: 0;
    padding: 18px 18px;
    border-radius: 22px;
}

body.storefront-body .storefront-footer-card--brand {
    padding: 18px 20px;
}

body.storefront-body .storefront-footer-logo {
    max-height: 42px;
    margin-bottom: 12px;
}

body.storefront-body .storefront-footer-description {
    max-width: 30ch;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.72;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.storefront-body .storefront-footer-social {
    gap: 8px;
}

body.storefront-body .storefront-footer-social__link {
    width: 38px;
    height: 38px;
    border-radius: 12px;
}

body.storefront-body .storefront-footer-title {
    margin-bottom: 12px;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
}

body.storefront-body .storefront-footer-links li,
body.storefront-body .storefront-footer-contact li {
    margin-bottom: 9px;
}

body.storefront-body .storefront-footer-links a,
body.storefront-body .storefront-footer-contact a,
body.storefront-body .storefront-footer-contact span {
    font-size: 13px;
    line-height: 1.6;
}

body.storefront-body .storefront-footer-contact {
    margin-bottom: 0;
}

body.storefront-body .storefront-footer-contact li {
    gap: 10px;
}

body.storefront-body .storefront-footer-contact i {
    width: 16px;
    margin-top: 2px;
    font-size: 14px;
}

body.storefront-body .storefront-footer-payments {
    margin-top: 12px;
}

body.storefront-body .storefront-footer-payments img {
    max-width: 185px;
}

body.storefront-body .storefront-footer-feature {
    height: auto;
    min-height: 0;
    padding: 16px 18px;
    border-radius: 20px;
    gap: 12px;
}

body.storefront-body .storefront-footer-feature i {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 15px;
}

body.storefront-body .storefront-footer-feature h4 {
    margin-bottom: 4px;
    font-size: 15px;
}

body.storefront-body .storefront-footer-feature p {
    font-size: 13px;
    line-height: 1.58;
}

body.storefront-body .storefront-footer-bottom {
    padding: 12px 18px;
    border-radius: 16px;
}

@media (max-width: 991.98px) {
    body.storefront-body .storefront-footer-banner {
        padding: 16px 18px;
    }

    body.storefront-body .storefront-footer-card,
    body.storefront-body .storefront-footer-feature {
        padding: 16px;
    }
}

@media (max-width: 767.98px) {
    body.storefront-body .storefront-footer {
        margin-top: 32px;
        padding: 18px 0 12px;
    }

    body.storefront-body .storefront-footer-banner {
        padding: 16px;
        margin-bottom: 14px;
        border-radius: 20px;
    }

    body.storefront-body .storefront-footer-banner__copy h3 {
        font-size: 1.15rem;
    }

    body.storefront-body .storefront-footer-card,
    body.storefront-body .storefront-footer-feature,
    body.storefront-body .storefront-footer-bottom {
        border-radius: 18px;
    }
}

/* Monochrome storefront theme */
body.storefront-body {
    --store-bg: #f4f5f6;
    --store-surface: rgba(255, 255, 255, 0.96);
    --store-ink: #111315;
    --store-ink-soft: #61666c;
    --store-line: rgba(17, 19, 21, 0.1);
    --store-brand: #111315;
    --store-brand-deep: #000000;
    --store-brand-soft: #f0f2f3;
    --store-accent: #2d3135;
    --store-shadow: 0 24px 50px rgba(17, 19, 21, 0.12);
    --store-shadow-soft: 0 16px 32px rgba(17, 19, 21, 0.08);
    background:
        radial-gradient(circle at top left, rgba(17, 19, 21, 0.08), transparent 22%),
        radial-gradient(circle at top right, rgba(85, 90, 96, 0.08), transparent 22%),
        linear-gradient(180deg, #f6f7f8 0%, #fbfbfc 38%, #ffffff 100%);
}

body.storefront-body::before {
    background-image:
        linear-gradient(rgba(17, 19, 21, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 19, 21, 0.025) 1px, transparent 1px);
    opacity: 0.2;
}

body.storefront-body .storefront-topbar {
    background: linear-gradient(135deg, rgba(5, 5, 6, 0.98) 0%, rgba(28, 30, 33, 0.94) 100%);
    box-shadow: 0 18px 36px rgba(5, 5, 6, 0.2);
}

body.storefront-body .storefront-navbar {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(17, 19, 21, 0.06);
}

body.storefront-body .storefront-section-kicker,
body.storefront-body .storefront-highlight-card__label,
body.storefront-body .dynamic-page-shell .hero-label {
    background: rgba(17, 19, 21, 0.06);
    color: var(--store-ink);
}

body.storefront-body .storefront-nav-badge,
body.storefront-body .mini-cart-count,
body.storefront-body .storefront-pill-btn,
body.storefront-body .heading-button,
body.storefront-body .page-item.active .page-link,
body.storefront-body .page-link:hover,
body.storefront-body .checkout-page-shell .step.active .step-number,
body.storefront-body .checkout-page-shell .step.completed .step-number,
body.storefront-body .cart-page-shell .quantity-input-group .qty-btn:hover,
body.storefront-body .storefront-home .action-btn:hover,
body.storefront-body .catalog-shell .action-btn:hover,
body.storefront-body .shop-toolbar__btn:hover,
body.storefront-body .storefront-icon-btn:hover {
    background: linear-gradient(135deg, #111315 0%, #000000 100%);
    color: #ffffff;
    box-shadow: 0 18px 30px rgba(17, 19, 21, 0.18);
}

body.storefront-body .storefront-outline-link,
body.storefront-body .storefront-pill-btn--alt,
body.storefront-body .shop-toolbar__btn,
body.storefront-body .storefront-icon-btn,
body.storefront-body .product-ordering__list {
    border-color: rgba(17, 19, 21, 0.08);
}

body.storefront-body .storefront-hero-card {
    background:
        radial-gradient(circle at 85% 16%, rgba(255, 255, 255, 0.1), transparent 20%),
        radial-gradient(circle at 18% 78%, rgba(255, 255, 255, 0.08), transparent 24%),
        linear-gradient(135deg, #050506 0%, #131416 46%, #2b2e32 100%);
}

body.storefront-body .storefront-hero-media,
body.storefront-body .contact-page-shell .contact-hero,
body.storefront-body .storefront-footer-banner,
body.storefront-body .cart-page-shell .cart-table-header {
    background: linear-gradient(135deg, #050506 0%, #15171a 56%, #2c3034 100%) !important;
}

body.storefront-body .contact-page-shell .contact-hero p,
body.storefront-body .storefront-footer-banner__copy h3,
body.storefront-body .storefront-footer-banner__eyebrow {
    color: rgba(255, 255, 255, 0.9);
}

body.storefront-body .contact-page-shell .contact-hero .contact-accent {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
}

body.storefront-body .catalog-hero-panel::before,
body.storefront-body .catalog-hero-panel::after,
body.storefront-body .utility-hero-panel::before,
body.storefront-body .checkout-shell-hero::before,
body.storefront-body .storefront-footer::before {
    background: radial-gradient(circle, rgba(17, 19, 21, 0.08) 0%, transparent 70%);
}

body.storefront-body .home-featured-products::before,
body.storefront-body .home-trending-collections::before,
body.storefront-body .blog-area::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(245, 247, 248, 0.92) 100%);
}

body.storefront-body .storefront-home .badge-discount,
body.storefront-body .catalog-shell .badge-discount {
    background: #111315;
    color: #ffffff;
}

body.storefront-body .storefront-home .badge-new,
body.storefront-body .catalog-shell .badge-new {
    background: #edf0f2;
    color: #111315;
}

body.storefront-body .storefront-home .product-inner:hover,
body.storefront-body .catalog-shell .product-inner:hover,
body.storefront-body .product-page-shell .product-thumb:hover,
body.storefront-body .collection-spotlight-card:hover {
    border-color: rgba(17, 19, 21, 0.14);
    box-shadow: 0 30px 50px rgba(17, 19, 21, 0.12);
}

body.storefront-body .catalog-shell .product-widget__list a:hover,
body.storefront-body .catalog-shell .prouduct-categories a:hover,
body.storefront-body .tagcloud a:hover,
body.storefront-body .product-ordering__list li.active a,
body.storefront-body .product-ordering__list li a:hover,
body.storefront-body .catalog-shell .product-view-count ul li.active a {
    background: #eff1f2;
    color: #111315;
    border-color: rgba(17, 19, 21, 0.08);
}

body.storefront-body .product-page-shell .purchase-panel .form-control:focus,
body.storefront-body .checkout-page-shell .form-control:focus,
body.storefront-body .checkout-page-shell .form-select:focus,
body.storefront-body .contact-page-shell .contact-form-card .form-control:focus,
body.storefront-body .contact-page-shell .contact-form-card .form-select:focus {
    border-color: rgba(17, 19, 21, 0.22);
    box-shadow: 0 0 0 4px rgba(17, 19, 21, 0.08);
}

body.storefront-body .contact-page-shell .contact-card-icon,
body.storefront-body .storefront-footer-feature i,
body.storefront-body .checkout-page-shell .payment-icon {
    background: linear-gradient(180deg, #ffffff 0%, #eef1f3 100%);
    color: #111315;
}

body.storefront-body .storefront-footer-links a:hover,
body.storefront-body .storefront-footer-contact a:hover,
body.storefront-body .storefront-footer-bottom__links a:hover,
body.storefront-body .dynamic-page-shell .share-btn:hover,
body.storefront-body .dynamic-page-shell .dynamic-content a,
body.storefront-body .contact-page-shell .contact-info-value a:hover {
    color: #000000;
}

/* Header nav refinement */
body.storefront-body .storefront-navbar {
    padding: 14px 18px;
}

body.storefront-body .storefront-brand img {
    height: 50px;
}

body.storefront-body .storefront-nav {
    gap: 8px;
}

body.storefront-body .storefront-nav .nav-link {
    min-height: 42px;
    padding: 0 12px !important;
    border-radius: 999px;
    align-items: center;
    transition: color 0.22s ease, background-color 0.22s ease;
}

body.storefront-body .storefront-nav .nav-link:hover {
    background: rgba(17, 19, 21, 0.04) !important;
}

body.storefront-body .storefront-nav .nav-link.active {
    background: rgba(17, 19, 21, 0.05) !important;
}

body.storefront-body .storefront-nav .nav-link::after {
    left: 50%;
    right: auto;
    bottom: 5px;
    width: 28px;
    height: 2px;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    background: #111315;
}

body.storefront-body .storefront-nav .nav-link:hover::after,
body.storefront-body .storefront-nav .nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
}

body.storefront-body .storefront-nav-badge {
    min-height: 20px;
    padding: 0 7px;
    margin-left: 2px;
    border-radius: 999px;
    background: #111315;
    color: #ffffff;
    font-size: 8px;
    letter-spacing: 0.1em;
    box-shadow: 0 8px 14px rgba(17, 19, 21, 0.14);
}

/* Cart breadcrumb and checkout button contrast fix */
body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .utility-hero-panel {
    max-width: 900px;
    padding: 32px 36px;
    border-radius: 30px;
}

body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .utility-hero-summary,
body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .breadcrumb li,
body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .breadcrumb li a,
body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .breadcrumb li.current span {
    color: var(--store-ink-soft) !important;
}

body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .page-title,
body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .storefront-section-kicker {
    color: var(--store-ink) !important;
}

body.storefront-body .checkout-page-shell .btn-primary,
body.storefront-body .checkout-page-shell .btn-success,
body.storefront-body .checkout-page-shell .order-summary-card .btn-primary,
body.storefront-body .checkout-page-shell .order-summary-card .btn-success {
    color: #ffffff !important;
}

body.storefront-body .checkout-page-shell .btn-primary:hover,
body.storefront-body .checkout-page-shell .btn-success:hover,
body.storefront-body .checkout-page-shell .order-summary-card .btn-primary:hover,
body.storefront-body .checkout-page-shell .order-summary-card .btn-success:hover {
    color: #ffffff !important;
}

body.storefront-body .checkout-page-shell .btn-outline-secondary,
body.storefront-body .checkout-page-shell .btn-outline-primary,
body.storefront-body .checkout-page-shell .order-summary-card .btn-outline-primary {
    color: var(--store-ink) !important;
    border-color: rgba(17, 19, 21, 0.14);
    background: rgba(255, 255, 255, 0.92);
}

body.storefront-body .checkout-page-shell .btn-outline-secondary:hover,
body.storefront-body .checkout-page-shell .btn-outline-primary:hover,
body.storefront-body .checkout-page-shell .order-summary-card .btn-outline-primary:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #111315 0%, #000000 100%);
    border-color: transparent;
}

@media (max-width: 767.98px) {
    body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .utility-hero-panel {
        padding: 24px 18px;
        border-radius: 24px;
    }
}

/* Cart hero cleanup */
body.storefront-body .breadcrumb-area.breadcrumb-bg-1 {
    width: min(1140px, calc(100% - 56px));
    margin: 0 auto 18px;
    padding: 6px 0 10px !important;
    background: transparent !important;
}

body.storefront-body .breadcrumb-area.breadcrumb-bg-1::before {
    content: none;
    display: none;
}

body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .col-12 {
    max-width: 100%;
}

body.storefront-body .breadcrumb-area.breadcrumb-bg-1 .utility-hero-panel {
    max-width: 920px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    body.storefront-body .breadcrumb-area.breadcrumb-bg-1 {
        width: min(100%, calc(100% - 24px));
        padding: 4px 0 8px !important;
    }
}
