/** Shopify CDN: Minification failed

Line 22:12 Expected identifier but found whitespace
Line 22:14 Unexpected "{"
Line 22:24 Expected ":"
Line 23:17 Expected identifier but found whitespace
Line 23:19 Unexpected "{"
Line 23:29 Expected ":"
Line 25:11 Expected identifier but found whitespace
Line 25:13 Unexpected "{"
Line 25:23 Expected ":"
Line 28:12 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
/* ============================================
   CALDORE · SHOPIFY THEME — base.css
   Design profesional e-commerce (roșu/alb)
   ============================================ */

:root {
  --primary: {{ settings.color_primary }};
  --primary-dark: {{ settings.color_primary_dark }};
  --primary-light: #fef2f2;
  --accent: {{ settings.color_accent }};
  --bg: #ffffff;
  --bg-soft: #f8f9fa;
  --bg-dark: {{ settings.color_dark }};
  --text: #111827;
  --text-soft: #4b5563;
  --text-mute: #9ca3af;
  --border: #e5e7eb;
  --border-soft: #f3f4f6;
  --success: #16a34a;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow: 0 4px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 30px rgba(0,0,0,0.1);
  --radius: 12px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ============ TOP BAR ============ */
.topbar { background: var(--bg-dark); color: #d1d5db; font-size: 13px; padding: 8px 0; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; }
.topbar-left { display: flex; gap: 20px; }
.topbar-left span { display: inline-flex; align-items: center; gap: 6px; }
.topbar-left svg { width: 14px; height: 14px; }
.topbar-right { display: flex; gap: 16px; }
.topbar-right a { color: #d1d5db; transition: color 0.2s; }
.topbar-right a:hover { color: white; }

/* ============ HEADER ============ */
.header { background: white; border-bottom: 1px solid var(--border); padding: 18px 0; position: sticky; top: 0; z-index: 100; box-shadow: var(--shadow-sm); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 24px; color: var(--text); letter-spacing: -0.5px; }
.logo img { max-height: 44px; width: auto; }
.logo-mark { width: 36px; height: 36px; background: var(--primary); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: white; }
.logo-mark svg { width: 22px; height: 22px; }

.search { position: relative; max-width: 540px; }
.search input { width: 100%; padding: 12px 50px 12px 18px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 14px; font-family: inherit; outline: none; transition: border-color 0.2s; }
.search input:focus { border-color: var(--primary); }
.search button { position: absolute; right: 4px; top: 50%; transform: translateY(-50%); background: var(--primary); color: white; width: 38px; height: 38px; border-radius: 6px; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.search button:hover { background: var(--primary-dark); }
.search button svg { width: 18px; height: 18px; }

.header-actions { display: flex; align-items: center; gap: 8px; }
.header-action { display: flex; align-items: center; gap: 8px; padding: 10px 14px; color: var(--text); border-radius: 8px; position: relative; transition: background 0.2s; }
.header-action:hover { background: var(--bg-soft); }
.header-action svg { width: 22px; height: 22px; color: var(--text-soft); }
.header-action-text { display: flex; flex-direction: column; font-size: 12px; color: var(--text-soft); line-height: 1.2; }
.header-action-text strong { color: var(--text); font-weight: 600; font-size: 13px; }
.cart-badge { position: absolute; top: 4px; left: 26px; background: var(--primary); color: white; font-size: 11px; font-weight: 700; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid white; }

.menu-toggle { display: none; }

/* ============ NAVIGATION ============ */
.nav { background: white; border-bottom: 1px solid var(--border); }
.nav-inner { display: flex; align-items: center; gap: 4px; }
.nav-categories { background: var(--primary); color: white; padding: 14px 22px; font-weight: 600; font-size: 14px; display: flex; align-items: center; gap: 10px; margin-right: 16px; cursor: pointer; }
.nav-categories svg { width: 18px; height: 18px; }
.nav-list { display: flex; gap: 4px; list-style: none; flex-wrap: wrap; }
.nav-list > li { position: relative; }
.nav-list a { display: inline-block; padding: 14px 16px; font-size: 14px; font-weight: 500; color: var(--text); transition: color 0.2s; position: relative; }
.nav-list a:hover { color: var(--primary); }
.nav-list a.hot::after { content: 'HOT'; position: absolute; top: 6px; right: -4px; background: var(--primary); color: white; font-size: 9px; font-weight: 700; padding: 1px 5px; border-radius: 3px; }
.nav-submenu { position: absolute; top: 100%; left: 0; background: white; border: 1px solid var(--border); border-radius: 8px; box-shadow: var(--shadow-lg); min-width: 220px; padding: 8px; display: none; z-index: 50; }
.nav-list > li:hover .nav-submenu { display: block; }
.nav-submenu a { display: block; padding: 9px 14px; border-radius: 6px; font-size: 14px; }
.nav-submenu a:hover { background: var(--bg-soft); }

/* ============ HERO ============ */
.hero { padding: 24px 0; background: var(--bg-soft); }
.hero-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 16px; }
.hero-main { position: relative; background: linear-gradient(110deg, #fef2f2 0%, #fff5f5 100%); border-radius: var(--radius); padding: 56px 60px; overflow: hidden; display: flex; align-items: center; min-height: 380px; }
.hero-main.has-image { background-size: cover; background-position: center; }
.hero-main.has-image::before { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.55) 60%, transparent 100%); }
.hero-main::after { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: radial-gradient(circle at center, rgba(220, 38, 38, 0.08), transparent 70%); }
.hero-content { position: relative; z-index: 2; max-width: 480px; }
.hero-product-img { position: absolute; right: 48px; top: 50%; transform: translateY(-50%); width: 300px; max-width: 40%; z-index: 1; pointer-events: none; }
.hero-product-img img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 22px 44px rgba(0,0,0,0.20)); }
@media (max-width: 1024px) { .hero-product-img { display: none; } }
.hero-badge { display: inline-block; background: var(--primary); color: white; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 4px; margin-bottom: 16px; letter-spacing: 0.5px; }
.hero h1 { font-size: 42px; font-weight: 800; line-height: 1.1; letter-spacing: -1px; margin-bottom: 14px; color: var(--text); }
.hero h1 span { color: var(--primary); }
.hero-desc { font-size: 16px; color: var(--text-soft); margin-bottom: 24px; line-height: 1.6; }
.hero-meta { display: flex; gap: 24px; margin-bottom: 28px; flex-wrap: wrap; }
.hero-meta-item { display: flex; flex-direction: column; }
.hero-meta-item .v { font-size: 22px; font-weight: 800; color: var(--primary); line-height: 1; }
.hero-meta-item .l { font-size: 12px; color: var(--text-soft); margin-top: 4px; }

.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--primary); color: white; padding: 14px 28px; border-radius: 8px; font-size: 14px; font-weight: 600; transition: background 0.2s, transform 0.2s; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-1px); }
.btn-primary svg { width: 16px; height: 16px; }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--text); border: 1.5px solid var(--border); padding: 13px 26px; border-radius: 8px; font-size: 14px; font-weight: 600; transition: all 0.2s; }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }

