/* ============================================================
   MODERN MALL PUBLIC WEBSITE
   Deep navy + emerald + gold
   ============================================================ */

:root {
    --mall-navy: #0f172a;
    --mall-navy-2: #111827;
    --mall-emerald: #0f8a5f;
    --mall-emerald-dark: #075c43;
    --mall-emerald-soft: #ecfdf5;
    --mall-gold: #d7a84c;
    --mall-gold-soft: #fff8e7;
    --mall-text: #1f2937;
    --mall-muted: #64748b;
    --mall-border: #e6ebef;
    --mall-soft: #f6f8fa;
    --mall-white: #ffffff;
    --mall-danger: #dc2626;
    --mall-radius: 20px;
    --mall-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--mall-text);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

.mall-site {
    min-height: 100vh;
    overflow-x: hidden;
}

.mall-announcement {
    background: var(--mall-navy);
    color: rgba(255,255,255,.88);
    font-size: 14px;
}

.mall-announcement-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.mall-announcement span,
.mall-announcement a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.mall-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255,255,255,.92);
    border-bottom: 1px solid rgba(230,235,239,.8);
    backdrop-filter: blur(18px);
    transition: box-shadow .2s ease, background-color .2s ease;
}

.mall-header.is-scrolled {
    box-shadow: 0 12px 35px rgba(15,23,42,.08);
    background: rgba(255,255,255,.97);
}

.mall-navbar {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.mall-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    text-decoration: none;
}

.mall-brand-logo {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, var(--mall-emerald-dark), var(--mall-emerald));
    box-shadow: 0 10px 25px rgba(15,138,95,.22);
    font-size: 20px;
}

.mall-brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.mall-brand-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.mall-brand-copy strong {
    max-width: 220px;
    overflow: hidden;
    color: var(--mall-navy);
    font-size: 15.5px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mall-brand-copy small {
    margin-top: 1px;
    color: var(--mall-muted);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .03em;
}

.mall-nav-panel {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
    flex: 1 1 auto;
}

.mall-nav-links {
    display: flex;
    align-items: center;
    gap: 3px;
}

.mall-nav-links a {
    padding: 10px 11px;
    color: #475569;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.mall-nav-links a:hover,
.mall-nav-links a.active {
    color: var(--mall-emerald-dark);
    background: var(--mall-emerald-soft);
}

.mall-nav-search {
    position: relative;
    min-width: 190px;
    max-width: 330px;
    flex: 1 1 300px;
}

.mall-nav-search i {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--mall-emerald);
    font-size: 14.5px;
}

.mall-nav-search input {
    width: 100%;
    height: 40px;
    padding: 0 13px 0 36px;
    color: var(--mall-text);
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    outline: 0;
    font-size: 13.5px;
}

.mall-nav-search input:focus {
    background: #fff;
    border-color: rgba(15,138,95,.48);
    box-shadow: 0 0 0 4px rgba(15,138,95,.08);
}

.mall-nav-actions {
    display: flex;
    align-items: center;
    gap: 7px;
}

.mall-icon-action {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: var(--mall-text);
    background: #fff;
    border: 1px solid var(--mall-border);
    border-radius: 12px;
    text-decoration: none;
}

.mall-icon-action.is-whatsapp {
    color: #087452;
    background: #ecfdf5;
}

.mall-login-link {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    color: #fff;
    background: var(--mall-navy);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.mall-mobile-toggle {
    display: none;
    width: 40px;
    height: 40px;
    margin-left: auto;
    place-items: center;
    border: 1px solid var(--mall-border);
    border-radius: 12px;
    background: #fff;
    color: var(--mall-navy);
}

/* Hero */
.mall-hero {
    position: relative;
    padding: 72px 0 64px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 5%, rgba(15,138,95,.14), transparent 35%),
        radial-gradient(circle at 88% 30%, rgba(215,168,76,.16), transparent 26%),
        linear-gradient(180deg, #fbfdfc 0%, #f6faf8 100%);
}

.mall-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,.7));
    pointer-events: none;
}

.mall-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    opacity: .7;
}

.mall-hero-orb-one {
    width: 320px;
    height: 320px;
    left: -190px;
    top: 40px;
    border: 1px solid rgba(15,138,95,.16);
}

.mall-hero-orb-two {
    width: 520px;
    height: 520px;
    right: -260px;
    top: -150px;
    border: 1px solid rgba(215,168,76,.18);
}

