.bahaar-homepage {
    --bg: #EDE9E2;
    --bg-soft: #E5E0D6;
    --bg-deep: #1A1916;
    --ink: #131210;
    --ink-soft: #4A4843;
    --mute: #8A8680;
    --line: #C9C5BC;
    --paper-on-dark: #E8E3D8;
    --serif: "Cormorant Garamond", "Times New Roman", serif;
    --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --urdu: "Noto Nastaliq Urdu", serif;
    --container: 1440px;
    --gutter: clamp(20px, 4vw, 56px);
    --section-y: clamp(72px, 12vw, 140px);
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    background: var(--bg);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 15px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bahaar-homepage *, .bahaar-homepage *::before, .bahaar-homepage *::after { box-sizing: border-box; }
.bahaar-homepage img { display: block; max-width: 100%; height: auto; }
.bahaar-homepage a { color: inherit; text-decoration: none; }
.bahaar-homepage button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; padding: 0; }
.bahaar-homepage .eyebrow { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mute); }
.bahaar-homepage .topbar { position: sticky; top: 0; z-index: 100; padding: 18px var(--gutter); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color 400ms var(--ease), padding 400ms var(--ease); }
.bahaar-homepage .topbar.is-scrolled { border-bottom-color: var(--line); padding-top: 14px; padding-bottom: 14px; }
.bahaar-homepage .topbar__left, .bahaar-homepage .topbar__right { display: flex; align-items: center; gap: 28px; }
.bahaar-homepage .topbar__right { justify-content: flex-end; }
.bahaar-homepage .topbar__brand { font-family: var(--serif); font-weight: 500; font-size: 22px; letter-spacing: 0.32em; text-transform: uppercase; line-height: 1; }
.bahaar-homepage .topbar__brand::after { content: "·"; display: inline-block; margin-left: 0.32em; color: var(--mute); transform: translateY(-2px); }
.bahaar-homepage .navlink { font-size: 12px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); position: relative; padding: 4px 0; }
.bahaar-homepage .navlink::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform 380ms var(--ease); }
.bahaar-homepage .navlink:hover::after { transform: scaleX(1); }
.bahaar-homepage .cart-btn { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); font-weight: 500; }
.bahaar-homepage .cart-btn .dot { width: 18px; height: 18px; border: 1px solid var(--ink); border-radius: 999px; display: inline-grid; place-items: center; font-size: 10px; font-weight: 600; font-family: var(--serif); line-height: 1; }
.bahaar-homepage .hamburger { display: none; width: 36px; height: 36px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 6px; padding: 0; margin-left: -6px; }
.bahaar-homepage .hamburger span { display: block; width: 22px; height: 1px; background: var(--ink); }
.bahaar-homepage .mobile-menu { position: fixed; inset: 0; z-index: 200; background: var(--bg); padding: 18px var(--gutter) 40px; display: flex; flex-direction: column; transform: translateY(-101%); transition: transform 520ms var(--ease); visibility: hidden; }
.bahaar-homepage .mobile-menu.is-open { transform: translateY(0); visibility: visible; }
.bahaar-homepage .mobile-menu__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.bahaar-homepage .mobile-menu__close { width: 40px; height: 40px; display: inline-grid; place-items: center; }
.bahaar-homepage .mobile-menu__nav { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 24px 0; }
.bahaar-homepage .mobile-menu__nav a { font-family: var(--serif); font-size: clamp(40px, 11vw, 56px); line-height: 1.15; color: var(--ink); padding: 6px 0; }
.bahaar-homepage .mobile-menu__nav a span { font-family: var(--serif); font-style: italic; color: var(--mute); }
.bahaar-homepage .mobile-menu__foot { text-align: center; padding-top: 24px; border-top: 1px solid var(--line); }
.bahaar-homepage .mobile-menu__urdu { font-family: var(--urdu); font-size: 64px; line-height: 1; direction: rtl; margin: 0; }
.bahaar-homepage .mobile-menu__tagline { margin-top: 8px; }
.bahaar-homepage .mobile-brand { font-size: 18px; }
.bahaar-homepage .hero { padding: calc(var(--section-y) + 40px) var(--gutter) var(--section-y); position: relative; overflow: hidden; }
.bahaar-homepage .hero__grid { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(24px, 5vw, 80px); }
.bahaar-homepage .hero__copy { position: relative; z-index: 2; }
.bahaar-homepage .hero__eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.bahaar-homepage .hero__eyebrow .rule { flex: 0 0 32px; height: 1px; background: var(--ink-soft); }
.bahaar-homepage .hero__urdu { font-family: var(--urdu); font-size: clamp(96px, 18vw, 220px); line-height: 1; color: var(--ink); margin: 0 0 18px; direction: rtl; text-align: right; letter-spacing: -0.02em; }
.bahaar-homepage .hero__wordmark { font-family: var(--serif); font-weight: 500; font-size: clamp(22px, 2vw, 28px); letter-spacing: 0.6em; text-transform: uppercase; margin: 0 0 36px; padding-right: 0.6em; }
.bahaar-homepage .hero__tagline { font-family: var(--serif); font-style: italic; font-size: clamp(20px, 1.6vw, 24px); line-height: 1.4; color: var(--ink-soft); margin: 0 0 40px; max-width: 28ch; }
.bahaar-homepage .hero__cta { display: inline-flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; transition: gap 400ms var(--ease); }
.bahaar-homepage .hero__cta:hover { gap: 24px; }
.bahaar-homepage .hero__cta svg { width: 22px; height: 8px; }
.bahaar-homepage .hero__visual { position: relative; aspect-ratio: 4 / 5; }
.bahaar-homepage .hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: contrast(0.96) saturate(0.85); }
.bahaar-homepage .hero__visual::before { content: ""; position: absolute; inset: -18px; border: 1px solid var(--line); z-index: -1; transform: translate(18px, 18px); }
.bahaar-homepage .hero__seal { position: absolute; bottom: 0; right: 0; font-family: var(--serif); font-style: italic; font-size: 13px; color: var(--mute); background: var(--bg); padding: 8px 12px 0 0; letter-spacing: 0.04em; }
.bahaar-homepage .hero__meta { max-width: var(--container); margin: clamp(56px, 8vw, 96px) auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.bahaar-homepage .hero__meta div { display: flex; flex-direction: column; gap: 6px; }
.bahaar-homepage .hero__meta .label { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mute); font-weight: 500; }
.bahaar-homepage .hero__meta .value { font-family: var(--serif); font-size: 17px; color: var(--ink); }
.bahaar-homepage .section-head { max-width: var(--container); margin: 0 auto clamp(48px, 7vw, 80px); padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px; }
.bahaar-homepage .section-head h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(36px, 5vw, 64px); line-height: 1; margin: 0; letter-spacing: -0.01em; }
.bahaar-homepage .section-head h2 em { font-style: italic; color: var(--ink-soft); }
.bahaar-homepage .section-head .meta { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mute); text-align: right; }
.bahaar-homepage .collection { padding: var(--section-y) 0; }
.bahaar-homepage .collection__grid { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px) clamp(24px, 4vw, 56px); }
.bahaar-homepage .product { position: relative; display: flex; flex-direction: column; }
.bahaar-homepage .product__numeral { position: absolute; top: 18px; left: 18px; z-index: 2; font-family: var(--serif); font-style: italic; font-size: 14px; letter-spacing: 0.04em; mix-blend-mode: difference; color: #fff; }
.bahaar-homepage .product__act { position: absolute; top: 18px; right: 18px; z-index: 2; font-size: 10px; font-weight: 500; letter-spacing: 0.32em; text-transform: uppercase; color: #fff; mix-blend-mode: difference; }
.bahaar-homepage .product__media { position: relative; aspect-ratio: 4 / 5; background: var(--bg-soft); overflow: hidden; }
.bahaar-homepage .product__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; transition: transform 1200ms var(--ease); will-change: transform; }
.bahaar-homepage .product:hover .product__media img { transform: scale(1.04); }
.bahaar-homepage .product__body { padding: 22px 4px 0; display: flex; flex-direction: column; gap: 12px; }
.bahaar-homepage .product__title-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.bahaar-homepage .product__name { font-family: var(--serif); font-size: 22px; font-weight: 500; margin: 0; letter-spacing: 0.005em; }
.bahaar-homepage .product__price { font-family: var(--sans); font-size: 14px; font-weight: 500; color: var(--ink); letter-spacing: 0.02em; white-space: nowrap; }
.bahaar-homepage .product__price del { color: var(--mute); margin-right: 6px; }
.bahaar-homepage .product__price ins { text-decoration: none; }
.bahaar-homepage .product__desc { font-size: 13px; color: var(--ink-soft); line-height: 1.5; margin: 0; max-width: 38ch; }
.bahaar-homepage .product__bottom { margin-top: 8px; display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid var(--line); gap: 16px; }
.bahaar-homepage .swatches { display: flex; gap: 8px; align-items: center; }
.bahaar-homepage .swatch { width: 14px; height: 14px; border-radius: 999px; border: 1px solid var(--line); position: relative; }
.bahaar-homepage .swatch--white { background: #F5F3EE; }
.bahaar-homepage .swatch--grey, .bahaar-homepage .swatch--gray { background: #B9B5AE; }
.bahaar-homepage .swatch--black { background: #1A1916; }
.bahaar-homepage .swatch.is-active { box-shadow: 0 0 0 1px var(--bg), 0 0 0 2px var(--ink); }
.bahaar-homepage .product__add { font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink); display: inline-flex; align-items: center; gap: 6px; padding: 4px 0; border-bottom: 1px solid transparent; transition: border-color 300ms var(--ease); white-space: nowrap; }
.bahaar-homepage .product__add:hover { border-bottom-color: var(--ink); }
.bahaar-homepage .philosophy { padding: var(--section-y) var(--gutter); background: var(--bg-soft); text-align: center; }
.bahaar-homepage .philosophy__inner { max-width: 720px; margin: 0 auto; }
.bahaar-homepage .philosophy__urdu { font-family: var(--urdu); font-size: clamp(60px, 9vw, 110px); line-height: 1.2; margin: 0 0 24px; direction: rtl; color: var(--ink); }
.bahaar-homepage .philosophy__quote { font-family: var(--serif); font-style: italic; font-size: clamp(22px, 2.4vw, 32px); line-height: 1.4; color: var(--ink); margin: 0 0 28px; letter-spacing: -0.005em; }
.bahaar-homepage .philosophy__body { font-size: 15px; color: var(--ink-soft); max-width: 52ch; margin: 0 auto; line-height: 1.7; }
.bahaar-homepage .marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; overflow: hidden; background: var(--bg); }
.bahaar-homepage .marquee__track { display: flex; gap: 64px; white-space: nowrap; animation: bahaarScroll 36s linear infinite; width: max-content; }
.bahaar-homepage .marquee__item { display: inline-flex; align-items: center; gap: 64px; font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--ink-soft); letter-spacing: 0.02em; }
.bahaar-homepage .marquee__item .dot { width: 6px; height: 6px; background: var(--mute); border-radius: 999px; display: inline-block; }
@keyframes bahaarScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.bahaar-homepage .editorial { padding: var(--section-y) var(--gutter); overflow: hidden; }
.bahaar-homepage .editorial__inner { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: center; }
.bahaar-homepage .editorial__image { aspect-ratio: 4 / 5; background: var(--bg-soft); overflow: hidden; position: relative; }
.bahaar-homepage .editorial__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.bahaar-homepage .editorial__image .tag { position: absolute; left: 18px; top: 18px; background: var(--bg); padding: 8px 12px; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink); font-weight: 500; }
.bahaar-homepage .editorial__text h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(32px, 4vw, 52px); line-height: 1.1; margin: 0 0 24px; letter-spacing: -0.01em; }
.bahaar-homepage .editorial__text h3 em { font-style: italic; color: var(--ink-soft); }
.bahaar-homepage .editorial__text p { color: var(--ink-soft); margin: 0 0 28px; max-width: 44ch; line-height: 1.7; }
.bahaar-homepage .editorial__details { list-style: none; padding: 0; margin: 0 0 32px; display: grid; gap: 14px; max-width: 480px; }
.bahaar-homepage .editorial__details li { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: 13px; }
.bahaar-homepage .editorial__details li:last-child { border-bottom: none; }
.bahaar-homepage .editorial__details .key { font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mute); align-self: center; }
.bahaar-homepage .editorial__details .val { color: var(--ink); font-family: var(--serif); font-size: 16px; }
.bahaar-homepage .footer { background: var(--bg-deep); color: var(--paper-on-dark); padding: clamp(72px, 10vw, 120px) var(--gutter) 32px; }
.bahaar-homepage .footer__inner { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.4fr auto; gap: clamp(40px, 6vw, 96px); align-items: start; padding-bottom: clamp(56px, 8vw, 88px); border-bottom: 1px solid #2C2A26; }
.bahaar-homepage .footer__brand { display: flex; flex-direction: column; gap: 16px; }
.bahaar-homepage .footer__urdu { font-family: var(--urdu); font-size: clamp(56px, 7vw, 80px); line-height: 1; direction: rtl; color: var(--paper-on-dark); margin: 0; }
.bahaar-homepage .footer__wordmark { font-family: var(--serif); font-size: 16px; letter-spacing: 0.5em; text-transform: uppercase; margin: 0; padding-right: 0.5em; }
.bahaar-homepage .footer__about { color: #8E8A82; max-width: 40ch; line-height: 1.7; font-size: 13px; margin: 4px 0 0; }
.bahaar-homepage .footer__social { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; }
.bahaar-homepage .footer__social a { display: inline-flex; align-items: center; gap: 16px; color: var(--paper-on-dark); transition: color 280ms var(--ease), gap 320ms var(--ease); }
.bahaar-homepage .footer__social a:hover { color: #fff; gap: 22px; }
.bahaar-homepage .footer__social-icon { width: 38px; height: 38px; border: 1px solid #3A3833; border-radius: 999px; display: inline-grid; place-items: center; flex-shrink: 0; }
.bahaar-homepage .footer__social-icon svg { width: 16px; height: 16px; }
.bahaar-homepage .footer__social-handle { font-family: var(--serif); font-size: 17px; letter-spacing: 0.01em; color: var(--paper-on-dark); }
.bahaar-homepage .footer__bottom { max-width: var(--container); margin: 0 auto; padding-top: 28px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: #6C6862; }
.bahaar-homepage .footer__legal { display: flex; gap: 24px; }
.bahaar-homepage .footer__bottom a { color: #8E8A82; }
.bahaar-homepage .footer__bottom a:hover { color: var(--paper-on-dark); }
.bahaar-homepage .reveal { opacity: 0; transform: translateY(20px); transition: opacity 900ms var(--ease), transform 900ms var(--ease); }
.bahaar-homepage .reveal.is-visible { opacity: 1; transform: none; }
.bahaar-homepage .bahaar-delay-120 { transition-delay: 120ms; }
.bahaar-homepage .bahaar-delay-240 { transition-delay: 240ms; }
.bahaar-homepage .bahaar-placeholder { width: 100%; height: 100%; background: var(--bg-soft); }
.bahaar-homepage .bahaar-empty-products { padding: 0 var(--gutter); max-width: var(--container); margin: 0 auto; }
@media (max-width: 900px) {
    .bahaar-homepage .hero__grid { grid-template-columns: 1fr; }
    .bahaar-homepage .hero__urdu { text-align: left; }
    .bahaar-homepage .hero__visual { max-width: 480px; margin: 8px auto 0; }
    .bahaar-homepage .hero__meta { grid-template-columns: repeat(2, 1fr); }
    .bahaar-homepage .collection__grid { grid-template-columns: 1fr 1fr; }
    .bahaar-homepage .editorial__inner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .bahaar-homepage .topbar { grid-template-columns: 1fr auto 1fr; padding-left: 20px; padding-right: 20px; }
    .bahaar-homepage .topbar__left { gap: 12px; }
    .bahaar-homepage .topbar__right { gap: 16px; }
    .bahaar-homepage .navlink--desktop { display: none; }
    .bahaar-homepage .cart-btn__label { display: none; }
    .bahaar-homepage .topbar__brand { font-size: 18px; letter-spacing: 0.28em; }
    .bahaar-homepage .hamburger { display: inline-flex; }
    .bahaar-homepage .footer__inner { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 700px) {
    .bahaar-homepage .section-head { grid-template-columns: 1fr; }
    .bahaar-homepage .section-head .meta { text-align: left; }
}
@media (max-width: 600px) {
    .bahaar-homepage .collection__grid { grid-template-columns: 1fr; gap: 48px; }
    .bahaar-homepage .editorial__details li { grid-template-columns: 1fr; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
    .bahaar-homepage .reveal { opacity: 1; transform: none; transition: none; }
    .bahaar-homepage .marquee__track { animation: none; }
}

/* Loading stability fixes */
.bahaar-homepage { width: 100%; min-height: 100vh; isolation: isolate; }
.bahaar-homepage p, .bahaar-homepage h1, .bahaar-homepage h2, .bahaar-homepage h3, .bahaar-homepage ul { margin-top: 0; }
.bahaar-homepage .hero__visual, .bahaar-homepage .product__media, .bahaar-homepage .editorial__image { min-height: 280px; }
.bahaar-homepage .hero__visual img, .bahaar-homepage .product__media img, .bahaar-homepage .editorial__image img { opacity: 1; }

/* Homepage dynamic swatches */
.bahaar-homepage .swatch--gray { background:#B9B5AE; }
.bahaar-homepage .swatch--off-white, .bahaar-homepage .swatch--cream { background:#F5F3EE; }
.bahaar-homepage .swatch--navy { background:#1D3557; }
.bahaar-homepage .swatch--green { background:#4a5d3a; }
.bahaar-homepage .swatch--blue { background:#426b9a; }
.bahaar-homepage .swatch--red { background:#8a2c2c; }
.bahaar-homepage .swatch--yellow { background:#d6b450; }
.bahaar-homepage .swatch--pink { background:#d8a3aa; }
.bahaar-homepage .swatch--brown { background:#8a4a2c; }

/* Single product shortcode */
.bahaar-single-product {
    --paper:#f4efe4; --paper-deep:#ebe4d4; --ink:#221c14; --ink-soft:#5a4e3d; --ink-faint:#a89b85; --rule:#d9cfb8; --accent:#4a5d3a; --accent-warm:#8a4a2c;
    background:var(--paper); color:var(--ink); font-family:'Inter',sans-serif; font-weight:300; font-size:15px; line-height:1.6; overflow-x:hidden; -webkit-font-smoothing:antialiased;
}
.bahaar-single-product *{box-sizing:border-box;}
.bahaar-single-product a{color:inherit;text-decoration:none;}
.bsp-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:26px 48px;border-bottom:1px solid var(--rule);position:sticky;top:0;background:var(--paper);z-index:50;}
.bsp-nav-left,.bsp-nav-right{display:flex;gap:28px;font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--ink-soft);}
.bsp-nav-right{justify-content:flex-end;}.bsp-nav a:hover{color:var(--ink);}.bsp-brand{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:26px;font-weight:500;letter-spacing:.02em;color:var(--ink);}.bsp-bag-count{display:inline-block;margin-left:6px;font-size:10px;color:var(--ink-faint);}
.bsp-crumb{padding:22px 48px 0;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-faint);}.bsp-crumb span{margin:0 10px;}.bsp-crumb strong{color:var(--ink);font-weight:400;}.bsp-crumb a:hover{color:var(--ink-soft);}
.bsp-product{display:grid;grid-template-columns:1.15fr 1fr;gap:80px;padding:40px 48px 80px;max-width:1440px;margin:0 auto;position:relative;}
.bsp-gallery{position:relative;}.bsp-gallery-main{background:var(--paper-deep);aspect-ratio:4/5;position:relative;overflow:hidden;}.bsp-gallery-main::before{content:'بہار';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:'Noto Nastaliq Urdu',serif;font-size:280px;color:#d9cfb8;opacity:.42;pointer-events:none;line-height:1;z-index:0;}.bsp-gallery-main img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;padding:8%;transition:opacity .45s ease;}.bsp-edition-mark{position:absolute;top:24px;left:24px;z-index:2;font-family:'Cormorant Garamond',serif;font-style:italic;font-size:14px;color:var(--ink-soft);letter-spacing:.05em;}.bsp-edition-mark::before{content:'';display:inline-block;width:22px;height:1px;background:var(--ink-faint);vertical-align:middle;margin-right:10px;}
.bsp-gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px;}.bsp-thumb{aspect-ratio:1;background:var(--paper-deep);cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:outline .2s ease;outline:1px solid transparent;outline-offset:-1px;border:0;padding:0;}.bsp-thumb img{width:80%;height:80%;object-fit:contain;opacity:.85;}.bsp-thumb:hover,.bsp-thumb.active{outline-color:var(--ink);}.bsp-thumb span{position:absolute;bottom:6px;left:8px;font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:var(--ink-soft);}
.bsp-details{padding-top:16px;max-width:460px;}.bsp-roman{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:13px;color:var(--accent);letter-spacing:.08em;margin-bottom:10px;}.bsp-roman::after{content:'';display:inline-block;width:40px;height:1px;background:var(--accent);vertical-align:middle;margin-left:14px;opacity:.6;}.bsp-product-title{font-family:'Cormorant Garamond',serif!important;font-weight:400!important;font-size:58px!important;line-height:.95!important;letter-spacing:-.01em!important;margin:0 0 8px!important;color:var(--ink)!important;}.bsp-product-title em{font-style:italic;color:var(--ink-soft);}.bsp-urdu-sub{font-family:'Noto Nastaliq Urdu',serif;font-size:26px;color:var(--ink-soft);margin-bottom:28px;line-height:1.4;}.bsp-price-row{display:flex;align-items:baseline;gap:14px;padding-bottom:22px;border-bottom:1px solid var(--rule);margin-bottom:28px;}.bsp-price{font-family:'Cormorant Garamond',serif;font-size:28px;color:var(--ink);}.bsp-price del{color:var(--ink-faint);margin-right:8px;}.bsp-price ins{text-decoration:none;}.bsp-price-note{font-size:11px;color:var(--ink-faint);letter-spacing:.12em;text-transform:uppercase;}.bsp-lede{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:17px;line-height:1.55;color:var(--ink-soft);margin-bottom:36px;padding-left:16px;border-left:1px solid var(--rule);}.bsp-lede p{margin:0 0 8px;}
.bsp-selector-label{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:12px;}.bsp-selector-label em{font-family:'Cormorant Garamond',serif;font-style:italic;text-transform:none;letter-spacing:0;color:var(--ink);}.bsp-selector-label a{color:var(--ink-faint);border-bottom:1px solid var(--ink-faint);padding-bottom:1px;}.bsp-colors{display:flex;gap:10px;margin-bottom:28px;}.bsp-color{width:28px;height:28px;border-radius:999px;border:1px solid var(--rule);cursor:pointer;background:#ddd;box-shadow:none;}.bsp-color.selected{box-shadow:0 0 0 2px var(--paper),0 0 0 3px var(--ink);}.bsp-color.swatch--white{background:#F5F3EE}.bsp-color.swatch--grey,.bsp-color.swatch--gray{background:#B9B5AE}.bsp-color.swatch--black{background:#1A1916}.bsp-color.swatch--navy{background:#1D3557}.bsp-color.swatch--green{background:#4a5d3a}.bsp-color.swatch--blue{background:#426b9a}.bsp-color.swatch--brown{background:#8a4a2c}.bsp-color.swatch--red{background:#8a2c2c}
.bsp-sizes{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:30px;}.bsp-size{background:transparent;border:1px solid var(--rule);padding:14px 0;font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.12em;color:var(--ink-soft);cursor:pointer;transition:all .2s ease;}.bsp-size:hover{border-color:var(--ink-soft);color:var(--ink);}.bsp-size.selected{background:var(--ink);color:var(--paper);border-color:var(--ink);}.bsp-size.oos{color:var(--ink-faint);text-decoration:line-through;cursor:not-allowed;opacity:.55;}.bsp-size.oos:hover{border-color:var(--rule);color:var(--ink-faint);}
.bsp-add-row{display:grid;grid-template-columns:110px 1fr;gap:10px;margin-bottom:10px;}.bsp-qty{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--rule);padding:0 14px;}.bsp-qty button{background:none;border:0;font-size:16px;color:var(--ink-soft);cursor:pointer;padding:14px 0;width:20px;}.bsp-qty button:hover{color:var(--ink);}.bsp-qty span{font-family:'Cormorant Garamond',serif;font-size:17px;color:var(--ink);}.bsp-add-cart{background:var(--ink);color:var(--paper);border:1px solid var(--ink);padding:14px 20px;font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .25s ease;}.bsp-add-cart:hover{background:var(--paper);color:var(--ink);}.bsp-add-cart:disabled{opacity:.55;cursor:not-allowed;}.bsp-arrow{font-size:18px;line-height:1;}.bsp-message{font-size:12px;color:var(--accent);margin:0 0 10px;min-height:18px;}.bsp-message.error{color:#8a2c2c;}.bsp-ship-note{font-size:11px;color:var(--ink-faint);letter-spacing:.08em;margin-bottom:36px;display:flex;align-items:center;gap:8px;}.bsp-ship-note::before{content:'';width:5px;height:5px;background:var(--accent);border-radius:50%;display:inline-block;}
.bsp-specs{border-top:1px solid var(--rule);padding-top:28px;}.bsp-specs div{display:grid;grid-template-columns:1fr 2fr;gap:20px;padding:14px 0;border-bottom:1px solid var(--rule);font-size:13px;}.bsp-specs div:last-child{border-bottom:0;}.bsp-specs dt{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-faint);padding-top:2px;}.bsp-specs dd{color:var(--ink);font-weight:300;margin:0;}
.bsp-related{padding:100px 48px 80px;max-width:1440px;margin:0 auto;border-top:1px solid var(--rule);}.bsp-related-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;}.bsp-related-head h3{font-family:'Cormorant Garamond',serif;font-weight:400;font-size:40px;margin:0;}.bsp-related-head h3 em{font-style:italic;color:var(--ink-soft);}.bsp-related-head a{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-soft);border-bottom:1px solid var(--ink-soft);padding-bottom:3px;}.bsp-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;}.bsp-related-card{position:relative;}.bsp-image-wrap{background:var(--paper-deep);aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;}.bsp-image-wrap img{width:70%;transition:transform .6s ease;}.bsp-related-card:hover .bsp-image-wrap img{transform:scale(1.04);}.bsp-related-meta{display:flex;justify-content:space-between;align-items:baseline;margin-top:18px;gap:14px;}.bsp-related-meta h4{font-family:'Cormorant Garamond',serif;font-weight:400;font-size:24px;margin:0;}.bsp-related-meta span{font-family:'Cormorant Garamond',serif;font-size:18px;color:var(--ink-soft);}.bsp-related-card p{font-size:15px;color:var(--ink-soft);margin-top:4px;font-style:italic;font-family:'Cormorant Garamond',serif;}
.bsp-footer{border-top:1px solid var(--rule);padding:70px 48px 30px;background:var(--paper);}.bsp-foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:60px;max-width:1440px;margin:0 auto;}.bsp-foot-grid h5{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-faint);margin:0 0 18px;font-weight:400;}.bsp-foot-grid a{display:block;padding:5px 0;color:var(--ink-soft);font-size:13px;}.bsp-foot-grid a:hover{color:var(--ink);}.bsp-foot-brand div{font-family:'Noto Nastaliq Urdu',serif;font-size:56px;line-height:1;color:var(--ink);margin-bottom:12px;}.bsp-foot-brand p{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:15px;color:var(--ink-soft);max-width:280px;}.bsp-foot-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--rule);margin-top:60px;padding-top:24px;font-size:11px;letter-spacing:.1em;color:var(--ink-faint);text-transform:uppercase;max-width:1440px;margin-left:auto;margin-right:auto;}
@media(max-width:900px){.bsp-nav{padding:18px 22px;}.bsp-nav-left{display:none;}.bsp-nav-right{gap:18px;font-size:11px;}.bsp-crumb{padding:18px 22px 0;font-size:10px;}.bsp-product{grid-template-columns:1fr;gap:36px;padding:24px 22px 60px;}.bsp-gallery-main::before{font-size:160px;}.bsp-product-title{font-size:44px!important;}.bsp-urdu-sub{font-size:22px;}.bsp-related{padding:70px 22px 50px;}.bsp-related-head h3{font-size:30px;}.bsp-related-grid{grid-template-columns:1fr;gap:30px;}.bsp-footer{padding:60px 22px 26px;}.bsp-foot-grid{grid-template-columns:1fr 1fr;gap:36px;}.bsp-foot-bottom{flex-direction:column;gap:10px;padding:24px 0;}.bsp-sizes{grid-template-columns:repeat(4,1fr);}}
@media(max-width:600px){.bsp-nav{grid-template-columns:1fr;gap:12px;text-align:center;}.bsp-nav-right{justify-content:center;flex-wrap:wrap;}.bsp-add-row{grid-template-columns:1fr;}.bsp-foot-grid{grid-template-columns:1fr;}.bsp-related-head{display:block;}.bsp-related-head a{display:inline-block;margin-top:14px;}.bsp-specs div{grid-template-columns:1fr;gap:4px;}}

/* v1.0.7 shared Bahaar header on single product */
.bahaar-single-product {
    --bg: var(--paper);
    --bg-soft: var(--paper-deep);
    --bg-deep: #1A1916;
    --mute: var(--ink-faint);
    --line: var(--rule);
    --paper-on-dark: #E8E3D8;
    --serif: "Cormorant Garamond", "Times New Roman", serif;
    --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --urdu: "Noto Nastaliq Urdu", serif;
    --container: 1440px;
    --gutter: clamp(20px, 4vw, 56px);
    --section-y: clamp(72px, 12vw, 140px);
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
.bahaar-single-product .eyebrow{font-family:var(--sans);font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--mute);}
.bahaar-single-product .topbar{position:sticky;top:0;z-index:100;padding:18px var(--gutter);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:border-color 400ms var(--ease),padding 400ms var(--ease);}
.bahaar-single-product .topbar.is-scrolled{border-bottom-color:var(--line);padding-top:14px;padding-bottom:14px;}
.bahaar-single-product .topbar__left,.bahaar-single-product .topbar__right{display:flex;align-items:center;gap:28px;}
.bahaar-single-product .topbar__right{justify-content:flex-end;}
.bahaar-single-product .topbar__brand{font-family:var(--serif);font-weight:500;font-size:22px;letter-spacing:.32em;text-transform:uppercase;line-height:1;color:var(--ink);}
.bahaar-single-product .topbar__brand::after{content:"·";display:inline-block;margin-left:.32em;color:var(--mute);transform:translateY(-2px);}
.bahaar-single-product .navlink{font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft);position:relative;padding:4px 0;}
.bahaar-single-product .navlink::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform 380ms var(--ease);}
.bahaar-single-product .navlink:hover::after{transform:scaleX(1);}
.bahaar-single-product .hamburger{display:none;width:36px;height:36px;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;padding:0;margin-left:-6px;}
.bahaar-single-product .hamburger span{display:block;width:22px;height:1px;background:var(--ink);}
.bahaar-single-product .mobile-menu{position:fixed;inset:0;z-index:200;background:var(--bg);padding:18px var(--gutter) 40px;display:flex;flex-direction:column;transform:translateY(-101%);transition:transform 520ms var(--ease);visibility:hidden;}
.bahaar-single-product .mobile-menu.is-open{transform:translateY(0);visibility:visible;}
.bahaar-single-product .mobile-menu__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:24px;border-bottom:1px solid var(--line);}
.bahaar-single-product .mobile-menu__close{width:40px;height:40px;display:inline-grid;place-items:center;}
.bahaar-single-product .mobile-menu__nav{flex:1;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:24px 0;}
.bahaar-single-product .mobile-menu__nav a{font-family:var(--serif);font-size:clamp(40px,11vw,56px);line-height:1.15;color:var(--ink);padding:6px 0;}
.bahaar-single-product .mobile-menu__nav a span{font-family:var(--serif);font-style:italic;color:var(--mute);}
.bahaar-single-product .mobile-menu__foot{text-align:center;padding-top:24px;border-top:1px solid var(--line);}
.bahaar-single-product .mobile-menu__urdu{font-family:var(--urdu);font-size:64px;line-height:1;direction:rtl;margin:0;}
.bahaar-single-product .mobile-menu__tagline{margin-top:8px;}
.bahaar-single-product .mobile-brand{font-size:18px;}

/* Bigger bag count */
.bahaar-homepage .cart-btn .dot,.bahaar-single-product .cart-btn .dot{width:28px;height:28px;font-size:13px;font-weight:700;}
.bahaar-homepage .cart-btn,.bahaar-single-product .cart-btn{gap:10px;}

/* Built-in side cart drawer */
.bahaar-homepage .bahaar-side-cart,.bahaar-single-product .bahaar-side-cart{position:fixed;inset:0;z-index:99999;pointer-events:none;visibility:hidden;}
.bahaar-homepage .bahaar-side-cart.is-open,.bahaar-single-product .bahaar-side-cart.is-open{pointer-events:auto;visibility:visible;}
.bahaar-homepage .bahaar-side-cart__overlay,.bahaar-single-product .bahaar-side-cart__overlay{position:absolute;inset:0;background:rgba(19,18,16,.48);opacity:0;transition:opacity 320ms var(--ease);border:0;display:block;width:100%;height:100%;}
.bahaar-homepage .bahaar-side-cart.is-open .bahaar-side-cart__overlay,.bahaar-single-product .bahaar-side-cart.is-open .bahaar-side-cart__overlay{opacity:1;}
.bahaar-homepage .bahaar-side-cart__panel,.bahaar-single-product .bahaar-side-cart__panel{position:absolute;top:0;right:0;width:min(440px,92vw);height:100%;background:var(--bg);color:var(--ink);box-shadow:-24px 0 60px rgba(0,0,0,.22);transform:translateX(104%);transition:transform 420ms var(--ease);display:flex;flex-direction:column;}
.bahaar-homepage .bahaar-side-cart.is-open .bahaar-side-cart__panel,.bahaar-single-product .bahaar-side-cart.is-open .bahaar-side-cart__panel{transform:translateX(0);}
.bahaar-homepage .bahaar-side-cart__head,.bahaar-single-product .bahaar-side-cart__head{padding:26px 28px 20px;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;justify-content:space-between;gap:20px;}
.bahaar-homepage .bahaar-side-cart__head h3,.bahaar-single-product .bahaar-side-cart__head h3{font-family:var(--serif);font-size:32px;font-weight:400;line-height:1;margin:8px 0 0;color:var(--ink);}
.bahaar-homepage .bahaar-side-cart__close,.bahaar-single-product .bahaar-side-cart__close{width:38px;height:38px;border:1px solid var(--line);border-radius:999px;display:grid;place-items:center;font-size:24px;line-height:1;background:transparent;color:var(--ink);}
.bahaar-homepage .bahaar-side-cart__content,.bahaar-single-product .bahaar-side-cart__content{padding:24px 28px;overflow:auto;flex:1;}
.bahaar-homepage .bahaar-side-cart__content .woocommerce-mini-cart,.bahaar-single-product .bahaar-side-cart__content .woocommerce-mini-cart{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:18px;}
.bahaar-homepage .bahaar-side-cart__content .woocommerce-mini-cart-item,.bahaar-single-product .bahaar-side-cart__content .woocommerce-mini-cart-item{border-bottom:1px solid var(--line);padding-bottom:18px;position:relative;min-height:74px;}
.bahaar-homepage .bahaar-side-cart__content .woocommerce-mini-cart-item img,.bahaar-single-product .bahaar-side-cart__content .woocommerce-mini-cart-item img{width:64px;height:74px;object-fit:cover;float:left;margin-right:14px;background:var(--bg-soft);}
.bahaar-homepage .bahaar-side-cart__content .remove,.bahaar-single-product .bahaar-side-cart__content .remove{position:absolute;right:0;top:0;font-size:20px;color:var(--mute)!important;}
.bahaar-homepage .bahaar-side-cart__content .total,.bahaar-single-product .bahaar-side-cart__content .total{border-top:1px solid var(--line);padding-top:18px;margin:18px 0;font-family:var(--serif);font-size:22px;display:flex;justify-content:space-between;}
.bahaar-homepage .bahaar-side-cart__content .buttons,.bahaar-single-product .bahaar-side-cart__content .buttons{display:grid;grid-template-columns:1fr;gap:10px;margin:0;}
.bahaar-homepage .bahaar-side-cart__content .button,.bahaar-single-product .bahaar-side-cart__content .button{background:var(--ink);color:var(--bg)!important;border:1px solid var(--ink);padding:14px 18px;text-align:center;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:500;}
.bahaar-homepage .bahaar-side-cart__content .button:hover,.bahaar-single-product .bahaar-side-cart__content .button:hover{background:transparent;color:var(--ink)!important;}
.bahaar-homepage .bahaar-side-cart__content .woocommerce-mini-cart__empty-message,.bahaar-single-product .bahaar-side-cart__content .woocommerce-mini-cart__empty-message{font-family:var(--serif);font-size:22px;color:var(--ink-soft);}
body.bahaar-side-cart-open{overflow:hidden;}

@media(max-width:760px){
    .bahaar-single-product .topbar{grid-template-columns:1fr auto 1fr;padding-left:20px;padding-right:20px;}
    .bahaar-single-product .topbar__left{gap:12px;}
    .bahaar-single-product .topbar__right{gap:16px;}
    .bahaar-single-product .navlink--desktop{display:none;}
    .bahaar-single-product .cart-btn__label{display:none;}
    .bahaar-single-product .topbar__brand{font-size:18px;letter-spacing:.28em;}
    .bahaar-single-product .hamburger{display:inline-flex;}
}

/* Shared homepage footer used on single product pages */
.bahaar-single-product .footer{background:var(--bg-deep);color:var(--paper-on-dark);padding:clamp(72px,10vw,120px) var(--gutter) 32px;}
.bahaar-single-product .footer__inner{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:1.4fr auto;gap:clamp(40px,6vw,96px);align-items:start;padding-bottom:clamp(56px,8vw,88px);border-bottom:1px solid #2C2A26;}
.bahaar-single-product .footer__brand{display:flex;flex-direction:column;gap:16px;}
.bahaar-single-product .footer__urdu{font-family:var(--urdu);font-size:clamp(56px,7vw,80px);line-height:1;direction:rtl;color:var(--paper-on-dark);margin:0;}
.bahaar-single-product .footer__wordmark{font-family:var(--serif);font-size:16px;letter-spacing:.5em;text-transform:uppercase;margin:0;padding-right:.5em;color:var(--paper-on-dark);}
.bahaar-single-product .footer__about{color:#8E8A82;max-width:40ch;line-height:1.7;font-size:13px;margin:4px 0 0;}
.bahaar-single-product .footer__social{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px;}
.bahaar-single-product .footer__social a{display:inline-flex;align-items:center;gap:16px;color:var(--paper-on-dark);transition:color 280ms var(--ease),gap 320ms var(--ease);}
.bahaar-single-product .footer__social a:hover{color:#fff;gap:22px;}
.bahaar-single-product .footer__social-icon{width:38px;height:38px;border:1px solid #3A3833;border-radius:999px;display:inline-grid;place-items:center;flex-shrink:0;color:var(--paper-on-dark);}
.bahaar-single-product .footer__social-handle{font-family:var(--serif);font-size:17px;letter-spacing:.01em;color:var(--paper-on-dark);}
.bahaar-single-product .footer__bottom{max-width:var(--container);margin:0 auto;padding-top:28px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#6C6862;}
.bahaar-single-product .footer__legal{display:flex;gap:24px;}
.bahaar-single-product .footer__bottom a{color:#8E8A82;}
.bahaar-single-product .footer__bottom a:hover{color:var(--paper-on-dark);}
@media(max-width:760px){.bahaar-single-product .footer__inner{grid-template-columns:1fr;gap:48px;}}


.bahaar-global-shell {
    --bg: #EDE9E2;
    --bg-soft: #E5E0D6;
    --bg-deep: #1A1916;
    --ink: #131210;
    --ink-soft: #4A4843;
    --mute: #8A8680;
    --line: #C9C5BC;
    --paper-on-dark: #E8E3D8;
    --serif: "Cormorant Garamond", "Times New Roman", serif;
    --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --urdu: "Noto Nastaliq Urdu", serif;
    --container: 1440px;
    --gutter: clamp(20px, 4vw, 56px);
    --section-y: clamp(72px, 12vw, 140px);
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    background: var(--bg);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 15px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bahaar-global-shell *, .bahaar-global-shell *::before, .bahaar-global-shell *::after { box-sizing: border-box; }
.bahaar-global-shell img { display: block; max-width: 100%; height: auto; }
.bahaar-global-shell a { color: inherit; text-decoration: none; }
.bahaar-global-shell button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; padding: 0; }
.bahaar-global-shell .eyebrow { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mute); }
.bahaar-global-shell .topbar { position: sticky; top: 0; z-index: 100; padding: 18px var(--gutter); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color 400ms var(--ease), padding 400ms var(--ease); }
.bahaar-global-shell .topbar.is-scrolled { border-bottom-color: var(--line); padding-top: 14px; padding-bottom: 14px; }
.bahaar-global-shell .topbar__left, .bahaar-global-shell .topbar__right { display: flex; align-items: center; gap: 28px; }
.bahaar-global-shell .topbar__right { justify-content: flex-end; }
.bahaar-global-shell .topbar__brand { font-family: var(--serif); font-weight: 500; font-size: 22px; letter-spacing: 0.32em; text-transform: uppercase; line-height: 1; }
.bahaar-global-shell .topbar__brand::after { content: "·"; display: inline-block; margin-left: 0.32em; color: var(--mute); transform: translateY(-2px); }
.bahaar-global-shell .navlink { font-size: 12px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); position: relative; padding: 4px 0; }
.bahaar-global-shell .navlink::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform 380ms var(--ease); }
.bahaar-global-shell .navlink:hover::after { transform: scaleX(1); }
.bahaar-global-shell .cart-btn { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); font-weight: 500; }
.bahaar-global-shell .cart-btn .dot { width: 18px; height: 18px; border: 1px solid var(--ink); border-radius: 999px; display: inline-grid; place-items: center; font-size: 10px; font-weight: 600; font-family: var(--serif); line-height: 1; }
.bahaar-global-shell .hamburger { display: none; width: 36px; height: 36px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 6px; padding: 0; margin-left: -6px; }
.bahaar-global-shell .hamburger span { display: block; width: 22px; height: 1px; background: var(--ink); }
.bahaar-global-shell .mobile-menu { position: fixed; inset: 0; z-index: 200; background: var(--bg); padding: 18px var(--gutter) 40px; display: flex; flex-direction: column; transform: translateY(-101%); transition: transform 520ms var(--ease); visibility: hidden; }
.bahaar-global-shell .mobile-menu.is-open { transform: translateY(0); visibility: visible; }
.bahaar-global-shell .mobile-menu__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.bahaar-global-shell .mobile-menu__close { width: 40px; height: 40px; display: inline-grid; place-items: center; }
.bahaar-global-shell .mobile-menu__nav { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 24px 0; }
.bahaar-global-shell .mobile-menu__nav a { font-family: var(--serif); font-size: clamp(40px, 11vw, 56px); line-height: 1.15; color: var(--ink); padding: 6px 0; }
.bahaar-global-shell .mobile-menu__nav a span { font-family: var(--serif); font-style: italic; color: var(--mute); }
.bahaar-global-shell .mobile-menu__foot { text-align: center; padding-top: 24px; border-top: 1px solid var(--line); }
.bahaar-global-shell .mobile-menu__urdu { font-family: var(--urdu); font-size: 64px; line-height: 1; direction: rtl; margin: 0; }
.bahaar-global-shell .mobile-menu__tagline { margin-top: 8px; }
.bahaar-global-shell .mobile-brand { font-size: 18px; }
.bahaar-global-shell .hero { padding: calc(var(--section-y) + 40px) var(--gutter) var(--section-y); position: relative; overflow: hidden; }
.bahaar-global-shell .hero__grid { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(24px, 5vw, 80px); }
.bahaar-global-shell .hero__copy { position: relative; z-index: 2; }
.bahaar-global-shell .hero__eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.bahaar-global-shell .hero__eyebrow .rule { flex: 0 0 32px; height: 1px; background: var(--ink-soft); }
.bahaar-global-shell .hero__urdu { font-family: var(--urdu); font-size: clamp(96px, 18vw, 220px); line-height: 1; color: var(--ink); margin: 0 0 18px; direction: rtl; text-align: right; letter-spacing: -0.02em; }
.bahaar-global-shell .hero__wordmark { font-family: var(--serif); font-weight: 500; font-size: clamp(22px, 2vw, 28px); letter-spacing: 0.6em; text-transform: uppercase; margin: 0 0 36px; padding-right: 0.6em; }
.bahaar-global-shell .hero__tagline { font-family: var(--serif); font-style: italic; font-size: clamp(20px, 1.6vw, 24px); line-height: 1.4; color: var(--ink-soft); margin: 0 0 40px; max-width: 28ch; }
.bahaar-global-shell .hero__cta { display: inline-flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; transition: gap 400ms var(--ease); }
.bahaar-global-shell .hero__cta:hover { gap: 24px; }
.bahaar-global-shell .hero__cta svg { width: 22px; height: 8px; }
.bahaar-global-shell .hero__visual { position: relative; aspect-ratio: 4 / 5; }
.bahaar-global-shell .hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: contrast(0.96) saturate(0.85); }
.bahaar-global-shell .hero__visual::before { content: ""; position: absolute; inset: -18px; border: 1px solid var(--line); z-index: -1; transform: translate(18px, 18px); }
.bahaar-global-shell .hero__seal { position: absolute; bottom: 0; right: 0; font-family: var(--serif); font-style: italic; font-size: 13px; color: var(--mute); background: var(--bg); padding: 8px 12px 0 0; letter-spacing: 0.04em; }
.bahaar-global-shell .hero__meta { max-width: var(--container); margin: clamp(56px, 8vw, 96px) auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.bahaar-global-shell .hero__meta div { display: flex; flex-direction: column; gap: 6px; }
.bahaar-global-shell .hero__meta .label { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mute); font-weight: 500; }
.bahaar-global-shell .hero__meta .value { font-family: var(--serif); font-size: 17px; color: var(--ink); }
.bahaar-global-shell .section-head { max-width: var(--container); margin: 0 auto clamp(48px, 7vw, 80px); padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px; }
.bahaar-global-shell .section-head h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(36px, 5vw, 64px); line-height: 1; margin: 0; letter-spacing: -0.01em; }
.bahaar-global-shell .section-head h2 em { font-style: italic; color: var(--ink-soft); }
.bahaar-global-shell .section-head .meta { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mute); text-align: right; }
.bahaar-global-shell .collection { padding: var(--section-y) 0; }
.bahaar-global-shell .collection__grid { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px) clamp(24px, 4vw, 56px); }
.bahaar-global-shell .product { position: relative; display: flex; flex-direction: column; }
.bahaar-global-shell .product__numeral { position: absolute; top: 18px; left: 18px; z-index: 2; font-family: var(--serif); font-style: italic; font-size: 14px; letter-spacing: 0.04em; mix-blend-mode: difference; color: #fff; }
.bahaar-global-shell .product__act { position: absolute; top: 18px; right: 18px; z-index: 2; font-size: 10px; font-weight: 500; letter-spacing: 0.32em; text-transform: uppercase; color: #fff; mix-blend-mode: difference; }
.bahaar-global-shell .product__media { position: relative; aspect-ratio: 4 / 5; background: var(--bg-soft); overflow: hidden; }
.bahaar-global-shell .product__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; transition: transform 1200ms var(--ease); will-change: transform; }
.bahaar-global-shell .product:hover .product__media img { transform: scale(1.04); }
.bahaar-global-shell .product__body { padding: 22px 4px 0; display: flex; flex-direction: column; gap: 12px; }
.bahaar-global-shell .product__title-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.bahaar-global-shell .product__name { font-family: var(--serif); font-size: 22px; font-weight: 500; margin: 0; letter-spacing: 0.005em; }
.bahaar-global-shell .product__price { font-family: var(--sans); font-size: 14px; font-weight: 500; color: var(--ink); letter-spacing: 0.02em; white-space: nowrap; }
.bahaar-global-shell .product__price del { color: var(--mute); margin-right: 6px; }
.bahaar-global-shell .product__price ins { text-decoration: none; }
.bahaar-global-shell .product__desc { font-size: 13px; color: var(--ink-soft); line-height: 1.5; margin: 0; max-width: 38ch; }
.bahaar-global-shell .product__bottom { margin-top: 8px; display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid var(--line); gap: 16px; }
.bahaar-global-shell .swatches { display: flex; gap: 8px; align-items: center; }
.bahaar-global-shell .swatch { width: 14px; height: 14px; border-radius: 999px; border: 1px solid var(--line); position: relative; }
.bahaar-global-shell .swatch--white { background: #F5F3EE; }
.bahaar-global-shell .swatch--grey, .bahaar-global-shell .swatch--gray { background: #B9B5AE; }
.bahaar-global-shell .swatch--black { background: #1A1916; }
.bahaar-global-shell .swatch.is-active { box-shadow: 0 0 0 1px var(--bg), 0 0 0 2px var(--ink); }
.bahaar-global-shell .product__add { font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink); display: inline-flex; align-items: center; gap: 6px; padding: 4px 0; border-bottom: 1px solid transparent; transition: border-color 300ms var(--ease); white-space: nowrap; }
.bahaar-global-shell .product__add:hover { border-bottom-color: var(--ink); }
.bahaar-global-shell .philosophy { padding: var(--section-y) var(--gutter); background: var(--bg-soft); text-align: center; }
.bahaar-global-shell .philosophy__inner { max-width: 720px; margin: 0 auto; }
.bahaar-global-shell .philosophy__urdu { font-family: var(--urdu); font-size: clamp(60px, 9vw, 110px); line-height: 1.2; margin: 0 0 24px; direction: rtl; color: var(--ink); }
.bahaar-global-shell .philosophy__quote { font-family: var(--serif); font-style: italic; font-size: clamp(22px, 2.4vw, 32px); line-height: 1.4; color: var(--ink); margin: 0 0 28px; letter-spacing: -0.005em; }
.bahaar-global-shell .philosophy__body { font-size: 15px; color: var(--ink-soft); max-width: 52ch; margin: 0 auto; line-height: 1.7; }
.bahaar-global-shell .marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; overflow: hidden; background: var(--bg); }
.bahaar-global-shell .marquee__track { display: flex; gap: 64px; white-space: nowrap; animation: bahaarScroll 36s linear infinite; width: max-content; }
.bahaar-global-shell .marquee__item { display: inline-flex; align-items: center; gap: 64px; font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--ink-soft); letter-spacing: 0.02em; }
.bahaar-global-shell .marquee__item .dot { width: 6px; height: 6px; background: var(--mute); border-radius: 999px; display: inline-block; }
@keyframes bahaarScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.bahaar-global-shell .editorial { padding: var(--section-y) var(--gutter); overflow: hidden; }
.bahaar-global-shell .editorial__inner { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: center; }
.bahaar-global-shell .editorial__image { aspect-ratio: 4 / 5; background: var(--bg-soft); overflow: hidden; position: relative; }
.bahaar-global-shell .editorial__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.bahaar-global-shell .editorial__image .tag { position: absolute; left: 18px; top: 18px; background: var(--bg); padding: 8px 12px; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink); font-weight: 500; }
.bahaar-global-shell .editorial__text h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(32px, 4vw, 52px); line-height: 1.1; margin: 0 0 24px; letter-spacing: -0.01em; }
.bahaar-global-shell .editorial__text h3 em { font-style: italic; color: var(--ink-soft); }
.bahaar-global-shell .editorial__text p { color: var(--ink-soft); margin: 0 0 28px; max-width: 44ch; line-height: 1.7; }
.bahaar-global-shell .editorial__details { list-style: none; padding: 0; margin: 0 0 32px; display: grid; gap: 14px; max-width: 480px; }
.bahaar-global-shell .editorial__details li { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: 13px; }
.bahaar-global-shell .editorial__details li:last-child { border-bottom: none; }
.bahaar-global-shell .editorial__details .key { font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mute); align-self: center; }
.bahaar-global-shell .editorial__details .val { color: var(--ink); font-family: var(--serif); font-size: 16px; }
.bahaar-global-shell .footer { background: var(--bg-deep); color: var(--paper-on-dark); padding: clamp(72px, 10vw, 120px) var(--gutter) 32px; }
.bahaar-global-shell .footer__inner { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.4fr auto; gap: clamp(40px, 6vw, 96px); align-items: start; padding-bottom: clamp(56px, 8vw, 88px); border-bottom: 1px solid #2C2A26; }
.bahaar-global-shell .footer__brand { display: flex; flex-direction: column; gap: 16px; }
.bahaar-global-shell .footer__urdu { font-family: var(--urdu); font-size: clamp(56px, 7vw, 80px); line-height: 1; direction: rtl; color: var(--paper-on-dark); margin: 0; }
.bahaar-global-shell .footer__wordmark { font-family: var(--serif); font-size: 16px; letter-spacing: 0.5em; text-transform: uppercase; margin: 0; padding-right: 0.5em; }
.bahaar-global-shell .footer__about { color: #8E8A82; max-width: 40ch; line-height: 1.7; font-size: 13px; margin: 4px 0 0; }
.bahaar-global-shell .footer__social { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; }
.bahaar-global-shell .footer__social a { display: inline-flex; align-items: center; gap: 16px; color: var(--paper-on-dark); transition: color 280ms var(--ease), gap 320ms var(--ease); }
.bahaar-global-shell .footer__social a:hover { color: #fff; gap: 22px; }
.bahaar-global-shell .footer__social-icon { width: 38px; height: 38px; border: 1px solid #3A3833; border-radius: 999px; display: inline-grid; place-items: center; flex-shrink: 0; }
.bahaar-global-shell .footer__social-icon svg { width: 16px; height: 16px; }
.bahaar-global-shell .footer__social-handle { font-family: var(--serif); font-size: 17px; letter-spacing: 0.01em; color: var(--paper-on-dark); }
.bahaar-global-shell .footer__bottom { max-width: var(--container); margin: 0 auto; padding-top: 28px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: #6C6862; }
.bahaar-global-shell .footer__legal { display: flex; gap: 24px; }
.bahaar-global-shell .footer__bottom a { color: #8E8A82; }
.bahaar-global-shell .footer__bottom a:hover { color: var(--paper-on-dark); }
.bahaar-global-shell .reveal { opacity: 0; transform: translateY(20px); transition: opacity 900ms var(--ease), transform 900ms var(--ease); }
.bahaar-global-shell .reveal.is-visible { opacity: 1; transform: none; }
.bahaar-global-shell .bahaar-delay-120 { transition-delay: 120ms; }
.bahaar-global-shell .bahaar-delay-240 { transition-delay: 240ms; }
.bahaar-global-shell .bahaar-placeholder { width: 100%; height: 100%; background: var(--bg-soft); }
.bahaar-global-shell .bahaar-empty-products { padding: 0 var(--gutter); max-width: var(--container); margin: 0 auto; }
@media (max-width: 900px) {
    .bahaar-global-shell .hero__grid { grid-template-columns: 1fr; }
    .bahaar-global-shell .hero__urdu { text-align: left; }
    .bahaar-global-shell .hero__visual { max-width: 480px; margin: 8px auto 0; }
    .bahaar-global-shell .hero__meta { grid-template-columns: repeat(2, 1fr); }
    .bahaar-global-shell .collection__grid { grid-template-columns: 1fr 1fr; }
    .bahaar-global-shell .editorial__inner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .bahaar-global-shell .topbar { grid-template-columns: 1fr auto 1fr; padding-left: 20px; padding-right: 20px; }
    .bahaar-global-shell .topbar__left { gap: 12px; }
    .bahaar-global-shell .topbar__right { gap: 16px; }
    .bahaar-global-shell .navlink--desktop { display: none; }
    .bahaar-global-shell .cart-btn__label { display: none; }
    .bahaar-global-shell .topbar__brand { font-size: 18px; letter-spacing: 0.28em; }
    .bahaar-global-shell .hamburger { display: inline-flex; }
    .bahaar-global-shell .footer__inner { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 700px) {
    .bahaar-global-shell .section-head { grid-template-columns: 1fr; }
    .bahaar-global-shell .section-head .meta { text-align: left; }
}
@media (max-width: 600px) {
    .bahaar-global-shell .collection__grid { grid-template-columns: 1fr; gap: 48px; }
    .bahaar-global-shell .editorial__details li { grid-template-columns: 1fr; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
    .bahaar-global-shell .reveal { opacity: 1; transform: none; transition: none; }
    .bahaar-global-shell .marquee__track { animation: none; }
}

/* Loading stability fixes */
.bahaar-global-shell { width: 100%; min-height: 100vh; isolation: isolate; }
.bahaar-global-shell p, .bahaar-global-shell h1, .bahaar-global-shell h2, .bahaar-global-shell h3, .bahaar-global-shell ul { margin-top: 0; }
.bahaar-global-shell .hero__visual, .bahaar-global-shell .product__media, .bahaar-global-shell .editorial__image { min-height: 280px; }
.bahaar-global-shell .hero__visual img, .bahaar-global-shell .product__media img, .bahaar-global-shell .editorial__image img { opacity: 1; }

/* Homepage dynamic swatches */
.bahaar-global-shell .swatch--gray { background:#B9B5AE; }
.bahaar-global-shell .swatch--off-white, .bahaar-global-shell .swatch--cream { background:#F5F3EE; }
.bahaar-global-shell .swatch--navy { background:#1D3557; }
.bahaar-global-shell .swatch--green { background:#4a5d3a; }
.bahaar-global-shell .swatch--blue { background:#426b9a; }
.bahaar-global-shell .swatch--red { background:#8a2c2c; }
.bahaar-global-shell .swatch--yellow { background:#d6b450; }
.bahaar-global-shell .swatch--pink { background:#d8a3aa; }
.bahaar-global-shell .swatch--brown { background:#8a4a2c; }

/* Single product shortcode */
.bahaar-single-product {
    --paper:#f4efe4; --paper-deep:#ebe4d4; --ink:#221c14; --ink-soft:#5a4e3d; --ink-faint:#a89b85; --rule:#d9cfb8; --accent:#4a5d3a; --accent-warm:#8a4a2c;
    background:var(--paper); color:var(--ink); font-family:'Inter',sans-serif; font-weight:300; font-size:15px; line-height:1.6; overflow-x:hidden; -webkit-font-smoothing:antialiased;
}
.bahaar-single-product *{box-sizing:border-box;}
.bahaar-single-product a{color:inherit;text-decoration:none;}
.bsp-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:26px 48px;border-bottom:1px solid var(--rule);position:sticky;top:0;background:var(--paper);z-index:50;}
.bsp-nav-left,.bsp-nav-right{display:flex;gap:28px;font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--ink-soft);}
.bsp-nav-right{justify-content:flex-end;}.bsp-nav a:hover{color:var(--ink);}.bsp-brand{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:26px;font-weight:500;letter-spacing:.02em;color:var(--ink);}.bsp-bag-count{display:inline-block;margin-left:6px;font-size:10px;color:var(--ink-faint);}
.bsp-crumb{padding:22px 48px 0;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-faint);}.bsp-crumb span{margin:0 10px;}.bsp-crumb strong{color:var(--ink);font-weight:400;}.bsp-crumb a:hover{color:var(--ink-soft);}
.bsp-product{display:grid;grid-template-columns:1.15fr 1fr;gap:80px;padding:40px 48px 80px;max-width:1440px;margin:0 auto;position:relative;}
.bsp-gallery{position:relative;}.bsp-gallery-main{background:var(--paper-deep);aspect-ratio:4/5;position:relative;overflow:hidden;}.bsp-gallery-main::before{content:'بہار';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:'Noto Nastaliq Urdu',serif;font-size:280px;color:#d9cfb8;opacity:.42;pointer-events:none;line-height:1;z-index:0;}.bsp-gallery-main img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;padding:8%;transition:opacity .45s ease;}.bsp-edition-mark{position:absolute;top:24px;left:24px;z-index:2;font-family:'Cormorant Garamond',serif;font-style:italic;font-size:14px;color:var(--ink-soft);letter-spacing:.05em;}.bsp-edition-mark::before{content:'';display:inline-block;width:22px;height:1px;background:var(--ink-faint);vertical-align:middle;margin-right:10px;}
.bsp-gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px;}.bsp-thumb{aspect-ratio:1;background:var(--paper-deep);cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:outline .2s ease;outline:1px solid transparent;outline-offset:-1px;border:0;padding:0;}.bsp-thumb img{width:80%;height:80%;object-fit:contain;opacity:.85;}.bsp-thumb:hover,.bsp-thumb.active{outline-color:var(--ink);}.bsp-thumb span{position:absolute;bottom:6px;left:8px;font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:var(--ink-soft);}
.bsp-details{padding-top:16px;max-width:460px;}.bsp-roman{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:13px;color:var(--accent);letter-spacing:.08em;margin-bottom:10px;}.bsp-roman::after{content:'';display:inline-block;width:40px;height:1px;background:var(--accent);vertical-align:middle;margin-left:14px;opacity:.6;}.bsp-product-title{font-family:'Cormorant Garamond',serif!important;font-weight:400!important;font-size:58px!important;line-height:.95!important;letter-spacing:-.01em!important;margin:0 0 8px!important;color:var(--ink)!important;}.bsp-product-title em{font-style:italic;color:var(--ink-soft);}.bsp-urdu-sub{font-family:'Noto Nastaliq Urdu',serif;font-size:26px;color:var(--ink-soft);margin-bottom:28px;line-height:1.4;}.bsp-price-row{display:flex;align-items:baseline;gap:14px;padding-bottom:22px;border-bottom:1px solid var(--rule);margin-bottom:28px;}.bsp-price{font-family:'Cormorant Garamond',serif;font-size:28px;color:var(--ink);}.bsp-price del{color:var(--ink-faint);margin-right:8px;}.bsp-price ins{text-decoration:none;}.bsp-price-note{font-size:11px;color:var(--ink-faint);letter-spacing:.12em;text-transform:uppercase;}.bsp-lede{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:17px;line-height:1.55;color:var(--ink-soft);margin-bottom:36px;padding-left:16px;border-left:1px solid var(--rule);}.bsp-lede p{margin:0 0 8px;}
.bsp-selector-label{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:12px;}.bsp-selector-label em{font-family:'Cormorant Garamond',serif;font-style:italic;text-transform:none;letter-spacing:0;color:var(--ink);}.bsp-selector-label a{color:var(--ink-faint);border-bottom:1px solid var(--ink-faint);padding-bottom:1px;}.bsp-colors{display:flex;gap:10px;margin-bottom:28px;}.bsp-color{width:28px;height:28px;border-radius:999px;border:1px solid var(--rule);cursor:pointer;background:#ddd;box-shadow:none;}.bsp-color.selected{box-shadow:0 0 0 2px var(--paper),0 0 0 3px var(--ink);}.bsp-color.swatch--white{background:#F5F3EE}.bsp-color.swatch--grey,.bsp-color.swatch--gray{background:#B9B5AE}.bsp-color.swatch--black{background:#1A1916}.bsp-color.swatch--navy{background:#1D3557}.bsp-color.swatch--green{background:#4a5d3a}.bsp-color.swatch--blue{background:#426b9a}.bsp-color.swatch--brown{background:#8a4a2c}.bsp-color.swatch--red{background:#8a2c2c}
.bsp-sizes{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:30px;}.bsp-size{background:transparent;border:1px solid var(--rule);padding:14px 0;font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.12em;color:var(--ink-soft);cursor:pointer;transition:all .2s ease;}.bsp-size:hover{border-color:var(--ink-soft);color:var(--ink);}.bsp-size.selected{background:var(--ink);color:var(--paper);border-color:var(--ink);}.bsp-size.oos{color:var(--ink-faint);text-decoration:line-through;cursor:not-allowed;opacity:.55;}.bsp-size.oos:hover{border-color:var(--rule);color:var(--ink-faint);}
.bsp-add-row{display:grid;grid-template-columns:110px 1fr;gap:10px;margin-bottom:10px;}.bsp-qty{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--rule);padding:0 14px;}.bsp-qty button{background:none;border:0;font-size:16px;color:var(--ink-soft);cursor:pointer;padding:14px 0;width:20px;}.bsp-qty button:hover{color:var(--ink);}.bsp-qty span{font-family:'Cormorant Garamond',serif;font-size:17px;color:var(--ink);}.bsp-add-cart{background:var(--ink);color:var(--paper);border:1px solid var(--ink);padding:14px 20px;font-family:'Inter',sans-serif;font-size:12px;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .25s ease;}.bsp-add-cart:hover{background:var(--paper);color:var(--ink);}.bsp-add-cart:disabled{opacity:.55;cursor:not-allowed;}.bsp-arrow{font-size:18px;line-height:1;}.bsp-message{font-size:12px;color:var(--accent);margin:0 0 10px;min-height:18px;}.bsp-message.error{color:#8a2c2c;}.bsp-ship-note{font-size:11px;color:var(--ink-faint);letter-spacing:.08em;margin-bottom:36px;display:flex;align-items:center;gap:8px;}.bsp-ship-note::before{content:'';width:5px;height:5px;background:var(--accent);border-radius:50%;display:inline-block;}
.bsp-specs{border-top:1px solid var(--rule);padding-top:28px;}.bsp-specs div{display:grid;grid-template-columns:1fr 2fr;gap:20px;padding:14px 0;border-bottom:1px solid var(--rule);font-size:13px;}.bsp-specs div:last-child{border-bottom:0;}.bsp-specs dt{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-faint);padding-top:2px;}.bsp-specs dd{color:var(--ink);font-weight:300;margin:0;}
.bsp-related{padding:100px 48px 80px;max-width:1440px;margin:0 auto;border-top:1px solid var(--rule);}.bsp-related-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;}.bsp-related-head h3{font-family:'Cormorant Garamond',serif;font-weight:400;font-size:40px;margin:0;}.bsp-related-head h3 em{font-style:italic;color:var(--ink-soft);}.bsp-related-head a{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-soft);border-bottom:1px solid var(--ink-soft);padding-bottom:3px;}.bsp-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;}.bsp-related-card{position:relative;}.bsp-image-wrap{background:var(--paper-deep);aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;}.bsp-image-wrap img{width:70%;transition:transform .6s ease;}.bsp-related-card:hover .bsp-image-wrap img{transform:scale(1.04);}.bsp-related-meta{display:flex;justify-content:space-between;align-items:baseline;margin-top:18px;gap:14px;}.bsp-related-meta h4{font-family:'Cormorant Garamond',serif;font-weight:400;font-size:24px;margin:0;}.bsp-related-meta span{font-family:'Cormorant Garamond',serif;font-size:18px;color:var(--ink-soft);}.bsp-related-card p{font-size:15px;color:var(--ink-soft);margin-top:4px;font-style:italic;font-family:'Cormorant Garamond',serif;}
.bsp-footer{border-top:1px solid var(--rule);padding:70px 48px 30px;background:var(--paper);}.bsp-foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:60px;max-width:1440px;margin:0 auto;}.bsp-foot-grid h5{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-faint);margin:0 0 18px;font-weight:400;}.bsp-foot-grid a{display:block;padding:5px 0;color:var(--ink-soft);font-size:13px;}.bsp-foot-grid a:hover{color:var(--ink);}.bsp-foot-brand div{font-family:'Noto Nastaliq Urdu',serif;font-size:56px;line-height:1;color:var(--ink);margin-bottom:12px;}.bsp-foot-brand p{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:15px;color:var(--ink-soft);max-width:280px;}.bsp-foot-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--rule);margin-top:60px;padding-top:24px;font-size:11px;letter-spacing:.1em;color:var(--ink-faint);text-transform:uppercase;max-width:1440px;margin-left:auto;margin-right:auto;}
@media(max-width:900px){.bsp-nav{padding:18px 22px;}.bsp-nav-left{display:none;}.bsp-nav-right{gap:18px;font-size:11px;}.bsp-crumb{padding:18px 22px 0;font-size:10px;}.bsp-product{grid-template-columns:1fr;gap:36px;padding:24px 22px 60px;}.bsp-gallery-main::before{font-size:160px;}.bsp-product-title{font-size:44px!important;}.bsp-urdu-sub{font-size:22px;}.bsp-related{padding:70px 22px 50px;}.bsp-related-head h3{font-size:30px;}.bsp-related-grid{grid-template-columns:1fr;gap:30px;}.bsp-footer{padding:60px 22px 26px;}.bsp-foot-grid{grid-template-columns:1fr 1fr;gap:36px;}.bsp-foot-bottom{flex-direction:column;gap:10px;padding:24px 0;}.bsp-sizes{grid-template-columns:repeat(4,1fr);}}
@media(max-width:600px){.bsp-nav{grid-template-columns:1fr;gap:12px;text-align:center;}.bsp-nav-right{justify-content:center;flex-wrap:wrap;}.bsp-add-row{grid-template-columns:1fr;}.bsp-foot-grid{grid-template-columns:1fr;}.bsp-related-head{display:block;}.bsp-related-head a{display:inline-block;margin-top:14px;}.bsp-specs div{grid-template-columns:1fr;gap:4px;}}

/* v1.0.7 shared Bahaar header on single product */
.bahaar-single-product {
    --bg: var(--paper);
    --bg-soft: var(--paper-deep);
    --bg-deep: #1A1916;
    --mute: var(--ink-faint);
    --line: var(--rule);
    --paper-on-dark: #E8E3D8;
    --serif: "Cormorant Garamond", "Times New Roman", serif;
    --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --urdu: "Noto Nastaliq Urdu", serif;
    --container: 1440px;
    --gutter: clamp(20px, 4vw, 56px);
    --section-y: clamp(72px, 12vw, 140px);
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
.bahaar-single-product .eyebrow{font-family:var(--sans);font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--mute);}
.bahaar-single-product .topbar{position:sticky;top:0;z-index:100;padding:18px var(--gutter);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:border-color 400ms var(--ease),padding 400ms var(--ease);}
.bahaar-single-product .topbar.is-scrolled{border-bottom-color:var(--line);padding-top:14px;padding-bottom:14px;}
.bahaar-single-product .topbar__left,.bahaar-single-product .topbar__right{display:flex;align-items:center;gap:28px;}
.bahaar-single-product .topbar__right{justify-content:flex-end;}
.bahaar-single-product .topbar__brand{font-family:var(--serif);font-weight:500;font-size:22px;letter-spacing:.32em;text-transform:uppercase;line-height:1;color:var(--ink);}
.bahaar-single-product .topbar__brand::after{content:"·";display:inline-block;margin-left:.32em;color:var(--mute);transform:translateY(-2px);}
.bahaar-single-product .navlink{font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft);position:relative;padding:4px 0;}
.bahaar-single-product .navlink::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform 380ms var(--ease);}
.bahaar-single-product .navlink:hover::after{transform:scaleX(1);}
.bahaar-single-product .hamburger{display:none;width:36px;height:36px;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;padding:0;margin-left:-6px;}
.bahaar-single-product .hamburger span{display:block;width:22px;height:1px;background:var(--ink);}
.bahaar-single-product .mobile-menu{position:fixed;inset:0;z-index:200;background:var(--bg);padding:18px var(--gutter) 40px;display:flex;flex-direction:column;transform:translateY(-101%);transition:transform 520ms var(--ease);visibility:hidden;}
.bahaar-single-product .mobile-menu.is-open{transform:translateY(0);visibility:visible;}
.bahaar-single-product .mobile-menu__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:24px;border-bottom:1px solid var(--line);}
.bahaar-single-product .mobile-menu__close{width:40px;height:40px;display:inline-grid;place-items:center;}
.bahaar-single-product .mobile-menu__nav{flex:1;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:24px 0;}
.bahaar-single-product .mobile-menu__nav a{font-family:var(--serif);font-size:clamp(40px,11vw,56px);line-height:1.15;color:var(--ink);padding:6px 0;}
.bahaar-single-product .mobile-menu__nav a span{font-family:var(--serif);font-style:italic;color:var(--mute);}
.bahaar-single-product .mobile-menu__foot{text-align:center;padding-top:24px;border-top:1px solid var(--line);}
.bahaar-single-product .mobile-menu__urdu{font-family:var(--urdu);font-size:64px;line-height:1;direction:rtl;margin:0;}
.bahaar-single-product .mobile-menu__tagline{margin-top:8px;}
.bahaar-single-product .mobile-brand{font-size:18px;}

/* Bigger bag count */
.bahaar-global-shell .cart-btn .dot,.bahaar-single-product .cart-btn .dot{width:28px;height:28px;font-size:13px;font-weight:700;}
.bahaar-global-shell .cart-btn,.bahaar-single-product .cart-btn{gap:10px;}

/* Built-in side cart drawer */
.bahaar-global-shell .bahaar-side-cart,.bahaar-single-product .bahaar-side-cart{position:fixed;inset:0;z-index:99999;pointer-events:none;visibility:hidden;}
.bahaar-global-shell .bahaar-side-cart.is-open,.bahaar-single-product .bahaar-side-cart.is-open{pointer-events:auto;visibility:visible;}
.bahaar-global-shell .bahaar-side-cart__overlay,.bahaar-single-product .bahaar-side-cart__overlay{position:absolute;inset:0;background:rgba(19,18,16,.48);opacity:0;transition:opacity 320ms var(--ease);border:0;display:block;width:100%;height:100%;}
.bahaar-global-shell .bahaar-side-cart.is-open .bahaar-side-cart__overlay,.bahaar-single-product .bahaar-side-cart.is-open .bahaar-side-cart__overlay{opacity:1;}
.bahaar-global-shell .bahaar-side-cart__panel,.bahaar-single-product .bahaar-side-cart__panel{position:absolute;top:0;right:0;width:min(440px,92vw);height:100%;background:var(--bg);color:var(--ink);box-shadow:-24px 0 60px rgba(0,0,0,.22);transform:translateX(104%);transition:transform 420ms var(--ease);display:flex;flex-direction:column;}
.bahaar-global-shell .bahaar-side-cart.is-open .bahaar-side-cart__panel,.bahaar-single-product .bahaar-side-cart.is-open .bahaar-side-cart__panel{transform:translateX(0);}
.bahaar-global-shell .bahaar-side-cart__head,.bahaar-single-product .bahaar-side-cart__head{padding:26px 28px 20px;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;justify-content:space-between;gap:20px;}
.bahaar-global-shell .bahaar-side-cart__head h3,.bahaar-single-product .bahaar-side-cart__head h3{font-family:var(--serif);font-size:32px;font-weight:400;line-height:1;margin:8px 0 0;color:var(--ink);}
.bahaar-global-shell .bahaar-side-cart__close,.bahaar-single-product .bahaar-side-cart__close{width:38px;height:38px;border:1px solid var(--line);border-radius:999px;display:grid;place-items:center;font-size:24px;line-height:1;background:transparent;color:var(--ink);}
.bahaar-global-shell .bahaar-side-cart__content,.bahaar-single-product .bahaar-side-cart__content{padding:24px 28px;overflow:auto;flex:1;}
.bahaar-global-shell .bahaar-side-cart__content .woocommerce-mini-cart,.bahaar-single-product .bahaar-side-cart__content .woocommerce-mini-cart{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:18px;}
.bahaar-global-shell .bahaar-side-cart__content .woocommerce-mini-cart-item,.bahaar-single-product .bahaar-side-cart__content .woocommerce-mini-cart-item{border-bottom:1px solid var(--line);padding-bottom:18px;position:relative;min-height:74px;}
.bahaar-global-shell .bahaar-side-cart__content .woocommerce-mini-cart-item img,.bahaar-single-product .bahaar-side-cart__content .woocommerce-mini-cart-item img{width:64px;height:74px;object-fit:cover;float:left;margin-right:14px;background:var(--bg-soft);}
.bahaar-global-shell .bahaar-side-cart__content .remove,.bahaar-single-product .bahaar-side-cart__content .remove{position:absolute;right:0;top:0;font-size:20px;color:var(--mute)!important;}
.bahaar-global-shell .bahaar-side-cart__content .total,.bahaar-single-product .bahaar-side-cart__content .total{border-top:1px solid var(--line);padding-top:18px;margin:18px 0;font-family:var(--serif);font-size:22px;display:flex;justify-content:space-between;}
.bahaar-global-shell .bahaar-side-cart__content .buttons,.bahaar-single-product .bahaar-side-cart__content .buttons{display:grid;grid-template-columns:1fr;gap:10px;margin:0;}
.bahaar-global-shell .bahaar-side-cart__content .button,.bahaar-single-product .bahaar-side-cart__content .button{background:var(--ink);color:var(--bg)!important;border:1px solid var(--ink);padding:14px 18px;text-align:center;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:500;}
.bahaar-global-shell .bahaar-side-cart__content .button:hover,.bahaar-single-product .bahaar-side-cart__content .button:hover{background:transparent;color:var(--ink)!important;}
.bahaar-global-shell .bahaar-side-cart__content .woocommerce-mini-cart__empty-message,.bahaar-single-product .bahaar-side-cart__content .woocommerce-mini-cart__empty-message{font-family:var(--serif);font-size:22px;color:var(--ink-soft);}
body.bahaar-side-cart-open{overflow:hidden;}

@media(max-width:760px){
    .bahaar-single-product .topbar{grid-template-columns:1fr auto 1fr;padding-left:20px;padding-right:20px;}
    .bahaar-single-product .topbar__left{gap:12px;}
    .bahaar-single-product .topbar__right{gap:16px;}
    .bahaar-single-product .navlink--desktop{display:none;}
    .bahaar-single-product .cart-btn__label{display:none;}
    .bahaar-single-product .topbar__brand{font-size:18px;letter-spacing:.28em;}
    .bahaar-single-product .hamburger{display:inline-flex;}
}

/* Shared homepage footer used on single product pages */
.bahaar-single-product .footer{background:var(--bg-deep);color:var(--paper-on-dark);padding:clamp(72px,10vw,120px) var(--gutter) 32px;}
.bahaar-single-product .footer__inner{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:1.4fr auto;gap:clamp(40px,6vw,96px);align-items:start;padding-bottom:clamp(56px,8vw,88px);border-bottom:1px solid #2C2A26;}
.bahaar-single-product .footer__brand{display:flex;flex-direction:column;gap:16px;}
.bahaar-single-product .footer__urdu{font-family:var(--urdu);font-size:clamp(56px,7vw,80px);line-height:1;direction:rtl;color:var(--paper-on-dark);margin:0;}
.bahaar-single-product .footer__wordmark{font-family:var(--serif);font-size:16px;letter-spacing:.5em;text-transform:uppercase;margin:0;padding-right:.5em;color:var(--paper-on-dark);}
.bahaar-single-product .footer__about{color:#8E8A82;max-width:40ch;line-height:1.7;font-size:13px;margin:4px 0 0;}
.bahaar-single-product .footer__social{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px;}
.bahaar-single-product .footer__social a{display:inline-flex;align-items:center;gap:16px;color:var(--paper-on-dark);transition:color 280ms var(--ease),gap 320ms var(--ease);}
.bahaar-single-product .footer__social a:hover{color:#fff;gap:22px;}
.bahaar-single-product .footer__social-icon{width:38px;height:38px;border:1px solid #3A3833;border-radius:999px;display:inline-grid;place-items:center;flex-shrink:0;color:var(--paper-on-dark);}
.bahaar-single-product .footer__social-handle{font-family:var(--serif);font-size:17px;letter-spacing:.01em;color:var(--paper-on-dark);}
.bahaar-single-product .footer__bottom{max-width:var(--container);margin:0 auto;padding-top:28px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#6C6862;}
.bahaar-single-product .footer__legal{display:flex;gap:24px;}
.bahaar-single-product .footer__bottom a{color:#8E8A82;}
.bahaar-single-product .footer__bottom a:hover{color:var(--paper-on-dark);}
@media(max-width:760px){.bahaar-single-product .footer__inner{grid-template-columns:1fr;gap:48px;}}


/* Global Bahaar header/footer mode */
body.bahaar-global-enabled header.site-header,
body.bahaar-global-enabled #masthead,
body.bahaar-global-enabled .elementor-location-header,
body.bahaar-global-enabled footer.site-footer,
body.bahaar-global-enabled #colophon,
body.bahaar-global-enabled .elementor-location-footer {
    display: none !important;
}
body.bahaar-global-enabled .bahaar-global-shell,
body.bahaar-global-enabled .bahaar-global-shell * {
    box-sizing: border-box;
}
body.bahaar-global-enabled .bahaar-global-header-wrap {
    position: relative;
    z-index: 9999;
}
body.bahaar-global-enabled .bahaar-global-footer-wrap {
    clear: both;
}

/* Bahaar shop/archive shortcode */
.bahaar-shop-page{background:var(--bg);color:var(--ink);font-family:var(--sans);}
.bahaar-shop-page .bahaar-shop-hero{padding:clamp(84px,12vw,150px) var(--gutter) clamp(48px,7vw,88px);border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--bg) 0%,var(--bg-soft) 100%);overflow:hidden;}
.bahaar-shop-page .bahaar-shop-hero__inner{max-width:var(--container);margin:0 auto;}
.bahaar-shop-page .bahaar-shop-hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(48px,7vw,92px);line-height:.95;letter-spacing:-.02em;margin:0 0 24px;color:var(--ink);max-width:900px;}
.bahaar-shop-page .bahaar-shop-hero h1 em{font-style:italic;color:var(--ink-soft);}
.bahaar-shop-page .bahaar-shop-hero p{font-family:var(--serif);font-style:italic;font-size:clamp(19px,2vw,28px);line-height:1.35;color:var(--ink-soft);margin:0;max-width:640px;}
.bahaar-shop-page .bahaar-shop-collection{padding-top:clamp(64px,9vw,110px);}
.bahaar-shop-page .bahaar-shop-grid{grid-template-columns:repeat(3,1fr);}
.bahaar-shop-page .bahaar-empty-products{grid-column:1/-1;margin:0;font-family:var(--serif);font-size:24px;color:var(--ink-soft);}
@media(max-width:900px){.bahaar-shop-page .bahaar-shop-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:600px){.bahaar-shop-page .bahaar-shop-grid{grid-template-columns:1fr;}}

/* v1.1.1 fix: global header/footer wrapper should not reserve full viewport height */
body.bahaar-global-enabled .bahaar-global-shell {
    min-height: 0 !important;
}
body.bahaar-global-enabled .bahaar-global-header-wrap,
body.bahaar-global-enabled .bahaar-global-footer-wrap {
    min-height: 0 !important;
    height: auto !important;
}
body.bahaar-global-enabled .bahaar-global-header-wrap .topbar {
    margin-bottom: 0 !important;
}


/* v1.1.2 fix: remove the extra empty vertical space under global header */
html body.bahaar-global-enabled {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
body.bahaar-global-enabled .bahaar-global-header-wrap {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
}
body.bahaar-global-enabled .bahaar-global-header-wrap .topbar {
    position: sticky !important;
    top: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
}
body.bahaar-global-enabled .bahaar-global-header-wrap + *,
body.bahaar-global-enabled .bahaar-homepage,
body.bahaar-global-enabled .bahaar-shop-page,
body.bahaar-global-enabled .bahaar-single-product,
body.bahaar-global-enabled main,
body.bahaar-global-enabled #main,
body.bahaar-global-enabled .site-main,
body.bahaar-global-enabled .content-area,
body.bahaar-global-enabled .entry-content,
body.bahaar-global-enabled .page-content,
body.bahaar-global-enabled .elementor,
body.bahaar-global-enabled .elementor-section,
body.bahaar-global-enabled .elementor-container,
body.bahaar-global-enabled .e-con,
body.bahaar-global-enabled .e-con-inner {
    margin-top: 0 !important;
}
body.bahaar-global-enabled .site,
body.bahaar-global-enabled .site-content,
body.bahaar-global-enabled .content-area,
body.bahaar-global-enabled .site-main,
body.bahaar-global-enabled main#main,
body.bahaar-global-enabled #content,
body.bahaar-global-enabled .elementor-location-single,
body.bahaar-global-enabled .elementor-location-archive {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
body.bahaar-global-enabled .elementor-location-header,
body.bahaar-global-enabled header.site-header,
body.bahaar-global-enabled #masthead {
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.bahaar-homepage .hero {
    padding-top: clamp(34px, 5vw, 72px) !important;
}
.bahaar-shop-page .bahaar-shop-hero {
    padding-top: clamp(42px, 6vw, 82px) !important;
}
.bahaar-single-product .bsp-product {
    padding-top: clamp(24px, 4vw, 46px) !important;
}
.bahaar-single-product .bsp-crumb {
    padding-top: 18px !important;
}
body.bahaar-global-enabled .bahaar-global-footer-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* v1.1.3 fixes: image swatches and stable global side cart */
.bahaar-homepage .swatch.has-image,
.bahaar-global-shell .swatch.has-image,
.bahaar-single-product .bsp-color.has-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-color: rgba(19,18,16,.28) !important;
}
.bahaar-homepage .swatch.has-image::after,
.bahaar-global-shell .swatch.has-image::after,
.bahaar-single-product .bsp-color.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 999px rgba(255,255,255,.05);
  pointer-events: none;
}
.bahaar-homepage .swatch,
.bahaar-global-shell .swatch,
.bahaar-single-product .bsp-color { overflow: hidden; }
.bahaar-homepage .swatch.has-image,
.bahaar-global-shell .swatch.has-image { width: 18px; height: 18px; }
.bahaar-single-product .bsp-color.has-image { width: 34px; height: 34px; }
.bahaar-single-product .bsp-color.selected { box-shadow: 0 0 0 2px var(--paper), 0 0 0 4px var(--ink) !important; }

.bahaar-side-cart {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  font-family: var(--sans, 'Inter', sans-serif) !important;
}
.bahaar-side-cart.is-open {
  pointer-events: auto !important;
  visibility: visible !important;
}
.bahaar-side-cart__overlay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: rgba(19,18,16,.48) !important;
  opacity: 0 !important;
  transition: opacity 320ms var(--ease, ease) !important;
  cursor: pointer !important;
}
.bahaar-side-cart.is-open .bahaar-side-cart__overlay { opacity: 1 !important; }
.bahaar-side-cart__panel {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: min(480px, 94vw) !important;
  max-width: 94vw !important;
  height: 100vh !important;
  background: var(--bg, #EDE9E2) !important;
  color: var(--ink, #131210) !important;
  box-shadow: -24px 0 60px rgba(0,0,0,.22) !important;
  transform: translateX(104%) !important;
  transition: transform 420ms var(--ease, ease) !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}
.bahaar-side-cart.is-open .bahaar-side-cart__panel { transform: translateX(0) !important; }
.bahaar-side-cart__head {
  flex: 0 0 auto !important;
  padding: 28px 30px 22px !important;
  border-bottom: 1px solid var(--line, #C9C5BC) !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 20px !important;
}
.bahaar-side-cart__head h3 {
  font-family: var(--serif, 'Cormorant Garamond', serif) !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  margin: 8px 0 0 !important;
  color: var(--ink, #131210) !important;
}
.bahaar-side-cart__close {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
  border: 1px solid var(--line, #C9C5BC) !important;
  border-radius: 999px !important;
  display: grid !important;
  place-items: center !important;
  font-size: 28px !important;
  line-height: 1 !important;
  background: transparent !important;
  color: var(--ink, #131210) !important;
  cursor: pointer !important;
}
.bahaar-side-cart__content {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: auto !important;
  background: var(--bg, #EDE9E2) !important;
}
.bahaar-mini-cart-custom,
.bahaar-mini-cart-custom * { box-sizing: border-box !important; }
.bahaar-mini-cart-custom {
  min-height: 100% !important;
  padding: 0 30px 28px !important;
  display: flex !important;
  flex-direction: column !important;
  background: transparent !important;
  color: var(--ink, #131210) !important;
}
.bahaar-mini-cart-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.bahaar-mini-cart-item {
  list-style: none !important;
  margin: 0 !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid var(--line, #C9C5BC) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 78px !important;
  gap: 16px !important;
  align-items: start !important;
  min-height: 0 !important;
  position: relative !important;
  clear: both !important;
}
.bahaar-mini-cart-info { min-width: 0 !important; padding: 0 !important; margin: 0 !important; }
.bahaar-mini-cart-title-row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 8px !important;
}
.bahaar-mini-cart-title {
  font-family: var(--serif, 'Cormorant Garamond', serif) !important;
  font-size: 18px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  color: var(--ink, #131210) !important;
  text-decoration: none !important;
  max-width: 100% !important;
}
.bahaar-mini-cart-remove {
  position: static !important;
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #8a2c2c !important;
  font-size: 22px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}
.bahaar-mini-cart-meta,
.bahaar-mini-cart-subtotal {
  font-family: var(--sans, 'Inter', sans-serif) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: var(--ink-soft, #4A4843) !important;
  margin: 0 !important;
}
.bahaar-mini-cart-subtotal { color: var(--ink, #131210) !important; margin-top: 2px !important; }
.bahaar-mini-cart-thumb {
  display: block !important;
  width: 78px !important;
  height: 92px !important;
  overflow: hidden !important;
  background: var(--bg-soft, #E5E0D6) !important;
}
.bahaar-mini-cart-thumb img {
  display: block !important;
  float: none !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}
.bahaar-mini-cart-footer {
  margin-top: auto !important;
  padding-top: 22px !important;
}
.bahaar-mini-cart-total {
  border-top: 1px solid var(--line, #C9C5BC) !important;
  padding-top: 18px !important;
  margin: 0 0 18px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  gap: 20px !important;
  font-family: var(--serif, 'Cormorant Garamond', serif) !important;
  font-size: 24px !important;
  color: var(--ink, #131210) !important;
}
.bahaar-mini-cart-total strong { font-weight: 500 !important; }
.bahaar-mini-cart-actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}
.bahaar-mini-cart-button {
  display: block !important;
  width: 100% !important;
  background: transparent !important;
  color: var(--ink, #131210) !important;
  border: 1px solid var(--ink, #131210) !important;
  padding: 14px 18px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: .16em !important;
  font-family: var(--sans, 'Inter', sans-serif) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
.bahaar-mini-cart-button--dark,
.bahaar-mini-cart-button:hover {
  background: var(--ink, #131210) !important;
  color: var(--bg, #EDE9E2) !important;
}
.bahaar-mini-cart-button--dark:hover {
  background: transparent !important;
  color: var(--ink, #131210) !important;
}
.bahaar-mini-cart-empty {
  flex: 1 !important;
  display: grid !important;
  place-content: center !important;
  text-align: center !important;
  gap: 16px !important;
  padding: 60px 0 !important;
}
.bahaar-mini-cart-empty p {
  font-family: var(--serif, 'Cormorant Garamond', serif) !important;
  font-size: 28px !important;
  color: var(--ink-soft, #4A4843) !important;
  margin: 0 !important;
}
.bahaar-mini-cart-empty a {
  font-size: 12px !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: var(--ink, #131210) !important;
  text-decoration: none !important;
  border-bottom: 1px solid var(--ink, #131210) !important;
  justify-self: center !important;
}
@media(max-width:600px){
  .bahaar-side-cart__panel{width:100vw!important;max-width:100vw!important;}
  .bahaar-side-cart__head{padding:22px 22px 18px!important;}
  .bahaar-mini-cart-custom{padding:0 22px 24px!important;}
}


/* v1.1.4: keep color swatches as solid color dots, not product image thumbnails */
.bahaar-homepage .swatch.has-image,
.bahaar-global-shell .swatch.has-image,
.bahaar-single-product .bsp-color.has-image {
  background-image: none !important;
  background-size: auto !important;
  background-position: center !important;
}
.bahaar-homepage .swatch.has-image::after,
.bahaar-global-shell .swatch.has-image::after,
.bahaar-single-product .bsp-color.has-image::after {
  display: none !important;
}
.bahaar-homepage .swatch--white,
.bahaar-global-shell .swatch--white,
.bahaar-single-product .bsp-color.swatch--white { background: #F5F3EE !important; }
.bahaar-homepage .swatch--grey,
.bahaar-homepage .swatch--gray,
.bahaar-global-shell .swatch--grey,
.bahaar-global-shell .swatch--gray,
.bahaar-single-product .bsp-color.swatch--grey,
.bahaar-single-product .bsp-color.swatch--gray { background: #B9B5AE !important; }
.bahaar-homepage .swatch--black,
.bahaar-global-shell .swatch--black,
.bahaar-single-product .bsp-color.swatch--black { background: #1A1916 !important; }
.bahaar-homepage .swatch.has-image,
.bahaar-global-shell .swatch.has-image { width: 18px; height: 18px; }
.bahaar-single-product .bsp-color.has-image { width: 30px; height: 30px; }


/* v1.1.6: final spacing cleanup between global header and page content */
html body.bahaar-global-enabled,
html body.bahaar-global-enabled #page,
html body.bahaar-global-enabled .site,
html body.bahaar-global-enabled #content,
html body.bahaar-global-enabled .site-content,
html body.bahaar-global-enabled main,
html body.bahaar-global-enabled #main,
html body.bahaar-global-enabled .site-main,
html body.bahaar-global-enabled .content-area,
html body.bahaar-global-enabled .page-content,
html body.bahaar-global-enabled .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.bahaar-global-enabled .bahaar-global-shell,
body.bahaar-global-enabled .bahaar-global-header-wrap,
body.bahaar-global-enabled .bahaar-global-footer-wrap {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.bahaar-global-enabled .bahaar-global-header-wrap {
  line-height: 1 !important;
  background: var(--bg, #EDE9E2) !important;
}

body.bahaar-global-enabled .bahaar-global-header-wrap .topbar {
  margin: 0 !important;
  border-bottom: 1px solid rgba(201,197,188,.55) !important;
}

body.bahaar-global-enabled .bahaar-global-header-wrap + *,
body.bahaar-global-enabled .bahaar-global-header-wrap + #page,
body.bahaar-global-enabled .bahaar-global-header-wrap + .site,
body.bahaar-global-enabled .bahaar-global-header-wrap + main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.bahaar-global-enabled .elementor:has(.bahaar-homepage),
body.bahaar-global-enabled .elementor:has(.bahaar-shop-page),
body.bahaar-global-enabled .elementor:has(.bahaar-single-product),
body.bahaar-global-enabled .elementor-section:has(.bahaar-homepage),
body.bahaar-global-enabled .elementor-section:has(.bahaar-shop-page),
body.bahaar-global-enabled .elementor-section:has(.bahaar-single-product),
body.bahaar-global-enabled .elementor-container:has(.bahaar-homepage),
body.bahaar-global-enabled .elementor-container:has(.bahaar-shop-page),
body.bahaar-global-enabled .elementor-container:has(.bahaar-single-product),
body.bahaar-global-enabled .e-con:has(.bahaar-homepage),
body.bahaar-global-enabled .e-con:has(.bahaar-shop-page),
body.bahaar-global-enabled .e-con:has(.bahaar-single-product),
body.bahaar-global-enabled .e-con-inner:has(.bahaar-homepage),
body.bahaar-global-enabled .e-con-inner:has(.bahaar-shop-page),
body.bahaar-global-enabled .e-con-inner:has(.bahaar-single-product),
body.bahaar-global-enabled .elementor-widget-container:has(.bahaar-homepage),
body.bahaar-global-enabled .elementor-widget-container:has(.bahaar-shop-page),
body.bahaar-global-enabled .elementor-widget-container:has(.bahaar-single-product) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Reduce top whitespace inside Bahaar sections after the global header */
body.bahaar-global-enabled .bahaar-homepage .hero {
  padding-top: clamp(16px, 2.5vw, 34px) !important;
}
body.bahaar-global-enabled .bahaar-shop-page .bahaar-shop-hero {
  padding-top: clamp(18px, 3vw, 42px) !important;
}
body.bahaar-global-enabled .bahaar-single-product .bsp-crumb {
  padding-top: 12px !important;
}
body.bahaar-global-enabled .bahaar-single-product .bsp-product {
  padding-top: clamp(16px, 3vw, 32px) !important;
}

/* Remove accidental empty paragraph/shortcode spacing before Bahaar content */
body.bahaar-global-enabled p:empty,
body.bahaar-global-enabled .entry-content > p:empty,
body.bahaar-global-enabled .page-content > p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* v1.1.7: clean header menu, footer icons, and mobile drawer/menu fixes */
body.bahaar-global-enabled .bahaar-global-shell .topbar__right {
  gap: clamp(18px, 2.4vw, 28px) !important;
}
body.bahaar-global-enabled .bahaar-global-shell .cart-btn .dot,
body.bahaar-global-enabled .bahaar-global-shell [data-bahaar-cart-count],
body.bahaar-global-enabled .bahaar-global-shell [data-bahaar-mobile-cart-count] {
  display: none !important;
}
body.bahaar-global-enabled .bahaar-global-shell .cart-btn__label {
  display: inline-flex !important;
}
body.bahaar-global-enabled .bahaar-global-shell .footer__social-icon svg,
.bahaar-homepage .footer__social-icon svg,
.bahaar-single-product .footer__social-icon svg {
  display: block !important;
  width: 17px !important;
  height: 17px !important;
}
body.bahaar-global-enabled .bahaar-global-shell .footer__social-icon {
  font-size: 0 !important;
}

body.bahaar-side-cart-open {
  overflow: hidden !important;
  touch-action: none;
}
.bahaar-side-cart,
.bahaar-global-shell .bahaar-side-cart,
.bahaar-homepage .bahaar-side-cart,
.bahaar-single-product .bahaar-side-cart {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
  z-index: 999999 !important;
}
.bahaar-side-cart__panel,
.bahaar-global-shell .bahaar-side-cart__panel,
.bahaar-homepage .bahaar-side-cart__panel,
.bahaar-single-product .bahaar-side-cart__panel {
  height: 100vh !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}
.bahaar-side-cart__content,
.bahaar-global-shell .bahaar-side-cart__content,
.bahaar-homepage .bahaar-side-cart__content,
.bahaar-single-product .bahaar-side-cart__content {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
  touch-action: pan-y !important;
}
.bahaar-mini-cart-custom {
  min-height: auto !important;
  height: auto !important;
}
.bahaar-mini-cart-list {
  flex: 0 0 auto !important;
}
.bahaar-mini-cart-footer {
  flex: 0 0 auto !important;
  margin-top: 24px !important;
  padding-bottom: max(24px, env(safe-area-inset-bottom)) !important;
}

@media (max-width: 760px) {
  body.bahaar-global-enabled .bahaar-global-shell .topbar {
    padding: 14px 18px !important;
    grid-template-columns: 44px 1fr auto !important;
    column-gap: 10px !important;
  }
  body.bahaar-global-enabled .bahaar-global-shell .topbar__left {
    min-width: 44px !important;
  }
  body.bahaar-global-enabled .bahaar-global-shell .topbar__center {
    text-align: center !important;
    min-width: 0 !important;
  }
  body.bahaar-global-enabled .bahaar-global-shell .topbar__right {
    gap: 12px !important;
    justify-content: flex-end !important;
  }
  body.bahaar-global-enabled .bahaar-global-shell .topbar__brand {
    font-size: 17px !important;
    letter-spacing: .24em !important;
  }
  body.bahaar-global-enabled .bahaar-global-shell .cart-btn {
    font-size: 11px !important;
    letter-spacing: .14em !important;
    white-space: nowrap !important;
  }
  body.bahaar-global-enabled .bahaar-global-shell .cart-btn__label {
    display: inline-flex !important;
  }
  body.bahaar-global-enabled .bahaar-global-shell .mobile-menu {
    padding: 16px 22px max(24px, env(safe-area-inset-bottom)) !important;
    overflow: hidden !important;
  }
  body.bahaar-global-enabled .bahaar-global-shell .mobile-menu__head {
    padding-bottom: 16px !important;
  }
  body.bahaar-global-enabled .bahaar-global-shell .mobile-menu__nav,
  .bahaar-homepage .mobile-menu__nav,
  .bahaar-single-product .mobile-menu__nav {
    justify-content: flex-start !important;
    gap: 12px !important;
    padding: 52px 0 24px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  body.bahaar-global-enabled .bahaar-global-shell .mobile-menu__nav a,
  .bahaar-homepage .mobile-menu__nav a,
  .bahaar-single-product .mobile-menu__nav a {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.08 !important;
    padding: 4px 0 !important;
  }
  body.bahaar-global-enabled .bahaar-global-shell .mobile-menu__urdu,
  .bahaar-homepage .mobile-menu__urdu,
  .bahaar-single-product .mobile-menu__urdu {
    font-size: clamp(38px, 12vw, 54px) !important;
  }
  body.bahaar-global-enabled .bahaar-global-shell .mobile-menu__foot,
  .bahaar-homepage .mobile-menu__foot,
  .bahaar-single-product .mobile-menu__foot {
    padding-top: 16px !important;
  }
  .bahaar-side-cart__panel,
  .bahaar-global-shell .bahaar-side-cart__panel,
  .bahaar-homepage .bahaar-side-cart__panel,
  .bahaar-single-product .bahaar-side-cart__panel {
    width: 100vw !important;
    max-width: 100vw !important;
  }
  .bahaar-side-cart__head,
  .bahaar-global-shell .bahaar-side-cart__head,
  .bahaar-homepage .bahaar-side-cart__head,
  .bahaar-single-product .bahaar-side-cart__head {
    padding: 18px 20px 16px !important;
  }
  .bahaar-side-cart__head h3,
  .bahaar-global-shell .bahaar-side-cart__head h3,
  .bahaar-homepage .bahaar-side-cart__head h3,
  .bahaar-single-product .bahaar-side-cart__head h3 {
    font-size: 28px !important;
  }
  .bahaar-side-cart__close,
  .bahaar-global-shell .bahaar-side-cart__close,
  .bahaar-homepage .bahaar-side-cart__close,
  .bahaar-single-product .bahaar-side-cart__close {
    width: 38px !important;
    height: 38px !important;
  }
  .bahaar-mini-cart-custom {
    padding: 0 20px 0 !important;
  }
  .bahaar-mini-cart-item {
    grid-template-columns: minmax(0, 1fr) 68px !important;
    gap: 12px !important;
    padding: 16px 0 !important;
  }
  .bahaar-mini-cart-thumb {
    width: 68px !important;
    height: 82px !important;
  }
  .bahaar-mini-cart-title {
    font-size: 16px !important;
  }
  .bahaar-mini-cart-meta,
  .bahaar-mini-cart-subtotal {
    font-size: 13px !important;
  }
  .bahaar-mini-cart-total {
    font-size: 21px !important;
  }
  .bahaar-mini-cart-button {
    padding: 13px 14px !important;
    font-size: 11px !important;
  }
}
/* Keep drawer content scrollable on touch devices while body is locked */
body.bahaar-side-cart-open { touch-action: auto !important; }
