
:root{
  --rose:#E8A598;
  --rose-dark:#C4786A;
  --beige:#F5F0EB;
  --cream:#FFF9F6;
  --white:#FDFAF8;
  --text:#2D2D2D;
  --muted:#777777;
  --line:rgba(45,45,45,.08);
  --success:#2F7D5C;
  --danger:#C6485B;
  --shadow:0 18px 45px rgba(42,42,42,.08);
  --shadow-sm:0 10px 24px rgba(42,42,42,.06);
  --radius:26px;
  --radius-sm:18px;
  --container:1200px;
  --header-h:74px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:var(--white);
  color:var(--text);
  line-height:1.65;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
html[lang="ar"] body{line-height:1.85}
body.menu-open{overflow:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{border:none;background:none}
ul{list-style:none}
.container{width:min(100% - 24px,var(--container));margin-inline:auto}
.section{padding:72px 0}
.section-tight{padding:56px 0}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px;border-radius:999px;background:#fff;
  border:1px solid rgba(196,120,106,.22);color:var(--rose-dark);
  font-size:.84rem;font-weight:700;letter-spacing:.02em;
}
h1,h2,h3,.display,.brand-word{
  font-family:'Playfair Display',Georgia,serif;
  letter-spacing:-.02em;
}
.section-title{
  font-size:clamp(2rem,4vw,3.2rem);
  line-height:1.08;
  margin-top:14px;
}
.section-subtitle{
  color:var(--muted);
  max-width:760px;
  margin-top:14px;
}
.grid{display:grid;gap:22px}
.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow-sm);
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:52px;padding:0 20px;border-radius:999px;font-weight:700;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  cursor:pointer;
  min-width:0;text-align:center;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--rose-dark);color:#fff;box-shadow:var(--shadow)}