.mall-hero-copy {
    position: relative;
    z-index: 2;
}

.mall-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 18px;
    padding: 7px 10px;
    color: var(--mall-emerald-dark);
    background: rgba(236,253,245,.8);
    border: 1px solid rgba(15,138,95,.12);
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.mall-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16a34a;
    box-shadow: 0 0 0 5px rgba(22,163,74,.1);
}

.mall-hero h1 {
    max-width: 650px;
    margin: 0;
    color: var(--mall-navy);
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 950;
    line-height: .98;
    letter-spacing: -.045em;
}

.mall-hero-copy > p {
    max-width: 590px;
    margin: 20px 0 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.75;
}

.mall-hero-search {
    max-width: 630px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 9px;
    margin-top: 28px;
    padding: 7px;
    background: #fff;
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 17px;
    box-shadow: 0 18px 45px rgba(15,23,42,.08);
}

.mall-hero-search > i {
    margin-left: 10px;
    color: var(--mall-emerald);
    font-size: 15px;
}

.mall-hero-search input {
    min-width: 0;
    height: 44px;
    border: 0;
    outline: 0;
    font-size: 14px;
}

.mall-hero-search button {
    height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--mall-emerald-dark), var(--mall-emerald));
    border: 0;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
}

.mall-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.mall-btn-primary {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--mall-emerald-dark), var(--mall-emerald));
    border: 0;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(15,138,95,.18);
    font-size: 13.5px;
    font-weight: 900;
}

.mall-btn-ghost {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    color: var(--mall-navy) !important;
    background: rgba(255,255,255,.7);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 13.5px;
    font-weight: 850;
}

.mall-btn-ghost-dark {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    color: var(--mall-navy) !important;
    background: #fff;
    border: 1px solid var(--mall-border);
    border-radius: 12px;
    font-size: 13.5px;
    font-weight: 850;
}

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

.mall-hero-stats div {
    position: relative;
    padding-right: 25px;
}

.mall-hero-stats div:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
    height: 29px;
    background: #dce4e9;
}

.mall-hero-stats strong,
.mall-hero-stats span {
    display: block;
}

.mall-hero-stats strong {
    color: var(--mall-navy);
    font-size: 18px;
    font-weight: 950;
}

.mall-hero-stats span {
    margin-top: 1px;
    color: #64748b;
    font-size: 12.5px;
    font-weight: 750;
}

.mall-hero-showcase {
    position: relative;
    min-height: 520px;
}

.mall-showcase-glow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 370px;
    height: 370px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15,138,95,.16), rgba(15,138,95,0) 70%);
}

.mall-showcase-stage {
    position: relative;
    width: min(540px, 100%);
    height: 500px;
    margin: 0 auto;
}

.mall-showcase-product {
    position: absolute;
    display: block;
    overflow: hidden;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 24px;
    box-shadow: 0 24px 65px rgba(15,23,42,.12);
    text-decoration: none;
    transition: transform .22s ease;
}

.mall-showcase-product:hover {
    transform: translateY(-6px) scale(1.01);
}

.mall-showcase-product-1 {
    width: 255px;
    left: 42px;
    top: 30px;
    transform: rotate(-4deg);
}

.mall-showcase-product-2 {
    width: 225px;
    right: 25px;
    top: 88px;
    transform: rotate(4deg);
}

.mall-showcase-product-3 {
    width: 220px;
    left: 76px;
    bottom: 10px;
    transform: rotate(3deg);
}

.mall-showcase-product-4 {
    width: 200px;
    right: 45px;
    bottom: 20px;
    transform: rotate(-5deg);
}

.mall-showcase-product-1:hover,
.mall-showcase-product-2:hover,
.mall-showcase-product-3:hover,
.mall-showcase-product-4:hover {
    transform: translateY(-7px);
}

