/** Shopify CDN: Minification failed

Line 631:0 Unexpected ";"

**/
/* ============================================================
   DOZANI · Branch detail — consolidated stylesheet
   ------------------------------------------------------------
   One file, every branch section. Loaded once per page,
   deduped by URL on subsequent section includes.
   ------------------------------------------------------------
   Edit tokens in the :root block. All section rules below
   reference these variables — change once, propagate everywhere.
   ============================================================ */

:root{
  /* Color tokens */
  --dz-navy:        #0B3D91;
  --dz-navy-lite:   #14489e;
  --dz-navy-dk:     #072c69;
  --dz-bright:      #1d93f1;
  --dz-bright-soft: #178bea;
  --dz-bright-dk:   #0a4a8c;
  --dz-bright-tint: #EEF6FF;
  --dz-body:        #334155;
  --dz-meta:        #64748B;
  --dz-bg-alt:      #EEF2F9;
  --dz-bg-card:     #ffffff;
  --dz-border:      rgba(0,0,0,.08);
  --dz-border-soft: #eef2f7;
  --dz-divider:     #e2e8f0;
  --dz-placeholder: #f8fafc;
  --dz-skeleton-bg: #e2e8f0;

  /* Typography */
  --dz-font-display: "Roboto Slab", Georgia, serif;
  --dz-font-body:    "Inter", "Helvetica Neue", "Arial", "Noto Sans Arabic", sans-serif;

  /* Elevation */
  --dz-shadow:    0 1px 2px rgba(15,23,42,.04), 0 4px 12px rgba(15,23,42,.05);
  --dz-shadow-hi: 0 8px 22px rgba(11,61,145,.10);

  /* Geometry */
  --dz-radius:        8px;
  --dz-container-pad: 24px;
}

@media (max-width:720px){
  :root{ --dz-container-pad: 18px; }
}

/* ──────────────────────────────────────────────────────────
   CONTAINER PADDING — enforce horizontal padding on .page-width
   inside our sections, independent of Streamline's theme rules.
   ────────────────────────────────────────────────────────── */
.dz-section .page-width,
.dz-crumbs.page-width{
  padding-left:var(--dz-container-pad);
  padding-right:var(--dz-container-pad);
}

.dz-section{ direction:rtl; text-align:right }

/* ──────────────────────────────────────────────────────────
   SHARED PRIMITIVES
   ────────────────────────────────────────────────────────── */

/* Section heading group used by products / brands / others */
.dz-section-head{ text-align:center; margin-bottom:40px }
.dz-section-head__eyebrow{
  font-size:12px; letter-spacing:.2em; text-transform:uppercase;
  color:var(--dz-bright); font-weight:700; margin:0 0 10px;
}
.dz-section-head__h2{
  font-family:var(--dz-font-display);
  font-weight:700; font-size:32px; line-height:1.2;
  color:var(--dz-navy); margin:0 0 8px;
}
.dz-section-head__sub{
  font-size:14px; color:var(--dz-meta);
  margin:0; letter-spacing:.02em;
}

