/* Dizaara Mall — compact marketplace homepage inspired by modern social-commerce UX */
:root{
  --dz-mall-bg:#f5f5f5;
  --dz-mall-card:#ffffff;
  --dz-mall-text:#161616;
  --dz-mall-muted:#757575;
  --dz-mall-line:#ececec;
  --dz-mall-accent:#ff5a1f;
  --dz-mall-accent-dark:#e84b12;
  --dz-mall-red:#ff3b30;
  --dz-mall-shadow:0 4px 18px rgba(0,0,0,.05);
}

body.home{background:var(--dz-mall-bg);color:var(--dz-mall-text)}
body.home .dz-footer{margin-top:0}
.dz-mall-home{background:var(--dz-mall-bg);padding-bottom:40px}

/* Hero / campaign area */
.dz-mall-hero{padding:18px 0 10px}
.dz-mall-hero-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.8fr);gap:12px}
.dz-mall-main-promo{min-height:360px;border-radius:18px;background-size:cover;background-position:center top;overflow:hidden;position:relative;display:flex;align-items:center;padding:42px}
.dz-mall-promo-copy{max-width:560px;color:#fff;position:relative;z-index:2}
.dz-mall-promo-tag{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:6px;background:#fff;color:#111;font:800 10px/1 'Manrope',sans-serif;letter-spacing:.04em}
.dz-mall-promo-copy h1{margin:16px 0 12px;font:700 clamp(42px,5vw,68px)/.95 'Cormorant Garamond',Georgia,serif;letter-spacing:-.035em}
.dz-mall-promo-copy p{max-width:500px;margin:0;color:rgba(255,255,255,.86);font:500 14px/1.65 'Manrope',sans-serif}
.dz-mall-promo-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:22px}
.dz-mall-primary,.dz-mall-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:8px;font:800 11px/1 'Manrope',sans-serif}
.dz-mall-primary{background:var(--dz-mall-accent);color:#fff}
.dz-mall-primary:hover{background:var(--dz-mall-accent-dark);color:#fff}
.dz-mall-secondary{background:#fff;color:#111}
.dz-mall-side-promos{display:grid;grid-template-rows:1fr 1fr;gap:12px}
.dz-mall-mini-card{border-radius:18px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;min-height:174px}
.dz-mall-mini-card span{display:block;margin-bottom:8px;font:800 9px/1 'Manrope',sans-serif;letter-spacing:.12em}
.dz-mall-mini-card strong{display:block;font:800 23px/1.05 'Manrope',sans-serif;letter-spacing:-.03em}
.dz-mall-mini-card p{margin:8px 0 0;font:500 11px/1.5 'Manrope',sans-serif;opacity:.78}
.dz-mall-mini-card a{align-self:flex-start;margin-top:16px;font:800 11px/1 'Manrope',sans-serif;text-decoration:underline;text-underline-offset:3px}
.dz-mall-mini-orange{background:#ffefe7;color:#6f2e13}.dz-mall-mini-dark{background:#171717;color:#fff}

/* Service shortcuts */
.dz-mall-shortcuts{padding:8px 0 10px}
.dz-mall-shortcut-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;padding:13px;border-radius:16px;background:#fff;border:1px solid var(--dz-mall-line);box-shadow:var(--dz-mall-shadow)}
.dz-mall-shortcut-grid>a{min-width:0;display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center;padding:8px 6px;border-radius:10px;transition:.2s ease}
.dz-mall-shortcut-grid>a:hover{background:#fafafa}
.dz-mall-shortcut-icon{grid-row:1/3;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#fff2eb;color:var(--dz-mall-accent)}
.dz-mall-shortcut-icon svg{width:22px;height:22px}
.dz-mall-shortcut-grid strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:800 11px/1.2 'Manrope',sans-serif}
.dz-mall-shortcut-grid small{margin-top:2px;color:var(--dz-mall-muted);font:500 9px/1.2 'Manrope',sans-serif}

/* Shared section heading */
.dz-mall-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:13px}
.dz-mall-section-title h2{margin:0;font:800 22px/1.1 'Manrope',sans-serif;letter-spacing:-.025em}
.dz-mall-section-title>a{color:var(--dz-mall-accent);font:800 11px/1 'Manrope',sans-serif}

/* Categories */
.dz-mall-categories{padding:12px 0}
.dz-mall-categories>.dz-wrap{padding:18px;border-radius:16px;background:#fff;border:1px solid var(--dz-mall-line)}
.dz-mall-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.dz-mall-category-card{min-width:0;text-align:center}
.dz-mall-category-image,.dz-mall-category-icon{display:block;aspect-ratio:1/1;border-radius:13px;overflow:hidden;background:#f3f3f3;margin-bottom:8px}
.dz-mall-category-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.dz-mall-category-card:hover img{transform:scale(1.04)}
.dz-mall-category-icon{display:grid;place-items:center;background:#fff2eb;color:var(--dz-mall-accent)}
.dz-mall-category-icon svg{width:36%;height:36%}
.dz-mall-category-card strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2b2b2b;font:700 10px/1.25 'Manrope',sans-serif}

/* Flash deals */
.dz-mall-deals{padding:2px 0 12px}
.dz-mall-deals>.dz-wrap{padding:18px;border-radius:16px;background:#fff;border:1px solid var(--dz-mall-line)}
.dz-mall-deals-head{align-items:center}
.dz-mall-flash{display:inline-block;margin-bottom:5px;color:var(--dz-mall-red);font:900 10px/1 'Manrope',sans-serif;letter-spacing:.08em}
.dz-mall-deal-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.dz-mall-deal-card{display:grid;grid-template-columns:86px 1fr;gap:11px;align-items:center;min-width:0;padding:8px;border:1px solid var(--dz-mall-line);border-radius:12px;background:#fff}
.dz-mall-deal-card img{width:86px;height:86px;object-fit:cover;border-radius:9px;background:#eee}
.dz-mall-deal-card span{display:block;color:var(--dz-mall-red);font:900 9px/1 'Manrope',sans-serif;text-transform:uppercase}
.dz-mall-deal-card strong{display:block;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:800 12px/1.3 'Manrope',sans-serif}
.dz-mall-deal-card small{display:block;margin-top:3px;color:var(--dz-mall-muted);font:500 9px/1.3 'Manrope',sans-serif}

/* Product marketplace */
.dz-mall-shop{padding:12px 0 24px}
.dz-mall-shop>.dz-wrap{padding:18px;border-radius:16px;background:#fff;border:1px solid var(--dz-mall-line)}
.dz-mall-for-you{display:block;margin-bottom:5px;color:var(--dz-mall-accent);font:900 10px/1 'Manrope',sans-serif;letter-spacing:.08em}
.dz-mall-shop-actions{display:flex;gap:8px}
.dz-mall-shop-actions a{min-height:35px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid #d8d8d8;border-radius:7px;background:#fff;font:800 9px/1 'Manrope',sans-serif}
.dz-mall-shop-actions a.is-primary{border-color:var(--dz-mall-accent);background:var(--dz-mall-accent);color:#fff}
.dz-mall-filter-row{display:flex;gap:7px;overflow-x:auto;padding:0 0 13px;margin-bottom:2px;scrollbar-width:none}
.dz-mall-filter-row::-webkit-scrollbar{display:none}
.dz-mall-filter-row a{flex:0 0 auto;padding:8px 12px;border-radius:999px;background:#f4f4f4;color:#555;font:700 10px/1 'Manrope',sans-serif}
.dz-mall-filter-row a.is-active{background:#171717;color:#fff}
.dz-mall-product-grid,.dz-mall-empty-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.dz-mall-product-card{min-width:0;overflow:hidden;border:1px solid #ededed;border-radius:10px;background:#fff;transition:box-shadow .2s ease,transform .2s ease}
.dz-mall-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.07)}
.dz-mall-product-media{position:relative;display:block;aspect-ratio:1/1.16;background:#f1f1f1;overflow:hidden}
.dz-mall-product-media img,.dz-mall-product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.dz-mall-product-card:hover .dz-mall-product-media img{transform:scale(1.025)}
.dz-mall-sale-badge{position:absolute;left:7px;top:7px;padding:5px 7px;border-radius:5px;background:var(--dz-mall-red);color:#fff;font:900 8px/1 'Manrope',sans-serif}
.dz-mall-product-body{padding:10px}
.dz-mall-product-body h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:35px;margin:0 0 5px;font:600 11px/1.45 'Manrope',sans-serif}
.dz-mall-rating{margin-bottom:5px;color:#f4a000;font:700 9px/1 'Manrope',sans-serif}.dz-mall-rating span{color:#aaa;font-weight:500}
.dz-mall-price{min-height:22px;margin-bottom:8px;color:var(--dz-mall-red);font:900 15px/1.35 'Manrope',sans-serif}
.dz-mall-price del{color:#aaa;font-size:9px;font-weight:500}.dz-mall-price ins{text-decoration:none}
.dz-mall-add{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:34px!important;padding:0 8px!important;border:0!important;border-radius:7px!important;background:var(--dz-mall-accent)!important;color:#fff!important;font:800 9px/1 'Manrope',sans-serif!important;box-shadow:none!important}
.dz-mall-add:hover{background:var(--dz-mall-accent-dark)!important;color:#fff!important}
.dz-mall-add.is-disabled{background:#ddd!important;color:#888!important;pointer-events:none}
.dz-mall-preview-label{display:block;margin-bottom:5px;color:#999;font:700 8px/1 'Manrope',sans-serif;text-transform:uppercase;letter-spacing:.05em}
.dz-mall-preview-price{min-height:22px;margin-bottom:8px;color:#aaa;font:800 11px/1.35 'Manrope',sans-serif}
.dz-mall-empty-note{margin-top:14px;padding:16px;border-radius:10px;background:#fff8f3;border:1px solid #ffe0d0;text-align:center}
.dz-mall-empty-note strong{display:block;font:800 13px/1.3 'Manrope',sans-serif}.dz-mall-empty-note p{max-width:720px;margin:5px auto 0;color:#777;font:500 10px/1.5 'Manrope',sans-serif}

/* Support */
.dz-mall-support{padding:0 0 14px}
.dz-mall-support-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px 28px;border-radius:16px;background:#171717;color:#fff}
.dz-mall-support-card span{display:block;margin-bottom:6px;color:#ff9067;font:900 9px/1 'Manrope',sans-serif;letter-spacing:.1em}
.dz-mall-support-card h2{margin:0;font:800 25px/1.05 'Manrope',sans-serif;letter-spacing:-.03em}.dz-mall-support-card p{margin:6px 0 0;color:#bdbdbd;font:500 11px/1.5 'Manrope',sans-serif}
.dz-mall-support-card>a{flex:0 0 auto;min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:7px;background:#25d366;color:#111;font:900 10px/1 'Manrope',sans-serif}

/* Marketplace footer */
.dz-mall-footer{background:#fff!important;color:#222!important;border-top:1px solid var(--dz-mall-line)}
.dz-mall-footer .dz-wrap{padding-top:34px;padding-bottom:18px}
.dz-mall-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px}
.dz-mall-footer-grid h3{margin:0 0 12px;color:#222;font:800 11px/1 'Manrope',sans-serif;text-transform:uppercase;letter-spacing:.05em}
.dz-mall-footer-grid a,.dz-mall-footer-grid span{display:block;margin:0 0 8px;color:#707070;font:500 10px/1.45 'Manrope',sans-serif}
.dz-mall-footer-grid a:hover{color:var(--dz-mall-accent)}
.dz-mall-footer-brand p{max-width:300px;margin:10px 0 13px;color:#707070;font:500 11px/1.6 'Manrope',sans-serif}
.dz-mall-footer-brand>a{display:inline-flex!important;align-items:center;min-height:34px;padding:0 11px;border-radius:7px;background:#25d366;color:#111!important;font-weight:800!important}
.dz-mall-footer .dz-brand{font-size:23px}.dz-mall-footer .dz-di{color:var(--dz-mall-accent)}.dz-mall-footer .dz-zaara{color:#111}
.dz-mall-footer-bottom{display:flex;justify-content:space-between;gap:15px;margin-top:28px;padding-top:15px;border-top:1px solid var(--dz-mall-line);color:#999;font:500 9px/1.3 'Manrope',sans-serif}

/* Mobile app-like bottom navigation */
.dz-mobile-shop-nav{display:none}

@media(max-width:1100px){
  .dz-mall-footer-grid{grid-template-columns:repeat(2,1fr)}
  .dz-mall-product-grid,.dz-mall-empty-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .dz-mall-shortcut-grid{grid-template-columns:repeat(3,1fr)}
  .dz-mall-category-grid{grid-template-columns:repeat(6,minmax(90px,1fr));overflow-x:auto;scrollbar-width:none}.dz-mall-category-grid::-webkit-scrollbar{display:none}
  .dz-mall-deal-strip{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:760px){
  body.home{padding-bottom:64px}
  .dz-mall-footer .dz-wrap{padding-top:24px;padding-bottom:12px}.dz-mall-footer-grid{grid-template-columns:1fr 1fr;gap:24px 18px}.dz-mall-footer-brand{grid-column:1/-1}.dz-mall-footer-bottom{margin-top:20px;flex-direction:column;gap:5px}
  .dz-mall-home{padding-bottom:12px}
  .dz-mall-hero{padding:9px 0 6px}
  .dz-mall-hero-grid{grid-template-columns:1fr;gap:8px}
  .dz-mall-main-promo{min-height:330px;border-radius:13px;padding:25px 22px;background-position:62% top}
  .dz-mall-promo-copy{max-width:86%}.dz-mall-promo-copy h1{font-size:42px}.dz-mall-promo-copy p{font-size:11px;line-height:1.55}.dz-mall-primary,.dz-mall-secondary{min-height:38px;font-size:9px}
  .dz-mall-side-promos{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:8px}.dz-mall-mini-card{min-height:130px;border-radius:12px;padding:16px}.dz-mall-mini-card strong{font-size:17px}.dz-mall-mini-card p{font-size:9px}.dz-mall-mini-card a{font-size:9px;margin-top:10px}
  .dz-mall-shortcuts{padding:3px 0 7px}.dz-mall-shortcut-grid{grid-template-columns:repeat(6,72px);overflow-x:auto;padding:10px 8px;gap:1px;border-radius:12px;scrollbar-width:none}.dz-mall-shortcut-grid::-webkit-scrollbar{display:none}.dz-mall-shortcut-grid>a{display:flex;flex-direction:column;align-items:center;gap:6px;padding:5px 2px;text-align:center}.dz-mall-shortcut-icon{width:38px;height:38px;border-radius:11px}.dz-mall-shortcut-icon svg{width:20px;height:20px}.dz-mall-shortcut-grid strong{font-size:9px;max-width:68px}.dz-mall-shortcut-grid small{display:none}
  .dz-mall-categories{padding:6px 0}.dz-mall-categories>.dz-wrap,.dz-mall-deals>.dz-wrap,.dz-mall-shop>.dz-wrap{padding:13px 10px;border-radius:12px}.dz-mall-section-title{margin-bottom:10px}.dz-mall-section-title h2{font-size:17px}.dz-mall-section-title>a{font-size:9px}
  .dz-mall-category-grid{grid-template-columns:repeat(6,72px);gap:8px}.dz-mall-category-image,.dz-mall-category-icon{border-radius:10px;margin-bottom:6px}.dz-mall-category-card strong{font-size:8px}
  .dz-mall-deals{padding:1px 0 6px}.dz-mall-deal-strip{grid-template-columns:repeat(4,145px);overflow-x:auto;scrollbar-width:none}.dz-mall-deal-strip::-webkit-scrollbar{display:none}.dz-mall-deal-card{grid-template-columns:62px 1fr;gap:8px;padding:6px}.dz-mall-deal-card img{width:62px;height:62px}.dz-mall-deal-card strong{font-size:10px}.dz-mall-deal-card small{font-size:8px}
  .dz-mall-shop{padding:6px 0 12px}.dz-mall-shop-title{align-items:flex-start}.dz-mall-shop-actions a{min-height:31px;padding:0 9px;font-size:8px}.dz-mall-filter-row{padding-bottom:9px}.dz-mall-filter-row a{padding:7px 10px;font-size:9px}
  .dz-mall-product-grid,.dz-mall-empty-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.dz-mall-product-card{border-radius:8px}.dz-mall-product-body{padding:8px}.dz-mall-product-body h3{min-height:31px;font-size:10px}.dz-mall-price{font-size:14px}.dz-mall-add{min-height:32px!important;font-size:8px!important}
  .dz-mall-support{padding:0 0 6px}.dz-mall-support-card{align-items:flex-start;flex-direction:column;padding:20px;border-radius:12px}.dz-mall-support-card h2{font-size:21px}.dz-mall-support-card>a{width:100%}
  .dz-mobile-shop-nav{position:fixed;left:0;right:0;bottom:0;z-index:70;height:62px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;border-top:1px solid #e7e7e7;background:rgba(255,255,255,.98);box-shadow:0 -3px 18px rgba(0,0,0,.06)}
  .dz-mobile-shop-nav a{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#777;font:700 8px/1 'Manrope',sans-serif}.dz-mobile-shop-nav svg{width:20px;height:20px}.dz-mobile-shop-nav a.is-active{color:var(--dz-mall-accent)}
  .dz-ai-chat{bottom:72px!important}
}