.mall-showcase-image {
    height: 150px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(145deg, #f8fafc, #eef7f3);
}

.mall-showcase-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mall-showcase-image i {
    color: #94a3b8;
    font-size: 35px;
}

.mall-showcase-info {
    padding: 11px 13px 13px;
}

.mall-showcase-info span,
.mall-showcase-info strong,
.mall-showcase-info small {
    display: block;
}

.mall-showcase-info span {
    color: var(--mall-emerald);
    font-size: 11.5px;
    font-weight: 900;
    text-transform: uppercase;
}

.mall-showcase-info strong {
    margin-top: 3px;
    overflow: hidden;
    color: var(--mall-navy);
    font-size: 14px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mall-showcase-info small {
    margin-top: 3px;
    color: #475569;
    font-size: 13px;
    font-weight: 850;
}

.mall-showcase-empty {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 310px;
    transform: translate(-50%,-50%);
    padding: 30px;
    color: #64748b;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    box-shadow: var(--mall-shadow);
    text-align: center;
}

.mall-showcase-empty i,
.mall-showcase-empty strong,
.mall-showcase-empty span {
    display: block;
}

.mall-showcase-empty i {
    margin-bottom: 8px;
    color: var(--mall-emerald);
    font-size: 35px;
}

.mall-showcase-empty strong {
    color: var(--mall-navy);
}

.mall-showcase-empty span {
    margin-top: 5px;
    font-size: 13.5px;
}

.mall-floating-chip {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    color: var(--mall-navy);
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(226,232,240,.9);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(15,23,42,.09);
    font-size: 12.5px;
    font-weight: 850;
    backdrop-filter: blur(12px);
}

.mall-floating-chip i {
    color: var(--mall-gold);
}

.mall-floating-chip-top {
    right: -2px;
    top: 22px;
}

.mall-floating-chip-bottom {
    left: 2px;
    bottom: 80px;
}

/* Sections */
.mall-section {
    padding: 72px 0;
}

.mall-category-section {
    padding-top: 64px;
    background: #fff;
}

.mall-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

.mall-section-kicker {
    display: block;
    margin-bottom: 4px;
    color: var(--mall-emerald);
    font-size: 12.5px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mall-section-heading h2 {
    margin: 0;
    color: var(--mall-navy);
    font-size: clamp(26px,3vw,38px);
    font-weight: 950;
    letter-spacing: -.03em;
}

.mall-section-heading p {
    max-width: 620px;
    margin: 7px 0 0;
    color: var(--mall-muted);
    font-size: 14px;
}

.mall-section-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--mall-emerald-dark);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.mall-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    gap: 12px;
}

.mall-category-card {
    position: relative;
    min-height: 116px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 16px;
    overflow: hidden;
    color: var(--mall-text);
    background: linear-gradient(145deg,#fff,#fafdfb);
    border: 1px solid #edf2f7;
    border-radius: 17px;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mall-category-card:hover {
    color: var(--mall-text);
    transform: translateY(-4px);
    border-color: rgba(15,138,95,.18);
    box-shadow: 0 18px 38px rgba(15,23,42,.07);
}

.mall-category-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--mall-emerald-dark);
    background: var(--mall-emerald-soft);
    border-radius: 14px;
    font-size: 17px;
}

.mall-category-copy {
    min-width: 0;
}

.mall-category-copy strong,
.mall-category-copy small {
    display: block;
}

.mall-category-copy strong {
    overflow: hidden;
    color: var(--mall-navy);
    font-size: 13.5px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mall-category-copy small {
    margin-top: 2px;
    color: #94a3b8;
    font-size: 12.5px;
}

.mall-category-arrow {
    position: absolute;
    right: 11px;
    top: 11px;
    color: #cbd5e1;
    font-size: 13px;
}

.mall-products-section {
    background: var(--mall-soft);
}

.mall-new-arrivals {
    background: #fff;
}

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

.mall-product-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9eef2;
    border-radius: 18px;
    box-shadow: 0 9px 28px rgba(15,23,42,.04);
    transition: transform .2s ease, box-shadow .2s ease;
}

.mall-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(15,23,42,.09);
}

.mall-product-image {
    position: relative;
    height: 235px;
    display: block;
    overflow: hidden;
    background: linear-gradient(145deg,#f8fafc,#eef5f2);
}

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

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

.mall-product-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #cbd5e1;
    font-size: 40px;
}

.mall-product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.mall-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 7px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 950;
    backdrop-filter: blur(10px);
}

.mall-badge.is-featured {
    color: #805b16;
    background: rgba(255,248,231,.92);
}

.mall-badge.is-stock {
    color: #087452;
    background: rgba(236,253,245,.92);
}

.mall-badge.is-out {
    color: #b91c1c;
    background: rgba(254,242,242,.92);
}

.mall-product-body {
    padding: 14px;
}

.mall-product-meta {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 18px;
}

