* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }

:root {
  --ink: #14151a;
  --ink-soft: #6b6d78;
  --muted: #9a9ca5;
  --line: #e8e9ec;
  --paper: #ffffff;
  --bg: #f4f5f7;
  --accent: #14151a;
  --accent-dark: #000000;
  --accent-soft: #eef0f3;
  --gold: #ff6a00;
  --gold-dark: #d95700;
  --gold-soft: #ffe4cf;
}

body { font-family: 'Poppins', sans-serif; color: var(--ink); background: #fff; line-height: 1.55; font-size: 14px; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; }

.page-shell { max-width: 1280px; margin: 0 auto; padding: 0 3.2rem 2.4rem; }

/* ---------- Utility bar ---------- */
.utility-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.45rem 3.2rem; background: var(--bg); font-size: 0.72rem; color: var(--ink-soft); }
.utility-left { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.utility-right { display: flex; gap: 1rem; align-items: center; }

/* ---------- Header ---------- */
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1.6rem; padding: 0.9rem 0; }
.logo { font-weight: 700; font-size: 1.15rem; line-height: 1; display: inline-flex; align-items: center; gap: 0.5rem; }
.logo .logo-mark { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 7px; background: var(--gold); color: #fff; flex-shrink: 0; }
.main-nav { display: flex; align-items: center; gap: 1.5rem; }
.main-nav a { font-size: 0.83rem; color: var(--ink-soft); font-weight: 500; }
.main-nav a.active { color: var(--ink); font-weight: 700; }
.main-nav a:hover { color: var(--ink); }

.header-actions { display: flex; align-items: center; gap: 0.9rem; }
.search-box { display: flex; align-items: center; background: var(--bg); border-radius: 999px; padding: 0.22rem 0.22rem 0.22rem 0.85rem; gap: 0.5rem; }
.search-box input { border: none; background: transparent; outline: none; font-size: 0.76rem; width: 100px; font-family: inherit; color: var(--ink); }
.search-btn { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 27px; height: 27px; border-radius: 50%; border: none; background: var(--gold); color: #fff; }
.header-actions > button { background: none; border: none; color: var(--ink); display: flex; padding: 0.15rem; }
.header-actions > button:hover { color: var(--ink-soft); }
.cart-btn { position: relative; }
.cart-badge { position: absolute; top: -5px; right: -7px; width: 14px; height: 14px; font-size: 9px; line-height: 14px; text-align: center; border-radius: 50%; background: var(--gold); color: #fff; }

/* ---------- Buttons: rectangular, modest radius ---------- */
.btn-dark, .btn-outline, .btn-white, .btn-gold {
  display: inline-flex; align-items: center; border-radius: 7px; padding: 0.62rem 1.2rem;
  font-weight: 600; font-size: 0.8rem; transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn-dark { background: var(--accent); color: #fff; border: none; }
.btn-dark:hover { background: var(--accent-dark); }
.btn-outline { background: none; border: 1.5px solid var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--accent-soft); }
.btn-white { background: #fff; color: var(--ink); border: none; }
.btn-white:hover { background: var(--gold-soft); }
.btn-gold { background: var(--gold); color: #fff; border: none; }
.btn-gold:hover { background: var(--gold-dark); }
.btn-dark.small, .btn-outline.small, .btn-white.small { padding: 0.5rem 0.95rem; font-size: 0.75rem; }

/* ---------- Section head ---------- */
.section-head-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 0.9rem; flex-wrap: wrap; }
.section-head-row h2 { font-size: 1.05rem; font-weight: 700; }
.section-head-row .head-link { font-size: 0.76rem; font-weight: 600; color: var(--ink-soft); white-space: nowrap; }
.section-head-row .head-link:hover { color: var(--ink); }
.carousel-nav { display: flex; gap: 0.4rem; }
.carousel-arrow { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: 0.8rem; transition: background 0.2s ease; }
.carousel-arrow:hover { background: var(--bg); }

.eyebrow { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.gold-text { color: var(--gold); }

/* ---------- Hero ---------- */
.hero { display: grid; grid-template-columns: 1fr 0.95fr; gap: 2.2rem; align-items: center; background: var(--bg); border-radius: 0 0 16px 16px; padding: 1.6rem 0 1.8rem; margin: 0 -3.2rem 1.4rem; }
.hero > * { margin-left: 3.2rem; }
.hero-image { margin-left: 0 !important; margin-right: 3.2rem; }
.hero-text h1 { font-size: 2.15rem; font-weight: 800; line-height: 1.12; margin-bottom: 0.7rem; letter-spacing: -0.01em; }
.hero-text .lead { color: var(--ink-soft); font-size: 0.83rem; max-width: 38ch; margin-bottom: 1rem; line-height: 1.6; }
.hero-actions { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 1rem; }
.trust-row { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.trust-row li { display: flex; align-items: center; gap: 0.5rem; min-width: 0; }
.trust-copy { display: flex; flex-direction: column; font-size: 0.72rem; font-weight: 700; line-height: 1.25; min-width: 0; }
.trust-row small { display: block; font-weight: 400; color: var(--ink-soft); font-size: 0.62rem; }
.trust-icon { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--ink); }
.trust-icon svg { width: 17px; height: 17px; }
.hero-image { position: relative; }
.hero-image-frame { aspect-ratio: 4 / 2.2; border-radius: 12px; overflow: hidden; background: #fff; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-save-badge {
  position: absolute; top: -0.6rem; right: 6%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; width: 62px; height: 62px; border-radius: 50%; background: var(--accent); color: #fff;
  font-weight: 700; font-size: 0.78rem; line-height: 1.1; box-shadow: 0 10px 20px -10px rgba(0,0,0,0.4);
}
.hero-save-badge small { display: block; font-weight: 500; font-size: 0.5rem; margin-top: 0.1rem; }

/* ---------- Shop by category ---------- */
.category-section { padding: 1.1rem 0 0.2rem; }
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0.8rem; }
.category-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.4rem; color: var(--ink); }
.category-avatar { width: 64px; height: 64px; border-radius: 10px; overflow: hidden; background: var(--bg); transition: box-shadow 0.2s ease; }
.category-card:hover .category-avatar { box-shadow: 0 8px 18px -12px rgba(20,20,25,0.4); }
.category-avatar img { width: 100%; height: 100%; object-fit: cover; }
.category-card span { font-size: 0.72rem; font-weight: 600; }

/* ---------- Product grids / cards ---------- */
.featured-products { padding: 1.4rem 0 1.2rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
#homeFeaturedGrid { grid-template-columns: repeat(6, 1fr); }
.product-card { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: 0.55rem 0.55rem 0.7rem; transition: box-shadow 0.2s ease; cursor: pointer; }
.product-card:hover { box-shadow: 0 10px 20px -16px rgba(20,20,25,0.35); }
.card-img { position: relative; background: var(--bg); border-radius: 6px; aspect-ratio: 1 / 1; overflow: hidden; margin-bottom: 0.55rem; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.product-card:hover .card-img img { transform: scale(1.05); }
.fav-btn { position: absolute; top: 0.4rem; right: 0.4rem; width: 24px; height: 24px; border-radius: 50%; border: none; background: rgba(255,255,255,0.92); font-size: 0.85rem; color: var(--ink); }
.fav-btn.active { color: #e0455f; }
.product-card h3 { font-size: 0.78rem; font-weight: 600; margin-bottom: 0.3rem; line-height: 1.3; }
.card-rating { display: flex; align-items: center; gap: 0.35rem; margin-bottom: 0.4rem; }
.card-rating .stars { color: var(--gold); font-size: 0.68rem; letter-spacing: 1px; }
.card-rating .rating-count { font-size: 0.64rem; color: var(--ink-soft); }
.card-price-row { display: flex; align-items: center; gap: 0.4rem; margin-bottom: 0.5rem; }
.card-price { font-weight: 700; font-size: 0.84rem; color: var(--ink); }
.card-price-old { font-size: 0.7rem; color: var(--muted); text-decoration: line-through; }
.add-btn { width: 100%; display: flex; align-items: center; justify-content: center; gap: 0.4rem; background: var(--accent); color: #fff; border: none; border-radius: 6px; padding: 0.5rem 0.6rem; font-size: 0.72rem; font-weight: 600; transition: background 0.2s ease; }
.add-btn:hover { background: var(--accent-dark); }
.add-btn.added { background: #2f8f4e; }

/* ---------- Promo row ---------- */
.promo-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.4rem; }
.promo-card { border-radius: 10px; overflow: hidden; min-height: 170px; display: flex; align-items: stretch; }
.promo-light { background: var(--bg); }
.promo-dark { background: var(--accent); }
.promo-text { flex: 0.82 1 0; padding: 1.1rem 0.8rem 1.1rem 1.3rem; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.promo-img { flex: 1.18 1 0; position: relative; min-width: 0; }
.promo-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.promo-text h3 { font-size: 1rem; font-weight: 700; line-height: 1.25; margin-bottom: 0.4rem; }
.promo-dark .promo-text h3, .promo-dark .promo-text p { color: #fff; }
.promo-text p { color: var(--ink-soft); font-size: 0.76rem; line-height: 1.4; margin-bottom: 0.7rem; }

/* ---------- Sale banner ---------- */
.sale-banner { background: var(--accent); border-radius: 10px; padding: 1rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; flex-wrap: wrap; margin-bottom: 1.4rem; color: #fff; }
.sale-copy .eyebrow { color: var(--gold); margin-bottom: 0.25rem; }
.sale-copy h2 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.2rem; }
.sale-copy p { font-size: 0.76rem; color: rgba(255,255,255,0.6); }
.countdown { display: flex; gap: 0.45rem; }
.countdown-box { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 7px; background: rgba(255,255,255,0.1); }
.countdown-box strong { font-size: 0.92rem; font-weight: 700; }
.countdown-box span { font-size: 0.52rem; color: rgba(255,255,255,0.6); text-transform: uppercase; }

/* ---------- Featured brands ---------- */
.brands-section { padding-bottom: 1.4rem; }
.brand-strip { display: flex; align-items: center; gap: 1.8rem; overflow-x: auto; padding: 0.2rem 0; scrollbar-width: none; }
.brand-strip::-webkit-scrollbar { display: none; }
.brand-strip span { font-size: 0.92rem; font-weight: 700; color: var(--muted); white-space: nowrap; transition: color 0.2s ease; }
.brand-strip span:hover { color: var(--ink); }

/* ---------- Info rows: testimonial/stats, newsletter/instagram ---------- */
.info-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.4rem; }
.info-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 1.1rem 1.2rem; }
.info-card h2 { font-size: 0.9rem; font-weight: 700; margin-bottom: 0.8rem; }
.testimonial-person { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.5rem; }
.testimonial-avatar { width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0; background: var(--gold-soft); color: var(--gold-dark); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.72rem; }
.testimonial-person strong { display: block; font-size: 0.8rem; }
.testimonial-person .stars { color: var(--gold); font-size: 0.68rem; }
.testimonial-quote { font-size: 0.78rem; color: var(--ink-soft); line-height: 1.55; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.stat-item { display: flex; align-items: center; gap: 0.55rem; }
.stat-icon { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: var(--bg); color: var(--gold-dark); }
.stat-item strong { display: block; font-size: 0.95rem; font-weight: 700; line-height: 1.2; }
.stat-item span { font-size: 0.68rem; color: var(--ink-soft); }

.newsletter-copy h2 { font-size: 0.9rem; font-weight: 700; margin-bottom: 0.3rem; }
.newsletter-copy p { color: var(--ink-soft); font-size: 0.75rem; margin-bottom: 0.7rem; }
.newsletter-form { display: flex; gap: 0.5rem; margin-bottom: 0.5rem; }
.newsletter-form input { flex: 1; border: 1px solid var(--line); background: #fff; border-radius: 6px; padding: 0.55rem 0.8rem; font-family: inherit; font-size: 0.76rem; outline: none; min-width: 0; }
.newsletter-form input:focus { border-color: var(--ink); }
.newsletter-form button { background: var(--accent); color: #fff; border: none; border-radius: 6px; padding: 0.55rem 1rem; font-weight: 600; font-size: 0.76rem; white-space: nowrap; transition: background 0.2s ease; }
.newsletter-form button:hover { background: var(--accent-dark); }
.newsletter-consent { display: flex; align-items: center; gap: 0.4rem; font-size: 0.68rem; color: var(--ink-soft); }
.instagram-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.4rem; margin-bottom: 0.6rem; }
.instagram-grid a { aspect-ratio: 1 / 1; border-radius: 6px; overflow: hidden; }
.instagram-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.25s ease; }
.instagram-grid a:hover img { transform: scale(1.08); }
.instagram-handle { font-size: 0.76rem; font-weight: 600; }

/* ---------- Blog + FAQ ---------- */
.blog-faq-row { display: grid; grid-template-columns: 1.15fr 1fr; gap: 1.6rem; margin-bottom: 1.4rem; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; }
.blog-card-img { aspect-ratio: 4 / 3; border-radius: 6px; overflow: hidden; background: var(--bg); margin-bottom: 0.5rem; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-date { display: block; font-size: 0.64rem; color: var(--muted); margin-bottom: 0.2rem; }
.blog-card h3 { font-size: 0.76rem; font-weight: 600; line-height: 1.3; margin-bottom: 0.35rem; }
.blog-card a.read-more { font-size: 0.7rem; font-weight: 600; color: var(--gold-dark); }
.blog-card a.read-more:hover { color: var(--gold); }

.faq-list { display: flex; flex-direction: column; gap: 0.45rem; }
.faq-item { border: 1px solid var(--line); border-radius: 7px; overflow: hidden; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; background: none; border: none; padding: 0.65rem 0.85rem; text-align: left; font-family: inherit; font-size: 0.78rem; font-weight: 600; color: var(--ink); }
.faq-question .faq-icon { flex-shrink: 0; transition: transform 0.2s ease; color: var(--ink-soft); }
.faq-item.open .faq-question .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.faq-item.open .faq-answer { max-height: 200px; }
.faq-answer p { padding: 0 0.85rem 0.75rem; font-size: 0.74rem; color: var(--ink-soft); line-height: 1.5; }

/* ---------- Trust badge strip ---------- */
.badge-row { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.1rem 0; margin-bottom: 0.3rem; border-top: 1px solid var(--line); }
.badge-row li { display: flex; align-items: center; gap: 0.55rem; font-size: 0.76rem; font-weight: 600; }
.badge-row small { display: block; font-weight: 400; color: var(--ink-soft); font-size: 0.66rem; }
.badge-icon { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--ink); }
.badge-icon svg { width: 19px; height: 19px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--accent); color: rgba(255,255,255,0.7); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr; gap: 1.6rem; padding: 1.3rem 3.2rem 0.9rem; }
.footer-brand .logo { color: #fff; margin-bottom: 0.6rem; }
.footer-brand .logo .logo-mark { background: var(--gold); }
.footer-brand p { font-size: 0.75rem; line-height: 1.6; max-width: 32ch; margin-bottom: 0.8rem; }
.footer-social { display: flex; gap: 0.5rem; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 27px; height: 27px; border-radius: 50%; background: rgba(255,255,255,0.1); transition: background 0.2s ease; }
.footer-social a:hover { background: var(--gold); }
.footer-col h4 { color: #fff; font-size: 0.8rem; font-weight: 600; margin-bottom: 0.7rem; }
.footer-col ul { display: flex; flex-direction: column; gap: 0.45rem; }
.footer-col a { font-size: 0.75rem; transition: color 0.2s ease; }
.footer-col a:hover { color: #fff; }
.footer-contact li { font-size: 0.75rem; margin-bottom: 0.45rem; line-height: 1.4; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,0.12); padding: 0.85rem 3.2rem; font-size: 0.72rem; }
.footer-payments { display: flex; gap: 0.4rem; }
.footer-payments span { background: rgba(255,255,255,0.1); border-radius: 4px; padding: 0.25rem 0.5rem; font-size: 0.62rem; font-weight: 700; }

/* ---------- Breadcrumb ---------- */
.breadcrumb { font-size: 0.78rem; color: var(--ink-soft); padding: 0.7rem 0 1.6rem; }
.breadcrumb a:hover { color: var(--ink); text-decoration: underline; }

/* ---------- Product detail page ---------- */
.product { display: grid; grid-template-columns: 1.9fr 1.1fr; gap: 2rem; align-items: start; }
.product-gallery { display: flex; gap: 1rem; align-items: stretch; }
.gallery-main { flex: 1.3 1 0; aspect-ratio: 4 / 5; background: var(--bg); border-radius: 10px; overflow: hidden; display: flex; align-items: center; justify-content: center; min-width: 0; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-side { flex: 0.78 1 0; display: flex; flex-direction: column; gap: 1rem; min-width: 0; }
.gallery-thumb { background: var(--bg); border-radius: 10px; overflow: hidden; flex: 1 1 0; min-height: 0; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-brand { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 0.5rem; }
.product-info h1 { font-size: 1.6rem; font-weight: 700; line-height: 1.2; margin-bottom: 0.6rem; }
.product-rating { margin-bottom: 1.2rem; }
.product-rating .stars { font-size: 0.85rem; }
.product-rating .rating-count { font-size: 0.78rem; }
.spec-list { margin-bottom: 1.2rem; }
.spec-row { border-bottom: 1px solid var(--line); padding: 0.7rem 0; }
.spec-row dt { font-weight: 600; font-size: 0.84rem; margin-bottom: 0.25rem; }
.spec-row dd { color: var(--ink-soft); font-size: 0.8rem; }
.spec-lead dd { max-width: 34ch; }
.price-row { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1.2rem; font-size: 0.8rem; }
.price { font-size: 1.3rem; font-weight: 700; }
.price-old { font-size: 0.92rem; color: var(--muted); text-decoration: line-through; }
.pill { background: var(--accent-soft); border-radius: 5px; padding: 0.25rem 0.7rem; font-size: 0.7rem; font-weight: 600; color: var(--ink); }
.spacer { flex: 1; }
.link-underline { text-decoration: underline; color: var(--ink); }
.dot { color: var(--muted); }
.buy-row { display: flex; align-items: center; gap: 0.8rem; }
.qty-stepper { display: flex; align-items: center; gap: 0.8rem; border: 1px solid var(--line); border-radius: 7px; padding: 0.55rem 1rem; font-weight: 500; }
.qty-btn { background: none; border: none; font-size: 1rem; line-height: 1; color: var(--ink); }
.btn-cart { flex: 1; background: var(--accent); color: #fff; border: none; border-radius: 7px; padding: 0.75rem 1.2rem; font-weight: 600; font-size: 0.82rem; transition: background 0.2s ease; }
.btn-cart:hover { background: var(--accent-dark); }
.btn-cart.added { background: #2f8f4e; }
.icon-btn { background: none; border: 1px solid var(--line); border-radius: 7px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: var(--ink); flex-shrink: 0; transition: color 0.2s ease, border-color 0.2s ease; }
.icon-btn.active { color: #e0455f; border-color: #e0455f; }
.also-like { padding-top: 2.4rem; }
.also-like-head { display: flex; align-items: center; justify-content: center; position: relative; margin-bottom: 1.4rem; }
.also-like-head h2 { font-size: 1.3rem; font-weight: 700; }
.also-like-head .carousel-nav { position: absolute; right: 0; }

/* ---------- Shop page ---------- */
.shop-hero { padding: 1.1rem 0 1.4rem; text-align: center; }
.shop-hero h1 { font-size: 1.7rem; font-weight: 700; margin-bottom: 0.4rem; }
.shop-hero p { color: var(--ink-soft); font-size: 0.84rem; }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; flex-wrap: wrap; }
.shop-tabs { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.shop-tab { background: var(--bg); border: none; border-radius: 6px; padding: 0.45rem 0.9rem; font-size: 0.76rem; font-weight: 500; color: var(--ink-soft); transition: background 0.2s ease, color 0.2s ease; }
.shop-tab:hover { color: var(--ink); background: var(--accent-soft); }
.shop-tab.active { background: var(--accent); color: #fff; }
.shop-count { font-size: 0.78rem; color: var(--ink-soft); }
.shop-grid-section { padding-bottom: 2rem; }
.no-results { padding: 2rem 0; text-align: center; color: var(--ink-soft); grid-column: 1 / -1; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hero { margin: 0 0 1.4rem; border-radius: 0; }
  .hero > * { margin-left: 0; }
  .hero-image { margin-right: 0 !important; }
  .category-grid { grid-template-columns: repeat(3, 1fr); gap: 0.9rem; }
  #homeFeaturedGrid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .badge-row { justify-content: flex-start; }
  .info-row { grid-template-columns: 1fr; }
  .blog-faq-row { grid-template-columns: 1fr; }
  .product { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .page-shell { padding: 0 1.1rem 1.8rem; }
  .utility-bar { padding: 0.45rem 1.1rem; }
  .utility-left span:nth-child(n+2) { display: none; }
  .site-header { flex-wrap: wrap; gap: 0.8rem; }
  .main-nav { order: 3; width: 100%; justify-content: space-between; overflow-x: auto; }
  .search-box input { width: 60px; }
  .hero { grid-template-columns: 1fr; gap: 1.6rem; padding-bottom: 1.6rem; }
  .hero-text h1 { font-size: 1.75rem; }
  .hero-image { aspect-ratio: 4 / 3; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  #homeFeaturedGrid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-row { grid-template-columns: 1fr; }
  .sale-banner { flex-direction: column; align-items: flex-start; }
  .badge-row { flex-direction: column; align-items: flex-start; gap: 0.8rem; }
  .blog-grid { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
  .shop-toolbar { flex-direction: column; align-items: flex-start; }
  .product-gallery { flex-direction: column; }
  .gallery-main { flex: none; width: 100%; }
  .gallery-side { flex-direction: row; }
  .gallery-thumb { aspect-ratio: 1 / 1; }
  .also-like-head { flex-direction: column; gap: 0.8rem; }
  .also-like-head .carousel-nav { position: static; }
  .footer-grid { grid-template-columns: 1fr; padding: 1.6rem 1.1rem 1.2rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; padding: 0.9rem 1.1rem; }
}
