/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary: #b45309;
  --primary-dark: #3d1c02;
  --primary-light: #fef3c7;
  --accent: #d97706;
  --cream: #fdf8f0;
  --cream-dark: #fde68a;
  --text: #3d1c02;
  --text-muted: #78350f;
  --white: #fff;
  --border: #fde68a;
  --shadow: 0 2px 16px rgba(0,0,0,0.07);
  --shadow-hover: 0 8px 32px rgba(180,83,9,0.20);
  --radius: 20px;
  --radius-sm: 12px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito', sans-serif;
  color: var(--text);
  background: #fdf8f0;
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

h1,h2,h3 { font-weight: 800; line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: 1.2rem; }

.highlight { color: var(--primary-dark); }
a { text-decoration: none; color: inherit; transition: color .2s; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 13px 28px;
  border-radius: 50px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all .25s;
  text-decoration: none;
}
.btn-primary {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16,185,129,0.35);
}
.btn-outline {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.btn-outline:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}
.btn-whatsapp {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
  margin-top: 16px;
}
.btn-whatsapp:hover {
  background: #1da851;
  border-color: #1da851;
  transform: translateY(-2px);
}

/* ===== HEADER ===== */
#header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .3s;
}
#header.scrolled { box-shadow: var(--shadow); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  gap: 16px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo-img {
  height: 46px;
  width: 46px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--border);
  flex-shrink: 0;
  display: block;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-main { font-family: 'Fredoka One', cursive; font-size: 1.3rem; color: var(--primary-dark); }
.logo-accent { font-family: 'Fredoka One', cursive; font-size: 1.3rem; color: var(--primary); margin-left: -2px; display: inline; }
.logo-tagline { font-size: 0.65rem; color: var(--text-muted); font-weight: 600; letter-spacing: .5px; }

.nav-desktop { display: flex; gap: 4px; }
.nav-desktop a {
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 700;
  color: var(--text-muted);
  transition: all .2s;
}
.nav-desktop a:hover { color: var(--primary); background: var(--primary-light); }

.header-actions { display: flex; align-items: center; gap: 8px; }

.cart-btn {
  position: relative;
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all .25s;
}
.cart-btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
.cart-badge {
  background: #fdf8f0;
  color: var(--primary);
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
  font-size: 0.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 8px;
}
.menu-toggle:hover { background: var(--primary-light); }

.nav-mobile {
  display: none;
  flex-direction: column;
  padding: 8px 20px 16px;
  border-top: 1px solid var(--border);
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  color: var(--text);
  transition: all .2s;
}
.nav-mobile a:hover { background: var(--primary-light); color: var(--primary); }

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: linear-gradient(135deg, #fdf8f0 0%, #fef3c7 55%, #fdf8f0 100%);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2310b981' fill-opacity='0.05'%3E%3Ccircle cx='40' cy='40' r='5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero-badge {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: .5px;
}
.hero-text h1 { margin-bottom: 16px; color: var(--primary-dark); }
.hero-text p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 28px; max-width: 480px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-perks { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-perks span {
  font-size: 0.85rem; font-weight: 700;
  color: var(--primary-dark);
  background: var(--primary-light);
  padding: 6px 14px; border-radius: 50px;
  border: 1px solid rgba(16,185,129,0.25);
}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.hero-illustration {
  width: 100%;
  max-width: 560px;
}
.hero-illustration svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Hero product photo grid */
.hero-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 480px;
  height: 360px;
}
.hpg-item {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.hpg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.hpg-item:hover img { transform: scale(1.05); }
.hpg-tall {
  grid-row: span 2;
}

/* Hero category cards grid */
.hero-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 380px;
}
.hero-cat-card {
  background: #fdf8f0;
  border-radius: 16px;
  padding: 20px 12px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(45,106,79,0.10);
  border: 1.5px solid var(--border);
  transition: all .25s;
}
.hero-cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(16,185,129,0.18);
  border-color: var(--primary);
}
.hero-cat-card span { font-size: 2.2rem; display: block; margin-bottom: 8px; }
.hero-cat-card p { font-size: 0.78rem; font-weight: 800; color: var(--primary-dark); letter-spacing: 0.3px; }
.hero-cat-card { box-shadow: 0 2px 12px rgba(16,185,129,0.10); }