.mall-product-meta span {
    color: #94a3b8;
    font-size: 11.5px;
    font-weight: 850;
    text-transform: uppercase;
}

.mall-product-name {
    display: -webkit-box;
    min-height: 42px;
    margin-top: 5px;
    overflow: hidden;
    color: var(--mall-navy);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.5;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mall-product-model {
    display: block;
    margin-top: 2px;
    overflow: hidden;
    color: #94a3b8;
    font-size: 12.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mall-product-footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
    padding-top: 11px;
    border-top: 1px solid #edf2f7;
}

.mall-product-footer small,
.mall-product-footer strong {
    display: block;
}

.mall-product-footer small {
    color: #94a3b8;
    font-size: 11.5px;
}

.mall-product-footer strong {
    margin-top: 1px;
    color: var(--mall-emerald-dark);
    font-size: 15px;
    font-weight: 950;
}

.mall-product-open {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #fff;
    background: var(--mall-navy);
    border-radius: 10px;
    text-decoration: none;
}

.mall-product-unit {
    display: block;
    margin-top: 7px;
    color: #94a3b8;
    font-size: 11.5px;
}

.mall-promo-band {
    padding: 34px 0;
    background: #fff;
}

.mall-promo-card {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 22px;
    overflow: hidden;
    padding: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(215,168,76,.28), transparent 28%),
        linear-gradient(135deg, var(--mall-navy), #102f2b);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(15,23,42,.16);
}

.mall-promo-icon {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    font-size: 28px;
}

.mall-promo-copy span {
    color: #d8f3e7;
    font-size: 12.5px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mall-promo-copy h2 {
    margin: 5px 0 0;
    font-size: 25px;
    font-weight: 950;
}

.mall-promo-copy p {
    max-width: 630px;
    margin: 6px 0 0;
    color: rgba(255,255,255,.68);
    font-size: 13.5px;
}

.mall-promo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mall-btn-light {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: var(--mall-navy) !important;
    background: #fff;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 900;
}

.mall-btn-outline-light {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #fff !important;
    background: transparent;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 11px;
    font-size: 13px;
    font-weight: 900;
}

.mall-trust-section {
    padding: 45px 0 70px;
    background: #fff;
}

.mall-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 12px;
}

.mall-trust-grid > div {
    padding: 17px;
    border: 1px solid #edf2f7;
    border-radius: 16px;
}

.mall-trust-grid span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-bottom: 9px;
    color: var(--mall-emerald);
    background: var(--mall-emerald-soft);
    border-radius: 12px;
}

.mall-trust-grid strong {
    display: block;
    color: var(--mall-navy);
    font-size: 13.5px;
    font-weight: 900;
}

.mall-trust-grid p {
    margin: 4px 0 0;
    color: var(--mall-muted);
    font-size: 12.5px;
    line-height: 1.55;
}

/* Catalog */
.mall-catalog-page {
    min-height: 70vh;
    background: #fff;
}

.mall-catalog-hero {
    padding: 44px 0 30px;
    background:
        radial-gradient(circle at 85% 0%, rgba(215,168,76,.12), transparent 30%),
        linear-gradient(180deg,#f7fbf9,#fff);
    border-bottom: 1px solid #edf2f7;
}

.mall-catalog-hero-inner {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
}

.mall-catalog-hero h1 {
    margin: 0;
    color: var(--mall-navy);
    font-size: clamp(34px,4vw,50px);
    font-weight: 950;
    letter-spacing: -.04em;
}

.mall-catalog-hero p {
    margin: 7px 0 0;
    color: var(--mall-muted);
    font-size: 13.5px;
}

.mall-catalog-search {
    position: relative;
    width: min(480px,100%);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 7px;
    padding: 6px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(15,23,42,.06);
}

.mall-catalog-search > i {
    margin-left: 9px;
    color: var(--mall-emerald);
}

.mall-catalog-search input {
    min-width: 0;
    height: 40px;
    border: 0;
    outline: 0;
    font-size: 13px;
}

.mall-catalog-search button {
    height: 40px;
    padding: 0 13px;
    color: #fff;
    background: var(--mall-emerald);
    border: 0;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 900;
}

.mall-catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 25px;
}

.mall-category-chips {
    display: flex;
    align-items: center;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.mall-category-chips a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 10px;
    color: #475569;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.mall-category-chips a.active {
    color: #fff;
    background: var(--mall-emerald);
    border-color: var(--mall-emerald);
}