.hero-side { display: flex; flex-direction: column; gap: 16px; }
.hero-side-card { background: white; border-radius: var(--radius); padding: 22px; display: flex; align-items: center; gap: 16px; flex: 1; border: 1px solid var(--border); transition: border-color 0.2s, transform 0.2s; }
.hero-side-card:hover { border-color: var(--primary); transform: translateX(-2px); }
.hero-side-icon { width: 60px; height: 60px; background: var(--bg-soft); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--primary); flex-shrink: 0; overflow: hidden; }
.hero-side-icon svg { width: 30px; height: 30px; }
.hero-side-icon img { width: 100%; height: 100%; object-fit: cover; }
.hero-side-text { flex: 1; }
.hero-side-text .label { font-size: 11px; color: var(--text-soft); font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.hero-side-text .title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.hero-side-text .price { font-size: 14px; color: var(--primary); font-weight: 600; }
.hsc-arrow { margin-left: auto; color: var(--text-mute); font-size: 20px; align-self: center; transition: transform 0.2s, color 0.2s; }
.hero-side-card:hover .hsc-arrow { color: var(--primary); transform: translateX(3px); }
.hero-side-card.has-bg { position: relative; overflow: hidden; background-size: cover; background-position: center; align-items: flex-end; padding: 20px; border: none; color: #fff; min-height: 150px; transition: transform 0.25s, box-shadow 0.25s; }
.hero-side-card.has-bg:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.hero-side-card.has-bg .hsc-badge { position: absolute; top: 14px; left: 14px; background: var(--primary); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; padding: 5px 10px; border-radius: 5px; }
.hero-side-card.has-bg .hero-side-text { flex: none; }
.hero-side-card.has-bg .hero-side-text .title { color: #fff; font-size: 19px; line-height: 1.2; margin-bottom: 4px; }
.hero-side-card.has-bg .hero-side-text .price { color: #fff; font-size: 15px; font-weight: 700; }

/* ============ TRUST STRIP ============ */
.trust { padding: 40px 0; background: white; border-bottom: 1px solid var(--border-soft); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 16px; }
.trust-icon { width: 48px; height: 48px; background: var(--primary-light); color: var(--primary); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-icon svg { width: 26px; height: 26px; }
.trust-text strong { display: block; font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.trust-text span { font-size: 13px; color: var(--text-soft); }

/* ============ SECTIONS / HEADERS ============ */
.section { padding: 60px 0; }
.section.bg-soft { background: var(--bg-soft); }
.section-header { display: flex; justify-content: space-between; align-items: end; margin-bottom: 28px; gap: 16px; flex-wrap: wrap; }
.section-title { font-size: 28px; font-weight: 800; letter-spacing: -0.5px; color: var(--text); }
.section-link { color: var(--primary); font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.section-link:hover { gap: 10px; }
.section-link svg { width: 14px; height: 14px; }

/* ============ CATEGORIES ============ */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat-card { background: white; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; text-align: center; transition: all 0.25s; display: block; }
.cat-card:hover { border-color: var(--primary); box-shadow: var(--shadow); transform: translateY(-3px); }
.cat-card-icon { width: 80px; height: 80px; margin: 0 auto 16px; background: var(--bg-soft); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; color: var(--primary); transition: background 0.2s; overflow: hidden; }
.cat-card:hover .cat-card-icon { background: var(--primary); color: white; }
.cat-card-icon svg { width: 42px; height: 42px; }
.cat-card-icon img { width: 100%; height: 100%; object-fit: cover; }
.cat-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.cat-card p { font-size: 13px; color: var(--text-soft); }
.cat-card .count { display: inline-block; margin-top: 10px; font-size: 12px; color: var(--primary); font-weight: 600; }

/* ============ PRODUCTS ============ */
.tabs { display: flex; gap: 4px; margin-bottom: 24px; border-bottom: 1px solid var(--border); overflow-x: auto; }
.tab { padding: 12px 20px; background: transparent; font-size: 14px; font-weight: 600; color: var(--text-soft); border-bottom: 2px solid transparent; margin-bottom: -1px; transition: all 0.2s; white-space: nowrap; }
.tab.active { color: var(--primary); border-bottom-color: var(--primary); }
.tab:hover { color: var(--primary); }

.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.products-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.products-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }

.product { background: white; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: all 0.25s; position: relative; display: flex; flex-direction: column; }
.product:hover { border-color: var(--primary); box-shadow: var(--shadow); transform: translateY(-3px); }
.product-img { position: relative; aspect-ratio: 1; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; padding: 18px; border-bottom: 1px solid var(--border-soft); overflow: hidden; }
.product-img img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.3s; }
.product:hover .product-img img { transform: scale(1.06); }
.product-img .placeholder-svg { width: 70%; height: 70%; color: var(--text-mute); }
.product-badge { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 4px; z-index: 2; }
.product-badge span { display: inline-block; padding: 4px 8px; border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: 0.3px; }
.product-badge .new { background: var(--success); color: white; }
.product-badge .sale { background: var(--primary); color: white; }
.product-badge .eco { background: #16a34a; color: white; }
.product-badge .soldout { background: var(--text-mute); color: white; }

.product-info { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.product-cat { font-size: 11px; color: var(--text-mute); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; font-weight: 600; }
.product-name { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 8px; line-height: 1.3; min-height: 38px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-rating { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; font-size: 13px; }
.stars { color: var(--accent); letter-spacing: 1px; font-size: 13px; }
.rating-count { color: var(--text-mute); font-size: 12px; }
.product-stock { font-size: 12px; color: var(--success); font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 5px; }
.product-stock::before { content: ''; width: 7px; height: 7px; background: var(--success); border-radius: 50%; }
.product-stock.out { color: var(--text-mute); }
.product-stock.out::before { background: var(--text-mute); }
.product-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 12px; margin-top: auto; }
.price-now { font-size: 20px; font-weight: 800; color: var(--primary); letter-spacing: -0.3px; }
.price-old { font-size: 13px; color: var(--text-mute); text-decoration: line-through; }
.product-cart { width: 100%; background: var(--text); color: white; padding: 11px; border-radius: 8px; font-size: 13px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background 0.2s; }
.product-cart:hover { background: var(--primary); }
.product-cart:disabled { background: var(--text-mute); cursor: not-allowed; }
.product-cart svg { width: 16px; height: 16px; }

/* ============ PROMO BANNER ============ */
.promo { padding: 40px 0; }
.promo-banner { background: linear-gradient(110deg, var(--bg-dark) 0%, #374151 100%); border-radius: 16px; padding: 50px 60px; display: flex; align-items: center; justify-content: space-between; color: white; position: relative; overflow: hidden; gap: 30px; }
.promo-banner::before { content: ''; position: absolute; top: 0; right: 0; width: 40%; height: 100%; background: radial-gradient(circle at center right, rgba(220,38,38,0.15), transparent 70%); }
.promo-text { position: relative; z-index: 2; }
.promo-text h2 { font-size: 32px; font-weight: 800; margin-bottom: 10px; letter-spacing: -0.5px; }
.promo-text h2 span { color: var(--primary); }
.promo-text p { font-size: 16px; color: #d1d5db; margin-bottom: 22px; max-width: 500px; }
.promo-text .btn-primary { background: var(--primary); }
.promo-visual { position: relative; z-index: 2; }
.promo-visual img { width: 200px; height: 200px; object-fit: contain; }
.promo-visual svg { width: 200px; height: 200px; color: white; opacity: 0.9; }

/* ============ BRANDS ============ */
.brands { padding: 50px 0; background: white; border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.brands h3 { text-align: center; font-size: 14px; color: var(--text-soft); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 30px; }
.brands-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 30px; align-items: center; }
.brand-logo { text-align: center; font-size: 22px; font-weight: 800; color: var(--text-mute); padding: 16px 12px; letter-spacing: -0.5px; transition: color 0.2s; }
.brand-logo:hover { color: var(--primary); }
.brand-logo img { max-height: 46px; width: auto; margin: 0 auto; filter: grayscale(1); opacity: 0.65; transition: all 0.2s; }
.brand-logo:hover img { filter: grayscale(0); opacity: 1; }

/* ============ RICH TEXT / PAGE ============ */
.rte { color: var(--text-soft); font-size: 15px; line-height: 1.7; }
.rte h1, .rte h2, .rte h3 { color: var(--text); margin: 1.2em 0 0.5em; line-height: 1.2; }
.rte h2 { font-size: 24px; font-weight: 800; }
.rte h3 { font-size: 19px; font-weight: 700; }
.rte p { margin-bottom: 1em; }
.rte a { color: var(--primary); font-weight: 600; }
.rte ul, .rte ol { margin: 0 0 1em 1.2em; }
.rte img { border-radius: var(--radius); margin: 1em 0; }
.page-head { padding: 48px 0 8px; }
.page-head h1 { font-size: 34px; font-weight: 800; letter-spacing: -0.5px; }
.breadcrumb { font-size: 13px; color: var(--text-mute); margin-bottom: 10px; display: flex; gap: 8px; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--primary); }

/* ============ PRODUCT PAGE ============ */
.product-page { padding: 40px 0 60px; }
.product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.product-gallery { position: sticky; top: 100px; align-self: start; }
.product-gallery .main-media { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); aspect-ratio: 1; display: flex; align-items: center; justify-content: center; padding: 30px; overflow: hidden; }
.product-gallery .main-media img { width: 100%; height: 100%; object-fit: contain; }
.product-thumbs { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.product-thumbs button { width: 72px; height: 72px; border: 1.5px solid var(--border); border-radius: 8px; overflow: hidden; padding: 6px; background: white; }
.product-thumbs button.active { border-color: var(--primary); }
.product-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.product-detail h1 { font-size: 28px; font-weight: 800; line-height: 1.2; margin-bottom: 12px; letter-spacing: -0.4px; }
.product-vendor { font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-mute); font-weight: 600; margin-bottom: 8px; }
.product-detail .price-block { display: flex; align-items: baseline; gap: 12px; margin: 18px 0; }
.product-detail .price-now { font-size: 30px; }
.product-detail .price-old { font-size: 17px; }
.product-detail .stock-line { margin-bottom: 20px; }
.kw-picker { margin: 22px 0; }
.kw-picker-label { display: block; font-size: 13px; font-weight: 600; color: var(--text-soft); margin-bottom: 8px; }
.kw-picker-row { display: flex; flex-wrap: wrap; gap: 8px; }
.kw-pick { min-width: 50px; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 14px; font-weight: 600; color: var(--text); text-align: center; transition: border-color 0.15s, color 0.15s, background 0.15s; }
.kw-pick:hover { border-color: var(--primary); color: var(--primary); }
.kw-pick.active { border-color: var(--primary); color: var(--primary); background: var(--primary-light); }

/* ============ KW FINDER (homepage) ============ */
.kwf-section { padding: 44px 0; }
.kwf-box { background: linear-gradient(110deg, #fef2f2, #fff5f5); border: 1px solid var(--border); border-radius: 16px; padding: 32px 36px; text-align: center; }
.kwf-box.has-bg { background-size: cover; background-position: center; border: none; padding: 44px 36px; }
.kwf-box.has-bg .kwf-title { color: #fff; }
.kwf-box.has-bg .kwf-sub { color: rgba(255,255,255,0.9); }
.kwf-title { font-size: 24px; font-weight: 800; letter-spacing: -0.4px; color: var(--text); }
.kwf-sub { color: var(--text-soft); margin: 8px 0 22px; font-size: 15px; }
.kwf-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.kwf-btn { display: inline-flex; align-items: baseline; gap: 3px; padding: 12px 18px; background: #fff; border: 1.5px solid var(--border); border-radius: 10px; transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s; }
.kwf-btn:hover { border-color: var(--primary); transform: translateY(-2px); box-shadow: var(--shadow); }
.kwf-num { font-size: 18px; font-weight: 800; color: var(--text); }
.kwf-btn:hover .kwf-num { color: var(--primary); }
.kwf-unit { font-size: 12px; color: var(--text-soft); font-weight: 600; }
.product-form { margin: 24px 0; }
.product-form .variant-label { font-size: 13px; font-weight: 600; margin-bottom: 8px; display: block; }
.product-form select { width: 100%; padding: 12px 14px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 14px; font-family: inherit; margin-bottom: 18px; }
.qty-add { display: flex; gap: 12px; align-items: stretch; }
.qty-box { display: flex; align-items: center; border: 1.5px solid var(--border); border-radius: 8px; overflow: hidden; }
.qty-box button { width: 42px; font-size: 18px; color: var(--text-soft); }
.qty-box input { width: 48px; text-align: center; border: none; font-size: 15px; font-family: inherit; outline: none; }
.btn-add-cart { flex: 1; background: var(--primary); color: white; border-radius: 8px; font-size: 15px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px; transition: background 0.2s; }
.btn-add-cart:hover { background: var(--primary-dark); }
.btn-add-cart svg { width: 18px; height: 18px; }
.product-meta-list { margin-top: 26px; border-top: 1px solid var(--border); padding-top: 22px; }
.product-meta-list .row { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--text-soft); margin-bottom: 12px; }
.product-meta-list svg { width: 20px; height: 20px; color: var(--primary); flex-shrink: 0; }
.product-description { margin-top: 40px; border-top: 1px solid var(--border); padding-top: 30px; }

/* ============ COLLECTION PAGE ============ */
.collection-page { padding: 30px 0 60px; }
.collection-toolbar { display: flex; justify-content: space-between; align-items: center; margin: 18px 0 26px; gap: 16px; flex-wrap: wrap; }
.collection-toolbar .count { font-size: 14px; color: var(--text-soft); }
.collection-toolbar select { padding: 9px 12px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 14px; font-family: inherit; }
.collection-banner { background: linear-gradient(110deg, #fef2f2, #fff5f5); border-radius: var(--radius); padding: 36px 40px; margin-bottom: 8px; }
.collection-banner h1 { font-size: 30px; font-weight: 800; letter-spacing: -0.5px; }
.collection-banner p { color: var(--text-soft); margin-top: 8px; max-width: 640px; }
.empty-state { text-align: center; padding: 80px 20px; color: var(--text-soft); }

/* ============ PAGINATION ============ */
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 40px; }
.pagination a, .pagination span { padding: 9px 14px; border: 1px solid var(--border); border-radius: 8px; font-size: 14px; font-weight: 600; color: var(--text-soft); }
.pagination a:hover { border-color: var(--primary); color: var(--primary); }
.pagination .current { background: var(--primary); color: white; border-color: var(--primary); }

/* ============ CART PAGE ============ */
.cart-page { padding: 40px 0 60px; }
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
.cart-item { display: grid; grid-template-columns: 90px 1fr auto; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--border); align-items: center; }
.cart-item .ci-img { width: 90px; height: 90px; background: var(--bg-soft); border: 1px solid var(--border); border-radius: 8px; padding: 8px; }
.cart-item .ci-img img { width: 100%; height: 100%; object-fit: contain; }
.cart-item .ci-name { font-weight: 600; font-size: 15px; }
.cart-item .ci-variant { font-size: 13px; color: var(--text-mute); margin-top: 4px; }
.cart-item .ci-price { font-weight: 700; color: var(--primary); }
.cart-item .ci-remove { font-size: 12px; color: var(--text-mute); margin-top: 6px; }
.cart-item .ci-remove:hover { color: var(--primary); }
.cart-summary { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; position: sticky; top: 100px; }
.cart-summary h3 { font-size: 18px; font-weight: 800; margin-bottom: 18px; }
.cart-summary .row { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 12px; color: var(--text-soft); }
.cart-summary .total { font-size: 20px; font-weight: 800; color: var(--text); border-top: 1px solid var(--border); padding-top: 16px; margin-top: 6px; }
.cart-summary .btn-primary { width: 100%; justify-content: center; margin-top: 18px; }

/* ============ FOOTER ============ */
.site-footer { background: var(--bg-dark); color: #d1d5db; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.footer-brand .logo { color: white; margin-bottom: 16px; }
.footer-brand p { font-size: 14px; line-height: 1.6; margin-bottom: 20px; color: #9ca3af; }
.footer-contact { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-contact div { display: flex; align-items: center; gap: 10px; }
.footer-contact svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; }
.footer-col h4 { color: white; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 18px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: #9ca3af; font-size: 14px; transition: color 0.2s; }
.footer-col a:hover { color: white; }
.footer-newsletter h4 { margin-bottom: 12px; }
.footer-newsletter p { font-size: 13px; color: #9ca3af; margin-bottom: 16px; }
.footer-newsletter form { display: flex; gap: 4px; }
.footer-newsletter input { flex: 1; padding: 10px 14px; background: #374151; border: 1px solid #4b5563; border-radius: 6px; color: white; font-family: inherit; font-size: 13px; outline: none; }
.footer-newsletter input::placeholder { color: #9ca3af; }
.footer-newsletter button { background: var(--primary); color: white; padding: 10px 18px; border-radius: 6px; font-size: 13px; font-weight: 600; transition: background 0.2s; }
.footer-newsletter button:hover { background: var(--primary-dark); }
.footer-bottom { border-top: 1px solid #374151; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: #9ca3af; flex-wrap: wrap; gap: 14px; }
.payment-methods { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.payment-methods span { background: #374151; padding: 6px 10px; border-radius: 4px; font-size: 11px; font-weight: 600; color: white; letter-spacing: 0.5px; }
.socials { display: flex; gap: 8px; }
.socials a { width: 32px; height: 32px; background: #374151; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; transition: background 0.2s; }
.socials a:hover { background: var(--primary); }
.socials svg { width: 14px; height: 14px; }

/* ============ TOAST ============ */
.cart-toast { position: fixed; bottom: 24px; right: 24px; background: var(--text); color: white; padding: 14px 20px; border-radius: 10px; font-size: 14px; font-weight: 600; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 10px; transform: translateY(20px); opacity: 0; pointer-events: none; transition: all 0.3s; z-index: 1000; }
.cart-toast.show { transform: translateY(0); opacity: 1; }
.cart-toast svg { width: 18px; height: 18px; color: #4ade80; }

/* ============ WHATSAPP FLOAT ============ */
.wa-float { position: fixed; bottom: 22px; right: 22px; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(37,211,102,0.45); z-index: 1000; transition: transform 0.2s, box-shadow 0.2s; }
.wa-float:hover { transform: scale(1.08); box-shadow: 0 8px 26px rgba(37,211,102,0.6); }
.wa-float svg { width: 30px; height: 30px; }
@media (max-width: 640px) { .wa-float { width: 52px; height: 52px; bottom: 16px; right: 16px; } .wa-float svg { width: 28px; height: 28px; } }

/* ============ KW SORT ============ */
.kw-sort { display: inline-flex; align-items: center; gap: 6px; }
.kw-sort span { font-size: 13px; color: var(--text-soft); }
.kw-sort button { font-size: 13px; font-weight: 600; padding: 8px 12px; border: 1.5px solid var(--border); border-radius: 8px; color: var(--text-soft); background: #fff; }
.kw-sort button.active { border-color: var(--primary); color: var(--primary); }
.kw-sort button:hover { border-color: var(--primary); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .header-inner { grid-template-columns: auto 1fr auto; }
  .header-actions .header-action-text { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid, .products-grid, .products-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .brands-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .promo-banner { flex-direction: column; text-align: center; padding: 40px 30px; }
  .product-layout { grid-template-columns: 1fr; gap: 28px; }
  .product-gallery { position: static; }
  .cart-layout { grid-template-columns: 1fr; }
  .nav-list { overflow-x: auto; flex-wrap: nowrap; }
  .nav-categories { padding: 12px 16px; }
}
@media (max-width: 640px) {
  .menu-toggle { display: inline-flex; }
  .topbar-left span:not(:first-child) { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto; gap: 14px; }
  .search { display: none; }
  .header-actions .header-action span:not(.cart-badge) { display: none; }
  .nav { display: none; }
  .nav.open { display: block; }
  .nav-inner { flex-direction: column; align-items: stretch; }
  .nav-categories { display: none; }
  .nav-list { flex-direction: column; }
  .cat-grid, .products-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .product-info { padding: 12px; }
  .price-now { font-size: 17px; }
  .hero h1 { font-size: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 40px 0; }
  .product-detail h1 { font-size: 22px; }
}
