/* ============================================================
   DN Audio Rajagiriya — styles
   ============================================================ */
:root{
  --navy:#1a2942;
  --navy-2:#223451;
  --gold:#c9a45c;
  --gold-dark:#b08d40;
  --bg:#f7f6f3;
  --surface:#ffffff;
  --ink:#23282d;
  --muted:#6b7280;
  --line:#e7e4dd;
  --wa:#25d366;
  --radius:14px;
  --radius-sm:10px;
  --shadow:0 6px 24px rgba(26,41,66,.10);
  --shadow-sm:0 2px 8px rgba(26,41,66,.08);
  --maxw:1180px;
  --font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  background:var(--bg);
  color:var(--ink);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit}
h1,h2,h3,h4{line-height:1.2;margin:0 0 .4em}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 20px}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border:none;border-radius:999px;cursor:pointer;
  font-weight:600;font-size:15px;line-height:1;padding:13px 22px;
  transition:transform .08s ease,background .2s ease,box-shadow .2s ease;
  white-space:nowrap;
}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--gold);color:var(--navy)}
.btn-primary:hover{background:var(--gold-dark)}
.btn-navy{background:var(--navy);color:#fff}
.btn-navy:hover{background:var(--navy-2)}
.btn-ghost{background:transparent;color:var(--navy);border:1.5px solid var(--line)}
.btn-ghost:hover{border-color:var(--gold);color:var(--navy)}
.btn-wa{background:var(--wa);color:#fff}
.btn-wa:hover{background:#1faa52}
.btn-block{width:100%}
.btn-lg{padding:16px 28px;font-size:16px}
.btn:disabled{opacity:.5;cursor:not-allowed}
.btn svg{width:18px;height:18px;flex:none}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;z-index:50;
  background:var(--navy);color:#fff;
  box-shadow:0 2px 12px rgba(0,0,0,.18);
}
.nav-inner{
  max-width:var(--maxw);margin:0 auto;padding:12px 20px;
  display:flex;align-items:center;gap:18px;
}
.brand{display:flex;align-items:center;gap:11px;flex:none}
.brand-mark{
  width:42px;height:42px;border-radius:10px;flex:none;
  background:var(--gold);color:var(--navy);
  display:grid;place-items:center;font-weight:800;font-size:18px;letter-spacing:.5px;
}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-name{font-weight:800;letter-spacing:2px;font-size:18px}
.brand-sub{font-size:10px;letter-spacing:4px;color:var(--gold);margin-top:3px}
.footer-brand .brand-name,.footer-brand .brand-sub{color:var(--navy)}
.footer-brand .brand-sub{color:var(--gold-dark)}

/* Search */
.search{position:relative;flex:1;max-width:460px}
.search-ico{
  position:absolute;left:14px;top:50%;transform:translateY(-50%);
  width:18px;height:18px;color:var(--muted);pointer-events:none;
}
.search input{
  width:100%;border:none;border-radius:999px;
  padding:11px 16px 11px 42px;font-size:14.5px;
  background:#fff;color:var(--ink);
}
.search input:focus{outline:2px solid var(--gold)}
.search-suggest{
  position:absolute;top:calc(100% + 8px);left:0;right:0;
  background:#fff;color:var(--ink);border-radius:12px;
  box-shadow:var(--shadow);overflow:hidden;z-index:60;
  max-height:60vh;overflow-y:auto;
}
.suggest-item{display:flex;align-items:center;gap:12px;padding:10px 14px;cursor:pointer;border-bottom:1px solid var(--line)}
.suggest-item:last-child{border-bottom:none}
.suggest-item:hover,.suggest-item.active{background:#f3f1ec}
.suggest-item .thumb{width:42px;height:42px;border-radius:8px;overflow:hidden;flex:none}
.suggest-item .s-name{font-weight:600;font-size:14px}
.suggest-item .s-cat{font-size:12px;color:var(--muted)}
.suggest-item .s-price{margin-left:auto;font-weight:700;color:var(--gold-dark);font-size:13px;white-space:nowrap}
.suggest-empty{padding:14px;color:var(--muted);font-size:14px}

.nav-actions{display:flex;align-items:center;gap:6px;margin-left:auto}
.icon-btn{
  position:relative;width:44px;height:44px;border-radius:12px;border:none;
  background:transparent;color:#fff;cursor:pointer;
  display:grid;place-items:center;
}
.icon-btn:hover{background:rgba(255,255,255,.12)}
.icon-btn svg{width:23px;height:23px}
.nav-search-toggle{display:none}
.cart-badge{
  position:absolute;top:5px;right:4px;min-width:19px;height:19px;padding:0 5px;
  background:var(--gold);color:var(--navy);border-radius:999px;
  font-size:11px;font-weight:800;display:grid;place-items:center;line-height:1;
}

/* ---------- App / sections ---------- */
.app{min-height:60vh}
.section{padding:54px 0}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:26px}
.section-head h2{font-size:27px;margin:0}
.section-head .link{color:var(--gold-dark);font-weight:600;font-size:14.5px}
.eyebrow{color:var(--gold-dark);font-weight:700;letter-spacing:2px;text-transform:uppercase;font-size:12.5px;margin-bottom:8px}
.lede{color:var(--muted);font-size:16px;max-width:620px}

/* ---------- Hero ---------- */
.hero{
  background:
    radial-gradient(1100px 500px at 80% -10%,rgba(201,164,92,.22),transparent 60%),
    linear-gradient(180deg,var(--navy),var(--navy-2));
  color:#fff;overflow:hidden;position:relative;
}
.hero-inner{
  max-width:var(--maxw);margin:0 auto;padding:64px 20px 70px;
  display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;
}
.hero h1{font-size:46px;letter-spacing:-.5px;margin-bottom:16px}
.hero h1 .accent{color:var(--gold)}
.hero p{font-size:18px;color:#d7dce6;max-width:520px;margin:0 0 26px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.hero-stats{display:flex;gap:28px;margin-top:34px}
.hero-stats .num{font-size:26px;font-weight:800;color:var(--gold)}
.hero-stats .lbl{font-size:13px;color:#b9c1d0}
.hero-art{position:relative;height:320px;border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}
.hero-badge{
  position:absolute;left:18px;bottom:18px;background:rgba(255,255,255,.95);color:var(--navy);
  padding:10px 16px;border-radius:12px;font-weight:700;font-size:14px;box-shadow:var(--shadow-sm);
}
.trust-bar{
  background:rgba(255,255,255,.06);border-top:1px solid rgba(255,255,255,.10);
}
.trust-bar .wrap{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;padding:16px 20px;color:#cfd6e2;font-size:14px}
.trust-bar span{display:inline-flex;align-items:center;gap:8px}
.trust-bar svg{width:18px;height:18px;color:var(--gold)}

/* ---------- Category grid ---------- */
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cat-card{
  background:var(--surface);border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow-sm);cursor:pointer;border:1px solid var(--line);
  transition:transform .14s ease,box-shadow .2s ease;display:flex;flex-direction:column;
}
.cat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.cat-card .cat-vis{height:140px}
.cat-card .cat-body{padding:16px 18px 18px}
.cat-card h3{font-size:18px;margin:0 0 4px}
.cat-card p{color:var(--muted);font-size:14px;margin:0 0 10px}
.cat-card .cat-link{color:var(--gold-dark);font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:6px}
.cat-card .cat-count{font-size:12.5px;color:var(--muted)}

/* ---------- Product grid / cards ---------- */
.prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.prod-card{
  background:var(--surface);border-radius:var(--radius);overflow:hidden;
  border:1px solid var(--line);box-shadow:var(--shadow-sm);
  display:flex;flex-direction:column;transition:transform .14s ease,box-shadow .2s ease;
}
.prod-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.prod-vis{position:relative;cursor:pointer;aspect-ratio:4/3;background:#eee}
.prod-vis .tag{
  position:absolute;top:10px;left:10px;background:var(--navy);color:#fff;
  font-size:11px;font-weight:700;padding:5px 9px;border-radius:999px;letter-spacing:.4px;
}
.prod-vis .tag.feat{background:var(--gold);color:var(--navy)}
.prod-body{padding:14px 16px 16px;display:flex;flex-direction:column;flex:1}
.prod-body h3{font-size:16px;margin:0 0 4px;cursor:pointer}
.prod-body h3:hover{color:var(--gold-dark)}
.prod-body .p-short{color:var(--muted);font-size:13.5px;margin:0 0 12px;flex:1}
.prod-price{display:flex;align-items:baseline;gap:5px;margin-bottom:12px}
.prod-price .amt{font-size:20px;font-weight:800;color:var(--navy)}
.prod-price .per{font-size:13px;color:var(--muted)}
.prod-actions{display:flex;gap:8px}
.prod-actions .btn{flex:1;padding:11px 14px;font-size:14px}

/* ---------- Breadcrumb ---------- */
.crumb{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:13.5px;padding:18px 0 0}
.crumb a:hover{color:var(--gold-dark)}
.crumb .sep{opacity:.5}

/* ---------- Product detail ---------- */
.pd-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:start;padding-top:8px}
.pd-vis{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--line);position:sticky;top:90px}
.pd-info h1{font-size:30px;margin-bottom:6px}
.pd-cat-link{color:var(--gold-dark);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1px}
.pd-price{margin:14px 0;display:flex;align-items:baseline;gap:6px}
.pd-price .amt{font-size:30px;font-weight:800;color:var(--navy)}
.pd-price .per{color:var(--muted)}
.pd-desc{color:#3c434c;font-size:15.5px;margin-bottom:22px}
.pd-box{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-sm)}
.field{margin-bottom:16px}
.field label{display:block;font-weight:600;font-size:13.5px;margin-bottom:7px}
.field .hint{color:var(--muted);font-weight:400;font-size:12.5px}
.date-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
input[type=date],input[type=text],input[type=tel],input[type=email],input[type=number],textarea,select{
  width:100%;border:1.5px solid var(--line);border-radius:var(--radius-sm);
  padding:11px 13px;font-size:15px;font-family:inherit;color:var(--ink);background:#fff;
}
input:focus,textarea:focus,select:focus{outline:none;border-color:var(--gold)}
textarea{resize:vertical;min-height:80px}
.qty{display:inline-flex;align-items:center;border:1.5px solid var(--line);border-radius:var(--radius-sm);overflow:hidden;background:#fff}
.qty button{width:42px;height:44px;border:none;background:#f3f1ec;font-size:20px;cursor:pointer;color:var(--navy)}
.qty button:hover{background:#e9e5db}
.qty input{width:54px;height:44px;border:none;text-align:center;font-size:16px;font-weight:700;padding:0;border-radius:0}
.qty input:focus{outline:none}
.calc{
  margin:18px 0;padding:16px;border-radius:var(--radius-sm);
  background:#f3f1ec;border:1px dashed var(--gold);
}
.calc-row{display:flex;justify-content:space-between;font-size:14px;color:#444;margin-bottom:6px}
.calc-row.total{margin:10px 0 0;padding-top:10px;border-top:1px solid var(--line);font-size:19px;font-weight:800;color:var(--navy)}
.calc-row.total span:last-child{color:var(--gold-dark)}

/* ---------- Cart ---------- */
.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:30px;align-items:start;padding-top:10px}
.cart-items{display:flex;flex-direction:column;gap:14px}
.cart-item{
  display:grid;grid-template-columns:96px 1fr auto;gap:16px;
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
  padding:14px;box-shadow:var(--shadow-sm);align-items:center;
}
.cart-item .ci-vis{width:96px;height:74px;border-radius:10px;overflow:hidden}
.cart-item h3{font-size:16px;margin:0 0 3px;cursor:pointer}
.cart-item h3:hover{color:var(--gold-dark)}
.ci-meta{font-size:13px;color:var(--muted);margin:2px 0}
.ci-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:6px}
.ci-line{font-weight:800;color:var(--navy);font-size:17px}
.ci-remove{background:none;border:none;color:#b3261e;cursor:pointer;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:4px;padding:4px}
.ci-remove:hover{text-decoration:underline}
.summary{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);
  padding:22px;box-shadow:var(--shadow-sm);position:sticky;top:90px;
}
.summary h3{font-size:18px;margin-bottom:14px}
.sum-row{display:flex;justify-content:space-between;font-size:14.5px;color:#444;margin-bottom:9px}
.sum-row.grand{margin-top:12px;padding-top:14px;border-top:1px solid var(--line);font-size:20px;font-weight:800;color:var(--navy)}
.sum-row.grand span:last-child{color:var(--gold-dark)}
.summary .btn{margin-top:16px}
.summary .note{font-size:12.5px;color:var(--muted);margin-top:12px;text-align:center}

/* ---------- Empty state ---------- */
.empty{
  text-align:center;padding:70px 20px;background:var(--surface);
  border:1px dashed var(--line);border-radius:var(--radius);
}
.empty svg{width:60px;height:60px;color:var(--gold);margin-bottom:14px}
.empty h3{font-size:21px;margin-bottom:6px}
.empty p{color:var(--muted);margin-bottom:18px}

/* ---------- Checkout ---------- */
.checkout-layout{display:grid;grid-template-columns:1fr 340px;gap:30px;align-items:start;padding-top:10px}
.form-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-sm);margin-bottom:20px}
.form-card h3{font-size:18px;margin-bottom:4px;display:flex;align-items:center;gap:10px}
.form-card .step-no{width:26px;height:26px;border-radius:50%;background:var(--navy);color:#fff;font-size:13px;display:grid;place-items:center;flex:none}
.form-card .card-sub{color:var(--muted);font-size:13.5px;margin:0 0 16px;padding-left:36px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.req{color:#b3261e}
.error-text{color:#b3261e;font-size:12.5px;margin-top:5px;display:none}
.field.invalid input,.field.invalid textarea,.field.invalid select{border-color:#b3261e}
.field.invalid .error-text{display:block}
.file-drop{
  border:1.5px dashed var(--line);border-radius:var(--radius-sm);padding:16px;
  display:flex;align-items:center;gap:12px;cursor:pointer;background:#faf9f6;
}
.file-drop:hover{border-color:var(--gold)}
.file-drop svg{width:30px;height:30px;color:var(--gold-dark);flex:none}
.file-drop .fd-text{font-size:13.5px;color:var(--muted)}
.file-drop .fd-name{color:var(--navy);font-weight:600}
.file-preview{margin-top:12px;display:none;align-items:center;gap:12px}
.file-preview img{width:80px;height:56px;object-fit:cover;border-radius:8px;border:1px solid var(--line)}
.radio-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.radio-card{
  border:1.5px solid var(--line);border-radius:var(--radius-sm);padding:16px;cursor:pointer;
  display:flex;gap:12px;align-items:flex-start;transition:border .15s,background .15s;
}
.radio-card:hover{border-color:var(--gold)}
.radio-card.selected{border-color:var(--gold);background:#fbf8f1;box-shadow:0 0 0 1px var(--gold) inset}
.radio-card input{margin-top:3px}
.radio-card .rc-title{font-weight:700;font-size:15px}
.radio-card .rc-sub{font-size:12.5px;color:var(--muted)}
.pay-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.pay-card{
  border:1.5px solid var(--line);border-radius:var(--radius);padding:18px;cursor:pointer;text-align:center;
  transition:border .15s,background .15s,transform .1s;
}
.pay-card:hover{border-color:var(--gold);transform:translateY(-2px)}
.pay-card.selected{border-color:var(--gold);background:#fbf8f1;box-shadow:0 0 0 1px var(--gold) inset}
.pay-card .pc-ico{width:48px;height:48px;margin:0 auto 10px;color:var(--navy)}
.pay-card .pc-title{font-weight:700;font-size:15px}
.pay-card .pc-sub{font-size:12.5px;color:var(--muted);margin-top:3px}
.pay-detail{
  margin-top:16px;padding:18px;border-radius:var(--radius-sm);background:#f3f1ec;
  border:1px solid var(--line);text-align:center;display:none;
}
.pay-detail.show{display:block}
.qr-img{width:180px;height:180px;margin:0 auto 12px;border-radius:12px;background:#fff;padding:10px;box-shadow:var(--shadow-sm)}
.delivery-extra{display:none;margin-top:14px}
.delivery-extra.show{display:block}
.bank-details{max-width:360px;margin:0 auto;text-align:left;background:#fff;border:1px solid var(--line);border-radius:10px;padding:6px 16px}
.bank-details .bd-row{display:flex;justify-content:space-between;gap:14px;padding:9px 0;border-bottom:1px solid var(--line);font-size:14px}
.bank-details .bd-row:last-child{border-bottom:none}
.bank-details .bd-label{color:var(--muted)}
.bank-details .bd-val{font-weight:700;color:var(--navy);text-align:right}

/* ---------- Confirmation banner (after pay select) ---------- */
.confirm-wa{
  margin-top:18px;padding:18px;border-radius:var(--radius);
  background:#eafaf0;border:1px solid #bdebcd;text-align:center;display:none;
}
.confirm-wa.show{display:block}
.confirm-wa p{margin:0 0 12px;color:#176a37;font-weight:600}

/* ---------- Order confirmation page ---------- */
.oc-hero{text-align:center;padding:50px 20px 30px}
.oc-check{
  width:78px;height:78px;border-radius:50%;background:var(--wa);color:#fff;
  display:grid;place-items:center;margin:0 auto 18px;box-shadow:0 8px 24px rgba(37,211,102,.35);
}
.oc-check svg{width:42px;height:42px}
.oc-ref{
  display:inline-block;margin-top:14px;padding:10px 20px;border-radius:999px;
  background:var(--navy);color:#fff;font-weight:700;letter-spacing:1px;
}
.oc-ref b{color:var(--gold)}
.oc-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:24px;margin-bottom:18px}
.oc-card h3{font-size:18px;margin-bottom:14px}
.oc-line{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}
.oc-line:last-child{border-bottom:none}
.oc-line .ol-name{font-weight:600}
.oc-line .ol-meta{font-size:13px;color:var(--muted)}
.oc-line .ol-amt{font-weight:700;color:var(--navy)}
.oc-grand{display:flex;justify-content:space-between;padding-top:14px;margin-top:6px;border-top:2px solid var(--navy);font-size:20px;font-weight:800;color:var(--navy)}
.oc-grand span:last-child{color:var(--gold-dark)}
.kv{display:grid;grid-template-columns:140px 1fr;gap:8px 14px;font-size:14.5px}
.kv dt{color:var(--muted)}
.kv dd{margin:0;font-weight:600}
.wa-cta-box{
  background:#eafaf0;border:1px solid #bdebcd;border-radius:var(--radius);
  padding:22px;text-align:center;
}
.wa-cta-box h3{color:#176a37}
.wa-cta-box p{color:#2d6a45;margin-bottom:16px}

/* ---------- Floating WhatsApp ---------- */
.wa-float{
  position:fixed;right:20px;bottom:20px;z-index:80;
  background:var(--wa);color:#fff;border-radius:999px;
  display:flex;align-items:center;gap:10px;padding:13px 18px 13px 14px;
  box-shadow:0 8px 22px rgba(37,211,102,.45);font-weight:700;font-size:15px;
  transition:transform .12s ease;
}
.wa-float:hover{transform:scale(1.05)}
.wa-float svg{width:28px;height:28px;flex:none}

/* ---------- Toast ---------- */
.toast{
  position:fixed;left:50%;bottom:90px;transform:translateX(-50%) translateY(20px);
  background:var(--navy);color:#fff;padding:13px 20px;border-radius:999px;
  font-weight:600;font-size:14.5px;box-shadow:var(--shadow);z-index:90;
  opacity:0;transition:opacity .25s,transform .25s;display:flex;align-items:center;gap:9px;
}
.toast svg{width:18px;height:18px;color:var(--gold)}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

/* ---------- Footer ---------- */
.site-footer{background:var(--surface);border-top:1px solid var(--line);margin-top:40px}
.footer-inner{
  max-width:var(--maxw);margin:0 auto;padding:46px 20px 30px;
  display:grid;grid-template-columns:1.6fr 1fr 1.2fr;gap:30px;
}
.footer-brand p{color:var(--muted);font-size:14px;margin-top:10px;max-width:300px}
.footer-col h4{font-size:14px;text-transform:uppercase;letter-spacing:1px;color:var(--navy);margin-bottom:12px}
.footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.footer-col a,.footer-col li{color:var(--muted);font-size:14px;cursor:pointer}
.footer-col a:hover{color:var(--gold-dark)}
.footer-bottom{border-top:1px solid var(--line);text-align:center;padding:18px;color:var(--muted);font-size:13px}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width:980px){
  .hero-inner{grid-template-columns:1fr;gap:26px}
  .hero-art{height:230px;order:-1}
  .hero h1{font-size:38px}
  .cat-grid{grid-template-columns:repeat(2,1fr)}
  .prod-grid{grid-template-columns:repeat(2,1fr)}
  .pd-grid{grid-template-columns:1fr;gap:24px}
  .pd-vis{position:static}
  .cart-layout,.checkout-layout{grid-template-columns:1fr}
  .summary{position:static}
  .footer-inner{grid-template-columns:1fr 1fr}
}
@media (max-width:680px){
  .search{display:none;position:absolute;top:100%;left:0;right:0;max-width:none;padding:10px 16px;background:var(--navy)}
  .search.open{display:block}
  .nav-search-toggle{display:grid}
  .nav-inner{position:relative}
  .section{padding:38px 0}
  .section-head h2{font-size:22px}
  .hero h1{font-size:30px}
  .hero p{font-size:16px}
  .hero-inner{padding:40px 20px 46px}
  .cat-grid{grid-template-columns:1fr}
  .prod-grid{grid-template-columns:1fr 1fr;gap:14px}
  .prod-body h3{font-size:14.5px}
  .prod-price .amt{font-size:18px}
  .prod-actions{flex-direction:column}
  .grid-2{grid-template-columns:1fr}
  .date-row{grid-template-columns:1fr 1fr}
  .radio-cards,.pay-cards{grid-template-columns:1fr}
  .cart-item{grid-template-columns:72px 1fr;gap:12px}
  .cart-item .ci-vis{width:72px;height:58px}
  .ci-right{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;width:100%;border-top:1px solid var(--line);padding-top:10px}
  .wa-float-label{display:none}
  .wa-float{padding:14px}
  .footer-inner{grid-template-columns:1fr}
  .kv{grid-template-columns:1fr;gap:2px 0}
  .kv dd{margin-bottom:8px}
  .oc-line{grid-template-columns:1fr}
}
@media (max-width:380px){
  .prod-grid{grid-template-columns:1fr}
}