.btn-secondary{background:#fff;color:var(--text);border:1px solid rgba(45,45,45,.12)}
.btn-ghost{background:rgba(196,120,106,.1);color:var(--rose-dark)}
.btn-block{width:100%}
.badge-sale{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:999px;background:var(--danger);color:#fff;
  font-weight:800;font-size:.92rem;box-shadow:0 10px 26px rgba(198,72,91,.26);
}
.price-row{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}
.old-price{font-size:1.1rem;color:var(--muted);text-decoration:line-through;font-weight:700}
.new-price{font-size:2.35rem;line-height:1;color:var(--rose-dark);font-weight:800}
.price-note{width:100%;color:var(--success);font-weight:700;font-size:.95rem}
.price-ltr{
  direction:ltr;
  unicode-bidi:isolate;
  display:inline-block;
  white-space:nowrap;
  text-align:left;
}
.stock-badge{
  display:grid;
  gap:4px;
  margin-top:14px;
  padding:13px 14px;
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#fff8f5);
  border:1px solid rgba(196,120,106,.18);
  box-shadow:0 10px 24px rgba(42,42,42,.05);
}
.stock-badge strong{
  color:var(--success);
  font-size:.94rem;
  line-height:1.25;
}
.stock-note{
  color:var(--muted);
  font-size:.86rem;
  line-height:1.35;
}
.stock-badge.is-out{
  border-color:rgba(198,72,91,.22);
  background:linear-gradient(180deg,#fff,#fff4f5);
}
.stock-badge.is-out strong{
  color:var(--danger);
}
.topbar{
  background:linear-gradient(90deg,var(--rose-dark),#d39184);
  color:#fff;
  text-align:center;
  padding:10px 12px;
  font-size:.9rem;
  font-weight:700;
}
.site-header{
  position:sticky;top:0;z-index:70;
  background:rgba(253,250,248,.92);backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.header-row{
  min-height:var(--header-h);
  display:flex;align-items:center;justify-content:space-between;gap:14px;
}
.brand{
  display:flex;align-items:center;gap:12px;min-width:0;
}
.brand > div{min-width:0}
.brand-word,.brand-note{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.brand img{width:44px;height:44px;flex:0 0 auto}
.brand-word{font-size:1.45rem}
.brand-note{font-size:.78rem;color:var(--muted);margin-top:1px}
.nav-toggle{
  width:44px;height:44px;border-radius:14px;border:1px solid var(--line);
  display:inline-flex;align-items:center;justify-content:center;background:#fff;
}
.nav-toggle span,.nav-toggle span::before,.nav-toggle span::after{
  display:block;width:18px;height:2px;background:var(--text);position:relative;border-radius:99px;transition:.2s ease;
}
.nav-toggle span::before,.nav-toggle span::after{content:"";position:absolute;left:0}
.nav-toggle span::before{top:-6px}.nav-toggle span::after{top:6px}
.menu-open .nav-toggle span{background:transparent}
.menu-open .nav-toggle span::before{transform:translateY(6px) rotate(45deg)}
.menu-open .nav-toggle span::after{transform:translateY(-6px) rotate(-45deg)}
.header-actions{display:flex;align-items:center;gap:10px}
.header-nav{
  position:fixed;inset:var(--header-h) 12px auto 12px;
  background:#fff;border-radius:26px;padding:16px;box-shadow:var(--shadow);
  border:1px solid var(--line);display:none;flex-direction:column;gap:10px;
}
.header-nav a{
  padding:12px 14px;border-radius:14px;background:var(--cream);font-weight:600;
}
.menu-open .header-nav{display:flex}
.desktop-nav{display:none;align-items:center;gap:18px}
.desktop-nav a{font-weight:600;color:var(--muted)}
.desktop-nav a:hover{color:var(--text)}
.hero{
  padding:34px 0 56px;
  background:
    radial-gradient(circle at top left, rgba(232,165,152,.22), transparent 28%),
    linear-gradient(180deg,#fff 0%,#fff8f5 100%);
}
.hero-grid{display:grid;gap:22px;align-items:start}
.hero-copy p{color:var(--muted);margin-top:16px;max-width:650px}
.hero-copy .section-title{font-size:clamp(2.3rem,6vw,4.3rem)}
.hero-points{display:grid;gap:10px;margin-top:20px}
.hero-points li,.trust-list li,.mini-badges li{
  display:flex;align-items:flex-start;gap:10px;
}
.dot{
  width:10px;height:10px;border-radius:999px;background:var(--rose-dark);flex:0 0 auto;margin-top:.5em
}
.hero-media{
  overflow:hidden;border-radius:34px;background:#fff;border:1px solid var(--line);
  box-shadow:var(--shadow);padding:16px;
}
.hero-media img{width:100%;height:100%;object-fit:cover;border-radius:24px}
.hero-card{
  background:#fff;border:1px solid var(--line);border-radius:30px;padding:20px;box-shadow:var(--shadow);
}
.hero-order{position:relative}
.mini-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.mini-badges li{
  padding:10px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);
  font-size:.92rem;box-shadow:var(--shadow-sm)
}
.trust-strip{
  padding:20px 0 34px;background:linear-gradient(180deg,#fff8f5 0%,var(--white) 100%)
}
.trust-strip-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px
}
.trust-strip .trust-card{
  min-width:0;background:#fff;border:1px solid rgba(196,120,106,.16);border-radius:20px;
  padding:14px;box-shadow:0 10px 24px rgba(42,42,42,.06)
}
.trust-icon{
  width:34px;height:34px;border-radius:12px;background:rgba(196,120,106,.13);
  display:grid;place-items:center;color:var(--rose-dark);font-weight:900;font-size:.82rem;margin-bottom:10px
}
.trust-card .trust-title{
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-size:.96rem;line-height:1.2;letter-spacing:0;margin:0;font-weight:800
}
.trust-card .trust-text{
  margin-top:6px;color:var(--muted);font-size:.84rem;line-height:1.4
}
.products-grid,.reasons-grid,.benefits-grid,.faq-grid,.home-grid,.pack-grid{
  display:grid;gap:18px;margin-top:26px
}
.product-card{
  overflow:hidden;display:flex;flex-direction:column;height:100%;
  border:1px solid rgba(201,112,100,.16);
  box-shadow:0 18px 45px rgba(201,112,100,.16);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.product-card-media{display:block;aspect-ratio:1/1;background:var(--beige);cursor:pointer}
.product-card-media img{width:100%;height:100%;object-fit:cover}
.product-card-body{padding:18px}
.product-card h3{font-size:1.22rem;line-height:1.2}
.product-card h3 a{transition:color .18s ease}
.product-card h3 a:hover{color:var(--rose-dark)}
.product-card p{color:var(--muted);margin-top:8px}
.product-card .price-row{margin-top:16px}
.product-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.reason-card,.benefit-card,.trust-card,.faq-item,.info-card{
  padding:22px
}
.reason-card h3,.benefit-card h3,.trust-card h3,.faq-item h3,.info-card h3{font-size:1.1rem;line-height:1.25}
.reason-card p,.benefit-card p,.trust-card p,.faq-item p,.info-card p{color:var(--muted);margin-top:10px}
.reason-icon{
  width:48px;height:48px;border-radius:16px;background:rgba(196,120,106,.14);
  display:grid;place-items:center;color:var(--rose-dark);font-weight:800;margin-bottom:14px
}
.soft-section{background:var(--beige)}
.split-grid{display:grid;gap:22px;align-items:start}
.gallery-card{padding:16px}
.gallery-main{
  width:100%;aspect-ratio:1/1;background:var(--beige);border-radius:24px;overflow:hidden
}
.gallery-main img{width:100%;height:100%;object-fit:cover}
.thumb-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
.thumb{
  aspect-ratio:1/1;border-radius:16px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:#fff
}
.thumb img{width:100%;height:100%;object-fit:cover}
.thumb.is-active{border-color:var(--rose-dark)}
.order-layout{display:grid;gap:16px}
.order-form{display:grid;gap:14px}
.field label{
  display:block;font-weight:700;font-size:.94rem;margin-bottom:7px
}
.field input,.field select,.field textarea{
  width:100%;min-height:52px;border:1px solid rgba(45,45,45,.13);border-radius:16px;padding:12px 14px;
  background:#fff;outline:none;transition:border-color .16s ease, box-shadow .16s ease;
}
.field textarea{min-height:110px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:var(--rose-dark);box-shadow:0 0 0 4px rgba(196,120,106,.12)
}
.field .helper{display:block;color:var(--muted);font-size:.84rem;margin-top:6px}
.field.is-invalid input,.field.is-invalid select,.field.is-invalid textarea{
  border-color:var(--danger);box-shadow:0 0 0 4px rgba(198,72,91,.11)
}
.error-text{color:var(--danger);font-size:.84rem;margin-top:6px}
.phone-status{
  position:absolute;inset:auto 14px 14px auto;font-size:1rem;opacity:0;transition:opacity .15s ease
}
.input-wrap{position:relative}
.phone-status.show{opacity:1}
.form-actions{display:grid;gap:12px}
.form-note{font-size:.88rem;color:var(--muted)}
.order-note{
  padding:12px 14px;border-radius:16px;background:rgba(47,125,92,.1);
  border:1px solid rgba(47,125,92,.18);color:var(--success);
  font-size:.9rem;line-height:1.45;font-weight:700
}
.form-message{
  padding:14px 16px;border-radius:18px;font-weight:700;font-size:.94rem
}
.form-message.error{background:rgba(198,72,91,.09);color:var(--danger)}
.form-message.success{background:rgba(47,125,92,.12);color:var(--success)}
.honeypot{position:absolute !important;left:-9999px !important;opacity:0 !important;pointer-events:none !important}
.wilaya-widget{display:grid;gap:12px}
.wilaya-search{
  min-height:48px;border-radius:16px;background:#fff;border:1px solid rgba(45,45,45,.13);padding:0 14px
}
.wilaya-cards{
  display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x proximity;
}
.wilaya-cards::-webkit-scrollbar{height:8px}
.wilaya-cards::-webkit-scrollbar-thumb{background:rgba(196,120,106,.35);border-radius:999px}
.wilaya-card{
  min-width:140px;scroll-snap-align:start;padding:14px;border-radius:20px;border:1px solid var(--line);
  background:#fff;cursor:pointer;box-shadow:var(--shadow-sm);transition:.18s ease;
}
.wilaya-card strong{display:block;font-size:1.05rem}
.wilaya-card span{display:block;color:var(--muted);font-size:.88rem;margin-top:4px}
.wilaya-card.is-selected{
  border-color:var(--rose-dark);background:linear-gradient(180deg,#fff,#fff2ee);transform:translateY(-2px)
}
body.js-ready .fallback-select{display:none}
.shipping-box{
  border-radius:24px;background:var(--beige);padding:18px
}
.summary-list{display:grid;gap:12px}
.summary-row{
  display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px dashed rgba(45,45,45,.12);
  min-width:0
}
.summary-row:last-child{border-bottom:none;padding-bottom:0}
.summary-label{color:var(--muted);min-width:0}
.summary-value{font-weight:700;text-align:right;min-width:0;overflow-wrap:anywhere}
.summary-total .summary-value{font-size:1.3rem;color:var(--rose-dark)}
.notice{
  margin-top:12px;padding:12px 14px;border-radius:16px;background:#fff;border:1px solid rgba(196,120,106,.18);
  font-size:.88rem;color:var(--muted)
}
.faq-item{background:#fff}
.faq-item h3{margin-bottom:8px}
.footer{
  padding:36px 0 44px;border-top:1px solid var(--line);background:#fff
}
.footer-grid{display:grid;gap:22px}
.footer p,.footer li,.footer small{color:var(--muted)}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{width:42px;height:42px}
.float-wa{
  position:fixed;right:14px;bottom:14px;z-index:60;
  width:58px;height:58px;border-radius:999px;background:#25D366;color:#fff;
  display:grid;place-items:center;font-weight:900;font-size:1.2rem;box-shadow:0 16px 38px rgba(0,0,0,.2)
}
.mobile-buybar{
  position:fixed;left:12px;right:12px;bottom:12px;z-index:58;display:grid;
  grid-template-columns:54px minmax(0,1fr) minmax(116px,auto);align-items:center;gap:10px;
  padding:10px;border-radius:22px;background:rgba(253,250,248,.97);backdrop-filter:blur(14px);
  border:1px solid rgba(196,120,106,.18);box-shadow:0 14px 32px rgba(0,0,0,.16)
}
.mobile-buybar-thumb{
  width:54px;height:54px;border-radius:16px;object-fit:cover;background:var(--beige);
  border:1px solid rgba(196,120,106,.18);box-shadow:var(--shadow-sm)
}
.mobile-buybar-info{
  min-width:0;display:flex;flex-direction:column;justify-content:center;gap:2px
}
.mobile-buybar-title{
  color:var(--text);font-size:.86rem;font-weight:800;line-height:1.15;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.mobile-buybar-price{
  font-size:1.08rem;line-height:1.1;color:var(--rose-dark);font-weight:900
}
.mobile-buybar .btn{
  min-height:48px;padding:0 14px;border-radius:16px;font-size:.9rem;line-height:1.12;text-align:center
}
body.has-mobile-bar{padding-bottom:112px}
.language-choice{
  min-height:100vh;
  background:
    radial-gradient(circle at top left, rgba(232,165,152,.24), transparent 32%),
    linear-gradient(180deg,#fff 0%,#fff7f3 100%);
  display:flex;align-items:center;
}
.choice-card{
  width:min(100%,1040px);margin:auto;border-radius:36px;background:rgba(253,250,248,.92);
  border:1px solid rgba(196,120,106,.18);box-shadow:var(--shadow);overflow:hidden;
}
.choice-grid{display:grid}
.choice-copy{padding:28px}
.choice-copy .section-title{font-size:clamp(2.3rem,6vw,4rem)}
.choice-visual{min-height:280px;background:var(--beige)}
.choice-visual img{width:100%;height:100%;object-fit:cover}
.choice-actions{display:grid;gap:12px;margin-top:24px}
.hero-pack-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:10px
}
.hero-pack-grid img{
  aspect-ratio:1/1;width:100%;object-fit:cover;border-radius:18px
}
.pack-list{display:grid;gap:12px;margin-top:18px}
.pack-list li{
  padding:14px 16px;background:#fff;border-radius:18px;border:1px solid var(--line)
}
.pack-offer-section{
  background:linear-gradient(180deg,var(--white) 0%,#fff3ee 100%)
}
.pack-offer-layout{
  display:grid;gap:18px;align-items:start
}
.pack-offer-card,.routine-panel{
  min-width:0;background:#fff;border:1px solid rgba(196,120,106,.16);
  border-radius:26px;padding:18px;box-shadow:var(--shadow-sm)
}
.pack-offer-card .section-title{
  font-size:clamp(1.85rem,5vw,2.7rem)
}
.pack-price-compare{
  display:grid;gap:10px;margin-top:18px
}
.pack-price-row,.pack-savings{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:13px 14px;border-radius:18px;background:var(--cream);border:1px solid var(--line)
}
.pack-price-row span,.pack-savings span{
  min-width:0;color:var(--muted);font-weight:700;font-size:.92rem
}
.pack-price-row strong,.pack-savings strong{
  white-space:nowrap;font-size:1.05rem
}
.pack-price-row.is-pack{
  background:#fff;border-color:rgba(196,120,106,.26)
}
.pack-price-row.is-pack strong{
  color:var(--rose-dark);font-size:1.35rem
}
.pack-savings{
  background:rgba(47,125,92,.1);border-color:rgba(47,125,92,.2)
}
.pack-savings span,.pack-savings strong{color:var(--success)}
.pack-savings strong{font-size:1.28rem}
.routine-panel .eyebrow{margin-bottom:14px}
.routine-steps{
  display:grid;gap:10px
}
.routine-step{
  min-width:0;display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;
  padding:10px;border-radius:18px;background:var(--cream);border:1px solid var(--line)
}
.routine-step-image{
  width:58px;height:58px;border-radius:16px;object-fit:cover;background:var(--beige)
}
.routine-step-title{
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-size:.98rem;line-height:1.2;letter-spacing:0;font-weight:800;overflow-wrap:anywhere
}
.routine-step-text{
  margin-top:4px;color:var(--muted);font-size:.9rem;line-height:1.35;overflow-wrap:anywhere
}
.pack-offer-cta{
  margin-top:14px
}
.lang-center{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.muted{color:var(--muted)}
.text-center{text-align:center}
.sr-only{
  position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0
}
.js-reveal-enabled .gg-reveal{
  opacity:0;
  transform:translate3d(0,18px,0);
  transition:
    opacity .56s ease,
    transform .56s cubic-bezier(.22,1,.36,1),
    box-shadow .22s ease,
    border-color .22s ease;
  transition-delay:var(--gg-reveal-delay,0ms);
  will-change:opacity,transform;
}
.js-reveal-enabled .gg-reveal.is-visible{
  opacity:1;
  transform:translate3d(0,0,0);
  will-change:auto;
}
@media (max-width:640px){
  .js-reveal-enabled .gg-reveal{
    transform:translate3d(0,12px,0);
    transition-duration:.42s;
    transition-delay:0ms;
  }
}
@media (prefers-reduced-motion:reduce){
  .js-reveal-enabled .gg-reveal{
    opacity:1;
    transform:none;
    transition:none;
  }
}
@media (min-width:640px){
  .products-grid,.reasons-grid,.benefits-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1.2fr .8fr}
  .choice-actions{grid-template-columns:repeat(2,1fr)}
}
@media (hover:hover) and (pointer:fine){
  .product-card:hover{
    transform:translateY(-4px);
    border-color:rgba(201,112,100,.24);
    box-shadow:0 22px 55px rgba(201,112,100,.24);
  }
}
@media (min-width:900px){
  .section{padding:88px 0}
  .header-nav,.nav-toggle{display:none}
  .desktop-nav{display:flex}
  .trust-strip{padding:28px 0 46px}
  .trust-strip-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
  .trust-strip .trust-card{padding:18px}
  .pack-offer-layout{grid-template-columns:.9fr 1.1fr;gap:22px}
  .pack-offer-card,.routine-panel{padding:24px;border-radius:30px}
  .routine-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .hero-grid.home-hero{grid-template-columns:1.05fr .95fr}
  .hero-grid.product-hero{grid-template-columns:minmax(240px,.78fr) minmax(460px,1.45fr) minmax(300px,.9fr);align-items:start}

  .product-hero .gallery-card{padding:18px;border-radius:34px}
  .product-hero .gallery-main{aspect-ratio:1/1;min-height:min(58vh,620px)}
  .product-hero .thumb-row{grid-template-columns:repeat(5,1fr);gap:10px}
  .split-grid{grid-template-columns:1fr 1fr}
  .products-grid{grid-template-columns:repeat(4,1fr)}
  .reasons-grid,.benefits-grid{grid-template-columns:repeat(4,1fr)}
  .faq-grid{grid-template-columns:repeat(3,1fr)}
  .home-grid{grid-template-columns:1.1fr .9fr}
  .pack-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr .8fr .8fr}
  .choice-grid{grid-template-columns:1fr .95fr}
  .choice-copy{padding:44px}
}
@media (min-width:1100px){
  .hero-order{position:sticky;top:96px}
}
@media (max-width:899px){
  .desktop-only{display:none !important}
  .topbar{font-size:.82rem;line-height:1.35}
  .header-row{gap:10px}
  .brand{gap:9px}
  .brand img{width:40px;height:40px}
  .brand-word{font-size:1.22rem}
  .brand-note{font-size:.72rem}
  .header-nav{inset:calc(var(--header-h) + 8px) 12px auto 12px;max-height:calc(100vh - var(--header-h) - 24px);overflow-y:auto}
  .header-nav a{overflow-wrap:anywhere}
  .hero{padding:20px 0 36px}
  .hero-grid{gap:18px}
  .hero-copy .section-title{font-size:2.05rem;line-height:1.04;margin-top:10px}
  .hero-copy p{margin-top:12px;font-size:.98rem;line-height:1.55}
  .hero-copy .price-row{margin-top:16px !important;gap:8px 10px}
  .hero-copy .old-price{font-size:1rem}
  .hero-copy .new-price{font-size:2.55rem}
  .hero-copy .price-note{display:none}
  .hero-points{grid-template-columns:1fr;gap:8px;margin-top:14px}
  .hero-points li{font-size:.95rem}
  .mini-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}
  .mini-badges li{
    min-width:0;justify-content:center;text-align:center;padding:9px 8px;border-radius:16px;
    font-size:.78rem;line-height:1.2;box-shadow:0 8px 18px rgba(42,42,42,.05);overflow-wrap:anywhere
  }
  .product-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:14px}
  .product-actions .btn{min-height:50px;border-radius:18px}
  .product-actions .btn-secondary{min-height:44px;font-size:.92rem}
  .hero-media{border-radius:24px;padding:10px}
  .gallery-main{border-radius:18px}
  .gallery-main img{border-radius:18px}
  .hero-card.hero-order{padding:18px;border-radius:24px}
  .hero-order .eyebrow{font-size:.78rem;padding:7px 12px}
  .hero-order h2{font-size:1.45rem !important;line-height:1.15}
  .order-form{gap:16px;margin-top:2px}
  .field label{font-size:.98rem;margin-bottom:8px}
  .field input,.field select,.field textarea{
    min-height:56px;border-radius:18px;padding:13px 15px;font-size:1rem
  }
  .field textarea{min-height:104px}
  .wilaya-search{min-height:52px;border-radius:18px}
  .wilaya-card{min-width:132px;border-radius:18px;padding:12px}
  .shipping-box{border-radius:20px;padding:16px}
  .summary-row{gap:10px;padding:10px 0}
  .summary-label{font-size:.9rem}
  .summary-value{font-size:.94rem}
  .summary-total .summary-value{font-size:1.28rem}
  .notice,.form-message,.order-note{border-radius:16px}
  .form-message{position:relative;z-index:1;line-height:1.45}
  .form-actions .btn-block{min-height:56px;border-radius:18px;font-size:1rem}
  .pack-price-row,.pack-savings{align-items:flex-start}
  .pack-price-row span,.pack-savings span{overflow-wrap:anywhere}
  .routine-step{grid-template-columns:52px minmax(0,1fr)}
  .routine-step-image{width:52px;height:52px}
  body.has-mobile-bar .float-wa{bottom:104px}
}
@media (max-width:380px){
  .container{width:min(100% - 20px,var(--container))}
  .mobile-buybar{
    left:8px;right:8px;bottom:8px;grid-template-columns:46px minmax(0,1fr) minmax(96px,auto);
    gap:8px;padding:8px;border-radius:18px
  }
  .mobile-buybar-thumb{width:46px;height:46px;border-radius:14px}
  .mobile-buybar-title{font-size:.78rem}
  .mobile-buybar-price{font-size:1rem}
  .mobile-buybar .btn{min-height:44px;padding:0 10px;font-size:.8rem;border-radius:14px}
  body.has-mobile-bar{padding-bottom:104px}
  body.has-mobile-bar .float-wa{bottom:94px;width:52px;height:52px}
  .hero-copy .section-title{font-size:1.86rem}
  .hero-copy .new-price{font-size:2.28rem}
  .mini-badges{grid-template-columns:1fr;gap:7px}
  .trust-strip-grid{grid-template-columns:1fr}
  .pack-price-row,.pack-savings{padding:12px}
}
@media (min-width:900px){
  .mobile-only{display:none !important}
  body.has-mobile-bar{padding-bottom:0}
}
html[dir="rtl"] .summary-value{text-align:left}
html[dir="rtl"] .float-wa{right:auto;left:14px}
html[dir="rtl"] .phone-status{inset:auto auto 14px 14px}
