:root {
    --zino-950: #021b16;
    --zino-900: #032a21;
    --zino-850: #04372b;
    --zino-800: #054333;
    --zino-700: #075842;
    --zino-600: #0b7456;
    --zino-500: #13916c;
    --zino-400: #36b98c;
    --zino-300: #73d7b3;
    --gold-700: #966323;
    --gold-600: #b78134;
    --gold-500: #d5a64f;
    --gold-400: #e6c06e;
    --gold-300: #f2d998;
    --cream-50: #fffdf8;
    --cream-100: #fbf7ed;
    --cream-200: #f4ecdc;
    --ink-900: #17211d;
    --ink-700: #45514c;
    --ink-500: #74807b;
    --danger: #df3f45;
    --success: #0e9365;
    --border: rgba(7, 88, 66, .13);
    --shadow-sm: 0 10px 30px rgba(3, 42, 33, .08);
    --shadow-md: 0 18px 55px rgba(3, 42, 33, .13);
    --shadow-lg: 0 30px 80px rgba(2, 27, 22, .2);
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 32px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Vazirmatn", Tahoma, sans-serif;
    background: var(--cream-50);
    color: var(--ink-900);
    overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; }
button, input, select, textarea { font-family: inherit; }
::selection { color: #fff; background: var(--zino-600); }

.top-announcement {
    position: relative;
    z-index: 1040;
    padding: .52rem 0;
    color: rgba(255, 255, 255, .9);
    background: linear-gradient(90deg, var(--zino-950), var(--zino-700), var(--zino-950));
    border-bottom: 1px solid rgba(236, 205, 130, .2);
    font-size: .8rem;
}
.announcement-message, .announcement-links { display: flex; align-items: center; gap: 1rem; }
.announcement-message i { color: var(--gold-400); font-size: 1rem; }
.announcement-links span { display: inline-flex; align-items: center; gap: .4rem; }
.announcement-links i { color: var(--gold-300); }

.site-header {
    z-index: 1030;
    background: rgba(255, 253, 248, .93);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(7, 88, 66, .08);
    transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(2, 27, 22, .1); }
.shop-navbar { padding: .7rem 0 0; }
.zino-brand { display: inline-flex; align-items: center; gap: .75rem; min-width: 225px; text-decoration: none; }
.zino-brand img {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(2, 27, 22, .18);
    border: 1px solid rgba(230, 192, 110, .45);
}
.zino-brand-copy { display: flex; flex-direction: column; line-height: 1.4; }
.zino-brand-copy strong { font-size: 1.1rem; font-weight: 900; color: var(--zino-900); }
.zino-brand-copy small { color: var(--gold-700); font-size: .68rem; font-weight: 600; }
.navbar-toggler { color: var(--zino-900); font-size: 1.8rem; }

.navbar-search {
    position: relative;
    display: flex;
    align-items: center;
    width: min(100%, 470px);
    margin: .15rem 1.5rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 999px;
    box-shadow: 0 8px 25px rgba(3, 42, 33, .06);
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.navbar-search:focus-within { border-color: var(--gold-500); box-shadow: 0 10px 30px rgba(183, 129, 52, .15); transform: translateY(-1px); }
.navbar-search input { width: 100%; height: 48px; padding: 0 1.25rem; border: 0; outline: 0; background: transparent; color: var(--ink-900); }
.navbar-search input::placeholder { color: #9aa39f; }
.navbar-search button {
    width: 50px;
    height: 48px;
    border: 0;
    color: var(--zino-950);
    background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
    flex: 0 0 auto;
}
.header-actions { display: flex; align-items: center; gap: .5rem; }
.header-action {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    border: 0;
    background: transparent;
    padding: .4rem .5rem;
    text-decoration: none;
    color: var(--ink-900);
    border-radius: 16px;
    transition: background .2s ease, transform .2s ease;
}
.header-action:hover { color: var(--zino-700); background: rgba(7, 88, 66, .06); transform: translateY(-1px); }
.header-user-button { text-align: right; }
.header-action-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--cream-100);
    border: 1px solid var(--border);
    color: var(--zino-700);
    font-size: 1.18rem;
}
.header-action-copy { display: flex; flex-direction: column; line-height: 1.35; white-space: nowrap; }
.header-action-copy small { color: var(--ink-500); font-size: .67rem; }
.header-action-copy strong { font-size: .78rem; font-weight: 800; }
.cart-badge {
    position: absolute;
    top: -6px;
    left: -6px;
    display: grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 10px;
    color: #fff;
    background: var(--danger);
    font-size: .67rem;
    border: 2px solid #fff;
}
.main-menu {
    margin-top: .65rem;
    padding: .15rem 0;
    border-top: 1px solid rgba(7, 88, 66, .07);
    gap: .35rem;
}
.main-menu .nav-link {
    position: relative;
    padding: .78rem 1rem !important;
    color: var(--ink-700);
    font-weight: 700;
    font-size: .87rem;
    border-radius: 12px;
}
.main-menu .nav-link:hover { color: var(--zino-700); background: rgba(7, 88, 66, .05); }
.main-menu .nav-link-highlight { color: var(--danger); }
.main-menu .nav-link-highlight i { color: #ef9b24; }
.dropdown-menu { border: 1px solid rgba(7, 88, 66, .09) !important; }
.dropdown-item { padding: .65rem .8rem; font-size: .85rem; }
.dropdown-item:active { background: var(--zino-700); }

.btn {
    border-radius: 14px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-zino-gold, .btn-primary {
    border: 1px solid #e0b962;
    color: var(--zino-950) !important;
    background: linear-gradient(135deg, #f7e4ac, var(--gold-400) 45%, var(--gold-500));
    box-shadow: 0 12px 30px rgba(183, 129, 52, .24);
}
.btn-zino-gold:hover, .btn-primary:hover { border-color: var(--gold-500); background: linear-gradient(135deg, #fff1c2, #e8c678); box-shadow: 0 15px 38px rgba(183, 129, 52, .32); }
.btn-zino-dark {
    border: 1px solid var(--zino-700);
    color: #fff !important;
    background: linear-gradient(135deg, var(--zino-700), var(--zino-900));
    box-shadow: 0 12px 28px rgba(3, 42, 33, .2);
}
.btn-zino-dark:hover { background: linear-gradient(135deg, var(--zino-600), var(--zino-800)); box-shadow: 0 15px 36px rgba(3, 42, 33, .28); }
.btn-zino-ghost {
    border: 1px solid rgba(242, 217, 152, .45);
    color: #fff !important;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(10px);
}
.btn-zino-ghost:hover { border-color: var(--gold-300); background: rgba(255, 255, 255, .12); }
.btn-light { border: 1px solid var(--border); background: #fff; }
.btn-outline-primary { color: var(--zino-700); border-color: var(--zino-600); }
.btn-outline-primary:hover { color: #fff; border-color: var(--zino-700); background: var(--zino-700); }

.zino-hero {
    position: relative;
    min-height: 690px;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(1, 27, 21, .98), rgba(3, 74, 56, .97) 54%, rgba(2, 40, 31, .98)),
        radial-gradient(circle at 80% 20%, rgba(53, 194, 145, .22), transparent 35%);
    overflow: hidden;
}
.zino-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to bottom, #000, transparent 85%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(5px); pointer-events: none; }
.hero-orb-one { width: 470px; height: 470px; left: -210px; top: -190px; background: radial-gradient(circle, rgba(230,192,110,.28), transparent 70%); }
.hero-orb-two { width: 560px; height: 560px; right: -210px; bottom: -290px; background: radial-gradient(circle, rgba(54,185,140,.24), transparent 70%); }
.min-vh-lg-hero { min-height: 660px; padding: 3rem 0 5rem; }
.hero-copy-column { position: relative; z-index: 2; }
.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .6rem .9rem;
    border: 1px solid rgba(242,217,152,.28);
    border-radius: 999px;
    color: var(--gold-300);
    background: rgba(255,255,255,.05);
    font-size: .82rem;
    font-weight: 700;
}
.hero-kicker i { color: var(--gold-400); }
.zino-hero h1 { margin: 1.25rem 0 1rem; font-size: clamp(2.3rem, 4.3vw, 4.55rem); line-height: 1.34; font-weight: 900; letter-spacing: -.055em; }
.zino-hero h1 span { color: var(--gold-400); text-shadow: 0 8px 28px rgba(213,166,79,.22); }
.zino-hero p { max-width: 640px; margin: 0; color: rgba(255,255,255,.75); font-size: 1.03rem; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.hero-actions .btn { padding: .82rem 1.3rem; }
.hero-actions i { margin-right: .45rem; }
.hero-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 2rem; }
.hero-trust-row > div { display: flex; align-items: center; gap: .65rem; padding: .75rem .8rem; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: rgba(255,255,255,.05); backdrop-filter: blur(12px); }
.hero-trust-row i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; color: var(--gold-300); background: rgba(230,192,110,.1); font-size: 1.05rem; }
.hero-trust-row span { display: flex; flex-direction: column; line-height: 1.4; }
.hero-trust-row strong { font-size: .78rem; }
.hero-trust-row small { color: rgba(255,255,255,.56); font-size: .65rem; }
.hero-visual-3d { position: relative; z-index: 1; min-height: 540px; display: grid; place-items: center; perspective: 1200px; }
.hero-banner-picture { display: grid; place-items: center; width: 100%; }
.hero-visual-3d::before {
    content: "";
    position: absolute;
    width: 88%;
    height: 56%;
    bottom: 8%;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(74,207,157,.2), transparent 70%);
    filter: blur(18px);
}
.hero-visual-3d img { position: relative; width: 113%; max-width: none; max-height: 540px; object-fit: contain; transform: translateX(-3%) rotateY(2deg); filter: drop-shadow(0 32px 40px rgba(0,0,0,.26)); animation: heroFloat 5.5s ease-in-out infinite; }
.hero-subtitle { margin-bottom: .45rem !important; color: var(--gold-300) !important; font-weight: 800; }
@keyframes heroFloat { 0%,100% { transform: translateX(-3%) translateY(0) rotateY(2deg); } 50% { transform: translateX(-3%) translateY(-11px) rotateY(-1deg); } }
.hero-floating-tag { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: .45rem; padding: .65rem .85rem; border-radius: 14px; color: var(--zino-950); background: rgba(255,250,236,.94); box-shadow: 0 18px 40px rgba(0,0,0,.2); font-size: .75rem; font-weight: 800; backdrop-filter: blur(12px); }
.hero-floating-tag i { color: var(--zino-600); }
.hero-tag-top { top: 17%; left: 3%; }
.hero-tag-bottom { right: 5%; bottom: 18%; }
.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; height: 56px; background: var(--cream-50); clip-path: polygon(0 72%, 8% 80%, 20% 70%, 31% 87%, 45% 73%, 57% 90%, 71% 72%, 85% 85%, 100% 70%, 100% 100%, 0 100%); }

.quick-benefits-section { position: relative; z-index: 4; margin-top: -32px; }
.quick-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 1.15rem;
    background: rgba(255,253,248,.96);
    border: 1px solid var(--border);
    border-radius: 24px;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(14px);
}
.quick-benefits > div { display: flex; align-items: center; gap: .75rem; padding: .55rem 1rem; border-left: 1px solid var(--border); }
.quick-benefits > div:last-child { border-left: 0; }
.benefit-icon { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 auto; border-radius: 16px; color: var(--zino-700); background: linear-gradient(145deg, #fff, #edf7f2); border: 1px solid rgba(7,88,66,.12); box-shadow: 0 10px 20px rgba(3,42,33,.06); font-size: 1.25rem; }
.quick-benefits span:not(.benefit-icon) { display: flex; flex-direction: column; line-height: 1.5; }
.quick-benefits strong { font-size: .83rem; }
.quick-benefits small { color: var(--ink-500); font-size: .67rem; }

.section-space { padding: 5.2rem 0; }
.bg-soft { background: linear-gradient(180deg, #f9f5eb, #fffdf8); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.section-heading > div > span { display: inline-flex; align-items: center; gap: .35rem; margin-bottom: .45rem; color: var(--gold-700); font-weight: 800; font-size: .8rem; }
.section-heading h2 { margin: 0; color: var(--zino-950); font-weight: 900; font-size: clamp(1.55rem, 2.5vw, 2.45rem); letter-spacing: -.03em; }
.section-heading p { margin: .55rem 0 0; color: var(--ink-500); line-height: 1.8; }
.section-heading > a { display: inline-flex; align-items: center; gap: .45rem; color: var(--zino-700); text-decoration: none; font-weight: 800; font-size: .82rem; white-space: nowrap; }
.section-heading > a i { transition: transform .2s ease; }
.section-heading > a:hover i { transform: translateX(-4px); }

.special-offers-section { background: linear-gradient(180deg, var(--cream-50), #f8f2e5); }
.countdown-card {
    position: relative;
    height: 100%;
    min-height: 490px;
    padding: 2rem;
    color: #fff;
    background:
        radial-gradient(circle at 20% 15%, rgba(230,192,110,.24), transparent 28%),
        linear-gradient(145deg, var(--zino-700), var(--zino-950));
    border: 1px solid rgba(230,192,110,.38);
    border-radius: 28px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.countdown-card::after { content: ""; position: absolute; width: 230px; height: 230px; left: -90px; bottom: -90px; border: 1px solid rgba(230,192,110,.2); border-radius: 50%; box-shadow: 0 0 0 28px rgba(230,192,110,.05), 0 0 0 56px rgba(230,192,110,.03); }
.countdown-shine { position: absolute; inset: -70% auto auto -20%; width: 120px; height: 260%; background: rgba(255,255,255,.09); transform: rotate(28deg); filter: blur(10px); }
.countdown-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 1.1rem; border-radius: 20px; color: var(--zino-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); font-size: 1.55rem; box-shadow: 0 15px 35px rgba(183,129,52,.25); }
.countdown-label { color: var(--gold-300); font-weight: 800; }
.countdown-card h3 { margin: .65rem 0 1.3rem; font-size: 1.45rem; line-height: 1.7; font-weight: 900; }
.countdown-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .55rem; margin-bottom: 1.4rem; }
.countdown-grid > div { padding: .8rem .35rem; text-align: center; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.countdown-grid strong { display: block; color: var(--gold-300); font-size: 1.25rem; }
.countdown-grid span { color: rgba(255,255,255,.6); font-size: .65rem; }
.countdown-card .btn { position: relative; z-index: 2; margin-top: .35rem; }
.special-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; height: 100%; }
.special-product-card { display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid var(--border); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.special-product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.special-product-media { position: relative; display: grid; place-items: center; min-height: 210px; padding: 1rem; overflow: hidden; background: radial-gradient(circle at 50% 45%, #e7f6ef, #f9f5eb 70%); }
.special-product-media::after { content: ""; position: absolute; width: 150px; height: 28px; bottom: 20px; border-radius: 50%; background: rgba(3,42,33,.13); filter: blur(12px); }
.special-product-media img { position: relative; z-index: 1; width: 91%; height: 190px; object-fit: contain; transition: transform .3s ease; }
.special-product-card:hover .special-product-media img { transform: translateY(-6px) scale(1.04) rotate(-1deg); }
.discount-badge { position: absolute; z-index: 3; top: .9rem; right: .9rem; padding: .42rem .55rem; color: #fff; background: linear-gradient(135deg, #f4565c, #c92331); border-radius: 10px 10px 10px 2px; box-shadow: 0 10px 20px rgba(201,35,49,.2); font-size: .67rem; font-weight: 900; }
.special-product-body { display: flex; flex: 1; flex-direction: column; padding: 1.05rem; }
.special-product-body > small { color: var(--gold-700); font-size: .67rem; }
.special-product-body h3 { margin: .45rem 0 .5rem; font-size: .9rem; line-height: 1.7; font-weight: 850; }
.special-product-body h3 a { text-decoration: none; }
.product-rating { display: inline-flex; align-items: center; gap: .25rem; color: var(--ink-700); font-size: .73rem; }
.product-rating i { color: #f5ab26; }
.product-rating small { color: var(--ink-500); }
.special-price-row { margin: auto 0 .8rem; }
.special-price-row del { display: block; color: #a1aaa6; font-size: .68rem; }
.price { display: flex; align-items: baseline; gap: .3rem; color: var(--zino-800); }
.price strong { font-size: 1.02rem; font-weight: 900; }
.price span { font-size: .66rem; font-weight: 700; }
.special-product-body .btn { padding: .64rem .45rem; font-size: .72rem; }
.special-offer-empty { grid-column: 1 / -1; display: grid; place-items: center; min-height: 350px; color: var(--ink-500); background: #fff; border: 1px dashed var(--border); border-radius: 24px; }

.categories-section { background: #fff; }
.zino-category-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: .9rem; }
.zino-category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 210px;
    padding: 1rem .65rem .9rem;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(180deg, #fff, #fbf8f0);
    border: 1px solid var(--border);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(3,42,33,.05);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.zino-category-card::before { content: ""; position: absolute; width: 110px; height: 110px; top: 18px; border-radius: 50%; background: radial-gradient(circle, rgba(54,185,140,.16), transparent 70%); }
.zino-category-card:hover { transform: translateY(-8px); border-color: rgba(183,129,52,.5); box-shadow: var(--shadow-md); }
.category-number { position: absolute; top: .55rem; right: .65rem; color: rgba(7,88,66,.15); font-size: .75rem; font-weight: 900; }
.zino-category-image { position: relative; z-index: 1; display: grid; place-items: center; width: 110px; height: 110px; margin-bottom: .45rem; }
.zino-category-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.zino-category-card:hover img { transform: scale(1.08) rotate(-2deg); }
.zino-category-card strong { font-size: .8rem; line-height: 1.5; }
.zino-category-card small { display: none; color: var(--ink-500); font-size: .65rem; line-height: 1.6; }
.category-arrow { position: absolute; left: .65rem; bottom: .65rem; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 9px; color: var(--zino-700); background: #edf7f2; font-size: .75rem; opacity: 0; transform: translateY(5px); transition: .2s ease; }
.zino-category-card:hover .category-arrow { opacity: 1; transform: translateY(0); }

.featured-products-section { background: linear-gradient(180deg, #f9f4e8, #fffdf8); }
.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(3,42,33,.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: rgba(183,129,52,.38); }
.product-image-wrap { position: relative; display: grid; place-items: center; min-height: 250px; padding: 1rem; overflow: hidden; background: linear-gradient(145deg, #f7fbf8, #f7f1e5); }
.product-image-backdrop { position: absolute; width: 175px; height: 175px; border-radius: 50%; background: radial-gradient(circle, rgba(70,197,150,.22), rgba(230,192,110,.08) 58%, transparent 72%); transition: transform .3s ease; }
.product-image-wrap > img { position: relative; z-index: 1; width: 90%; height: 218px; object-fit: contain; filter: drop-shadow(0 18px 14px rgba(3,42,33,.15)); transition: transform .32s ease; }
.product-card:hover .product-image-wrap > img { transform: translateY(-8px) scale(1.045) rotate(-1deg); }
.product-card:hover .product-image-backdrop { transform: scale(1.12); }
.product-card-badges { position: absolute; z-index: 3; top: .8rem; right: .8rem; display: flex; flex-direction: column; align-items: flex-start; gap: .35rem; }
.product-badge { display: inline-flex; padding: .35rem .5rem; border-radius: 9px; color: #fff; font-size: .66rem; font-weight: 900; box-shadow: 0 8px 18px rgba(0,0,0,.12); }
.product-badge.discount { background: linear-gradient(135deg, #f5555c, #ce2433); }
.product-badge.featured { background: linear-gradient(135deg, var(--gold-600), var(--gold-400)); color: var(--zino-950); }
.product-quick-view { position: absolute; z-index: 3; bottom: .8rem; left: 50%; display: inline-flex; align-items: center; gap: .35rem; padding: .5rem .75rem; border-radius: 12px; color: #fff; background: rgba(3,42,33,.9); backdrop-filter: blur(8px); font-size: .68rem; font-weight: 800; opacity: 0; transform: translate(-50%, 10px); transition: .22s ease; white-space: nowrap; }
.product-card:hover .product-quick-view { opacity: 1; transform: translate(-50%, 0); }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 1.05rem; }
.product-category { color: var(--gold-700); font-size: .67rem; font-weight: 700; }
.product-card h3 { min-height: 49px; margin: .4rem 0 .4rem; font-size: .9rem; line-height: 1.75; font-weight: 850; }
.product-card h3 a { text-decoration: none; }
.product-card h3 a:hover { color: var(--zino-700); }
.product-price-block { margin: .65rem 0 .85rem; }
.product-price-block del { display: block; min-height: 18px; color: #a1aaa6; font-size: .68rem; }
.product-price-block .price strong { font-size: 1.08rem; }
.product-add-button { display: flex; align-items: center; justify-content: center; gap: .4rem; width: 100%; padding: .66rem .5rem; color: #fff; background: linear-gradient(135deg, var(--zino-700), var(--zino-900)); box-shadow: 0 10px 22px rgba(3,42,33,.17); font-size: .74rem; }
.product-add-button:hover { color: var(--zino-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); }

.promo-panels-wrap { padding-bottom: 5rem; }
.promo-panels { display: grid; grid-template-columns: 1.05fr .9fr 1.05fr; gap: 1rem; }
.promo-panel { position: relative; display: flex; align-items: center; min-height: 210px; padding: 1.4rem; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-md); }
.promo-panel > div { position: relative; z-index: 2; width: 58%; }
.promo-panel picture { display: contents; }
.promo-panel img { position: absolute; z-index: 1; left: -1rem; bottom: -.8rem; width: 48%; height: 95%; object-fit: contain; filter: drop-shadow(0 22px 20px rgba(0,0,0,.2)); }
.promo-panel span { color: var(--gold-300); font-size: .74rem; font-weight: 800; }
.promo-panel h3 { margin: .45rem 0 .75rem; font-size: 1.13rem; line-height: 1.7; font-weight: 900; }
.promo-panel p { margin: 0; color: var(--ink-500); font-size: .75rem; line-height: 1.8; }
.promo-panel a { display: inline-flex; align-items: center; gap: .35rem; color: inherit; text-decoration: none; font-size: .74rem; font-weight: 800; }
.promo-panel-gift, .promo-panel-delivery { color: #fff; background: linear-gradient(135deg, var(--zino-700), var(--zino-950)); border: 1px solid rgba(230,192,110,.25); }
.promo-panel-gift::before, .promo-panel-delivery::before { content: ""; position: absolute; width: 200px; height: 200px; right: -80px; top: -90px; border-radius: 50%; background: radial-gradient(circle, rgba(230,192,110,.2), transparent 70%); }
.promo-panel-light { color: var(--zino-950); background: linear-gradient(145deg, #fff, #f6eddb); border: 1px solid rgba(183,129,52,.28); }
.promo-panel-light > div { width: 70%; margin-right: auto; }
.promo-panel-light img { right: -1rem; left: auto; width: 36%; }
.promo-panel-light span { color: var(--gold-700); }

.product-showcase-section { background: linear-gradient(180deg, #fffdf8, #f7f0e3); }
.showcase-panel { height: 100%; padding: 1.3rem; background: #fff; border: 1px solid var(--border); border-radius: 26px; box-shadow: var(--shadow-sm); }
.compact-heading { margin-bottom: 1.2rem; }
.compact-heading h2 { font-size: 1.35rem; }
.compact-heading > a { font-size: .72rem; }
.new-products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.mini-product-card { display: flex; align-items: center; gap: .75rem; padding: .75rem; text-decoration: none; background: linear-gradient(145deg, #fff, #fbf7ee); border: 1px solid var(--border); border-radius: 18px; transition: transform .2s ease, box-shadow .2s ease; }
.mini-product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.mini-product-image { display: grid; place-items: center; width: 90px; height: 90px; flex: 0 0 auto; border-radius: 16px; background: radial-gradient(circle, #e6f5ee, #f5efe3); }
.mini-product-image img { width: 88%; height: 88%; object-fit: contain; }
.mini-product-copy { display: flex; min-width: 0; flex-direction: column; }
.mini-product-copy small { color: var(--gold-700); font-size: .62rem; }
.mini-product-copy strong { margin: .25rem 0; font-size: .76rem; line-height: 1.6; }
.mini-product-copy > span { color: var(--zino-700); font-size: .75rem; font-weight: 900; }
.best-seller-list { display: flex; flex-direction: column; gap: .65rem; }
.best-seller-item { display: grid; grid-template-columns: 32px 76px 1fr auto; align-items: center; gap: .6rem; padding: .6rem; text-decoration: none; border: 1px solid transparent; border-radius: 17px; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.best-seller-item:hover { background: #fbf7ee; border-color: var(--border); transform: translateX(-4px); }
.best-seller-rank { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 10px; color: var(--zino-700); background: #e9f5ef; font-size: .72rem; font-weight: 900; }
.best-seller-image { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 14px; background: radial-gradient(circle, #edf8f3, #f8f1e5); }
.best-seller-image img { width: 88%; height: 88%; object-fit: contain; }
.best-seller-copy { display: flex; min-width: 0; flex-direction: column; }
.best-seller-copy > strong { font-size: .78rem; line-height: 1.55; }
.best-seller-copy b { margin-top: .2rem; color: var(--zino-700); font-size: .72rem; }
.best-seller-item > i { color: var(--ink-500); font-size: .8rem; }

.page-header { position: relative; padding: 4.2rem 0 5rem; color: #fff; background: linear-gradient(120deg, var(--zino-950), var(--zino-700)); overflow: hidden; }
.page-header::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 58px 58px; }
.page-header.compact { padding: 3.2rem 0 3.6rem; }
.page-header-orb { position: absolute; width: 370px; height: 370px; left: -100px; top: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(230,192,110,.3), transparent 70%); }
.page-header span { color: var(--gold-300); font-size: .8rem; font-weight: 800; }
.page-header h1 { margin: .45rem 0 .65rem; font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 900; }
.page-header p { max-width: 650px; margin: 0; color: rgba(255,255,255,.68); line-height: 1.9; }
.filter-panel { padding: 1.25rem; background: #fff; border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow-sm); }
.form-label { color: var(--ink-700); font-size: .78rem; font-weight: 800; }
.form-control, .form-select {
    min-height: 48px;
    border: 1px solid rgba(7,88,66,.16);
    border-radius: 13px;
    background-color: #fff;
    font-size: .82rem;
    box-shadow: none !important;
}
.form-control:focus, .form-select:focus { border-color: var(--gold-500); box-shadow: 0 0 0 4px rgba(213,166,79,.12) !important; }
textarea.form-control { min-height: 120px; }
.input-icon { position: relative; }
.input-icon i { position: absolute; z-index: 2; right: 1rem; top: 50%; transform: translateY(-50%); color: var(--ink-500); }
.input-icon .form-control { padding-right: 2.7rem; }
.products-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.products-toolbar > div { display: flex; align-items: center; gap: .6rem; }
.products-count { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 .6rem; border-radius: 13px; color: #fff; background: var(--zino-700); font-weight: 900; }
.products-toolbar strong { font-size: .9rem; }
.products-toolbar > a { color: var(--danger); text-decoration: none; font-size: .76rem; font-weight: 700; }

.breadcrumb { display: flex; align-items: center; gap: .45rem; color: var(--ink-500); }
.breadcrumb a { color: var(--zino-700); text-decoration: none; }
.product-detail-shell { padding: 1.5rem; background: #fff; border: 1px solid var(--border); border-radius: 30px; box-shadow: var(--shadow-sm); }
.product-gallery-main { position: relative; display: grid; place-items: center; min-height: 540px; padding: 1.5rem; border-radius: 25px; background: linear-gradient(145deg, #f3faf6, #f7efdf); overflow: hidden; }
.gallery-glow { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle, rgba(55,185,140,.24), rgba(230,192,110,.08) 58%, transparent 72%); }
.product-gallery-main > img { position: relative; z-index: 1; width: 88%; height: 490px; object-fit: contain; filter: drop-shadow(0 30px 25px rgba(3,42,33,.18)); }
.detail-discount-badge { position: absolute; z-index: 3; top: 1rem; right: 1rem; padding: .6rem .75rem; color: #fff; background: linear-gradient(135deg, #f5555c, #ce2433); border-radius: 12px; font-size: .76rem; font-weight: 900; box-shadow: 0 12px 25px rgba(206,36,51,.22); }
.gallery-thumbs { display: flex; gap: .7rem; overflow-x: auto; }
.gallery-thumb { display: grid; place-items: center; width: 82px; height: 82px; border: 1px solid var(--border); border-radius: 15px; background: #fff; overflow: hidden; }
.gallery-thumb.active { border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(213,166,79,.12); }
.gallery-thumb img { width: 88%; height: 88%; object-fit: contain; }
.category-pill { display: inline-flex; padding: .5rem .8rem; color: var(--zino-700); background: #eaf6f0; border-radius: 999px; font-size: .72rem; font-weight: 800; }
.product-title { margin: 1rem 0 .65rem; color: var(--zino-950); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.45; font-weight: 900; }
.detail-rating-row { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; color: var(--ink-500); font-size: .75rem; }
.detail-separator { width: 1px; height: 20px; background: var(--border); }
.product-lead { margin: 1.2rem 0; color: var(--ink-700); font-size: .96rem; line-height: 2; }
.stock-message { display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .75rem; border-radius: 12px; font-size: .74rem; font-weight: 800; }
.stock-message.in-stock { color: #08734e; background: #e9f8f1; }
.stock-message.out-of-stock { color: #b3202c; background: #fff0f1; }
.detail-price del { display: block; color: #9da6a2; font-size: .8rem; }
.detail-price > div { display: flex; align-items: baseline; gap: .45rem; color: var(--zino-800); }
.detail-price strong { font-size: 2rem; font-weight: 950; }
.detail-price span { font-size: .8rem; font-weight: 800; }
.add-cart-panel { display: grid; grid-template-columns: auto 90px 1fr; align-items: center; gap: .65rem; padding: .8rem; background: #f8f3e8; border: 1px solid rgba(183,129,52,.18); border-radius: 18px; }
.add-cart-panel label { font-size: .75rem; font-weight: 800; }
.add-cart-panel .btn { min-height: 50px; }
.detail-notes { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin-top: 1.4rem; }
.detail-notes > div { display: flex; align-items: center; gap: .65rem; padding: .8rem; border: 1px solid var(--border); border-radius: 16px; background: #fff; }
.detail-notes i { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 13px; color: var(--zino-700); background: #edf7f2; }
.detail-notes span { display: flex; flex-direction: column; }
.detail-notes strong { font-size: .73rem; }
.detail-notes small { color: var(--ink-500); font-size: .61rem; line-height: 1.55; }
.description-card { padding: 2rem; background: #fff; border: 1px solid var(--border); border-radius: 26px; box-shadow: var(--shadow-sm); }
.description-eyebrow { color: var(--gold-700); font-size: .72rem; font-weight: 800; }
.description-card h2 { margin: .35rem 0 1rem; color: var(--zino-950); font-size: 1.35rem; font-weight: 900; }

.cart-list, .form-card, .data-card, .auth-card, .result-card { background: #fff; border: 1px solid var(--border); border-radius: 25px; box-shadow: var(--shadow-sm); }
.cart-list { overflow: hidden; }
.cart-item { display: grid; grid-template-columns: 130px minmax(0, 1fr) 150px 130px; align-items: center; gap: 1rem; padding: 1.1rem; border-bottom: 1px solid var(--border); }
.cart-item:last-child { border-bottom: 0; }
.cart-image { display: grid; place-items: center; width: 130px; height: 115px; border-radius: 17px; background: radial-gradient(circle, #eaf7f1, #f8f1e5); }
.cart-image img { width: 92%; height: 92%; object-fit: contain; }
.cart-info small { color: var(--gold-700); font-size: .65rem; }
.cart-info h2 { margin: .3rem 0 .45rem; font-size: .9rem; line-height: 1.6; font-weight: 850; }
.cart-info h2 a { text-decoration: none; }
.quantity-form label { display: block; margin-bottom: .35rem; color: var(--ink-500); font-size: .67rem; }
.quantity-form input { min-width: 75px; }
.cart-subtotal { text-align: left; }
.cart-subtotal > small { display: block; color: var(--ink-500); font-size: .65rem; }
.cart-subtotal > strong { color: var(--zino-700); font-size: .83rem; }
.summary-card { top: 165px; padding: 1.4rem; background: linear-gradient(145deg, #fff, #fbf6eb); border: 1px solid rgba(183,129,52,.22); border-radius: 24px; box-shadow: var(--shadow-md); }
.summary-eyebrow { color: var(--gold-700); font-size: .7rem; font-weight: 800; }
.summary-card h2 { margin: .3rem 0 1.25rem; color: var(--zino-950); font-size: 1.25rem; font-weight: 900; }
.summary-row { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-bottom: 1px dashed rgba(7,88,66,.16); color: var(--ink-700); font-size: .8rem; }
.summary-row.total { margin-top: .3rem; border-bottom: 0; color: var(--zino-900); }
.summary-row.total strong { font-size: 1.1rem; }
.summary-hint { display: flex; gap: .45rem; margin: 1rem 0 0; padding: .7rem; color: var(--ink-500); background: #edf7f2; border-radius: 13px; font-size: .67rem; line-height: 1.6; }
.summary-hint i { color: var(--zino-600); }
.form-card { padding: 1.5rem; }
.form-card-header { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.2rem; }
.step-number { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 15px; color: var(--zino-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); font-weight: 900; }
.form-card-header h2, .form-card h2 { margin: 0; font-size: 1.2rem; font-weight: 900; }
.form-card-header p { margin: .25rem 0 0; color: var(--ink-500); font-size: .72rem; }
.checkout-items > div { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px dashed var(--border); font-size: .73rem; }
.secure-payment { display: flex; align-items: center; gap: .65rem; margin-top: 1rem; padding: .8rem; border-radius: 14px; color: var(--zino-900); background: #e9f7f0; }
.secure-payment i { font-size: 1.4rem; color: var(--zino-600); }
.secure-payment div { display: flex; flex-direction: column; }
.secure-payment strong { font-size: .75rem; }
.secure-payment small { color: var(--ink-500); font-size: .62rem; }

.auth-section, .result-section { min-height: 72vh; display: grid; place-items: center; padding: 4.5rem 0; background: radial-gradient(circle at 15% 15%, rgba(54,185,140,.15), transparent 32%), linear-gradient(145deg, #f8f2e6, #fff); }
.auth-card { max-width: 470px; margin: auto; padding: 2rem; }
.auth-card.wide { max-width: 650px; }
.auth-icon { display: grid; place-items: center; width: 65px; height: 65px; margin: 0 auto 1rem; border-radius: 22px; color: var(--zino-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); box-shadow: 0 15px 35px rgba(183,129,52,.22); font-size: 1.55rem; }
.auth-card > h1 { margin: 0; text-align: center; color: var(--zino-950); font-size: 1.6rem; font-weight: 900; }
.auth-card > p { margin: .55rem 0 1.4rem; text-align: center; color: var(--ink-500); font-size: .78rem; }
.auth-footer { margin-top: 1.2rem; text-align: center; color: var(--ink-500); font-size: .78rem; }
.auth-footer a { color: var(--zino-700); font-weight: 800; text-decoration: none; }
.dashboard-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.dashboard-heading span { color: var(--gold-700); font-size: .72rem; font-weight: 800; }
.dashboard-heading h1 { margin: .35rem 0; color: var(--zino-950); font-size: 2rem; font-weight: 900; }
.dashboard-heading p { margin: 0; color: var(--ink-500); }
.dashboard-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.dashboard-grid > a { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: .8rem; padding: 1.2rem; text-decoration: none; background: #fff; border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow-sm); }
.dashboard-grid > a > i:first-child { display: grid; place-items: center; width: 55px; height: 55px; border-radius: 18px; color: var(--zino-700); background: #eaf6f0; font-size: 1.25rem; }
.dashboard-grid > a div { display: flex; flex-direction: column; }
.dashboard-grid > a strong { font-size: 1.05rem; }
.dashboard-grid > a span { color: var(--ink-500); font-size: .7rem; }
.data-card { padding: 1.35rem; }
.data-card h2 { font-size: 1.1rem; font-weight: 900; }
.order-row, .order-line { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; text-decoration: none; border-bottom: 1px solid var(--border); }
.order-row:last-child, .order-line:last-child { border-bottom: 0; }
.order-row > div, .order-line > div { display: flex; flex-direction: column; gap: .2rem; }
.order-row small, .order-line small { color: var(--ink-500); font-size: .67rem; }
.order-row > div:last-child { align-items: end; }
.status-chip { display: inline-flex; padding: .35rem .6rem; border-radius: 999px; background: #edf4f1; font-size: .65rem; font-weight: 800; }
.status-paid, .status-processing, .status-shipped, .status-delivered { color: #08734e; background: #e7f7ef; }
.status-cancelled, .status-failed { color: #b3202c; background: #fff0f1; }
.info-list { display: grid; grid-template-columns: 100px 1fr; gap: .75rem; margin: 0; }
.info-list dt { color: var(--ink-500); font-size: .7rem; }
.info-list dd { margin: 0; font-size: .78rem; }
.order-total { display: flex; justify-content: space-between; margin-top: 1rem; padding-top: 1rem; border-top: 2px solid var(--border); color: var(--zino-900); }
.profile-form-card { max-width: 900px; }
.result-card { max-width: 700px; margin: auto; padding: 2.3rem; text-align: center; }
.result-icon { display: grid; place-items: center; width: 78px; height: 78px; margin: 0 auto 1rem; border-radius: 26px; font-size: 2rem; }
.result-card.success .result-icon { color: #08734e; background: #e5f8ef; }
.result-card.failed .result-icon { color: #ba2632; background: #fff0f1; }
.result-card > span { color: var(--gold-700); font-size: .73rem; font-weight: 800; }
.result-card h1 { margin: .5rem 0 .65rem; color: var(--zino-950); font-size: 1.8rem; font-weight: 900; }
.result-card > p { color: var(--ink-500); }
.result-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.4rem 0; }
.result-details > div { display: flex; flex-direction: column; padding: .8rem; border-radius: 14px; background: #f8f4eb; }
.result-details span { color: var(--ink-500); font-size: .67rem; }
.result-details strong { margin-top: .2rem; font-size: .78rem; }
.empty-state { padding: 3rem 1rem; text-align: center; background: #fff; border: 1px dashed rgba(7,88,66,.2); border-radius: 24px; }
.empty-icon { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 1rem; border-radius: 24px; color: var(--zino-700); background: #eaf6f0; font-size: 1.65rem; }
.empty-state h2 { font-size: 1.25rem; font-weight: 900; }
.empty-state p { color: var(--ink-500); }

.pagination { gap: .35rem; margin-top: 2.5rem; }
.page-link { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 13px !important; color: var(--zino-700); background: #fff; }
.page-item.active .page-link { border-color: var(--zino-700); background: var(--zino-700); }

.service-ribbon { color: #fff; background: linear-gradient(90deg, var(--zino-950), var(--zino-700), var(--zino-950)); border-top: 1px solid rgba(230,192,110,.18); border-bottom: 1px solid rgba(230,192,110,.18); }
.service-ribbon-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-ribbon-grid > div { display: flex; align-items: center; justify-content: center; gap: .7rem; padding: 1.1rem; border-left: 1px solid rgba(255,255,255,.09); }
.service-ribbon-grid > div:last-child { border-left: 0; }
.service-ribbon-grid i { color: var(--gold-300); font-size: 1.25rem; }
.service-ribbon-grid span { display: flex; flex-direction: column; }
.service-ribbon-grid strong { font-size: .76rem; }
.service-ribbon-grid small { color: rgba(255,255,255,.5); font-size: .62rem; }
.shop-footer { position: relative; color: rgba(255,255,255,.8); background: var(--zino-950); overflow: hidden; }
.footer-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.footer-glow-one { width: 420px; height: 420px; right: -220px; top: -220px; background: radial-gradient(circle, rgba(54,185,140,.18), transparent 70%); }
.footer-glow-two { width: 340px; height: 340px; left: -170px; bottom: -200px; background: radial-gradient(circle, rgba(230,192,110,.16), transparent 70%); }
.footer-brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.footer-brand img { width: 72px; height: 72px; border-radius: 20px; object-fit: cover; border: 1px solid rgba(230,192,110,.35); }
.footer-brand span { display: flex; flex-direction: column; }
.footer-brand strong { color: #fff; font-size: 1.1rem; }
.footer-brand small { color: var(--gold-300); font-size: .62rem; letter-spacing: .12em; }
.footer-about { max-width: 430px; margin: 1rem 0; color: rgba(255,255,255,.58); font-size: .78rem; line-height: 2; }
.social-links { display: flex; gap: .5rem; }
.social-links a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; text-decoration: none; color: var(--gold-300); background: rgba(255,255,255,.04); transition: .2s ease; }
.social-links a:hover { color: var(--zino-950); background: var(--gold-300); transform: translateY(-3px); }
.shop-footer h6 { color: #fff; font-weight: 900; }
.footer-link { display: block; margin: .65rem 0; color: rgba(255,255,255,.55); text-decoration: none; font-size: .75rem; transition: color .2s ease, transform .2s ease; }
.footer-link:hover { color: var(--gold-300); transform: translateX(-4px); }
.newsletter-card { padding: 1.2rem; border: 1px solid rgba(230,192,110,.2); border-radius: 22px; background: rgba(255,255,255,.05); backdrop-filter: blur(10px); }
.newsletter-icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: .7rem; border-radius: 15px; color: var(--zino-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); font-size: 1.15rem; }
.newsletter-card h6 { margin: 0; }
.newsletter-card p { margin: .35rem 0 .9rem; color: rgba(255,255,255,.52); font-size: .7rem; line-height: 1.7; }
.newsletter-form { display: flex; padding: .25rem; border-radius: 13px; background: #fff; }
.newsletter-form input { width: 100%; min-width: 0; border: 0; outline: 0; padding: 0 .7rem; font-size: .72rem; background: transparent; }
.newsletter-form button { flex: 0 0 auto; border: 0; border-radius: 10px; padding: .62rem .9rem; color: var(--zino-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); font-size: .7rem; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.42); font-size: .66rem; }
.toast { border-radius: 16px; background: #fff; }

@media (max-width: 1199.98px) {
    .shop-navbar { padding-bottom: .65rem; }
    .navbar-collapse { padding-top: 1rem; }
    .navbar-search { width: 100%; margin: 0 0 1rem; }
    .header-actions { margin-bottom: .75rem; }
    .main-menu { margin-top: .25rem; }
    .zino-category-grid { grid-template-columns: repeat(4, 1fr); }
    .promo-panels { grid-template-columns: 1fr 1fr; }
    .promo-panel-light { grid-column: 1 / -1; }
}

@media (max-width: 991.98px) {
    .announcement-links { display: none; }
    .zino-hero { min-height: auto; }
    .min-vh-lg-hero { min-height: auto; padding: 3.5rem 0 5rem; }
    .hero-copy-column { text-align: center; }
    .hero-kicker { margin: auto; }
    .zino-hero p { margin-inline: auto; }
    .hero-actions { justify-content: center; }
    .hero-trust-row { max-width: 650px; margin-inline: auto; }
    .hero-visual-3d { min-height: 450px; }
    .hero-visual-3d img { width: 95%; transform: none; }
    @keyframes heroFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
    .quick-benefits { grid-template-columns: repeat(2, 1fr); }
    .quick-benefits > div { border-left: 0; border-bottom: 1px solid var(--border); }
    .quick-benefits > div:nth-last-child(-n+2) { border-bottom: 0; }
    .special-product-grid { grid-template-columns: repeat(3, 1fr); }
    .countdown-card { min-height: 420px; }
    .promo-panels { grid-template-columns: 1fr; }
    .promo-panel-light { grid-column: auto; }
    .service-ribbon-grid { grid-template-columns: repeat(2, 1fr); }
    .service-ribbon-grid > div:nth-child(2) { border-left: 0; }
    .service-ribbon-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.09); }
    .cart-item { grid-template-columns: 110px 1fr 130px; }
    .cart-subtotal { grid-column: 2 / 4; display: flex; justify-content: space-between; align-items: center; text-align: right; }
    .summary-card { top: 20px; }
}

@media (max-width: 767.98px) {
    .top-announcement { text-align: center; }
    .top-announcement .container { justify-content: center !important; }
    .zino-brand { min-width: 0; }
    .zino-brand img { width: 50px; height: 50px; border-radius: 15px; }
    .zino-brand-copy strong { font-size: .92rem; }
    .zino-brand-copy small { font-size: .58rem; }
    .header-action-copy { display: none; }
    .header-actions { justify-content: center; }
    .zino-hero h1 { font-size: 2.2rem; }
    .hero-trust-row { grid-template-columns: 1fr; }
    .hero-visual-3d { min-height: 340px; }
    .hero-floating-tag { font-size: .62rem; }
    .hero-tag-top { top: 10%; }
    .hero-tag-bottom { bottom: 12%; }
    .quick-benefits-section { margin-top: -15px; }
    .quick-benefits { grid-template-columns: 1fr; }
    .quick-benefits > div { border-bottom: 1px solid var(--border) !important; }
    .quick-benefits > div:last-child { border-bottom: 0 !important; }
    .section-space { padding: 3.7rem 0; }
    .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 1.4rem; }
    .section-heading p { font-size: .78rem; }
    .special-product-grid { grid-template-columns: 1fr; }
    .special-product-card { display: grid; grid-template-columns: 42% 58%; }
    .special-product-media { min-height: 220px; }
    .special-product-media img { height: 190px; }
    .zino-category-grid { grid-template-columns: repeat(2, 1fr); }
    .product-image-wrap { min-height: 190px; }
    .product-image-wrap > img { height: 165px; }
    .product-card-body { padding: .8rem; }
    .product-card h3 { min-height: 44px; font-size: .76rem; }
    .product-add-button span { display: none; }
    .product-add-button { width: 42px; height: 42px; margin-right: auto; padding: 0; }
    .product-price-block .price strong { font-size: .9rem; }
    .product-quick-view { display: none; }
    .promo-panel { min-height: 230px; }
    .promo-panel > div { width: 65%; }
    .promo-panel img { width: 45%; opacity: .85; }
    .new-products-grid { grid-template-columns: 1fr; }
    .service-ribbon-grid { grid-template-columns: 1fr; }
    .service-ribbon-grid > div { justify-content: flex-start; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
    .service-ribbon-grid > div:last-child { border-bottom: 0; }
    .footer-bottom { flex-direction: column; }
    .product-gallery-main { min-height: 380px; }
    .product-gallery-main > img { height: 340px; }
    .detail-notes { grid-template-columns: 1fr; }
    .add-cart-panel { grid-template-columns: 85px 1fr; }
    .add-cart-panel label { display: none; }
    .add-cart-panel button { grid-column: 1 / -1; }
    .cart-item { grid-template-columns: 92px 1fr; align-items: start; }
    .cart-image { width: 92px; height: 92px; }
    .quantity-form { grid-column: 2; }
    .cart-subtotal { grid-column: 1 / -1; }
    .dashboard-heading { align-items: flex-start; flex-direction: column; }
    .dashboard-grid { grid-template-columns: 1fr; }
    .result-details { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
    .zino-brand-copy small { display: none; }
    .zino-brand img { width: 46px; height: 46px; }
    .zino-hero h1 { font-size: 1.9rem; }
    .hero-actions .btn { width: 100%; }
    .countdown-card { padding: 1.3rem; }
    .countdown-grid { gap: .35rem; }
    .countdown-grid strong { font-size: 1.05rem; }
    .special-product-card { grid-template-columns: 1fr; }
    .special-product-media { min-height: 180px; }
    .zino-category-card { min-height: 190px; }
    .zino-category-image { width: 95px; height: 95px; }
    .promo-panel > div { width: 72%; }
    .promo-panel img { left: -2.4rem; width: 50%; }
    .best-seller-item { grid-template-columns: 28px 60px 1fr auto; }
    .best-seller-image { width: 58px; height: 58px; }
}

/* Administrator-managed banner content */
.promo-panel-gift p,
.promo-panel-delivery p {
    color: rgba(255, 255, 255, .72);
}
.promo-panel.has-admin-banner h3 {
    margin-bottom: .45rem;
}
.promo-panel.has-admin-banner p + p {
    margin-top: .35rem;
}
