/* =====================================================
   Mr. Chef · Catálogo público
   ===================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --red: #e42b22;
  --red-dark: #b8221a;
  --red-soft: #fff1f0;
  --ink: #1a1a1f;
  --ink-soft: #4a4a55;
  --muted: #8a8a96;
  --line: #ececf2;
  --bg: #fafaf7;
  --card: #ffffff;
  --gold: #c89b3c;
  --green: #1f9255;
  --shadow-sm: 0 1px 2px rgba(20,20,30,.04), 0 2px 6px rgba(20,20,30,.04);
  --shadow-md: 0 4px 14px rgba(20,20,30,.07), 0 14px 36px rgba(20,20,30,.06);
  --radius: 14px;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  padding-bottom: 100px;
}
.serif { font-family: 'Fraunces', Georgia, serif; font-weight: 600; letter-spacing: -.01em; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: 0; color: inherit; }
.wrap { max-width: 1280px; margin: 0 auto; }

/* TOPBAR */
.topbar { background: #111; color: #f2f2f0; font-size: 12.5px; letter-spacing: .02em; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; padding: 8px 18px; gap: 14px; }
.topbar a { color: #f2f2f0; opacity: .85; }
.topbar a:hover { opacity: 1; color: #fff; }
.topbar .marquee { font-weight: 500; white-space: nowrap; overflow: hidden; }
.topbar .right { display: flex; gap: 14px; }
@media (max-width: 640px){ .topbar .right { display: none; } }

/* HEADER */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header .wrap {
  padding: 12px 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--red);
  display: grid; place-items: center;
  color: #fff; font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.brand-logo img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { font-family: 'Fraunces', serif; font-weight: 700; font-size: 20px; letter-spacing: -.01em; }
.brand-name small { display: block; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 11px; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; }

.search {
  position: relative;
  background: #f3f3ee;
  border: 1px solid transparent;
  border-radius: 999px;
  display: flex; align-items: center;
  padding: 0 16px;
  height: 44px;
  transition: .15s;
}
.search:focus-within { background: #fff; border-color: var(--ink); box-shadow: 0 0 0 4px rgba(20,20,30,.06); }
.search i { color: var(--muted); margin-right: 10px; }
.search input { flex: 1; border: 0; outline: 0; background: transparent; font-size: 15px; }
.suggestions {
  position: absolute; top: 50px; left: 0; right: 0;
  background: #fff; border-radius: 12px; box-shadow: var(--shadow-md);
  max-height: 380px; overflow: auto;
  padding: 6px; display: none; z-index: 60;
}
.suggestions.show { display: block; }
.suggestions a {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 12px; border-radius: 8px;
  font-size: 14px;
}
.suggestions a:hover { background: var(--bg); }
.suggestions img { width: 38px; height: 38px; object-fit: contain; background: #f3f3ee; border-radius: 6px; padding: 3px; }
.suggestions .meta { color: var(--muted); font-size: 11.5px; margin-top: 2px; }
.suggestions .all { background: var(--red-soft); color: var(--red); justify-content: center; font-weight: 600; }
.suggestions .all:hover { background: var(--red); color: #fff; }
.suggestions .empty { padding: 16px; text-align: center; color: var(--muted); font-size: 13.5px; }

.head-actions { display: flex; gap: 6px; }
.icon-btn {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  color: var(--ink); transition: background .15s;
  position: relative;
}
.icon-btn:hover { background: var(--line); }
.icon-btn .badge {
  position: absolute; top: 4px; right: 4px;
  background: var(--red); color: #fff;
  font-size: 10px; font-weight: 700;
  min-width: 18px; height: 18px; padding: 0 4px;
  border-radius: 999px; display: grid; place-items: center;
  border: 2px solid #fff;
}
@media (max-width: 720px) {
  .header .wrap { grid-template-columns: auto 1fr auto; gap: 10px; padding: 10px 14px; }
  .brand-name { display: none; }
  .search { height: 40px; }
}

/* HERO */
.hero { position: relative; margin: 18px auto; max-width: 1280px; padding: 0 18px; }
.hero-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(at 80% 0%, rgba(228,43,34,.18), transparent 50%),
    radial-gradient(at 0% 100%, rgba(200,155,60,.18), transparent 55%),
    linear-gradient(135deg, #1a1a1f 0%, #2a1714 100%);
  color: #f6f4ee;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  min-height: 380px;
  isolation: isolate;
}
.hero-card::after {
  content: "";
  position: absolute; inset: auto -10% -40% auto;
  width: 60%; aspect-ratio: 1;
  background: radial-gradient(closest-side, rgba(228,43,34,.55), transparent 70%);
  filter: blur(20px); z-index: -1;
}
.hero-text { padding: 56px 50px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em;
  color: #ffd6b3; padding: 6px 12px; border-radius: 999px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
}
.hero-text h1 {
  font-family: 'Fraunces', serif; font-weight: 700;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02; letter-spacing: -.02em;
  margin: 18px 0 14px;
}
.hero-text h1 em { font-style: italic; color: #f5b988; font-weight: 500; }
.hero-text p { font-size: 16.5px; color: #d8d4cb; max-width: 460px; }
.hero-cta { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 22px; border-radius: 12px; font-weight: 600;
  transition: transform .12s, box-shadow .15s, background .15s;
  font-size: 15px;
}
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); box-shadow: 0 10px 22px rgba(228,43,34,.34); }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.18); }
.btn-ghost:hover { background: rgba(255,255,255,.16); }
.hero-stats { margin-top: 28px; display: flex; gap: 28px; flex-wrap: wrap; }
.hero-stats .stat strong { display: block; font-family: 'Fraunces', serif; font-size: 26px; color: #fff; }
.hero-stats .stat span { font-size: 12.5px; color: #b9b4a8; letter-spacing: .04em; }
.hero-art { position: relative; align-self: stretch; display: grid; place-items: center; padding: 30px; }
.hero-art .glow { position: absolute; inset: 20px; background: radial-gradient(closest-side, rgba(255,184,120,.35), transparent 70%); filter: blur(28px); }
.hero-art .stack { position: relative; width: min(360px, 90%); aspect-ratio: 1; }
.hero-art .stack img {
  position: absolute; width: 64%; aspect-ratio: 1; object-fit: contain;
  border-radius: 22px; background: #fff;
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
  transition: transform .4s ease;
}
.hero-art .stack img:nth-child(1) { left: 0; top: 0; transform: rotate(-7deg); }
.hero-art .stack img:nth-child(2) { right: 0; top: 18%; transform: rotate(5deg); }
.hero-art .stack img:nth-child(3) { left: 12%; bottom: 0; transform: rotate(-2deg); z-index: 2; }
.hero-art:hover .stack img:nth-child(1) { transform: rotate(-10deg) translate(-6px,-4px); }
.hero-art:hover .stack img:nth-child(2) { transform: rotate(8deg) translate(6px,-4px); }
.hero-art:hover .stack img:nth-child(3) { transform: rotate(0deg) scale(1.04); }
@media (max-width: 900px) {
  .hero-card { grid-template-columns: 1fr; min-height: 0; }
  .hero-text { padding: 36px 28px 14px; }
  .hero-art { padding: 0 28px 36px; min-height: 280px; }
}

/* STRIP */
.strip { max-width: 1280px; margin: 22px auto; padding: 0 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.strip .item { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; display: flex; gap: 12px; align-items: center; }
.strip i { width: 38px; height: 38px; border-radius: 10px; background: var(--red-soft); color: var(--red); display: grid; place-items: center; font-size: 16px; }
.strip strong { display: block; font-size: 13.5px; }
.strip span { font-size: 12px; color: var(--muted); }
@media (max-width: 820px) { .strip { grid-template-columns: repeat(2,1fr); } }

/* CHIPS */
.cat-bar { position: sticky; top: 68px; z-index: 30; background: var(--bg); padding: 14px 18px; max-width: 1280px; margin: 22px auto 0; }
.cat-bar .scroll { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; padding-bottom: 4px; }
.cat-bar .scroll::-webkit-scrollbar { display: none; }
.chip {
  flex-shrink: 0;
  padding: 10px 16px;
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: 999px;
  font-weight: 500; font-size: 13.5px;
  display: inline-flex; align-items: center; gap: 8px;
  white-space: nowrap;
  transition: .15s;
}
.chip:hover { border-color: var(--ink); }
.chip.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip .count { font-size: 11px; opacity: .6; }

/* GRID */
.section { max-width: 1280px; margin: 32px auto; padding: 0 18px; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 18px; gap: 12px; }
.section-head h2 { font-family: 'Fraunces', serif; font-size: 28px; letter-spacing: -.01em; }
.section-head a { color: var(--ink-soft); font-size: 14px; font-weight: 500; }
.section-head a:hover { color: var(--red); }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; }
@media (max-width: 520px) { .grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s, border-color .2s; position: relative; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.card .thumb { aspect-ratio: 1; background: #f3f3ee; position: relative; overflow: hidden; cursor: pointer; }
.card .thumb img { width: 100%; height: 100%; object-fit: contain; padding: 12px; transition: transform .3s; }
.card:hover .thumb img { transform: scale(1.04); }
.card .tag { position: absolute; top: 10px; left: 10px; background: #fff; color: var(--ink); font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 999px; box-shadow: var(--shadow-sm); letter-spacing: .04em; text-transform: uppercase; }
.card .tag.new { background: var(--red); color: #fff; }
.card .tag.star { background: #1a1a1f; color: #fff; }
.card .body { padding: 14px 14px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card .cat { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.card .name { font-weight: 600; font-size: 14.5px; line-height: 1.3; min-height: 2.6em; color: var(--ink); }
.card .row { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; }
.card .price { font-family: 'Fraunces', serif; font-size: 19px; font-weight: 600; }
.card .price small { font-family: 'Inter'; font-size: 11px; color: var(--muted); font-weight: 500; margin-left: 2px; }
.card .add {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--ink); color: #fff;
  display: grid; place-items: center;
  transition: .15s;
}
.card .add:hover { background: var(--red); transform: scale(1.06); }

.skel-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.skel-card .skel-img { aspect-ratio: 1; background: linear-gradient(90deg, #f3f3ee 0%, #e9e9e2 50%, #f3f3ee 100%); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
.skel-card .skel-line { height: 12px; background: linear-gradient(90deg, #f3f3ee, #e9e9e2, #f3f3ee); background-size: 200% 100%; border-radius: 4px; margin: 12px; animation: shimmer 1.4s infinite; }
.skel-card .skel-line.short { width: 50%; }
@keyframes shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }

/* CTA BANNER */
.cta-banner {
  max-width: 1280px; margin: 40px auto;
  padding: 38px 32px;
  border-radius: 22px;
  background: linear-gradient(120deg, var(--red) 0%, #8a1410 100%);
  color: #fff;
  display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 24px;
  position: relative; overflow: hidden;
}
.cta-banner::before { content: ""; position: absolute; right: -40px; top: -40px; width: 220px; aspect-ratio: 1; background: radial-gradient(closest-side, rgba(255,255,255,.18), transparent); }
.cta-banner h3 { font-family: 'Fraunces', serif; font-size: 28px; line-height: 1.1; }
.cta-banner p { color: #ffd9d6; margin-top: 6px; max-width: 60ch; }
.btn-light { background: #fff; color: var(--red); }
.btn-light:hover { background: #fff5f4; transform: translateY(-1px); }
@media (max-width: 720px) { .cta-banner { grid-template-columns: 1fr; padding: 28px 22px; } }

/* FOOTER */
.footer { background: #15151a; color: #c8c6c0; padding: 50px 18px 24px; margin-top: 40px; }
.footer .wrap { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.footer h4 { color: #fff; font-family: 'Fraunces', serif; font-size: 16px; margin-bottom: 14px; }
.footer ul { list-style: none; display: grid; gap: 8px; font-size: 14px; }
.footer a:hover { color: #fff; }
.footer .brand-block { display: flex; gap: 12px; align-items: flex-start; }
.footer .small { font-size: 13px; color: #8a8a8a; line-height: 1.6; }
.footer .socials { display: flex; gap: 10px; margin-top: 14px; }
.footer .socials a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; }
.footer .socials a:hover { background: var(--red); color: #fff; }
.footer-bottom { max-width: 1280px; margin: 30px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 12.5px; color: #777; }
@media (max-width: 820px) { .footer .wrap { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer .wrap { grid-template-columns: 1fr; } }

/* CART BAR + DRAWER */
.cart-bar {
  position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: #fff;
  border-radius: 999px;
  padding: 12px 16px 12px 14px;
  display: none; align-items: center; gap: 14px;
  box-shadow: 0 14px 40px rgba(0,0,0,.28);
  z-index: 60;
  min-width: 280px;
  max-width: calc(100% - 36px);
}
.cart-bar.show { display: inline-flex; }
.cart-bar .qty { width: 26px; height: 26px; border-radius: 50%; background: var(--red); font-size: 12px; font-weight: 700; display: grid; place-items: center; }
.cart-bar .label { font-size: 13.5px; }
.cart-bar .total { font-family: 'Fraunces', serif; font-weight: 600; }
.cart-bar .open { background: var(--red); padding: 9px 16px; border-radius: 999px; font-weight: 600; font-size: 13px; margin-left: auto; }

.drawer-bg { position: fixed; inset: 0; background: rgba(20,20,30,.5); opacity: 0; pointer-events: none; transition: opacity .25s; z-index: 90; }
.drawer-bg.show { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(440px, 100%);
  background: #fff;
  transform: translateX(100%); transition: transform .3s cubic-bezier(.5,0,.2,1);
  z-index: 100;
  display: flex; flex-direction: column;
}
.drawer.show { transform: translateX(0); }
.drawer header { padding: 20px 22px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.drawer header h3 { font-family: 'Fraunces', serif; font-size: 22px; }
.drawer .close { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--line); }
.drawer .items { flex: 1; overflow-y: auto; padding: 18px 22px; display: flex; flex-direction: column; gap: 14px; }
.drawer .item { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; align-items: center; }
.drawer .item img { width: 64px; height: 64px; object-fit: contain; background: #f3f3ee; border-radius: 10px; padding: 4px; }
.drawer .item .name { font-size: 13.5px; font-weight: 600; line-height: 1.3; }
.drawer .item .ctrl { display: flex; align-items: center; gap: 6px; margin-top: 6px; }
.drawer .item .ctrl button { width: 24px; height: 24px; border-radius: 6px; background: var(--line); display: grid; place-items: center; font-weight: 700; font-size: 12px; }
.drawer .item .ctrl button:hover { background: var(--ink); color: #fff; }
.drawer .item .price { font-family: 'Fraunces', serif; font-weight: 600; font-size: 15px; }
.drawer footer { border-top: 1px solid var(--line); padding: 20px 22px; }
.drawer .totals { display: flex; justify-content: space-between; margin-bottom: 14px; }
.drawer .totals strong { font-family: 'Fraunces', serif; font-size: 24px; }
.drawer .actions { display: grid; gap: 10px; }
.drawer .btn-wa { background: #25D366; color: #fff; padding: 14px; border-radius: 12px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 10px; }
.drawer .btn-wa:hover { background: #1ebe5a; }
.drawer .btn-form { background: var(--ink); color: #fff; padding: 14px; border-radius: 12px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 10px; }
.drawer .btn-form:hover { background: #2a2a32; }
.drawer .empty { text-align: center; padding: 60px 20px; color: var(--muted); }
.drawer .empty i { font-size: 40px; color: var(--line); margin-bottom: 14px; }

/* MODAL CHECKOUT FORM */
.modal-bg { position: fixed; inset: 0; background: rgba(20,20,30,.5); opacity: 0; pointer-events: none; transition: opacity .25s; z-index: 110; }
.modal-bg.show { opacity: 1; pointer-events: auto; display: grid; place-items: center; padding: 18px; }
.modal {
  background: #fff; width: min(460px, 100%); border-radius: 18px;
  padding: 26px 24px; transform: translateY(20px); opacity: 0;
  transition: transform .3s, opacity .3s;
  max-height: 90vh; overflow: auto;
}
.modal-bg.show .modal { transform: translateY(0); opacity: 1; }
.modal h3 { font-family: 'Fraunces', serif; font-size: 22px; margin-bottom: 4px; }
.modal p { color: var(--muted); font-size: 13.5px; margin-bottom: 18px; }
.modal label { display: block; font-size: 12.5px; font-weight: 600; color: var(--ink-soft); margin: 12px 0 6px; }
.modal input, .modal textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px;
  font: inherit; font-size: 14.5px; outline: none; transition: .15s;
  font-family: inherit;
}
.modal input:focus, .modal textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(20,20,30,.06); }
.modal textarea { resize: vertical; min-height: 70px; }
.modal .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.modal .actions { display: flex; gap: 10px; margin-top: 22px; }
.modal .actions button { flex: 1; padding: 13px; border-radius: 10px; font-weight: 600; }
.modal .actions .cancel { background: var(--line); }
.modal .actions .submit { background: var(--red); color: #fff; }
.modal .actions .submit:hover { background: var(--red-dark); }
.modal .ok { background: #ecfff5; border: 1px solid #c4ecd5; color: #176c39; padding: 14px; border-radius: 10px; text-align: center; font-weight: 600; }

/* TOAST */
.toast {
  position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 999px;
  font-size: 13.5px; font-weight: 500;
  opacity: 0; pointer-events: none; transition: .25s; z-index: 200;
  display: flex; gap: 10px; align-items: center;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast i { color: #6dffae; }

/* PAGE: search results & product detail */
.page-head { max-width: 1280px; margin: 30px auto 6px; padding: 0 18px; }
.page-head h1 { font-family: 'Fraunces', serif; font-size: 30px; }
.page-head p { color: var(--muted); margin-top: 4px; }
.empty-state { text-align: center; padding: 60px 20px; color: var(--muted); }
.empty-state i { font-size: 50px; color: var(--line); margin-bottom: 14px; }

/* PRODUCT DETAIL */
.detail { max-width: 1100px; margin: 30px auto; padding: 0 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 820px) { .detail { grid-template-columns: 1fr; } }
.detail .gallery { background: var(--card); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; aspect-ratio: 1; display: grid; place-items: center; padding: 30px; }
.detail .gallery img { max-width: 100%; max-height: 100%; object-fit: contain; }
.detail .info .breadcrumb { font-size: 12.5px; color: var(--muted); margin-bottom: 10px; }
.detail .info h1 { font-family: 'Fraunces', serif; font-size: clamp(28px, 4vw, 40px); line-height: 1.05; letter-spacing: -.01em; }
.detail .info .price { font-family: 'Fraunces', serif; font-size: 36px; margin: 18px 0; }
.detail .info .price small { font-family: 'Inter'; font-size: 13px; color: var(--muted); margin-left: 6px; }
.detail .info .desc { font-size: 15px; color: var(--ink-soft); margin-bottom: 22px; }
.detail .info .qty-row { display: flex; gap: 10px; align-items: center; margin-bottom: 18px; }
.detail .info .qty-row .stepper { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.detail .info .qty-row .stepper button { width: 40px; height: 44px; font-size: 18px; }
.detail .info .qty-row .stepper button:hover { background: var(--bg); }
.detail .info .qty-row .stepper input { width: 50px; text-align: center; border: 0; font-size: 16px; font-weight: 600; }
.detail .info .qty-row .stock { font-size: 13px; color: var(--green); font-weight: 600; }
.detail .info .actions { display: flex; gap: 10px; flex-wrap: wrap; }
.detail .info .actions .btn { flex: 1; min-width: 180px; justify-content: center; }