.mall-category-chips a span {
    display: inline-grid;
    place-items: center;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    color: inherit;
    background: rgba(148,163,184,.12);
    border-radius: 999px;
    font-size: 11.5px;
}

.mall-sort-form {
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
}

.mall-sort-form label {
    color: #94a3b8;
    font-size: 12.5px;
    font-weight: 800;
}

.mall-sort-form .form-select {
    width: 165px;
    min-height: 38px;
    font-size: 12.5px;
}

.mall-search-summary {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: -9px 0 18px;
    color: #64748b;
    font-size: 13px;
}

.mall-search-summary a {
    margin-left: 5px;
    color: var(--mall-emerald);
    font-weight: 850;
}

.mall-catalog-pagination {
    margin-top: 30px;
}

.mall-catalog-empty {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
}

.mall-catalog-empty > span {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    color: var(--mall-emerald);
    background: var(--mall-emerald-soft);
    border-radius: 22px;
    font-size: 27px;
}

.mall-catalog-empty h3 {
    margin: 13px 0 0;
    color: var(--mall-navy);
    font-weight: 950;
}

.mall-catalog-empty p {
    margin: 5px 0 17px;
    color: var(--mall-muted);
    font-size: 13.5px;
}

/* Product Detail */
.mall-product-page {
    min-height: 70vh;
    padding: 24px 0 70px;
    background: #fff;
}

.mall-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    padding: 5px 0 18px;
    color: #94a3b8;
    font-size: 12.5px;
    white-space: nowrap;
}

.mall-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
}

.mall-product-detail {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(380px,.9fr);
    gap: 44px;
    padding: 20px 0 55px;
}

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

.mall-product-detail-image {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(145deg,#f8fafc,#edf6f2);
    border: 1px solid #edf2f7;
    border-radius: 24px;
}

.mall-product-detail-image img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
}

.mall-product-detail-placeholder {
    color: #cbd5e1;
    font-size: 60px;
}

.mall-detail-featured {
    position: absolute;
    left: 14px;
    top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 9px;
    color: #805b16;
    background: rgba(255,248,231,.94);
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 900;
}

.mall-gallery-note {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    padding: 10px 12px;
    color: #64748b;
    background: #f8fafc;
    border-radius: 12px;
    font-size: 12.5px;
}

.mall-gallery-note i {
    color: var(--mall-emerald);
}

.mall-product-detail-copy {
    padding-top: 15px;
}

.mall-product-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mall-product-detail-meta span {
    padding: 5px 7px;
    color: var(--mall-emerald-dark);
    background: var(--mall-emerald-soft);
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 900;
    text-transform: uppercase;
}

.mall-product-detail-copy h1 {
    margin: 11px 0 0;
    color: var(--mall-navy);
    font-size: clamp(34px,4vw,52px);
    font-weight: 950;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.mall-product-code {
    margin-top: 8px;
    color: #94a3b8;
    font-size: 13px;
}

.mall-detail-price {
    margin-top: 24px;
}

.mall-detail-price small,
.mall-detail-price strong {
    display: block;
}

.mall-detail-price small {
    color: #94a3b8;
    font-size: 12.5px;
    font-weight: 800;
}

.mall-detail-price strong {
    margin-top: 2px;
    color: var(--mall-emerald-dark);
    font-size: 30px;
    font-weight: 950;
}

.mall-detail-stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding: 7px 9px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 900;
}

.mall-detail-stock.is-available {
    color: #087452;
    background: #ecfdf5;
}

.mall-detail-stock.is-out {
    color: #b91c1c;
    background: #fef2f2;
}

.mall-detail-label {
    margin-bottom: 8px;
    color: var(--mall-navy);
    font-size: 13px;
    font-weight: 900;
}

.mall-variant-section {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #edf2f7;
}

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

.mall-variant-card {
    padding: 10px 11px;
    background: #fff;
    border: 1px solid #dfe7eb;
    border-radius: 12px;
}

.mall-variant-card strong,
.mall-variant-card small,
.mall-variant-card span {
    display: block;
}

.mall-variant-card strong {
    color: var(--mall-navy);
    font-size: 13px;
    font-weight: 900;
}

.mall-variant-card small {
    margin-top: 2px;
    color: #16a34a;
    font-size: 11.5px;
}

.mall-variant-card span {
    margin-top: 3px;
    color: var(--mall-emerald-dark);
    font-size: 12.5px;
    font-weight: 850;
}

