:root{--primary:#0bb58a;--dark:#0f172a;--muted:#64748b;--bg:#f8fafc;--card:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:#0f172a}.topbar{position:sticky;top:0;z-index:10;background:#fffcc;backdrop-filter:blur(12px);background:rgba(255,255,255,.9);border-bottom:1px solid #e5e7eb}.container{max-width:1180px;margin:auto;padding:18px}.nav{display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{font-size:24px;font-weight:800;color:var(--primary);text-decoration:none}.btn{border:0;border-radius:14px;padding:12px 18px;background:var(--primary);color:#fff;font-weight:700;text-decoration:none;cursor:pointer;display:inline-block}.btn.secondary{background:#e2e8f0;color:#0f172a}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center;padding:38px 0}.hero-card,.card{background:var(--card);border-radius:26px;padding:24px;box-shadow:0 12px 30px rgba(2,8,23,.08);border:1px solid #eef2f7}.hero h1{font-size:44px;line-height:1.05;margin:0 0 12px}.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product,.category{background:#fff;border:1px solid #e5e7eb;border-radius:22px;overflow:hidden;box-shadow:0 8px 20px rgba(2,8,23,.05)}.product img,.category img{width:100%;height:170px;object-fit:cover;background:#ecfdf5}.p{padding:16px}.price{font-size:22px;font-weight:900;color:var(--primary)}input,select,textarea{width:100%;padding:12px;border:1px solid #cbd5e1;border-radius:12px;margin:6px 0 12px;background:#fff}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}.table th,.table td{padding:12px;border-bottom:1px solid #e2e8f0;text-align:left}.admin{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#0f172a;color:#fff;padding:22px}.sidebar a{display:block;color:#cbd5e1;text-decoration:none;padding:12px;border-radius:12px}.sidebar a:hover{background:#1e293b;color:#fff}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{background:#fff;border-radius:20px;padding:20px;border:1px solid #e2e8f0}.stat b{font-size:28px}@media(max-width:900px){.hero,.admin{grid-template-columns:1fr}.grid,.stats{grid-template-columns:repeat(2,1fr)}.sidebar{position:relative}.hero h1{font-size:34px}}@media(max-width:560px){.grid,.stats{grid-template-columns:1fr}.nav{flex-wrap:wrap}.container{padding:12px}}

.alert{border-left:5px solid #ef4444}pre{white-space:pre-wrap;background:#f1f5f9;padding:12px;border-radius:12px}button:disabled{opacity:.55;cursor:not-allowed}
.qty-cell{display:flex;gap:8px;align-items:center}.qty-btn{border:1px solid #dbe7e3;background:white;border-radius:10px;padding:6px 10px;cursor:pointer;font-weight:800}.btn.danger{background:#ef4444;color:#fff}.cart-toast{position:fixed;right:18px;bottom:18px;background:#063b2d;color:#fff;padding:14px 18px;border-radius:16px;box-shadow:0 10px 30px #0003;z-index:9999}.cart-toast a{color:#fff;font-weight:800;text-decoration:underline}button:disabled{opacity:.55;cursor:not-allowed}

/* Admin CRUD melhorado */
.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;align-items:start;margin-bottom:20px}.form-grid h2{grid-column:1/-1;margin:0 0 8px}.form-grid textarea{min-height:96px}.thumb{width:64px;height:64px;object-fit:cover;border-radius:12px;border:1px solid #e5e7eb}.btn.small{padding:7px 10px;font-size:12px;border-radius:9px;display:inline-block;margin:2px}.btn.secondary{background:#64748b}.btn.danger,.danger{background:#dc2626;color:#fff}.alert{padding:12px 14px;border-radius:12px;margin:10px 0 16px}.alert.success{background:#dcfce7;color:#166534}.alert.danger{background:#fee2e2;color:#991b1b}.badge{display:inline-block;padding:3px 7px;border-radius:999px;font-size:11px}.badge.warn{background:#fef3c7;color:#92400e}.table td{vertical-align:middle}.table a{ text-decoration:none }

.btn-outline{background:#fff;color:#2563eb;border:1px solid #cbd5e1}
.btn-small{padding:8px 12px;font-size:14px;border-radius:10px;text-decoration:none;display:inline-block}
.admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;background:#fff;border-radius:16px;padding:14px 16px;box-shadow:0 8px 24px rgba(15,23,42,.08)}
.admin-topbar>div{display:flex;gap:8px;flex-wrap:wrap}
@media(max-width:760px){.admin-topbar{align-items:flex-start;flex-direction:column}.admin-topbar>div{width:100%}.admin-topbar .btn{width:100%;text-align:center}}

/* Dashboard admin moderno */
.dashboard-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.dashboard-title h1{margin:0 0 6px;font-size:30px}.dash-actions{display:flex;gap:8px;flex-wrap:wrap}.kpi-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:18px}.kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:18px;box-shadow:0 10px 24px rgba(15,23,42,.06);position:relative;overflow:hidden}.kpi-card:after{content:"";position:absolute;right:-28px;top:-28px;width:86px;height:86px;border-radius:50%;background:#e2e8f0;opacity:.65}.kpi-card span{display:block;color:#64748b;font-weight:800;font-size:13px;margin-bottom:8px}.kpi-card b{display:block;font-size:25px;line-height:1.1}.kpi-card small{display:block;color:#64748b;margin-top:8px}.kpi-card.primary{background:linear-gradient(135deg,#0bb58a,#057a63);color:white}.kpi-card.primary span,.kpi-card.primary small{color:#ecfdf5}.kpi-card.warn:after{background:#fde68a}.kpi-card.danger:after{background:#fecaca}.dash-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-bottom:16px}.dash-grid.three{grid-template-columns:repeat(3,1fr)}.dash-card{padding:18px}.card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.card-head h2{font-size:18px;margin:0}.card-head a{font-weight:800;color:#0bb58a;text-decoration:none}.mini-list{display:grid;gap:10px}.mini-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px;border:1px solid #eef2f7;border-radius:15px;background:#fbfdff}.mini-row b{display:block;font-size:14px}.mini-row small{display:block;color:#64748b;margin-top:4px}.mini-row .right{text-align:right;white-space:nowrap}.pill{display:inline-block;border-radius:999px;background:#e2e8f0;color:#334155;font-weight:800;font-size:11px;padding:5px 8px;margin-top:4px}.pill.ok{background:#dcfce7;color:#166534}.pill.danger{background:#fee2e2;color:#991b1b}@media(max-width:1180px){.kpi-grid{grid-template-columns:repeat(3,1fr)}.dash-grid,.dash-grid.three{grid-template-columns:1fr}}@media(max-width:760px){.dashboard-title{flex-direction:column}.dash-actions,.dash-actions .btn{width:100%;text-align:center}.kpi-grid{grid-template-columns:1fr}.mini-row{align-items:flex-start}.mini-row .right{text-align:left;white-space:normal}}

.grid2{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px}
pre{background:#0f172a;color:#e5e7eb;padding:14px;border-radius:14px;overflow:auto;white-space:pre-wrap}
code{background:#eef2ff;padding:2px 6px;border-radius:6px}

.cart-page-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.cart-page-head h1{margin:0}.checkout-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.checkout-actions .btn{min-width:190px;text-align:center}@media(max-width:560px){.cart-page-head{align-items:stretch;flex-direction:column}.cart-page-head .btn,.checkout-actions .btn,.checkout-actions button{width:100%;text-align:center}}


/* Menu moderno colorido do app */
.app-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.8);box-shadow:0 10px 30px rgba(15,23,42,.08)}
.promo-strip{background:linear-gradient(90deg,#7c3aed,#06b6d4,#22c55e);color:white;font-weight:800;font-size:13px}.promo-inner{display:flex;justify-content:center;gap:24px;padding-top:8px;padding-bottom:8px;flex-wrap:wrap}.modern-nav{padding-top:14px;padding-bottom:14px}.modern-brand{display:flex;align-items:center;gap:10px;color:#0f172a}.brand-icon{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:16px;background:linear-gradient(135deg,#22c55e,#06b6d4,#7c3aed);color:white;box-shadow:0 12px 26px rgba(124,58,237,.25)}.nav-links{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.nav-item{padding:10px 13px;border-radius:999px;text-decoration:none;color:#334155;font-weight:800;background:#f8fafc;border:1px solid #e2e8f0;transition:.2s}.nav-item:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(15,23,42,.12);color:#0f172a}.cart-nav{background:linear-gradient(135deg,#f97316,#ef4444);color:white;border:0}.cart-nav span{display:inline-grid;place-items:center;min-width:23px;height:23px;margin-left:4px;border-radius:999px;background:white;color:#ef4444;font-size:12px}.admin-nav{background:linear-gradient(135deg,#2563eb,#7c3aed);color:white;border:0}.menu-toggle{display:none;border:0;border-radius:14px;background:#0f172a;color:#fff;font-size:22px;padding:9px 13px}.category-strip{border-top:1px solid #eef2f7;background:linear-gradient(90deg,#fff7ed,#ecfeff,#f5f3ff)}.category-scroll{display:flex;gap:10px;overflow-x:auto;padding-top:10px;padding-bottom:10px}.category-scroll a{white-space:nowrap;text-decoration:none;color:#334155;background:white;border:1px solid #e2e8f0;border-radius:999px;padding:9px 14px;font-weight:800;box-shadow:0 6px 18px rgba(15,23,42,.06)}.hero{background:radial-gradient(circle at top left,#dbeafe 0,transparent 28%),radial-gradient(circle at top right,#dcfce7 0,transparent 26%);border-radius:34px;margin-top:18px;padding:38px 28px}.hero h1{background:linear-gradient(90deg,#0f172a,#7c3aed,#0bb58a);-webkit-background-clip:text;background-clip:text;color:transparent}.product,.category{transition:.2s}.product:hover,.category:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(15,23,42,.12)}.product .btn{background:linear-gradient(135deg,#0bb58a,#06b6d4)}.category .p{background:linear-gradient(90deg,#ffffff,#f8fafc)}@media(max-width:820px){.menu-toggle{display:block}.modern-nav{position:relative}.nav-links{display:none;position:absolute;left:12px;right:12px;top:76px;background:white;border:1px solid #e2e8f0;border-radius:22px;padding:14px;box-shadow:0 22px 60px rgba(15,23,42,.18);align-items:stretch;z-index:80}.menu-open .nav-links{display:grid}.nav-item{border-radius:16px;text-align:left}.promo-inner{justify-content:flex-start;gap:12px}.category-scroll{padding-left:12px;padding-right:12px}.hero{margin-top:12px;padding:26px 18px}.hero h1{font-size:32px}}@media(max-width:560px){.promo-inner span:nth-child(3){display:none}.brand.modern-brand{font-size:18px}.brand-icon{width:38px;height:38px}.modern-nav{flex-wrap:nowrap}.nav-links{top:70px}}


/* Correção visual - Integrações API */
.api-help-card,
.api-help-card *{color:#0f172a}
.api-doc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}
.api-doc-box{background:#ffffff;border:1px solid #dbe4f0;border-radius:18px;padding:16px;box-shadow:0 8px 22px rgba(15,23,42,.06)}
.api-doc-box h4{margin:0 0 10px;color:#0f172a;font-size:16px}
.api-help-card pre{background:#f8fafc!important;color:#0f172a!important;border:1px solid #cbd5e1;border-radius:14px;padding:14px;overflow:auto;white-space:pre-wrap}
.api-help-card code{color:#0f172a!important;background:transparent;font-weight:600}
.api-note{margin-top:16px;background:#ecfdf5;border:1px solid #86efac;color:#14532d;border-radius:16px;padding:14px;line-height:1.45}
.api-note code{background:#dcfce7;border-radius:6px;padding:2px 5px;color:#14532d!important}
@media(max-width:860px){.api-doc-grid{grid-template-columns:1fr}}

/* Home moderna - grandes farmácias online */
.home-page{padding-bottom:0}.home-slider{position:relative;margin-top:22px;border-radius:34px;overflow:hidden;min-height:380px;background:linear-gradient(135deg,#0bb58a,#06b6d4,#7c3aed);box-shadow:0 22px 60px rgba(15,23,42,.16)}.slide{display:none;grid-template-columns:1.25fr .75fr;align-items:center;gap:20px;padding:44px;color:white;min-height:380px}.slide.active{display:grid}.slide h1{font-size:46px;line-height:1.03;margin:8px 0 14px}.slide p{font-size:18px;max-width:650px;color:#eefcff}.slide-kicker{display:inline-block;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.34);padding:8px 12px;border-radius:999px;font-weight:900}.slide-visual{font-size:150px;text-align:center;filter:drop-shadow(0 20px 28px rgba(0,0,0,.2));animation:floatIcon 3.2s ease-in-out infinite}.btn-light{background:white;color:#0f766e}.slider-dots{position:absolute;left:44px;bottom:24px;display:flex;gap:8px}.slider-dots button{width:12px;height:12px;border:0;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer}.slider-dots button.active{width:34px;background:white}@keyframes floatIcon{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.services-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:-28px;position:relative;z-index:2}.services-row>div{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 16px 38px rgba(15,23,42,.12);display:grid;gap:4px;font-size:27px}.services-row b{font-size:15px}.services-row span{font-size:13px;color:#64748b}.section-block{padding-top:42px;padding-bottom:10px}.section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:18px}.section-title span{color:#0bb58a;text-transform:uppercase;font-weight:950;letter-spacing:.08em;font-size:12px}.section-title h2{font-size:30px;margin:4px 0 0}.section-title a{color:#0bb58a;font-weight:900;text-decoration:none}.category-icon-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.category-icon-card{position:relative;min-height:160px;padding:18px;border-radius:26px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;text-decoration:none;color:#0f172a;box-shadow:0 10px 30px rgba(15,23,42,.07);overflow:hidden;transition:.2s}.category-icon-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(15,23,42,.14)}.category-icon-card>span{display:grid;place-items:center;width:58px;height:58px;border-radius:20px;background:linear-gradient(135deg,#dcfce7,#dbeafe,#f3e8ff);font-size:30px;margin-bottom:12px}.category-icon-card img{position:absolute;right:-10px;bottom:-10px;width:95px;height:95px;object-fit:cover;border-radius:28px;opacity:.22}.category-icon-card b{display:block;font-size:17px}.category-icon-card small{display:block;color:#64748b;margin-top:6px;max-width:150px}.home-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:26px;overflow:hidden;box-shadow:0 12px 32px rgba(15,23,42,.08);transition:.2s}.home-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 48px rgba(15,23,42,.15)}.product-img-wrap{height:190px;position:relative;background:linear-gradient(135deg,#ecfeff,#f0fdf4);display:grid;place-items:center}.product-img-wrap img{width:100%;height:100%;object-fit:cover}.deal-badge,.rx-badge{position:absolute;top:12px;left:12px;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:950;color:#fff;background:linear-gradient(135deg,#f97316,#ef4444);box-shadow:0 8px 20px rgba(239,68,68,.24)}.rx-badge{left:auto;right:12px;background:linear-gradient(135deg,#7c3aed,#2563eb)}.home-product-card h3{font-size:17px;margin:7px 0}.home-product-card small{color:#0bb58a;font-weight:900}.price-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:12px 0}.price-row strong{font-size:22px;color:#0bb58a}.price-row span{font-size:12px;color:#64748b}.buy-btn{width:100%;text-align:center;background:linear-gradient(135deg,#0bb58a,#06b6d4)}.tinted-section{border-radius:34px;background:linear-gradient(135deg,#fff7ed,#ecfeff);padding-left:22px;padding-right:22px}.horizontal-products{display:flex;gap:18px;overflow-x:auto;padding-bottom:14px;scroll-snap-type:x mandatory}.horizontal-products .home-product-card{min-width:260px;scroll-snap-align:start}.prescription-zone{display:grid;grid-template-columns:.85fr 1.15fr;gap:22px;align-items:start;padding-top:46px;padding-bottom:46px}.prescription-copy{position:sticky;top:120px;background:linear-gradient(135deg,#1e293b,#312e81);color:white;border-radius:30px;padding:28px;box-shadow:0 20px 50px rgba(30,41,59,.24)}.prescription-copy span{color:#fde68a;font-weight:950}.prescription-copy h2{font-size:32px;line-height:1.05}.prescription-copy p{color:#e0e7ff}.prescription-products{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.empty-rx{grid-column:1/-1;background:#fff;border:1px dashed #cbd5e1;border-radius:22px;padding:24px;color:#334155}.modern-footer{background:#07111f;color:white;margin-top:30px;padding-top:44px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1fr;gap:28px}.modern-footer h3,.modern-footer h4{margin:0 0 12px}.modern-footer p{color:#cbd5e1;line-height:1.5}.modern-footer a{display:block;color:#e2e8f0;text-decoration:none;margin:8px 0}.footer-social{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.footer-social a{background:#10243c;border:1px solid #1e3a5f;border-radius:999px;padding:9px 12px;margin:0}.footer-bottom{border-top:1px solid #1e293b;margin-top:34px;padding-top:16px;padding-bottom:20px;color:#94a3b8}.whatsapp-float{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#22c55e;color:white;text-decoration:none;font-size:28px;box-shadow:0 18px 36px rgba(34,197,94,.35);z-index:60}@media(max-width:1080px){.slide h1{font-size:38px}.category-icon-grid{grid-template-columns:repeat(3,1fr)}.home-product-grid{grid-template-columns:repeat(3,1fr)}.services-row{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.prescription-zone{grid-template-columns:1fr}.prescription-copy{position:relative;top:auto}.prescription-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.home-slider{min-height:430px;border-radius:24px}.slide{grid-template-columns:1fr;padding:28px 20px 58px;min-height:430px}.slide h1{font-size:31px}.slide p{font-size:15px}.slide-visual{font-size:86px}.slider-dots{left:20px;bottom:18px}.services-row{margin-top:14px;grid-template-columns:1fr 1fr}.category-icon-grid{grid-template-columns:repeat(2,1fr)}.home-product-grid,.prescription-products{grid-template-columns:1fr}.section-title{align-items:flex-start;flex-direction:column}.section-title h2{font-size:25px}.tinted-section{border-radius:24px;padding-left:12px;padding-right:12px}.footer-grid{grid-template-columns:1fr}.whatsapp-float{right:14px;bottom:14px;width:52px;height:52px}}@media(max-width:460px){.services-row{grid-template-columns:1fr}.category-icon-grid{grid-template-columns:1fr}.slide h1{font-size:28px}}

/* Pagamentos / QR Code */
.payment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;margin:18px 0}
.light-card,.payment-card{background:#fff!important;color:#172033!important;border:1px solid #e6edf7;box-shadow:0 10px 30px rgba(15,23,42,.08)}
.light-card h2,.payment-card h2,.light-card h3{color:#0f172a!important;margin-top:0}
.payment-card label,.light-card label{display:block;color:#1f2937!important;font-weight:700;margin:12px 0 6px}
.payment-card input,.payment-card select,.payment-card textarea,.light-card textarea{background:#fff!important;color:#111827!important;border:1px solid #cbd5e1;border-radius:12px;padding:12px;width:100%}
.check-row{display:flex!important;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px;margin-bottom:12px!important}
.check-row input{width:auto!important}
.pix-preview-grid{display:grid;grid-template-columns:240px 1fr;gap:18px;align-items:start}
.qr-box{background:#fff;border:1px solid #dbe4ef;border-radius:18px;padding:14px;display:inline-flex;align-items:center;justify-content:center;min-width:210px;min-height:210px}
.pix-checkout-box{margin-top:18px;padding:18px;border-radius:20px;background:#f0fdf4;border:1px solid #bbf7d0;color:#14532d}
.pix-checkout-box h3{margin-top:0;color:#166534}.pix-checkout-box textarea{width:100%;background:#fff;color:#111827;border:1px solid #86efac;border-radius:12px;padding:12px;font-family:monospace}
@media(max-width:700px){.pix-preview-grid{grid-template-columns:1fr}.qr-box{width:100%}}

/* Correção: imagem do produto separada do nome/preço */
.product,
.home-product-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  position:relative;
}
.product > img{
  display:block;
  width:100%;
  height:190px;
  min-height:190px;
  max-height:190px;
  object-fit:contain;
  padding:14px;
  background:linear-gradient(135deg,#ecfeff,#f0fdf4);
  border-bottom:1px solid #e5e7eb;
  position:relative;
  z-index:1;
}
.product .p,
.home-product-card .p{
  display:flex;
  flex-direction:column;
  gap:8px;
  flex:1;
  padding:16px;
  background:#fff;
  position:relative;
  z-index:2;
}
.product .p b,
.home-product-card h3{
  display:block;
  min-height:42px;
  line-height:1.25;
  overflow:hidden;
  color:#0f172a;
  word-break:break-word;
}
.product .p p{
  margin:0;
  color:#64748b;
  line-height:1.35;
}
.product-img-wrap{
  height:210px;
  min-height:210px;
  max-height:210px;
  overflow:hidden;
  border-bottom:1px solid #e5e7eb;
}
.product-img-wrap img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  padding:14px;
  background:linear-gradient(135deg,#ecfeff,#f0fdf4);
}
.price-row,
.product .price{
  margin-top:auto;
}
@media(max-width:760px){
  .product > img,
  .product-img-wrap{
    height:180px;
    min-height:180px;
    max-height:180px;
  }
  .product .p b,
  .home-product-card h3{
    min-height:auto;
  }
}


/* Home V3 limpa + admin configurável */
.promo-strip,.category-strip{display:none!important}.clean-top{min-height:74px}.ordered-home{display:flex;flex-direction:column}.home-section{width:100%}.instant-search-box{position:relative;margin-top:18px}.instant-search-box input{width:100%;border:0;border-radius:22px;padding:18px 22px;font-size:1.05rem;box-shadow:0 12px 34px rgba(15,23,42,.12);outline:2px solid transparent}.instant-search-box input:focus{outline-color:#8b5cf6}.search-results{display:none;position:absolute;z-index:50;left:12px;right:12px;top:66px;background:#fff;border-radius:18px;box-shadow:0 22px 60px rgba(15,23,42,.25);overflow:hidden}.search-results.open{display:block}.search-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:12px 14px;border-bottom:1px solid #eef2f7}.search-item img{width:58px;height:58px;object-fit:contain;background:#f8fafc;border-radius:14px}.search-item b{display:block;color:#0f172a}.search-item small{display:block;color:#64748b}.search-item strong{color:#16a34a}.search-item button{border:0;border-radius:999px;background:#16a34a;color:white;padding:10px 14px;font-weight:800}.search-empty{padding:18px;color:#64748b}.slide-visual img{max-width:100%;max-height:260px;object-fit:contain}.dark-mode{background:#0f172a;color:#e5e7eb}.dark-mode .home-page,.dark-mode .app-header{background:#0f172a}.dark-mode .home-product-card,.dark-mode .instant-search-box input,.dark-mode .search-results,.dark-mode .section-block,.dark-mode .card{background:#111827;color:#e5e7eb}.dark-mode .home-product-card h3,.dark-mode .search-item b{color:#f9fafb}.dark-mode .muted,.dark-mode .search-item small{color:#94a3b8}.dark-mode .search-item{border-color:#1f2937}.dark-mode .product-img-wrap img{background:#1f2937}.dark-mode .modern-footer{background:#020617}.admin .card h2{grid-column:1/-1}.thumb{object-fit:contain;background:#f8fafc;border-radius:8px}
@media(max-width:760px){.modern-nav.clean-top{gap:10px}.nav-links{display:flex}.nav-item{padding:10px 12px}.instant-search-box{margin-top:12px}.search-results{left:0;right:0}.search-item{grid-template-columns:52px 1fr}.search-item button{grid-column:1/-1}.search-item img{width:48px;height:48px}}


/* MENU LIMPO V4 - layout profissional de farmácia online */
.app-header,.promo-strip,.category-strip,.nav-links{display:none!important}
.clean-store-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid #e5e7eb;box-shadow:0 8px 24px rgba(15,23,42,.07)}
.store-nav{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:74px;padding-top:12px;padding-bottom:12px}
.store-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:#0f172a;min-width:0}
.store-logo-mark{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#16a34a,#06b6d4);color:#fff;font-size:25px;font-weight:900;box-shadow:0 12px 26px rgba(22,163,74,.22)}
.store-logo-text{font-weight:900;font-size:23px;letter-spacing:-.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.store-actions{display:flex;align-items:center;gap:10px}
.icon-action{height:46px;min-width:46px;border:0;border-radius:15px;background:#f8fafc;color:#0f172a;border:1px solid #e2e8f0;display:inline-flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;font-size:20px;font-weight:900;cursor:pointer;box-shadow:0 6px 18px rgba(15,23,42,.06)}
.cart-action{background:linear-gradient(135deg,#16a34a,#0d9488);border:0;color:#fff;padding:0 14px}.cart-action span,.mobile-drawer a span{display:inline-grid;place-items:center;min-width:23px;height:23px;border-radius:999px;background:#fff;color:#16a34a;font-size:12px;padding:0 6px}.menu-button{background:#0f172a;color:#fff;border:0;font-size:24px}.mobile-drawer{position:fixed;top:0;right:0;width:min(360px,88vw);height:100vh;background:#fff;z-index:130;box-shadow:-24px 0 70px rgba(15,23,42,.22);transform:translateX(110%);transition:transform .24s ease;padding:18px;display:flex;flex-direction:column;gap:8px}.menu-open .mobile-drawer{transform:translateX(0)}.drawer-backdrop{display:none;position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:120}.menu-open .drawer-backdrop{display:block}.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 2px 16px;margin-bottom:8px;border-bottom:1px solid #e5e7eb}.drawer-head strong{font-size:20px;color:#0f172a}.drawer-head button{border:0;background:#f1f5f9;color:#0f172a;width:42px;height:42px;border-radius:14px;font-size:28px;line-height:1;cursor:pointer}.mobile-drawer a{display:flex;align-items:center;justify-content:space-between;gap:10px;text-decoration:none;color:#0f172a;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:14px 15px;font-weight:900}.mobile-drawer a:hover{background:#ecfdf5;border-color:#bbf7d0;color:#047857}.home-page{padding-top:0}.home-slider{margin-top:18px}.instant-search-box{margin-top:16px;margin-bottom:8px}.section-title a{display:none}.dark-mode .clean-store-header,.dark-mode .mobile-drawer{background:#111827;border-color:#1f2937}.dark-mode .store-logo,.dark-mode .drawer-head strong,.dark-mode .mobile-drawer a{color:#f9fafb}.dark-mode .icon-action,.dark-mode .mobile-drawer a,.dark-mode .drawer-head button{background:#1f2937;color:#f9fafb;border-color:#334155}.dark-mode .drawer-head{border-color:#334155}@media(max-width:640px){.store-nav{min-height:66px;padding-top:9px;padding-bottom:9px}.store-logo-mark{width:42px;height:42px;border-radius:14px}.store-logo-text{font-size:18px;max-width:180px}.icon-action{height:42px;min-width:42px}.cart-action{padding:0 11px}.home-slider{margin-top:10px}.instant-search-box input{border-radius:17px;padding:15px 16px}}


/* HOME V4 PREMIUM - ícones atrativos, ofertas e melhores preços */
.account-action{background:linear-gradient(135deg,#eef2ff,#ecfeff);color:#2563eb;border-color:#dbeafe;font-size:24px}
.account-action:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(37,99,235,.18)}
.premium-cart{position:relative;background:linear-gradient(135deg,#16a34a,#0d9488);box-shadow:0 12px 28px rgba(22,163,74,.24);font-size:22px}
.cart-badge{position:absolute;right:-7px;top:-7px;min-width:24px!important;height:24px!important;background:#ef4444!important;color:#fff!important;border:3px solid #fff;font-size:11px!important;animation:cartPulse 1.7s infinite}
@keyframes cartPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.12)}}
.menu-button i{font-size:27px}.mobile-drawer a span:first-child{display:flex;align-items:center;gap:10px}.mobile-drawer i{font-size:19px;color:#16a34a}.dark-mode .mobile-drawer i{color:#5eead4}
.home-v4 .section-title span{display:inline-flex;align-items:center;gap:8px}.home-v4 .section-title i{font-size:16px}.premium-product-card{border-radius:28px}.premium-product-card .product-img-wrap{background:linear-gradient(135deg,#f8fafc,#ecfeff)}.premium-product-card .stars{font-size:13px;letter-spacing:1px;color:#f59e0b;margin-top:-2px}.premium-price{align-items:flex-end}.premium-price>div{display:grid;gap:2px}.old-price{color:#94a3b8;text-decoration:line-through;font-weight:800;font-size:13px}.premium-price strong{font-size:25px;line-height:1;color:#059669}.premium-buy{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:16px;font-size:15px;box-shadow:0 12px 24px rgba(6,182,212,.20)}
#ofertas.tinted-section{background:linear-gradient(135deg,#fff7ed,#fff1f2,#ecfeff);border:1px solid #fed7aa}.deal-badge{display:inline-flex;align-items:center;gap:5px}.deal-badge::before{content:'🏷️'}.rx-badge{display:inline-flex;align-items:center;gap:5px}.home-v4 #melhores-precos .deal-badge{background:linear-gradient(135deg,#16a34a,#06b6d4)}
.dark-mode .account-action{background:#1f2937;color:#93c5fd;border-color:#334155}.dark-mode .cart-badge{border-color:#111827}.dark-mode .premium-product-card .p{background:#111827}.dark-mode .old-price{color:#64748b}
@media(max-width:640px){.account-action{display:inline-flex}.premium-cart i{font-size:20px}.cart-badge{right:-5px;top:-5px}.store-actions{gap:8px}}


/* Ajuste solicitado: remove Minha Conta do topo e exibe Categorias */
.categories-top-wrap{position:relative;display:inline-flex}.categories-action{padding:0 14px}.categories-action span{font-size:13px;font-weight:950;margin-left:4px}.categories-dropdown{display:none;position:absolute;right:0;top:56px;width:270px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:12px;box-shadow:0 24px 70px rgba(15,23,42,.18);z-index:140}.categories-open .categories-dropdown{display:grid;gap:7px}.categories-dropdown strong{padding:6px 8px;color:#0f172a}.categories-dropdown a{display:flex;align-items:center;gap:9px;text-decoration:none;color:#0f172a;background:#f8fafc;border:1px solid #eef2f7;border-radius:14px;padding:11px 12px;font-weight:900}.categories-dropdown a:hover{background:#ecfdf5;border-color:#bbf7d0;color:#047857}.drawer-categories-title{display:flex;align-items:center;gap:10px;color:#047857;font-weight:950;padding:12px 6px 4px}.drawer-category-link{background:#ecfdf5!important;border-color:#bbf7d0!important}.drawer-empty{color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:12px}.dark-mode .categories-dropdown{background:#111827;border-color:#334155}.dark-mode .categories-dropdown strong,.dark-mode .categories-dropdown a{color:#f9fafb}.dark-mode .categories-dropdown a{background:#1f2937;border-color:#334155}.dark-mode .drawer-categories-title{color:#5eead4}@media(max-width:640px){.categories-action span{display:none}.categories-dropdown{right:-104px;width:calc(100vw - 32px);max-width:330px}}


/* WhatsApp flutuante moderno */
.whatsapp-float.whatsapp-modern{
  position:fixed;
  right:22px;
  bottom:22px;
  width:auto;
  min-width:176px;
  height:62px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  padding:10px 17px 10px 11px;
  background:linear-gradient(135deg,#22c55e,#16a34a,#059669);
  color:#fff;
  text-decoration:none;
  font-size:16px;
  box-shadow:0 18px 42px rgba(22,163,74,.38), 0 0 0 8px rgba(34,197,94,.10);
  z-index:9999;
  overflow:visible;
  transform:translateZ(0);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.whatsapp-float.whatsapp-modern:hover{
  transform:translateY(-3px) scale(1.02);
  box-shadow:0 24px 54px rgba(22,163,74,.48), 0 0 0 10px rgba(34,197,94,.12);
  filter:saturate(1.08);
}
.whatsapp-modern .wa-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.32);
  font-size:24px;
  line-height:1;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.whatsapp-modern .wa-text{
  display:grid;
  line-height:1.05;
  text-align:left;
}
.whatsapp-modern .wa-text b{
  font-size:14px;
  letter-spacing:.01em;
}
.whatsapp-modern .wa-text small{
  font-size:12px;
  opacity:.9;
  margin-top:3px;
}
.whatsapp-modern .wa-pulse{
  position:absolute;
  inset:-7px;
  border-radius:999px;
  border:2px solid rgba(34,197,94,.45);
  animation:waPulse 1.8s ease-out infinite;
  pointer-events:none;
}
@keyframes waPulse{
  0%{transform:scale(.94);opacity:.85}
  70%{transform:scale(1.18);opacity:0}
  100%{transform:scale(1.18);opacity:0}
}
.dark-mode .whatsapp-float.whatsapp-modern{
  box-shadow:0 18px 42px rgba(34,197,94,.24), 0 0 0 8px rgba(34,197,94,.08);
}
@media(max-width:640px){
  .whatsapp-float.whatsapp-modern{
    right:14px;
    bottom:14px;
    min-width:58px;
    width:58px;
    height:58px;
    padding:0;
    border-radius:50%;
    gap:0;
  }
  .whatsapp-modern .wa-text{display:none}
  .whatsapp-modern .wa-icon{
    width:58px;
    height:58px;
    font-size:29px;
    background:transparent;
    border:0;
  }
  .whatsapp-modern .wa-pulse{inset:-6px;border-radius:50%}
}

/* Botão Início ao lado de Categorias */
.home-top-action{padding:0 14px;background:#ecfdf5;border-color:#bbf7d0;color:#047857}
.home-top-action span{font-size:13px;font-weight:950;margin-left:4px}
.home-top-action:hover{background:#d1fae5;color:#065f46;transform:translateY(-1px)}
.dark-mode .home-top-action{background:#064e3b;border-color:#047857;color:#ecfdf5}
@media(max-width:640px){.home-top-action span{display:none}.home-top-action{padding:0;min-width:42px}}

/* Ajuste solicitado: área das imagens dos produtos maior na loja virtual */
.home-product-card .product-img-wrap,
.product-img-wrap{
  height:250px;
  min-height:250px;
  max-height:250px;
}
.home-product-card .product-img-wrap img,
.product-img-wrap img{
  object-fit:contain;
  padding:12px;
}
.horizontal-products .home-product-card .product-img-wrap{
  height:240px;
  min-height:240px;
  max-height:240px;
}
@media(max-width:760px){
  .home-product-card .product-img-wrap,
  .product-img-wrap{
    height:215px;
    min-height:215px;
    max-height:215px;
  }
}
@media(max-width:420px){
  .home-product-card .product-img-wrap,
  .product-img-wrap{
    height:205px;
    min-height:205px;
    max-height:205px;
  }
}


.drawer-push-btn{width:100%;display:flex;align-items:center;gap:10px;border:0;background:#ecfdf5;color:#047857;border-radius:14px;padding:13px 14px;font-weight:950;text-align:left;cursor:pointer}.drawer-push-btn i{font-size:19px}.drawer-push-btn:hover{background:#d1fae5}.push-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:20px;box-shadow:0 14px 34px rgba(15,23,42,.08);margin-bottom:18px}.push-card h3{margin-top:0}.push-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.push-help{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:14px;color:#334155}.dark-mode .drawer-push-btn{background:#064e3b;color:#d1fae5}.dark-mode .push-card{background:#111827;border-color:#334155}.dark-mode .push-help{background:#1f2937;border-color:#334155;color:#d1d5db}

/* Animações leves nos ícones da tela inicial */
.home-v4 .section-title i,
.home-page .section-title i,
.slide-visual i,
.store-logo-mark,
.home-top-action i,
.categories-action i,
.premium-cart i,
.deal-badge::before,
.rx-badge i,
.prescription-copy > span i,
.whatsapp-modern .wa-icon i{
  display:inline-flex;
  transform-origin:center;
  will-change:transform;
}

.home-v4 .section-title i,
.home-page .section-title i{
  animation:homeIconFloat 2.8s ease-in-out infinite;
}

#ofertas .section-title i,
.deal-badge::before{
  animation:homeIconSwing 1.9s ease-in-out infinite;
}

#mais-vendidos .section-title i{
  animation:homeIconPulse 1.7s ease-in-out infinite;
}

#melhores-precos .section-title i{
  animation:homeIconBounce 2.1s ease-in-out infinite;
}

.prescription-copy > span i,
.rx-badge i{
  animation:homeIconGlow 2.2s ease-in-out infinite;
}

.store-logo-mark{
  animation:homeLogoFloat 3.4s ease-in-out infinite;
}

.home-top-action:hover i,
.categories-action:hover i,
.premium-cart:hover i{
  animation:homeIconBounce .55s ease-in-out;
}

.whatsapp-modern .wa-icon i{
  animation:homeIconPulse 1.8s ease-in-out infinite;
}

@keyframes homeIconFloat{
  0%,100%{transform:translateY(0) rotate(0deg)}
  50%{transform:translateY(-4px) rotate(-4deg)}
}
@keyframes homeIconSwing{
  0%,100%{transform:rotate(0deg)}
  25%{transform:rotate(-10deg)}
  75%{transform:rotate(10deg)}
}
@keyframes homeIconPulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.15)}
}
@keyframes homeIconBounce{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
}
@keyframes homeIconGlow{
  0%,100%{transform:scale(1);filter:drop-shadow(0 0 0 rgba(59,130,246,0))}
  50%{transform:scale(1.09);filter:drop-shadow(0 0 7px rgba(59,130,246,.42))}
}
@keyframes homeLogoFloat{
  0%,100%{transform:translateY(0) rotate(0deg)}
  50%{transform:translateY(-3px) rotate(2deg)}
}

/* Respeita usuários que preferem menos movimento */
@media (prefers-reduced-motion: reduce){
  .home-v4 .section-title i,
  .home-page .section-title i,
  .slide-visual,
  .slide-visual i,
  .store-logo-mark,
  .home-top-action i,
  .categories-action i,
  .premium-cart i,
  .deal-badge::before,
  .rx-badge i,
  .prescription-copy > span i,
  .whatsapp-modern .wa-icon i{
    animation:none!important;
    transform:none!important;
  }
}

/* Configurações gerais da loja */
.settings-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}
.settings-tab{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:14px;background:#f8fafc;border:1px solid #e5e7eb;color:#0f172a;text-decoration:none;font-weight:800}
.settings-tab.active,.settings-tab:hover{background:#16a34a;color:#fff;border-color:#16a34a}
.settings-form label{display:flex;flex-direction:column;gap:7px;font-weight:800;color:#1f2937;margin-bottom:12px}
.settings-form input,.settings-form textarea,.settings-form select{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:11px 12px;background:#fff;color:#111827;font-weight:600}
.form-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}
.check-row{flex-direction:row!important;align-items:center;gap:10px!important;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:12px}
.check-row input{width:auto!important}
.settings-actions,.admin-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.store-logo-img{height:42px;max-width:160px;object-fit:contain;display:block}
.whatsapp-modern{background:var(--wa-color,#25d366)!important}
.wa-only-icon{width:62px;height:62px;border-radius:999px;padding:0;justify-content:center}
@media(max-width:720px){.form-grid-2{grid-template-columns:1fr}.settings-tab{flex:1 1 100%;justify-content:center}.store-logo-img{height:36px;max-width:120px}}
.dark-mode .settings-tab{background:#111827;color:#f9fafb;border-color:#374151}.dark-mode .settings-form label{color:#f9fafb}.dark-mode .settings-form input,.dark-mode .settings-form textarea,.dark-mode .settings-form select{background:#0f172a;color:#f9fafb;border-color:#334155}.dark-mode .check-row{background:#111827;border-color:#334155}


/* Ajuste solicitado: remover ícone com sinal de + da tela inicial */
.store-logo-mark{display:none!important}
.store-logo-img + .store-logo-text{margin-left:2px}


/* Cards de produtos da tela inicial com movimento lateral */
.product-carousel{
  display:flex;
  gap:18px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:4px 4px 16px;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  cursor:grab;
}
.product-carousel:active{cursor:grabbing}
.product-carousel::-webkit-scrollbar{height:10px}
.product-carousel::-webkit-scrollbar-track{background:#e2e8f0;border-radius:999px}
.product-carousel::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#0bb58a,#06b6d4);border-radius:999px}
.product-carousel .home-product-card{
  flex:0 0 280px;
  min-width:280px;
  max-width:280px;
  scroll-snap-align:start;
}
#destaques .product-carousel .home-product-card,
#ofertas .product-carousel .home-product-card,
#melhores-precos .product-carousel .home-product-card,
#mais-vendidos .product-carousel .home-product-card,
.prescription-products.product-carousel .home-product-card{
  min-width:280px;
}
.prescription-products.product-carousel{
  display:flex;
  grid-template-columns:none;
}
@media(max-width:760px){
  .product-carousel{gap:14px;padding-bottom:14px}
  .product-carousel .home-product-card{
    flex:0 0 82vw;
    min-width:82vw;
    max-width:82vw;
  }
}
@media(max-width:460px){
  .product-carousel .home-product-card{
    flex:0 0 86vw;
    min-width:86vw;
    max-width:86vw;
  }
}


/* Movimento automático dos cards da Home */
.product-carousel{
  position:relative;
}
.product-carousel.dragging{
  scroll-snap-type:none;
  user-select:none;
}
.product-carousel.carousel-paused .home-product-card{
  filter:none;
}
.product-carousel .home-product-card{
  will-change:transform;
}
@media (prefers-reduced-motion: reduce){
  .product-carousel{
    scroll-behavior:auto;
  }
}


/* Botão Login na tela inicial/topo da loja */
.login-top-action{
  padding:0 14px;
  background:#f5f3ff;
  border-color:#ddd6fe;
  color:#6d28d9;
}
.login-top-action span{
  font-size:13px;
  font-weight:950;
  margin-left:4px;
}
.login-top-action:hover{
  background:#ede9fe;
  color:#5b21b6;
  transform:translateY(-1px);
}
.login-top-action i{
  font-size:20px;
}
.dark-mode .login-top-action{
  background:#312e81;
  border-color:#4c1d95;
  color:#f5f3ff;
}
@media(max-width:640px){
  .login-top-action span{display:none}
  .login-top-action{padding:0;min-width:42px}
}


/* Nome visual do botão Admin */
.mobile-drawer a[href*="admin/login.php"]{
  background:#fff7ed;
  border-color:#fed7aa;
  color:#9a3412;
}
.mobile-drawer a[href*="admin/login.php"]:hover{
  background:#ffedd5;
  color:#7c2d12;
}
.dark-mode .mobile-drawer a[href*="admin/login.php"]{
  background:#431407;
  border-color:#9a3412;
  color:#ffedd5;
}


/* Remoção do menu lateral da loja */
.menu-button,
.mobile-drawer,
.drawer-backdrop{
  display:none!important;
}
.store-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:wrap;
}
@media(max-width:640px){
  .store-actions{
    gap:6px;
  }
  .store-logo-text{
    max-width:145px;
  }
}
