
@font-face{font-family:system-ui;src:local("Arial")}
:root{
 --ink:#111827;--navy:#0b1f33;--sand:#f3eadb;--paper:#f8f5ee;--white:#fff;
 --muted:#6b7280;--line:#d7d0c5;--teal:#0f766e;--orange:#c7652d;--radius:18px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Tahoma,Arial,sans-serif;line-height:1.75}
a{color:inherit;text-decoration:none}.wrap{width:min(1240px,calc(100% - 32px));margin:auto}
.topline{background:var(--ink);color:#dbe3ee;font-size:12px;padding:7px 0}.topline span{opacity:.45;margin:0 9px}
.site-head{background:rgba(248,245,238,.94);backdrop-filter:blur(14px);position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line)}
.head-grid{min-height:86px;display:grid;grid-template-columns:260px 1fr 190px;align-items:center;gap:24px}
.brand{display:grid;grid-template-columns:54px 1fr;column-gap:12px;align-items:center;width:max-content}
.brand-mark{grid-row:1/3;width:54px;height:54px;background:var(--navy);color:#fff;display:grid;place-items:center;font:bold 16px Georgia;border-radius:2px 18px 2px 18px}
.brand-fa{font-size:22px;font-weight:900;letter-spacing:-1px}.brand small{font:10px Arial;color:var(--muted);letter-spacing:1.9px}
.main-nav{display:flex;justify-content:center;gap:30px;font-weight:700;font-size:14px}.main-nav a{position:relative}.main-nav a:after{content:"";position:absolute;right:0;left:100%;bottom:-8px;height:2px;background:var(--orange);transition:.2s}.main-nav a:hover:after{left:0}
.head-actions{display:flex;justify-content:flex-end;gap:10px}.head-actions a{padding:9px 12px;border:1px solid var(--ink);font-size:13px}.cart-link b{background:var(--orange);color:#fff;border-radius:99px;padding:2px 7px;margin-right:5px}
.hero{min-height:620px;display:grid;grid-template-columns:1.1fr .9fr;background:var(--sand);overflow:hidden}
.hero-copy{padding:86px max(5vw,32px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.kicker{font:700 12px Arial;letter-spacing:3px;color:var(--teal)}.hero h1{font-size:clamp(44px,6vw,82px);line-height:1.08;margin:14px 0 20px;letter-spacing:-4px}.hero h1 em{font-style:normal;color:var(--orange)}
.hero p{font-size:17px;max-width:620px;color:#46505e}.hero-actions{display:flex;gap:12px;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;background:var(--navy);color:#fff;border:1px solid var(--navy);font-weight:800;cursor:pointer}.btn.alt{background:transparent;color:var(--navy)}
.hero-art{background:var(--navy);position:relative;display:grid;place-items:center;min-height:520px}.hero-art:before{content:"MB";font:900 clamp(150px,24vw,360px) Georgia;color:rgba(255,255,255,.04);position:absolute}.hero-frame{width:72%;aspect-ratio:4/5;border:1px solid rgba(255,255,255,.35);transform:rotate(-4deg);display:grid;place-items:center;color:white;position:relative}.hero-frame:after{content:"MEN / BOYS";font:12px Arial;letter-spacing:4px;position:absolute;bottom:20px}.hero-frame span{font-size:22px;font-weight:900;transform:rotate(4deg)}
.section{padding:70px 0}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-title h2{font-size:34px;margin:0;letter-spacing:-1.6px}.section-title p{margin:0;color:var(--muted)}
.category-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:220px;gap:16px}.cat-tile{background:var(--white);border:1px solid var(--line);padding:24px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.cat-tile:first-child{grid-row:span 2;background:var(--navy);color:#fff}.cat-tile:nth-child(4){background:var(--sand)}
.cat-no{position:absolute;left:18px;top:10px;font:700 54px Georgia;opacity:.08}.cat-tile h3{margin:0;font-size:23px}.cat-tile small{opacity:.7}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{background:#fff;border:1px solid var(--line);transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(17,24,39,.08)}
.product-image{aspect-ratio:3/4;background:#e9e5dc;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.product-tag{position:absolute;right:10px;top:10px;background:var(--paper);padding:5px 9px;font-size:11px;font-weight:800}
.product-body{padding:14px}.product-name{font-weight:900;font-size:14px;min-height:50px}.product-meta{font-size:11px;color:var(--muted)}.price-row{display:flex;align-items:center;gap:9px;margin-top:8px}.price{font-weight:900}.old{text-decoration:line-through;color:#9ca3af;font-size:12px}
.filters{display:grid;grid-template-columns:1fr 220px 220px;gap:12px;margin-bottom:24px}.field,select,input,textarea{width:100%;border:1px solid var(--line);background:#fff;padding:12px 13px;font:inherit;color:var(--ink)}
.page-head{background:var(--navy);color:#fff;padding:55px 0}.page-head h1{font-size:44px;margin:0}.page-head p{opacity:.72}
.product-page{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:55px 0}.product-main-img{background:#e8e2d8;aspect-ratio:4/5}.product-main-img img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:36px;line-height:1.35;margin-top:0}.big-price{font-size:26px;font-weight:900;margin:15px 0}.size-row{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.size-chip{border:1px solid var(--line);padding:7px 12px;background:#fff}.notice{background:#fff7ed;border-right:4px solid var(--orange);padding:12px 14px;font-size:13px}
.cart-table{width:100%;border-collapse:collapse;background:#fff}.cart-table th,.cart-table td{padding:14px;border-bottom:1px solid var(--line);text-align:right}.cart-thumb{width:58px;height:76px;object-fit:cover}
.checkout-grid{display:grid;grid-template-columns:1fr 390px;gap:24px}.panel{background:#fff;border:1px solid var(--line);padding:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/-1}
.article{max-width:920px;margin:50px auto;background:#fff;border:1px solid var(--line);padding:32px}.article h2{margin-top:30px}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.trust-strip>div{background:#fff;padding:22px}.trust-strip b{display:block;margin-bottom:4px}
.site-footer{background:#0a1624;color:#cad5df;padding:58px 0 20px;margin-top:70px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:42px}.footer-grid h4,.footer-brand{color:#fff}.footer-brand{font-size:28px;font-weight:900}.footer-grid a{display:block;margin:8px 0;color:#bcc7d1;font-size:13px}.trust-slot{margin-top:14px;border:1px dashed #526170;padding:16px;text-align:center;font-size:12px}.footer-end{border-top:1px solid #253444;margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;font-size:12px;color:#82909e}
.empty{padding:60px;text-align:center;background:#fff;border:1px solid var(--line)}
.admin-shell{max-width:1050px;margin:40px auto}.admin-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stat{background:#fff;border:1px solid var(--line);padding:20px}.stat b{font-size:28px;display:block}
@media(max-width:980px){.head-grid{grid-template-columns:1fr auto}.main-nav{display:none}.hero{grid-template-columns:1fr}.hero-art{min-height:370px}.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:1fr 1fr}.category-grid .cat-tile:first-child{grid-row:span 1;grid-column:1/-1}.product-page,.checkout-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.wrap{width:min(100% - 22px,1240px)}.site-head{position:relative}.head-grid{min-height:74px;gap:8px}.brand{grid-template-columns:44px 1fr}.brand-mark{width:44px;height:44px}.brand-fa{font-size:18px}.brand small,.search-link{display:none}.hero-copy{padding:55px 20px}.hero h1{font-size:46px;letter-spacing:-2px}.section{padding:45px 0}.category-grid,.product-grid,.filters,.form-grid,.footer-grid,.trust-strip{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-body{padding:10px}.product-name{font-size:12px}.page-head h1{font-size:34px}.product-info h1{font-size:27px}.footer-end{flex-direction:column;gap:5px}.cart-table{font-size:12px}.cart-table th:nth-child(3),.cart-table td:nth-child(3){display:none}}

/* ===== MARDANE BAZAR REAL STOREFRONT HOME V2 ===== */
.mb-real-hero{
  background:#f4eee4;
  border-bottom:1px solid #d9d1c4;
}
.mb-real-hero-grid{
  min-height:610px;
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:44px;
  align-items:center;
  padding-top:42px;
  padding-bottom:42px;
}
.mb-real-copy{padding:20px 0}
.mb-real-eyebrow{
  font:700 11px Arial,sans-serif;
  letter-spacing:2.5px;
  color:#0f766e;
}
.mb-real-copy h1{
  margin:16px 0 20px;
  font-size:clamp(44px,5.1vw,76px);
  line-height:1.12;
  letter-spacing:-4px;
  color:#101827;
}
.mb-real-copy h1 strong{
  color:#b95525;
  font-weight:900;
}
.mb-real-copy>p{
  max-width:570px;
  color:#53606e;
  font-size:16px;
  line-height:2;
}
.mb-real-actions{
  display:flex;
  gap:10px;
  margin:28px 0;
}
.mb-btn-primary,.mb-btn-ghost{
  min-height:48px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:13px;
  transition:.2s;
}
.mb-btn-primary{
  background:#0b1f33;
  color:#fff;
  border:1px solid #0b1f33;
}
.mb-btn-primary:hover{background:#122f4c}
.mb-btn-ghost{
  border:1px solid #0b1f33;
  color:#0b1f33;
  background:transparent;
}
.mb-real-mini{
  display:flex;
  gap:26px;
  border-top:1px solid #d4cabd;
  padding-top:20px;
  color:#66717c;
  font-size:12px;
}
.mb-real-mini span{display:flex;flex-direction:column}
.mb-real-mini b{font-size:17px;color:#111827}

.mb-real-collage{
  height:530px;
  display:grid;
  grid-template-columns:1.45fr .7fr;
  grid-template-rows:1fr 1fr;
  gap:12px;
}
.mb-shot{
  position:relative;
  overflow:hidden;
  background:#ded8ce;
  min-height:0;
}
.mb-shot-main{grid-row:1/3}
.mb-shot img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .45s ease;
}
.mb-shot:hover img{transform:scale(1.025)}
.mb-shot-small span{
  position:absolute;
  right:12px;
  bottom:12px;
  background:#fff;
  padding:6px 10px;
  font-size:11px;
  font-weight:900;
}
.mb-shot-info{
  position:absolute;
  right:16px;
  left:16px;
  bottom:16px;
  background:rgba(10,22,36,.92);
  color:white;
  padding:14px;
  display:flex;
  flex-direction:column;
}
.mb-shot-info small{opacity:.68;font-size:10px}
.mb-shot-info b{margin:3px 0;font-size:13px}
.mb-shot-info em{font-style:normal;color:#f2c49b;font-size:12px}

.mb-service-line{
  background:#0b1f33;
  color:#fff;
}
.mb-service-line .wrap{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.mb-service-line .wrap>div{
  padding:22px 24px;
  border-left:1px solid rgba(255,255,255,.12);
}
.mb-service-line .wrap>div:last-child{border-left:0}
.mb-service-line b{display:block;font-size:13px;margin-bottom:3px}
.mb-service-line span{color:#9eabba;font-size:11px}

.mb-home-section{padding:68px 0}
.mb-soft-section{background:#eee8de}
.mb-home-heading{
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:26px;
}
.mb-home-heading span{
  display:block;
  color:#0f766e;
  letter-spacing:2px;
  font:700 10px Arial;
  margin-bottom:6px;
}
.mb-home-heading h2{
  margin:0;
  font-size:31px;
  letter-spacing:-1.2px;
}
.mb-home-heading>a{
  font-size:12px;
  font-weight:800;
  border-bottom:1px solid #111827;
}

.mb-category-photos{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.mb-category-photo{
  height:385px;
  position:relative;
  overflow:hidden;
  background:#ddd;
}
.mb-category-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.4s ease;
}
.mb-category-photo:hover img{transform:scale(1.03)}
.mb-category-photo:after{
  content:"";
  position:absolute;
  inset:38% 0 0;
  background:linear-gradient(transparent,rgba(5,15,25,.9));
}
.mb-category-photo>div{
  position:absolute;
  right:18px;
  left:18px;
  bottom:17px;
  z-index:2;
  color:#fff;
}
.mb-category-photo small{opacity:.78;font-size:10px}
.mb-category-photo h3{margin:3px 0 4px;font-size:22px}
.mb-category-photo span{font-size:11px;opacity:.82}

.mb-editorial{
  background:#0a1725;
  color:#fff;
  padding:70px 0;
}
.mb-editorial-grid{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:55px;
  align-items:center;
}
.mb-editorial-copy>span{
  font:700 10px Arial;
  letter-spacing:2.8px;
  color:#59b7ab;
}
.mb-editorial-copy h2{
  font-size:40px;
  line-height:1.5;
  letter-spacing:-1.5px;
  margin:12px 0;
}
.mb-editorial-copy p{
  color:#aab6c1;
  margin-bottom:25px;
}
.mb-editorial-copy .mb-btn-primary{
  background:#fff;
  color:#0b1f33;
  border-color:#fff;
}
.mb-editorial-images{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  height:430px;
}
.mb-editorial-images a{overflow:hidden}
.mb-editorial-images a:nth-child(2){margin-top:42px}
.mb-editorial-images img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

@media(max-width:980px){
  .mb-real-hero-grid{grid-template-columns:1fr;min-height:0}
  .mb-real-collage{height:520px}
  .mb-service-line .wrap{grid-template-columns:1fr 1fr}
  .mb-category-photos{grid-template-columns:1fr 1fr}
  .mb-editorial-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .mb-real-hero-grid{padding-top:28px;padding-bottom:28px;gap:25px}
  .mb-real-copy h1{font-size:43px;letter-spacing:-2px}
  .mb-real-copy>p{font-size:14px}
  .mb-real-actions{flex-direction:column}
  .mb-real-mini{gap:14px;justify-content:space-between}
  .mb-real-collage{height:470px;grid-template-columns:1fr 1fr;grid-template-rows:2fr 1fr}
  .mb-shot-main{grid-column:1/3;grid-row:1}
  .mb-service-line .wrap{grid-template-columns:1fr 1fr}
  .mb-service-line .wrap>div{padding:16px 12px}
  .mb-category-photos{grid-template-columns:1fr 1fr;gap:8px}
  .mb-category-photo{height:285px}
  .mb-category-photo h3{font-size:16px}
  .mb-home-section{padding:45px 0}
  .mb-editorial{padding:48px 0}
  .mb-editorial-copy h2{font-size:31px}
  .mb-editorial-images{height:310px;gap:8px}
}


/* ===== MARDANE BAZAR FOOTER CONTAINMENT FIX ===== */
.site-footer{
  overflow-x:hidden;
}
.site-footer .wrap{
  width:min(1180px,calc(100% - 32px)) !important;
  max-width:1180px !important;
  margin-inline:auto !important;
  box-sizing:border-box;
}
.site-footer .footer-grid{
  display:grid !important;
  grid-template-columns:1.35fr 1fr 1fr 1fr !important;
  gap:28px !important;
  width:100% !important;
  align-items:start !important;
}
.site-footer .footer-grid > section{
  min-width:0 !important;
  overflow-wrap:anywhere;
}
.site-footer .footer-grid p,
.site-footer .footer-grid a{
  max-width:100%;
  overflow-wrap:anywhere;
}
.site-footer .footer-brand{
  font-size:26px !important;
  line-height:1.4;
}

/* eNAMAD fallback / official badge area */
#enamad-badge{
  margin-top:14px !important;
  width:auto !important;
  min-height:0 !important;
  border:0 !important;
  background:transparent !important;
  padding:0 !important;
}
.mb-enamad-link{
  width:142px !important;
  min-height:104px !important;
  padding:8px !important;
  border-radius:10px !important;
  background:#fff !important;
}
.mb-enamad-logo{
  max-width:122px !important;
  max-height:122px !important;
}
.mb-enamad-fallback{
  min-height:86px !important;
  line-height:1.75 !important;
}
.mb-enamad-fallback strong{
  font-size:12px !important;
}
.mb-enamad-fallback small{
  font-size:10px !important;
}

.site-footer .footer-end{
  width:min(1180px,calc(100% - 32px)) !important;
  max-width:1180px !important;
  margin-inline:auto !important;
}

@media(max-width:980px){
  .site-footer .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width:620px){
  .site-footer .wrap{
    width:min(100% - 22px,1180px) !important;
  }
  .site-footer .footer-grid{
    grid-template-columns:1fr !important;
    gap:24px !important;
    text-align:center;
  }
  #enamad-badge{
    display:flex;
    justify-content:center;
  }
}


/* ===== MARDANE BAZAR ENAMAD FALLBACK V2 ===== */
#enamad-badge{
  margin-top:16px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  width:auto !important;
  min-height:0 !important;
  display:block;
}
.mb-trust-link{
  width:178px;
  min-height:70px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  box-sizing:border-box;
  padding:11px 12px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  background:rgba(255,255,255,.045);
  color:#fff !important;
  text-decoration:none !important;
  transition:.2s ease;
}
.mb-trust-link:hover{
  background:rgba(255,255,255,.09);
  border-color:rgba(255,255,255,.30);
}
.mb-trust-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.30);
  border-radius:50%;
  color:#fff;
  font-size:16px;
  font-weight:900;
}
.mb-trust-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
  line-height:1.7;
  text-align:right;
}
.mb-trust-copy strong{
  color:#fff;
  font-size:11px;
  white-space:nowrap;
}
.mb-trust-copy small{
  color:#8fa0b1;
  font-size:9px;
  white-space:nowrap;
}

@media(max-width:620px){
  #enamad-badge{
    display:flex;
    justify-content:center;
  }
}


/* ===== MARDANE BAZAR REAL ENAMAD LOGO ===== */
#enamad-badge{
  margin-top:16px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  width:auto !important;
  min-height:0 !important;
}
.mb-enamad-real-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:145px;
  min-height:120px;
  padding:8px;
  box-sizing:border-box;
  background:#fff;
  border-radius:10px;
  text-decoration:none !important;
}
.mb-enamad-real-logo{
  display:block;
  width:auto;
  height:auto;
  max-width:125px;
  max-height:125px;
  object-fit:contain;
}
@media(max-width:620px){
  #enamad-badge{
    display:flex;
    justify-content:center;
  }
}