.mall-variant-card.is-unavailable {
    opacity: .55;
    background: #f8fafc;
}

.mall-variant-card.is-unavailable small {
    color: #dc2626;
}

.mall-product-description {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #edf2f7;
}

.mall-product-description p {
    margin: 0;
    color: #64748b;
    font-size: 13.5px;
    line-height: 1.75;
}

.mall-product-spec-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    margin-top: 22px;
}

.mall-product-spec-grid > div {
    padding: 10px 11px;
    background: #f8fafc;
    border-radius: 11px;
}

.mall-product-spec-grid small,
.mall-product-spec-grid strong {
    display: block;
}

.mall-product-spec-grid small {
    color: #94a3b8;
    font-size: 11.5px;
}

.mall-product-spec-grid strong {
    margin-top: 2px;
    overflow-wrap: anywhere;
    color: var(--mall-navy);
    font-size: 12.5px;
}

.mall-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

/* Footer */
.mall-footer {
    padding: 55px 0 0;
    color: rgba(255,255,255,.78);
    background:
        radial-gradient(circle at 85% 0%, rgba(15,138,95,.18), transparent 28%),
        var(--mall-navy);
}

.mall-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .7fr .9fr 1fr;
    gap: 35px;
}

.mall-footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.mall-footer-mark {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
}

.mall-footer-brand strong,
.mall-footer-links strong,
.mall-footer-cta strong {
    display: block;
    color: #fff;
    font-size: 13.5px;
    font-weight: 900;
}

.mall-footer-brand p,
.mall-footer-cta p {
    max-width: 360px;
    margin: 5px 0 0;
    color: rgba(255,255,255,.55);
    font-size: 12.5px;
    line-height: 1.6;
}

.mall-footer-links {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.mall-footer-links strong {
    margin-bottom: 2px;
}

.mall-footer-links a,
.mall-footer-links span {
    color: rgba(255,255,255,.56);
    font-size: 12.5px;
    text-decoration: none;
}

.mall-footer-links a:hover {
    color: #fff;
}

.mall-footer-cta .btn {
    margin-top: 10px;
}

.mall-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 40px;
    padding: 15px 0;
    color: rgba(255,255,255,.42);
    border-top: 1px solid rgba(255,255,255,.08);
    font-size: 11.5px;
}

/* Reveal */
.mall-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .55s ease, transform .55s ease;
}

.mall-reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .mall-nav-links {
        display: none;
    }

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

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