.hero-img-wrapper {
  width: 380px; height: 380px;
  background: linear-gradient(135deg, #fdf8f0, var(--primary-light));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 20px 60px rgba(16,185,129,0.18);
  position: relative;
}
.toy-showcase {
  position: relative; display: flex;
  align-items: center; justify-content: center;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  padding: 32px;
}
.toy-main-emoji { font-size: 8rem; filter: drop-shadow(0 8px 16px rgba(0,0,0,0.08)); }
.toy-card-mini {
  position: absolute;
  font-size: 2.5rem;
  background: #fdf8f0;
  border-radius: 50%;
  width: 64px; height: 64px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow);
}
.float1 { top: -40px; right: -20px; animation: float 3s ease-in-out infinite; }
.float2 { bottom: -30px; left: -30px; animation: float 3.5s ease-in-out infinite reverse; }
.float3 { top: 20px; left: -50px; animation: float 4s ease-in-out infinite; }

@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ===== TRUST STRIP ===== */
.trust-strip {
  background: var(--primary);
  padding: 20px 0;
}
.trust-inner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 12px;
}
.trust-item { display: flex; align-items: center; gap: 8px; color: #fff; }
.trust-item span { font-size: 1.4rem; background: rgba(255,255,255,0.15); border-radius: 8px; padding: 4px 8px; }
.trust-item p { font-size: 0.85rem; font-weight: 700; }

/* ===== SECTION HEADER ===== */
.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-header p { color: var(--text-muted); font-size: 1.05rem; margin-top: 8px; }
.section-badge {
  display: inline-block;
  color: var(--primary);
  background: var(--primary-light);
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: .5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* ===== PRODUCTS ===== */
.products-section { padding: 80px 0; background: #fdf8f0; }

/* ===== SEARCH BAR ===== */
.search-bar-wrap {
  display: flex; align-items: center; gap: 10px;
  background: #fdf8f0; border: 2px solid var(--border);
  border-radius: 50px; padding: 10px 18px;
  margin-bottom: 24px; transition: border-color .2s, box-shadow .2s;
}
.search-bar-wrap:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(16,185,129,.12);
}
.search-icon { font-size: 1.1rem; flex-shrink: 0; }
.search-input {
  flex: 1; border: none; outline: none; background: transparent;
  font-family: 'Nunito', sans-serif; font-size: 1rem; color: var(--text);
}
.search-input::placeholder { color: var(--text-muted); }
.search-clear {
  background: none; border: none; cursor: pointer; font-size: 0.9rem;
  color: var(--text-muted); padding: 2px 4px; border-radius: 50%;
  line-height: 1; transition: color .15s;
}
.search-clear:hover { color: var(--text); }
.search-no-results {
  text-align: center; padding: 60px 20px; color: var(--text-muted);
}
.search-no-results span { font-size: 3rem; display: block; margin-bottom: 12px; }
.search-no-results p { font-size: 1rem; font-weight: 600; }
.search-no-results small { font-size: 0.85rem; }

.filter-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.filter-btn {
  padding: 9px 22px;
  border-radius: 50px;
  border: 2px solid var(--border);
  background: #fdf8f0;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  color: var(--text-muted);
  transition: all .2s;
}
.filter-btn:hover, .filter-btn.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

/* Secondary filter rows (age / price) */
.filter-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.filter-row-label {
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9ca3af;
  white-space: nowrap;
  min-width: 54px;
}
.filter-chip {
  padding: 6px 16px;
  border-radius: 50px;
  border: 2px solid var(--border);
  background: #fdf8f0;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
  color: var(--text-muted);
  transition: all .2s;
}
.filter-chip:hover { border-color: var(--primary); color: var(--primary); }
.filter-chip.active { background: var(--primary); color: #fff; border-color: var(--primary); }
.filter-chip.price-chip:hover  { border-color: #3b82f6; color: #3b82f6; }
.filter-chip.price-chip.active { background: #3b82f6; color: #fff; border-color: #3b82f6; }

.filter-divider {
  border: none; border-top: 1px solid var(--border);
  margin: 8px 0 16px;
}
.filter-result-count {
  font-size: 0.82rem; color: var(--text-muted); font-weight: 700;
  text-align: center; margin-bottom: 24px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.product-card {
  background: #fdf8f0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all .3s;
  cursor: pointer;
  border: 1px solid var(--border);
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}
.product-img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.5rem;
  position: relative;
  overflow: hidden;
}
.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--primary);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 50px;
  z-index: 1;
}
.product-badge.new { background: #f43f5e; }
.product-badge.sale { background: #dc2626; }

/* Stock badges — product card */
.stock-badge {
  position: absolute; bottom: 10px; left: 0; right: 0;
  text-align: center; font-size: 0.72rem; font-weight: 800;
  padding: 5px 10px; z-index: 2; letter-spacing: 0.2px;
}
.stock-badge.low      { background: rgba(245,158,11,0.92); color: #fff; }
.stock-badge.critical { background: rgba(220,38,38,0.92);  color: #fff; }
.stock-badge.out      { background: rgba(107,114,128,0.88); color: #fff; }

/* Dim out-of-stock card */
.product-card.out-of-stock { opacity: 0.75; }
.product-card.out-of-stock .add-to-cart { opacity: 0.4; cursor: not-allowed; }

/* Stock messages — modal */
.stock-msg {
  border-radius: 10px; padding: 10px 16px;
  font-size: 0.9rem; font-weight: 600; margin-bottom: 16px;
}
.stock-msg.low      { background: #fef3c7; color: #92400e; border: 1px solid #fcd34d; }
.stock-msg.critical { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }
.stock-msg.out      { background: #f3f4f6; color: #4b5563; border: 1px solid #d1d5db; }

.product-info { padding: 16px 18px; }
.product-name { font-weight: 800; font-size: 0.98rem; margin-bottom: 4px; color: var(--text); }
.product-age { font-size: 0.78rem; color: var(--text-muted); margin-bottom: 12px; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; }
.product-price { font-size: 1.2rem; font-weight: 900; color: var(--primary); }
.product-price .old-price { font-size: 0.85rem; color: #aaa; text-decoration: line-through; font-weight: 600; margin-right: 6px; }
.add-to-cart {
  background: var(--primary);
  color: #fff;
  border: none;
  width: 36px; height: 36px;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s;
  flex-shrink: 0;
}
.add-to-cart:hover { background: var(--primary-dark); transform: scale(1.1); }

/* ===== ABOUT ===== */
.about-section { padding: 60px 0; background: var(--cream); }
.about-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
}
.about-image {
  position: sticky;
  top: 100px;
}
.about-img-box {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.workshop-visual {
  background: linear-gradient(135deg, #10b981, #059669);
  min-height: 260px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  color: #fff; gap: 8px;
  padding: 32px 20px;
}
.workshop-visual .ws-icon { font-size: 5rem; }
.workshop-visual p { font-size: 1.4rem; font-weight: 800; }
.workshop-visual small { opacity: .7; }

.about-text h2 { margin-bottom: 16px; color: var(--primary-dark); }
.about-text p { color: var(--text-muted); margin-bottom: 16px; font-size: 1.05rem; }
.about-stats { display: flex; gap: 28px; margin-top: 28px; flex-wrap: wrap; }
.stat span { font-size: 2rem; font-weight: 900; color: var(--primary); display: block; }
.stat p { font-size: 0.85rem; color: var(--text-muted); font-weight: 700; }

/* ===== SHIPPING ===== */
.shipping-section { padding: 60px 0; background: #fdf8f0; }
.shipping-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.ship-card {
  text-align: center;
  padding: 32px 20px;
  border-radius: var(--radius);
  border: 2px solid var(--border);
  background: #fdf8f0;
  transition: all .3s;
}
.ship-card:hover { border-color: var(--primary); transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.ship-card span { font-size: 2.5rem; display: block; margin-bottom: 12px; }
.ship-card h3 { margin-bottom: 6px; color: var(--text); }
.ship-card p { color: var(--text-muted); font-size: 0.9rem; }
.highlight-card {
  background: var(--primary);
  border-color: var(--primary);
}
.highlight-card h3, .highlight-card p { color: #fff; }

/* ===== CONTACT ===== */
.contact-section { padding: 80px 0; background: var(--cream); }
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.contact-info h2 { margin-bottom: 24px; color: var(--primary-dark); }
.contact-details { display: flex; flex-direction: column; gap: 18px; margin-bottom: 8px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-item > span {
  font-size: 1.3rem; min-width: 44px; height: 44px;
  background: var(--primary-light); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.contact-item strong { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: .5px; color: var(--text-muted); margin-bottom: 3px; }
.contact-item a, .contact-item p { color: var(--text); font-weight: 600; font-size: 0.95rem; }
.contact-item a:hover { color: var(--primary); }

.contact-form-box {
  background: #fdf8f0;
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}
.contact-form-box h3 { margin-bottom: 24px; color: var(--primary-dark); }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 700; font-size: 0.9rem; margin-bottom: 6px; color: var(--text); }
.form-group input, .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  transition: border-color .2s;
  outline: none;
  color: var(--text);
  background: #fafafa;
}
.form-group input:focus, .form-group textarea:focus { border-color: var(--primary); background: #fff; }
.form-group textarea { resize: vertical; }

/* ===== FOOTER ===== */
.footer { background: #111827; color: #ccc; padding: 60px 0 0; }
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 40px;
}
.footer-brand .logo { margin-bottom: 14px; }
.footer-brand .logo-main { color: #fff !important; }
.footer-brand .logo-accent { color: #34d399 !important; }
.footer-brand .logo-tagline { color: #9ca3af !important; }
.footer-brand p { font-size: 0.9rem; color: #9ca3af; line-height: 1.7; }
.footer-links h4, .footer-contact h4 { color: #fff; margin-bottom: 16px; font-size: 1rem; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { color: #9ca3af; font-size: 0.9rem; transition: color .2s; }
.footer-links a:hover { color: #34d399; }
.footer-contact p { color: #9ca3af; font-size: 0.9rem; margin-bottom: 6px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
}

/* ===== SECTION DIVIDER ===== */
.section-divider {
  height: 1px;
  background: var(--border);
}

/* ===== CART SIDEBAR ===== */
.cart-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 2000; opacity: 0;
  pointer-events: none; transition: opacity .3s;
}
.cart-overlay.open { opacity: 1; pointer-events: all; }

.cart-sidebar {
  position: fixed;
  top: 0; right: -420px;
  width: 400px; max-width: 100vw;
  height: 100vh; background: #fdf8f0;
  z-index: 2100;
  display: flex; flex-direction: column;
  box-shadow: -4px 0 30px rgba(0,0,0,0.12);
  transition: right .35s cubic-bezier(.4,0,.2,1);
}
.cart-sidebar.open { right: 0; }

.cart-header {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
  background: var(--primary-light);
}
.cart-header h3 { font-size: 1.2rem; color: var(--primary-dark); }
.cart-header button {
  background: none; border: none;
  font-size: 1.2rem; cursor: pointer;
  color: var(--text-muted); padding: 4px 8px; border-radius: 6px;
}
.cart-header button:hover { background: var(--border); }

.cart-items { flex: 1; overflow-y: auto; padding: 16px 24px; }
.cart-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; gap: 12px; color: var(--text-muted); }
.cart-empty span { font-size: 4rem; }
.cart-empty p { font-size: 1.1rem; font-weight: 700; }

.cart-item {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.cart-item-emoji { font-size: 2.5rem; background: var(--primary-light); width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 12px; }
.cart-item-info { flex: 1; }
.cart-item-name { font-weight: 700; font-size: 0.95rem; }
.cart-item-price { color: var(--primary); font-weight: 800; font-size: 1rem; }
.cart-item-qty {
  display: flex; align-items: center; gap: 8px; margin-top: 6px;
}
.qty-btn {
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 2px solid var(--border);
  background: #fdf8f0; cursor: pointer;
  font-size: 1rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  transition: all .15s;
}
.qty-btn:hover { border-color: var(--primary); color: var(--primary); }
.qty-num { font-weight: 800; font-size: 0.95rem; min-width: 20px; text-align: center; }
.cart-item-remove { background: none; border: none; color: #ccc; cursor: pointer; font-size: 1.1rem; transition: color .15s; }
.cart-item-remove:hover { color: #dc2626; }

.cart-footer { padding: 16px 24px 24px; border-top: 1px solid var(--border); }
.cart-total { display: flex; justify-content: space-between; font-size: 1.1rem; font-weight: 800; margin-bottom: 8px; }
.shipping-note { font-size: 0.85rem; font-weight: 700; padding: 8px 14px; border-radius: 8px; margin-top: 6px; }
.shipping-note.free { background: var(--primary-light); color: var(--primary); }
.shipping-note.paid { background: var(--cream); color: #92400e; }
.cart-note { text-align: center; font-size: 0.78rem; color: var(--text-muted); margin-top: 10px; }

/* ===== CART UPSELL ===== */
#cartUpsell { padding: 12px 16px; border-top: 1px solid var(--border); background: #fffdf9; }
.cart-upsell-banner { background: linear-gradient(135deg, #fff8e1, #fff3cd); border: 1.5px solid #ffc107; border-radius: 10px; padding: 10px 12px; margin-bottom: 10px; font-size: 0.83rem; font-weight: 800; color: #5d4037; display: flex; align-items: center; gap: 8px; }
.cart-upsell-label { font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; color: var(--text-muted); margin-bottom: 8px; }
.cart-upsell-cards { display: flex; flex-direction: column; gap: 8px; }
.cart-upsell-card { display: flex; align-items: center; gap: 10px; background: #fff; border: 1.5px solid var(--border); border-radius: 10px; padding: 8px 10px; transition: border-color .2s; }
.cart-upsell-card:hover { border-color: var(--primary); }
.cart-upsell-img { width: 42px; height: 42px; border-radius: 8px; background: var(--brown-light); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; overflow: hidden; flex-shrink: 0; }
.cart-upsell-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-upsell-info { flex: 1; min-width: 0; }
.cart-upsell-name { font-weight: 700; font-size: 0.82rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cart-upsell-price { font-size: 0.78rem; color: var(--primary); font-weight: 800; }
.cart-upsell-clickable { cursor: pointer; }
.cart-upsell-add { background: var(--primary); color: #fff; border: none; border-radius: 16px; padding: 5px 12px; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 0.78rem; cursor: pointer; flex-shrink: 0; transition: background .2s, transform .15s; }
.cart-upsell-add:hover { background: var(--primary-dark); transform: scale(1.05); }
.cart-upsell-add.added { background: #aaa; cursor: default; transform: none; }

/* ===== PRODUCT MODAL ===== */
.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 3000; opacity: 0;
  pointer-events: none; transition: opacity .3s;
}
.modal-overlay.open { opacity: 1; pointer-events: all; }

.product-modal {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -48%) scale(.96);
  width: min(680px, 95vw);
  background: #fdf8f0;
  border-radius: var(--radius);
  z-index: 3100; opacity: 0;
  pointer-events: none;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  max-height: 90vh; overflow-y: auto;
}
.product-modal.open {
  opacity: 1; pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
}
.modal-close {
  position: absolute; top: 16px; right: 16px;
  background: var(--border); border: none;
  width: 36px; height: 36px; border-radius: 50%;
  cursor: pointer; font-size: 1rem; z-index: 1;
  display: flex; align-items: center; justify-content: center;
}
.modal-close:hover { background: #d1d5db; }
.modal-content { padding: 32px; }
.modal-img {
  font-size: 7rem; text-align: center;
  padding: 12px; background: var(--primary-light);
  border-radius: var(--radius-sm); margin-bottom: 12px;
  position: relative;
  min-height: 260px; max-height: 420px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
/* Carousel arrows */
.modal-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(0,0,0,0.45); color: #fff; border: none;
  width: 40px; height: 40px; border-radius: 50%;
  font-size: 1.6rem; cursor: pointer; z-index: 5;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s; line-height: 1;
}
.modal-arrow:hover { background: rgba(0,0,0,0.7); }
.modal-arrow.left { left: 10px; }
.modal-arrow.right { right: 10px; }
/* Thumbnails strip */
.modal-thumbs {
  display: flex; gap: 8px; overflow-x: auto;
  margin-bottom: 16px; padding-bottom: 4px;
}
.modal-thumb {
  flex-shrink: 0; width: 64px; height: 64px;
  border-radius: 8px; overflow: hidden; cursor: pointer;
  border: 2px solid transparent; transition: border-color .2s;
}
.modal-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.modal-thumb.active { border-color: var(--primary); }
.modal-thumb:hover { border-color: var(--primary-dark); }
.modal-title { font-size: 1.6rem; margin-bottom: 6px; color: var(--primary-dark); }
.modal-age { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 12px; }
.modal-desc { color: var(--text-muted); font-size: 1rem; line-height: 1.8; margin-bottom: 18px; }
.modal-price { font-size: 1.8rem; font-weight: 900; color: var(--primary); margin-bottom: 20px; }
.modal-price .old { font-size: 1.1rem; color: #aaa; text-decoration: line-through; font-weight: 600; margin-right: 10px; }
.modal-video-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #dc2626; color: #fff; text-decoration: none;
  font-weight: 700; font-size: 0.95rem; border-radius: 50px;
  padding: 11px 24px; margin-bottom: 18px;
  transition: background .2s;
}
.modal-video-btn:hover { background: #b91c1c; }
.modal-actions { display: flex; gap: 12px; }
.modal-actions .btn { flex: 1; }

/* ===== TOAST ===== */
.toast {
  position: fixed;
  bottom: 30px; left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--primary-dark); color: #fff;
  padding: 14px 28px; border-radius: 50px;
  font-weight: 700; font-size: 0.95rem;
  z-index: 9999;
  transition: transform .4s cubic-bezier(.4,0,.2,1);
  white-space: nowrap; pointer-events: none;
}
.toast.show { transform: translateX(-50%) translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .nav-desktop { display: none; }
  .menu-toggle { display: block; }

  .hero-content { grid-template-columns: 1fr; text-align: center; padding: 60px 20px; gap: 40px; }
  .hero-text p { margin: 0 auto 28px; }
  .hero-cta { justify-content: center; }
  .hero-perks { justify-content: center; }
  .hero-image { order: -1; }
  .hero-img-wrapper { width: 280px; height: 280px; }
  .toy-main-emoji { font-size: 6rem; }

  .about-inner { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .trust-inner { gap: 8px; }
  .trust-item p { font-size: 0.75rem; }

  .products-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
}

@media (max-width: 480px) {
  .footer-inner { grid-template-columns: 1fr; }
  .about-stats { gap: 18px; }
  .shipping-cards { grid-template-columns: 1fr 1fr; }
  .hero-perks { gap: 8px; }
  .hero-perks span { font-size: 0.75rem; }
}