/* Buttons — used by hero, map fallback, final CTA */
.dz-btn{
  display:inline-flex; align-items:center; gap:10px;
  font-weight:700; font-size:14px; padding:14px 22px;
  text-decoration:none; border:none; cursor:pointer;
  letter-spacing:.02em;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.dz-btn--primary{ background:var(--dz-bright); color:#fff }
.dz-btn--primary:hover{ background:var(--dz-bright-soft) }
.dz-btn--ghost{
  background:transparent; color:#fff;
  border:1.5px solid rgba(255,255,255,.4);
}
.dz-btn--ghost:hover{
  background:rgba(255,255,255,.08); border-color:#fff;
}
.dz-btn--sm{ font-size:13px; padding:10px 16px }
.dz-btn__num{
  direction:ltr; unicode-bidi:isolate;
  display:inline-block;
  font-variant-numeric:tabular-nums;
  letter-spacing:.04em;
  opacity:.92;
}
.dz-btn__sep{
  display:inline-block; width:1px; height:14px;
  background:currentColor; opacity:.35;
  flex:none;
}

/* ──────────────────────────────────────────────────────────
   BREADCRUMB
   ────────────────────────────────────────────────────────── */
.dz-crumbs{
  padding:18px 24px; background:#fff;
  border-bottom:1px solid var(--dz-divider);
  font-size:13px; color:var(--dz-meta);
}
.dz-crumbs a{ color:var(--dz-navy); text-decoration:none; font-weight:600 }
.dz-crumbs a:hover{ color:var(--dz-bright) }
.dz-crumbs span{ margin:0 6px; color:#cbd5e1 }
.dz-crumbs__current{ color:var(--dz-body); font-weight:600 }

/* ──────────────────────────────────────────────────────────
   HERO
   ────────────────────────────────────────────────────────── */
.dz-hero{
  position:relative; min-height:520px; overflow:hidden;
  background:#1e293b; display:flex; align-items:flex-end; color:#fff;
}
.dz-hero__img{
  position:absolute; inset:0;
  background-position:center; background-size:cover; background-repeat:no-repeat;
  filter:brightness(.78) saturate(1.05);
}
.dz-hero__overlay{
  position:absolute; inset:0;
  background:linear-gradient(180deg,
    rgba(11,61,145,0) 0%,
    rgba(11,61,145,.05) 35%,
    rgba(10,30,60,.78) 85%,
    rgba(10,30,60,.92) 100%);
}
.dz-hero__inner{ position:relative; width:100%; padding:64px 0 56px }
.dz-hero__chip{
  display:inline-block; background:var(--dz-bright); color:#fff;
  font-size:12px; font-weight:700; padding:6px 12px;
  letter-spacing:.06em; margin-bottom:18px;
}
.dz-hero__city-fr{
  font-size:14px; letter-spacing:.22em; text-transform:uppercase;
  color:rgba(255,255,255,.85); font-weight:600; margin:0 0 6px;
}
.dz-hero__h1{
  font-family:var(--dz-font-display);
  font-weight:700; font-size:56px; line-height:1.1;
  color:#fff; margin:0 0 8px;
  text-shadow:0 2px 10px rgba(0,0,0,.3);
}
.dz-hero__tagline{
  font-size:18px; line-height:1.45;
  color:rgba(255,255,255,.92);
  margin:0 0 28px; max-width:540px;
}
.dz-hero__actions{ display:flex; gap:12px; flex-wrap:wrap }

/* ──────────────────────────────────────────────────────────
   INFO STRIP (type-led, no icons)
   ────────────────────────────────────────────────────────── */
.dz-info-strip{
  background:#fff; border-bottom:1px solid var(--dz-divider);
}
.dz-info-strip__grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:0;
}
.dz-info-cell{
  padding:26px 22px 24px;
  border-inline-start:1px solid var(--dz-border-soft);
  position:relative;
}
.dz-info-cell:first-child{ border-inline-start:none }
.dz-info-cell::before{
  content:""; display:block;
  width:28px; height:2px;
  background:var(--dz-bright);
  margin-bottom:14px;
}
.dz-info-cell__label{
  font-size:11px; color:var(--dz-meta); font-weight:700;
  text-transform:uppercase; letter-spacing:.14em; margin:0 0 6px;
}
.dz-info-cell__value{
  font-size:15px; color:var(--dz-navy); font-weight:700;
  margin:0; line-height:1.4;
}
.dz-info-cell__value--light{
  color:var(--dz-body); font-weight:500; font-size:14px;
}
.dz-info-cell a{ color:var(--dz-navy); text-decoration:none }
.dz-info-cell a:hover{ color:var(--dz-bright) }

/* ──────────────────────────────────────────────────────────
   ABOUT + MAP + PILLARS
   ────────────────────────────────────────────────────────── */
.dz-about{ background:var(--dz-bg-alt); padding:80px 0 }
.dz-about__grid{
  display:grid; grid-template-columns:1fr 1fr;
  gap:48px; align-items:stretch;
}
.dz-about__text{ display:flex; flex-direction:column; justify-content:center }
.dz-about__eyebrow{
  font-size:12px; letter-spacing:.2em; text-transform:uppercase;
  color:var(--dz-bright); font-weight:700; margin:0 0 14px;
}
.dz-about__h2{
  font-family:var(--dz-font-display);
  font-weight:700; font-size:34px; line-height:1.2;
  color:var(--dz-navy); margin:0 0 20px;
}
.dz-about__lede{
  font-size:16px; line-height:1.7;
  color:var(--dz-body); margin:0 0 28px;
}
.dz-about__pillars{ display:grid; gap:12px }
.dz-pillar{
  display:grid; grid-template-columns:54px 1fr;
  align-items:flex-start; gap:14px; padding:16px 18px;
  background:#fff;
  border:1px solid var(--dz-border);
  border-radius:var(--dz-radius);
  transition:border-color .2s ease, box-shadow .2s ease;
}
.dz-pillar:hover{
  border-color:rgba(29,147,241,.35);
  box-shadow:var(--dz-shadow);
}
.dz-pillar__num{
  font-family:var(--dz-font-body);
  font-size:13px; font-weight:600; color:var(--dz-bright);
  line-height:1; direction:ltr;
  letter-spacing:.16em;
  border-inline-end:1px solid var(--dz-border-soft);
  height:36px; display:flex; align-items:center;
  unicode-bidi:isolate;
  font-variant-numeric:tabular-nums;
  text-transform:uppercase;
}
.dz-pillar__h{
  font-size:14px; font-weight:700; color:var(--dz-navy); margin:0 0 3px;
}
.dz-pillar__t{
  font-size:13px; color:var(--dz-body); margin:0; line-height:1.5;
}

.dz-map{
  border-radius:var(--dz-radius); overflow:hidden;
  border:1px solid var(--dz-border);
  box-shadow:var(--dz-shadow);
  background:#fff; min-height:420px; position:relative;
}
.dz-map__iframe{
  width:100%; height:100%; min-height:420px;
  border:0; display:block; position:relative; z-index:1;
}
.dz-map__fallback{
  position:absolute; inset:0; z-index:0;
  background:linear-gradient(160deg,#EEF6FF 0%,#dceaff 100%);
  display:flex; align-items:center; justify-content:center;
  color:var(--dz-navy);
}
.dz-map__fallback-inner{
  text-align:center; padding:34px; max-width:340px;
}
.dz-map__fallback-eyebrow{
  font-size:11px; letter-spacing:.2em; text-transform:uppercase;
  color:var(--dz-bright); font-weight:700; margin:0 0 14px;
}
.dz-map__fallback-addr{
  font-family:var(--dz-font-display);
  font-size:18px; font-weight:700; color:var(--dz-navy);
  margin:0 0 6px; line-height:1.35;
}
.dz-map__fallback-neigh{
  margin:0 0 18px; color:var(--dz-meta); font-size:13px;
}

/* ──────────────────────────────────────────────────────────
   PRODUCTS GRID
   ────────────────────────────────────────────────────────── */
.dz-products-here{ padding:88px 0; background:#fff }
.dz-products-here__grid{
  display:grid;
  grid-template-columns:repeat(var(--cols,4),1fr);
  gap:18px;
}
.dz-product-card{
  background:#fff;
  border:1px solid var(--dz-border);
  border-radius:var(--dz-radius);
  overflow:hidden; display:flex; flex-direction:column;
  text-decoration:none; color:inherit;
  position:relative; cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.dz-product-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--dz-shadow-hi);
  border-color:rgba(29,147,241,.35);
}
.dz-product-card:hover .dz-product-card__title{ color:var(--dz-bright) }
.dz-product-card--placeholder{ cursor:default; opacity:.7 }
.dz-product-card--placeholder:hover{ transform:none; box-shadow:none; border-color:var(--dz-border) }
.dz-product-card--placeholder:hover .dz-product-card__title{ color:var(--dz-navy) }
.dz-product-card__media{
  aspect-ratio:1/1; background:var(--dz-placeholder);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden; padding:12px; position:relative;
}
.dz-product-card__media img,
.dz-product-card__media svg{
  width:100%; height:100%; object-fit:contain; display:block;
  transition:transform .3s ease;
}
.dz-product-card:hover .dz-product-card__media img{ transform:scale(1.05) }
.dz-product-card__badge{
  position:absolute; top:10px; inset-inline-start:10px;
  background:var(--dz-bright); color:#fff;
  font-size:10px; font-weight:700; letter-spacing:.06em;
  padding:4px 8px;
}
.dz-product-card__body{
  padding:12px 14px 14px;
  display:flex; flex-direction:column; gap:6px; flex:1;
  border-top:1px solid #f1f5f9;
}
.dz-product-card__brand{
  font-size:10px; letter-spacing:.16em; text-transform:uppercase;
  color:var(--dz-meta); font-weight:700; margin:0;
}
.dz-product-card__title{
  font-size:13px; font-weight:600; color:var(--dz-navy);
  line-height:1.4; margin:0;
  display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;
  min-height:36px; transition:color .2s ease;
}
.dz-product-card__foot{
  display:flex; align-items:center; justify-content:space-between;
  margin-top:auto; padding-top:8px; gap:8px;
}
.dz-product-card__price{
  font-family:var(--dz-font-display);
  font-size:16px; font-weight:700; color:var(--dz-navy);
  margin:0; direction:ltr; unicode-bidi:isolate;
  font-variant-numeric:tabular-nums;
}
.dz-product-card__price small{
  font-size:10px; color:var(--dz-meta);
  font-weight:600; margin-inline-start:2px;
}
.dz-product-card__cta{
  display:inline-flex; align-items:center; justify-content:center;
  background:var(--dz-bright-tint); color:var(--dz-navy);
  padding:6px 12px; font-size:11px; font-weight:700;
  letter-spacing:.08em; text-transform:uppercase;
  border:1px solid rgba(29,147,241,.2);
  position:relative; z-index:2;
}
.dz-product-card__cta:hover{
  background:var(--dz-bright); color:#fff;
  border-color:var(--dz-bright);
}

.dz-products-here__foot{ text-align:center; margin-top:40px }
.dz-see-all{
  display:inline-flex; align-items:center; gap:10px;
  color:var(--dz-navy); font-weight:700; font-size:14px;
  text-decoration:none; padding:12px 22px;
  border:2px solid var(--dz-navy);
  transition:background .15s ease, color .15s ease;
}
.dz-see-all:hover{ background:var(--dz-navy); color:#fff }
.dz-see-all__arrow{
  font-family:var(--dz-font-display);
  font-size:18px; line-height:1;
  display:inline-block; transform:translateY(-1px);
}

/* ──────────────────────────────────────────────────────────
   BRANDS
   ────────────────────────────────────────────────────────── */
.dz-brands{ padding:64px 0; background:var(--dz-bg-alt) }
.dz-brands__grid{
  display:grid;
  grid-template-columns:repeat(var(--cols,7),1fr);
  gap:24px; align-items:center;
}
.dz-brand-logo{
  background:#fff;
  border:1px solid var(--dz-border);
  padding:18px 12px;
  display:flex; align-items:center; justify-content:center;
  aspect-ratio:5/3; text-decoration:none;
  border-radius:var(--dz-radius);
  transition:transform .2s ease, box-shadow .2s ease;
}
.dz-brand-logo:hover{ transform:translateY(-2px); box-shadow:var(--dz-shadow) }
.dz-brand-logo img{
  max-width:100%; max-height:48px;
  width:auto; height:auto; object-fit:contain;
}
.dz-brand-logo span{
  font-family:var(--dz-font-display);
  font-weight:700; font-size:13px;
  letter-spacing:.06em; color:#475569;
}

/* ──────────────────────────────────────────────────────────
   OTHER BRANCHES (scroller)
   ────────────────────────────────────────────────────────── */
.dz-others{ padding:88px 0; background:#fff }
.dz-others__rail{ position:relative }
.dz-others__scroll{
  display:flex; gap:14px; overflow-x:auto;
  padding-bottom:14px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  scroll-behavior:smooth;
}
.dz-others__scroll::-webkit-scrollbar{ height:6px }
.dz-others__scroll::-webkit-scrollbar-thumb{
  background:#cbd5e1; border-radius:3px;
}

/* Arrow controls — RTL-aware, sit over the rail edges */
.dz-others__arrow{
  position:absolute; top:calc(50% - 12px); /* -12px because we add scrollbar gutter */
  transform:translateY(-50%);
  width:44px; height:44px;
  background:#fff; color:var(--dz-navy);
  border:1px solid var(--dz-border);
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer; z-index:3;
  box-shadow:var(--dz-shadow);
  font-family:var(--dz-font-body);
  font-size:22px; line-height:1; font-weight:600;
  transition:background .15s ease, color .15s ease, opacity .15s ease, transform .15s ease;
}
.dz-others__arrow:hover{ background:var(--dz-bright); color:#fff; border-color:var(--dz-bright) }
.dz-others__arrow:disabled{ opacity:.35; cursor:default; pointer-events:none }
.dz-others__arrow:focus-visible{ outline:2px solid var(--dz-bright); outline-offset:2px }
.dz-others__arrow--prev{ inset-inline-start:-22px }
.dz-others__arrow--next{ inset-inline-end:-22px }
.dz-others__arrow span{ display:inline-block; transform:translateY(-1px) }

@media (max-width:720px){
  .dz-others__arrow{ display:none } /* touch-scroll only on phones */
}
.dz-other-card{
  flex:0 0 240px;
  border:1px solid var(--dz-border);
  border-radius:var(--dz-radius);
  overflow:hidden; background:#fff;
  scroll-snap-align:start;
  text-decoration:none; color:inherit;
  transition:transform .2s ease, box-shadow .2s ease;
}
.dz-other-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--dz-shadow-hi);
}
.dz-other-card__img{
  aspect-ratio:4/3;
  background:var(--dz-skeleton-bg);
  overflow:hidden;
}
.dz-other-card__img img{
  width:100%; height:100%; object-fit:cover; display:block;
}
.dz-other-card__img--placeholder{
  background:linear-gradient(160deg, var(--dz-bright) 0%, var(--dz-bright-dk) 100%);
  color:#fff;
  display:flex; align-items:center; justify-content:center;
}
.dz-other-card__img--placeholder span{
  font-family:var(--dz-font-display);
  font-weight:700; font-size:24px; letter-spacing:.12em;
}
.dz-other-card__body{ padding:14px 14px 16px }
.dz-other-card__city-fr{
  font-size:10px; letter-spacing:.16em; text-transform:uppercase;
  color:var(--dz-meta); font-weight:600; margin:0 0 4px;
}
.dz-other-card__city-ar{
  font-family:var(--dz-font-display);
  font-size:17px; font-weight:700;
  color:var(--dz-navy); margin:0 0 8px;
}
.dz-other-card__phone{
  font-size:12px; color:var(--dz-bright);
  font-weight:700; direction:ltr; unicode-bidi:isolate;
  font-variant-numeric:tabular-nums;
  text-align:right; margin:0;
}

/* ──────────────────────────────────────────────────────────
   TRUST STRIP (numbered, on navy)
   ────────────────────────────────────────────────────────── */
.dz-trust{
  background:var(--dz-navy); color:#fff;
  padding:64px 0; position:relative; overflow:hidden;
}
.dz-trust::before{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(ellipse at 80% 0%,
    rgba(29,147,241,.15) 0%, transparent 55%);
}
.dz-trust__grid{
  position:relative; display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:40px; align-items:start;
}
.dz-trust-cell{
  border-inline-start:1px solid rgba(255,255,255,.14);
  padding-inline-start:24px;
}
.dz-trust-cell:first-child{
  border-inline-start:none; padding-inline-start:0;
}
.dz-trust-cell__num{
  font-family:var(--dz-font-body);
  font-size:13px; font-weight:600;
  color:#fff; opacity:.5; line-height:1;
  margin:0 0 18px; direction:ltr;
  letter-spacing:.18em; text-transform:uppercase;
  unicode-bidi:isolate; font-variant-numeric:tabular-nums;
}
.dz-trust-cell h4{
  font-size:15px; font-weight:700; color:#fff;
  margin:0 0 6px; line-height:1.3;
}
.dz-trust-cell p{
  font-size:13px; color:rgba(255,255,255,.75);
  margin:0; line-height:1.55;
}

/* ──────────────────────────────────────────────────────────
   FINAL CTA (gradient-grid bg — §6.13 v-premium)
   ────────────────────────────────────────────────────────── */
.dz-final{
  padding:88px 0; text-align:center;
  color:#fff; position:relative;
  background:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px) 0 0/48px 48px,
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px) 0 0/48px 48px,
    radial-gradient(ellipse at top, var(--dz-navy-lite) 0%, var(--dz-navy) 70%);
}
.dz-final__eyebrow{
  font-size:12px; letter-spacing:.2em; text-transform:uppercase;
  color:var(--dz-bright); font-weight:700; margin:0 0 12px;
}
.dz-final__h2{
  font-family:var(--dz-font-display);
  font-weight:700; font-size:32px; color:#fff;
  margin:0 0 14px; line-height:1.25;
}
.dz-final__p{
  font-size:15px; color:rgba(255,255,255,.78);
  margin:0 auto 30px; max-width:560px; line-height:1.65;
}
.dz-final__actions{
  display:flex; justify-content:center;
  gap:12px; flex-wrap:wrap;
}

/* ──────────────────────────────────────────────────────────
   RESPONSIVE
   ────────────────────────────────────────────────────────── */
@media (max-width:980px){
  .dz-info-strip__grid{ grid-template-columns:repeat(2,1fr) }
  .dz-info-cell:nth-child(3){ border-inline-start:none }
  .dz-about__grid{ grid-template-columns:1fr; gap:32px }
  .dz-products-here__grid{ grid-template-columns:repeat(3,1fr) }
  .dz-brands__grid{ grid-template-columns:repeat(4,1fr) }
  .dz-trust__grid{ grid-template-columns:repeat(2,1fr); gap:32px }
  .dz-trust-cell:nth-child(3){
    border-inline-start:none; padding-inline-start:0;
  }
}

@media (max-width:720px){
  .dz-hero{ min-height:440px }
  .dz-hero__h1{ font-size:38px }
  .dz-hero__tagline{ font-size:15px }
  .dz-info-strip__grid{ grid-template-columns:1fr }
  .dz-info-cell{
    border-inline-start:none;
    border-top:1px solid var(--dz-border-soft);
  }
  .dz-info-cell:first-child{ border-top:none }
  .dz-about{ padding:56px 0 }
  .dz-about__h2{ font-size:26px }
  .dz-products-here{ padding:56px 0 }
  .dz-products-here__grid{ grid-template-columns:repeat(2,1fr); gap:12px }
  .dz-product-card__title{ font-size:12px; min-height:32px }
  .dz-product-card__price{ font-size:14px }
  .dz-product-card__body{ padding:10px 12px 12px }
  .dz-section-head__h2{ font-size:24px }
  .dz-brands__grid{ grid-template-columns:repeat(3,1fr); gap:14px }
  .dz-others{ padding:56px 0 }
  .dz-trust{ padding:48px 0 }
  .dz-trust__grid{ grid-template-columns:1fr; gap:24px }
  .dz-trust-cell{
    border-inline-start:none; padding-inline-start:0;
    border-top:1px solid rgba(255,255,255,.14);
    padding-top:24px;
  }
  .dz-trust-cell:first-child{ border-top:none; padding-top:0 }
  .dz-final{
    padding:56px 0;
    background-size:32px 32px, 32px 32px, auto;
  }
  .dz-final__h2{ font-size:24px }
}
;
}
.dz-final__eyebrow{
  font-size:12px; letter-spacing:.2em; text-transform:uppercase;
  color:var(--dz-bright); font-weight:700; margin:0 0 12px;
}
.dz-final__h2{
  font-family:var(--dz-font-display);
  font-weight:700; font-size:32px; color:#fff;
  margin:0 0 14px; line-height:1.25;
}
.dz-final__p{
  font-size:15px; color:rgba(255,255,255,.78);
  margin:0 auto 30px; max-width:560px; line-height:1.65;
}
.dz-final__actions{
  display:flex; justify-content:center;
  gap:12px; flex-wrap:wrap;
}

/* ──────────────────────────────────────────────────────────
   RESPONSIVE
   ────────────────────────────────────────────────────────── */
@media (max-width:980px){
  .dz-info-strip__grid{ grid-template-columns:repeat(2,1fr) }
  .dz-info-cell:nth-child(3){ border-inline-start:none }
  .dz-about__grid{ grid-template-columns:1fr; gap:32px }
  .dz-products-here__grid{ grid-template-columns:repeat(3,1fr) }
  .dz-brands__grid{ grid-template-columns:repeat(4,1fr) }
  .dz-trust__grid{ grid-template-columns:repeat(2,1fr); gap:32px }
  .dz-trust-cell:nth-child(3){
    border-inline-start:none; padding-inline-start:0;
  }
}

@media (max-width:720px){
  .dz-hero{ min-height:440px }
  .dz-hero__h1{ font-size:38px }
  .dz-hero__tagline{ font-size:15px }
  .dz-info-strip__grid{ grid-template-columns:1fr }
  .dz-info-cell{
    border-inline-start:none;
    border-top:1px solid var(--dz-border-soft);
  }
  .dz-info-cell:first-child{ border-top:none }
  .dz-about{ padding:56px 0 }
  .dz-about__h2{ font-size:26px }
  .dz-products-here{ padding:56px 0 }
  .dz-products-here__grid{ grid-template-columns:repeat(2,1fr); gap:12px }
  .dz-product-card__title{ font-size:12px; min-height:32px }
  .dz-product-card__price{ font-size:14px }
  .dz-product-card__body{ padding:10px 12px 12px }
  .dz-section-head__h2{ font-size:24px }
  .dz-brands__grid{ grid-template-columns:repeat(3,1fr); gap:14px }
  .dz-others{ padding:56px 0 }
  .dz-trust{ padding:48px 0 }
  .dz-trust__grid{ grid-template-columns:1fr; gap:24px }
  .dz-trust-cell{
    border-inline-start:none; padding-inline-start:0;
    border-top:1px solid rgba(255,255,255,.14);
    padding-top:24px;
  }
  .dz-trust-cell:first-child{ border-top:none; padding-top:0 }
  .dz-final{
    padding:56px 0;
    background-size:32px 32px, 32px 32px, auto;
  }
  .dz-final__h2{ font-size:24px }
}