@media (max-width: 991.98px) {
    .mall-navbar {
        min-height: 68px;
        flex-wrap: wrap;
    }

    .mall-mobile-toggle {
        display: grid;
    }

    .mall-nav-panel {
        display: none;
        width: 100%;
        flex-basis: 100%;
        flex-direction: column;
        align-items: stretch;
        padding: 0 0 14px;
    }

    .mall-nav-panel.is-open {
        display: flex;
    }

    .mall-nav-links {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .mall-nav-links a {
        text-align: center;
    }

    .mall-nav-search {
        max-width: none;
        flex: none;
    }

    .mall-nav-actions {
        justify-content: flex-end;
    }

    .mall-hero {
        padding-top: 48px;
    }

    .mall-hero-showcase {
        min-height: 480px;
    }

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

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

    .mall-promo-card {
        grid-template-columns: auto 1fr;
    }

    .mall-promo-actions {
        grid-column: 1 / -1;
    }

    .mall-catalog-hero-inner {
        align-items: stretch;
        flex-direction: column;
    }

    .mall-catalog-search {
        width: 100%;
    }

    .mall-product-detail {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mall-product-detail-image,
    .mall-product-detail-image img {
        min-height: 460px;
    }

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

@media (max-width: 767.98px) {
    .mall-announcement-inner {
        justify-content: center;
    }

    .mall-brand-copy strong {
        max-width: 170px;
        font-size: 14.5px;
    }

    .mall-brand-copy small {
        display: none;
    }

    .mall-hero {
        padding: 38px 0 45px;
    }

    .mall-hero h1 {
        font-size: 42px;
    }

    .mall-hero-copy > p {
        font-size: 14.5px;
    }

    .mall-hero-search {
        grid-template-columns: auto 1fr;
    }

    .mall-hero-search button {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .mall-hero-stats {
        gap: 16px;
    }

    .mall-hero-stats div {
        padding-right: 16px;
    }

    .mall-hero-showcase {
        min-height: 390px;
    }

    .mall-showcase-stage {
        height: 380px;
    }

    .mall-showcase-product-1 {
        width: 190px;
        left: 10px;
        top: 15px;
    }

    .mall-showcase-product-2 {
        width: 175px;
        right: 3px;
        top: 65px;
    }

    .mall-showcase-product-3 {
        width: 175px;
        left: 35px;
        bottom: 0;
    }

    .mall-showcase-product-4 {
        width: 155px;
        right: 25px;
        bottom: 5px;
    }

    .mall-showcase-image {
        height: 105px;
    }

    .mall-floating-chip {
        display: none;
    }

    .mall-section {
        padding: 50px 0;
    }

    .mall-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

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

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

    .mall-product-image {
        height: 180px;
    }

    .mall-product-body {
        padding: 11px;
    }

    .mall-product-name {
        min-height: 38px;
        font-size: 14px;
    }

    .mall-product-footer strong {
        font-size: 14px;
    }

    .mall-promo-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .mall-promo-icon {
        width: 55px;
        height: 55px;
    }

    .mall-trust-grid {
        grid-template-columns: 1fr;
    }

    .mall-catalog-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .mall-sort-form {
        justify-content: space-between;
    }

    .mall-sort-form .form-select {
        width: 200px;
    }

    .mall-product-detail-image,
    .mall-product-detail-image img {
        min-height: 360px;
    }

    .mall-product-detail-copy h1 {
        font-size: 35px;
    }

    .mall-footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

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

@media (max-width: 430px) {
    .mall-category-grid {
        grid-template-columns: 1fr;
    }

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

    .mall-product-image {
        height: 155px;
    }

    .mall-product-meta {
        display: none;
    }

    .mall-product-name {
        margin-top: 0;
        font-size: 13.5px;
    }

    .mall-product-footer {
        margin-top: 8px;
    }

    .mall-product-open {
        width: 30px;
        height: 30px;
    }

    .mall-variant-grid,
    .mall-product-spec-grid {
        grid-template-columns: 1fr;
    }
}

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

    .mall-reveal {
        opacity: 1;
        transform: none;
    }
}


/* =========================================================
   PUBLIC WEBSITE READABILITY + RESPONSIVE V4
   ========================================================= */
body { font-size: 16px; line-height: 1.6; }
.mall-announcement { font-size: 13px; }
.mall-brand-copy strong { font-size: 16px; }
.mall-brand-copy small { font-size: 12px; }
.mall-nav-links a { font-size: 13.5px; }
.mall-nav-search input { font-size: 14px; }
.mall-login-link { font-size: 13px; }
.mall-hero-kicker { font-size: 12px; }
.mall-hero-copy > p { font-size: 16px; }
.mall-hero-search input { font-size: 15px; }
.mall-hero-search button { font-size: 13.5px; }
.mall-hero-stats span { font-size: 12.5px; }
.mall-section-kicker { font-size: 12px; }
.mall-section-heading p { font-size: 14px; }
.mall-section-link { font-size: 13px; }
.mall-category-copy strong { font-size: 14px; }
.mall-category-copy small { font-size: 12.5px; }
.mall-badge { font-size: 11.5px; }
.mall-product-meta span { font-size: 11.5px; }
.mall-product-name { font-size: 15px; }
.mall-product-model { font-size: 12px; }
.mall-product-footer small,
.mall-product-unit { font-size: 12px; }
.mall-product-footer strong { font-size: 15px; }
.mall-trust-grid strong { font-size: 14px; }
.mall-trust-grid p { font-size: 12.5px; }
.mall-footer-brand strong,
.mall-footer-links strong,
.mall-footer-cta strong { font-size: 14px; }
.mall-footer-brand p,
.mall-footer-cta p,
.mall-footer-links a,
.mall-footer-links span { font-size: 12.5px; }

@media (max-width: 767.98px) {
    body { font-size: 16px; }
    .mall-nav-search input,
    .mall-catalog-search input { font-size: 16px; }
    .mall-product-name { font-size: 14px; }
    .mall-product-grid { gap: 12px; }
}

@media (max-width: 430px) {
    .mall-product-grid { grid-template-columns: 1fr 1fr; }
    .mall-product-name { font-size: 13.5px; }
    .mall-product-footer strong { font-size: 13.5px; }
}
