/* nbcurtains v7 — product controls, category icons and detailed Saudi region map */
:root{--nb-gold:#c99622;--nb-gold-deep:#8b6210;--nb-gold-soft:#f7e9bd;--nb-ink:#342716;--nb-cream:#fffaf0}

/* Product color picker: each swatch gets its own label column, no overlap */
html body:not(.admin-body) main .nb-product-page .product-color-swatches{
  display:flex!important;flex-wrap:wrap!important;gap:12px 14px!important;align-items:flex-start!important;padding:5px 0 2px!important
}
html body:not(.admin-body) main .nb-product-page .product-color-swatch{
  width:auto!important;height:auto!important;min-width:58px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;margin:0!important
}
html body:not(.admin-body) main .nb-product-page .product-color-swatch span{
  display:block!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;border-radius:11px!important;background:var(--swatch-color)!important;border:2px solid #fffaf0!important;box-shadow:0 0 0 1px #cba14b,0 4px 10px rgba(95,64,12,.10)!important
}
html body:not(.admin-body) main .nb-product-page .product-color-swatch input:checked + span{
  box-shadow:0 0 0 3px #fffaf0,0 0 0 5px var(--nb-gold-deep),0 5px 14px rgba(95,64,12,.18)!important
}
html body:not(.admin-body) main .nb-product-page .product-color-swatch small{
  display:block!important;position:static!important;width:100%!important;max-width:82px!important;min-height:14px!important;margin:0!important;text-align:center!important;line-height:1.15!important;color:#6d5732!important;font-size:11px!important;font-weight:700!important;white-space:normal!important
}
html body:not(.admin-body) main .nb-product-page .product-choice-block{clear:both!important;margin:0 0 17px!important}
html body:not(.admin-body) main .nb-product-page .choice-label{margin-bottom:10px!important}

/* Measurement card: care chips and custom button must never overlap */
html body:not(.admin-body) main .nb-product-page .product-style-card{display:flex!important;flex-direction:column!important;align-items:stretch!important;overflow:hidden!important}
html body:not(.admin-body) main .nb-product-page .product-care-list{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:14px 0 16px!important;padding:0!important}
html body:not(.admin-body) main .nb-product-page .product-care-list span{position:static!important;display:inline-flex!important;align-items:center!important;min-height:31px!important;padding:7px 11px!important;border:1px solid #e0bd68!important;border-radius:10px!important;background:#fff7df!important;color:#6e4b0b!important;line-height:1.15!important}
html body:not(.admin-body) main .nb-product-page .product-style-card > a.btn.primary.full{position:static!important;display:flex!important;width:100%!important;min-height:48px!important;margin:0!important;align-items:center!important;justify-content:center!important;transform:none!important;clear:both!important;border-radius:12px!important}

/* Shop by Category icons use the site gold, not white */
html body:not(.admin-body) main .home-collection-card .home-collection-icon,
html body:not(.admin-body) main .home-collection-card .home-collection-icon *{color:var(--nb-gold-deep)!important}
html body:not(.admin-body) main .home-collection-card .home-collection-icon svg{color:var(--nb-gold-deep)!important;stroke:var(--nb-gold-deep)!important;fill:none!important}
html body:not(.admin-body) main .home-collection-card .home-collection-icon svg path,
html body:not(.admin-body) main .home-collection-card .home-collection-icon svg line,
html body:not(.admin-body) main .home-collection-card .home-collection-icon svg polyline,
html body:not(.admin-body) main .home-collection-card .home-collection-icon svg circle,
html body:not(.admin-body) main .home-collection-card .home-collection-icon svg rect{stroke:var(--nb-gold-deep)!important}
html body:not(.admin-body) main .home-collection-card .home-collection-icon{background:#fffaf0!important;border-color:#dfbd68!important}

/* Region-wise Saudi delivery map */
html body:not(.admin-body) main .nb-saudi-delivery .delivery-map-stage{background:radial-gradient(circle at 52% 42%,#fffdf8 0%,#f8eccb 54%,#eed99f 100%)!important;border-color:#d8b45b!important;overflow:hidden!important}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-map-region{cursor:pointer!important;outline:none!important}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-map-region path{fill:#f3dfaa!important;stroke:#9a6b12!important;stroke-width:1.4!important;vector-effect:non-scaling-stroke!important;transition:fill .18s ease,filter .18s ease,stroke .18s ease!important}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-map-region:nth-child(2n) path{fill:#f8eac5!important}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-map-region:nth-child(3n) path{fill:#ecd092!important}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-map-region:nth-child(5n) path{fill:#f6e4b4!important}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-map-region:hover path,
html body:not(.admin-body) main .nb-saudi-delivery .delivery-map-region:focus path,
html body:not(.admin-body) main .nb-saudi-delivery .delivery-map-region.is-active path{fill:#c99622!important;stroke:#6f4b09!important;filter:drop-shadow(0 8px 10px rgba(96,61,8,.22))!important}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-region-label{cursor:pointer!important;pointer-events:auto!important}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-region-label circle{fill:rgba(255,253,247,.94)!important;stroke:#b9841b!important;stroke-width:1.2!important;vector-effect:non-scaling-stroke!important}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-region-label text{fill:#5f430c!important;stroke:none!important;font-size:8.2px!important;font-weight:900!important;paint-order:normal!important;pointer-events:none!important}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-region-label.is-active circle{fill:#6f4b09!important;stroke:#ffe6a0!important}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-region-label.is-active text{fill:#fff8e4!important}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-map-hint{background:rgba(255,253,248,.9)!important;color:#6c4b0d!important;border:1px solid rgba(184,137,34,.35)!important;padding:8px 11px!important;border-radius:999px!important}

@media(max-width:760px){
  html body:not(.admin-body) main .nb-product-page .product-color-swatches{gap:10px 12px!important}
  html body:not(.admin-body) main .nb-product-page .product-color-swatch{min-width:52px!important}
  html body:not(.admin-body) main .nb-saudi-delivery .delivery-region-label text{font-size:7px!important}
  html body:not(.admin-body) main .nb-saudi-delivery .delivery-region-label circle{r:13px}
}
