/* ============================================================
   بن نعيمان | مازدا — Salla Raed Theme — FULL FINAL CSS v6
   Black & Gold — Metal Disc Product Cards
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;900&display=swap');

:root {
  --black:    #0a0a0a;
  --black-2:  #111111;
  --black-3:  #1a1a1a;
  --black-4:  #222222;
  --gold:     #d6b25a;
  --gold-dim: rgba(214,178,90,0.15);
  --white:    #f5f5f0;
  --gray:     #aaaaaa;
  --gray-dim: #666666;
  --disc-url: url('https://cdn.salla.sa/wWOaPX/0291de51-27eb-4029-82f7-364d19c31351-1000x557.73420479303-YR6YFe3gImHGVALZL9cic0cyfIQD8aUJ07RKlDon.png');
}

/* ============================================================
   BASE + MECHANICAL BACKGROUND
   ============================================================ */
*, body, html { font-family: 'Cairo', sans-serif !important; }

body {
  background-color: var(--black) !important;
  background-image: url('https://cdn.salla.sa/wWOaPX/P1zsWS84mliYCygofmMBenGCAp0KVEEzAUQo8oYs.jpg') !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
  color: var(--white) !important;
}

body::before {
  content: '' !important;
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.15) !important;
  z-index: 0 !important;
  pointer-events: none !important;
}


::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--black-2); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

.text-gray-900, .text-gray-800, .text-gray-700,
.text-black, [class*="text-gray-9"],
[class*="text-gray-8"], [class*="text-gray-7"] { color: var(--white) !important; }
.text-gray-500, .text-gray-400, .text-gray-600 { color: var(--gray) !important; }
.bg-white, .bg-gray-50, .bg-gray-100 { background-color: var(--black-3) !important; }

/* ============================================================
   HEADER
   ============================================================ */
.store-header, .top-navbar {
  background: rgba(10,10,10,0.95) !important;
  border-bottom: 1px solid rgba(214,178,90,0.2) !important;
  box-shadow: 0 2px 30px rgba(0,0,0,0.8) !important;
}
.store-header a, .top-navbar a { color: var(--gray) !important; transition: color 0.2s !important; }
.store-header a:hover, .top-navbar a:hover { color: var(--gold) !important; text-decoration: none !important; }
.store-header h1, .store-header h2, .store-header h3, .store-header span { color: var(--white) !important; }

.s-search-modal, .s-search-container, .s-search-inline, .s-search-input-wrapper {
  background: #1a1a1a !important; border: 1px solid rgba(255,255,255,0.1) !important;
  color: var(--white) !important; border-radius: 4px !important;
}
.s-search-input-wrapper:focus-within { border-color: var(--gold) !important; }
input[type="search"], .s-search-input { background: transparent !important; color: var(--white) !important; border: none !important; }
input::placeholder, input[type="search"]::placeholder { color: var(--gray-dim) !important; }
[class*="badge"], .s-badge { background: var(--gold) !important; color: var(--black) !important; font-weight: 700 !important; }
.s-button-icon { color: var(--black) !important; }
.s-button-icon:hover { color: var(--gold) !important; }
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg {
  fill: black;
}
.s-comments-product{ background-color: black;}
/* ============================================================
   MAIN BACKGROUND
   ============================================================ */
main, #main-content, .app-inner { background-color: transparent !important; }
main > div, main > section, salla-hook, .s-block { background-color: transparent !important; }
.s-block--latest-products { background-color: rgba(13,13,13,0.8) !important; padding-top: 32px !important; padding-bottom: 64px !important; }
.s-block__title, .s-block h2, .s-block h3 { color: var(--white) !important; font-weight: 700 !important; }
.s-block--latest-products .s-block__title {
  padding-bottom: 10px !important; border-bottom: 2px solid var(--gold) !important; display: inline-block !important;
}

/* ============================================================
   HERO BANNER
   ============================================================ */
#nbnHero {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 24px 80px !important;
  background: rgba(10,10,10,0.75) !important;
  border-bottom: 1px solid rgba(214,178,90,0.15) !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 24px !important;
}

#nbnHeroStats {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  justify-self: start !important;
}

#nbnHeroLogo {
  width: 120px !important;
  height: 120px !important;
  object-fit: contain !important;
  justify-self: center !important;
  display: block !important;
}

#nbnHeroText {
  justify-self: end !important;
  text-align: right !important;
}

#nbnHeroEyebrow {
  font-size: 10px !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  color: var(--gold) !important;
  margin-bottom: 6px !important;
  font-weight: 600 !important;
}

#nbnHeroTitle {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--white) !important;
  margin: 0 !important;
}

.nbn-stat { text-align: center !important; }
.nbn-stat-num { font-size: 22px !important; font-weight: 700 !important; color: var(--gold) !important; }
.nbn-stat-lbl { font-size: 11px !important; color: #666 !important; margin-top: 2px !important; }
.nbn-stat-divider { width: 1px !important; height: 36px !important; background: rgba(255,255,255,0.07) !important; }

/* ============================================================
   SELECTOR — CONTAINER
   ============================================================ */
#selectorContainer {
  max-width: 900px !important;
  margin: 40px auto !important;
  padding: 40px !important;
  background: rgba(20,20,20,0.92) !important;
  border: 1px solid rgba(214,178,90,0.2) !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 48px rgba(0,0,0,0.5) !important;
}

#selectorEyebrow {
  font-size: 11px !important; letter-spacing: 4px !important; text-transform: uppercase !important;
  color: var(--gold) !important; margin-bottom: 8px !important; font-weight: 600 !important;
}

#selectorTitle {
  font-size: 24px !important; font-weight: 900 !important; color: var(--white) !important;
  margin-bottom: 24px !important; text-align: right !important;
  border-bottom: none !important; display: block !important; padding-bottom: 0 !important;
}

/* ============================================================
   SELECTOR — STEPS
   ============================================================ */
#stepsRow { display: flex !important; align-items: center !important; gap: 10px !important; margin-bottom: 24px !important; flex-wrap: wrap !important; }
.sel-step { display: flex !important; align-items: center !important; gap: 7px !important; font-size: 12px !important; color: #444 !important; transition: color 0.3s !important; font-family: 'Cairo', sans-serif !important; }
.sel-step.active { color: var(--white) !important; }
.sel-step.done   { color: var(--gold) !important; }
.sel-step-num { width: 22px !important; height: 22px !important; border-radius: 50% !important; border: 1px solid #333 !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 10px !important; font-weight: 700 !important; transition: all 0.3s !important; flex-shrink: 0 !important; }
.sel-step.active .sel-step-num { border-color: var(--white) !important; color: var(--white) !important; }
.sel-step.done   .sel-step-num { background: var(--gold) !important; border-color: var(--gold) !important; color: var(--black) !important; }
.sel-step-arrow { color: #333 !important; font-size: 11px !important; }

/* ============================================================
   SELECTOR — MODEL CARDS
   ============================================================ */
#modelCards { display: grid !important; grid-template-columns: repeat(6, 1fr) !important; gap: 8px !important; margin-bottom: 24px !important; }
.sel-model-card { background: #1e1e1e !important; border: 1px solid #2a2a2a !important; border-radius: 8px !important; padding: 10px 8px !important; text-align: center !important; cursor: pointer !important; transition: all 0.2s ease !important; position: relative !important; overflow: hidden !important; }
.sel-model-card::after { content: '' !important; position: absolute !important; bottom: 0; left: 0; right: 0 !important; height: 2px !important; background: var(--gold) !important; transform: scaleX(0) !important; transition: transform 0.25s !important; }
.sel-model-card:hover { background: #252525 !important; border-color: rgba(214,178,90,0.3) !important; }
.sel-model-card:hover::after { transform: scaleX(1) !important; }
.sel-model-card.selected { background: #1e1a0e !important; border-color: var(--gold) !important; box-shadow: 0 0 20px rgba(214,178,90,0.15) !important; }
.sel-model-card.selected::after { transform: scaleX(1) !important; }
.sel-model-card img { width: 100% !important; aspect-ratio: 16/9 !important; object-fit: contain !important; margin-bottom: 6px !important; transition: transform 0.2s !important; display: block !important; }
.sel-model-card:hover img { transform: scale(1.05) !important; }
.sel-model-name { font-size: 11px !important; font-weight: 700 !important; color: #888 !important; transition: color 0.2s !important; font-family: 'Cairo', sans-serif !important; }
.sel-model-card:hover .sel-model-name { color: var(--white) !important; }
.sel-model-card.selected .sel-model-name { color: var(--gold) !important; }

/* ============================================================
   SELECTOR — DROPDOWNS ROW
   ============================================================ */
#dropdownsRow { display: grid !important; grid-template-columns: 1fr 1fr 1fr auto !important; gap: 12px !important; align-items: end !important; }
.sel-field label { display: block !important; font-size: 10px !important; letter-spacing: 2px !important; text-transform: uppercase !important; color: #555 !important; margin-bottom: 8px !important; font-weight: 700 !important; font-family: 'Cairo', sans-serif !important; }
.sel-field select { width: 100% !important; background: #1e1e1e !important; border: 1.5px solid rgba(255,255,255,0.1) !important; color: var(--white) !important; border-radius: 6px !important; padding: 13px 16px !important; font-size: 14px !important; font-family: 'Cairo', sans-serif !important; appearance: none !important; -webkit-appearance: none !important; cursor: pointer !important; outline: none !important; transition: border-color 0.2s !important; }
.sel-field select:focus { border-color: var(--gold) !important; box-shadow: 0 0 0 3px rgba(214,178,90,0.12) !important; }
.sel-field select:hover { border-color: rgba(214,178,90,0.4) !important; }
.sel-field select option { background: #1e1e1e !important; color: var(--white) !important; }
.sel-field select.animate { animation: fadeSlide 0.35s ease !important; }
@keyframes fadeSlide { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* ============================================================
   SELECTOR — BROWSE BUTTON
   ============================================================ */
#browseBtn { background: #2a2a2a !important; color: #666 !important; border: none !important; border-radius: 6px !important; padding: 13px 24px !important; font-family: 'Cairo', sans-serif !important; font-size: 14px !important; font-weight: 700 !important; cursor: not-allowed !important; white-space: nowrap !important; height: 50px !important; opacity: 0.5 !important; transition: all 0.3s !important; letter-spacing: 0.5px !important; }
#browseBtn.active { background: var(--gold) !important; color: var(--black) !important; cursor: pointer !important; opacity: 1 !important; box-shadow: 0 6px 24px rgba(214,178,90,0.3) !important; }
#browseBtn.active:hover { opacity: 0.88 !important; }

/* ============================================================
   SELECTOR — RESULTS
   ============================================================ */
#resultsTags { display: flex !important; gap: 8px !important; margin-bottom: 12px !important; flex-wrap: wrap !important; }
.sel-tag { background: rgba(214,178,90,0.1) !important; border: 1px solid rgba(214,178,90,0.3) !important; color: var(--gold) !important; font-size: 12px !important; font-weight: 700 !important; padding: 4px 14px !important; border-radius: 20px !important; font-family: 'Cairo', sans-serif !important; }
#resultsMsg { color: var(--gray) !important; font-size: 13px !important; margin-bottom: 16px !important; font-family: 'Cairo', sans-serif !important; }
#productsGrid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 12px !important; }
#productsGrid a { display: block !important; background: #1a1a1a !important; border: 1px solid #2a2a2a !important; border-radius: 8px !important; padding: 12px !important; text-decoration: none !important; color: var(--white) !important; transition: border-color 0.2s, transform 0.2s !important; }
#productsGrid a:hover { border-color: var(--gold) !important; transform: translateY(-3px) !important; }
#productsGrid img { width: 100% !important; border-radius: 6px !important; margin-bottom: 8px !important; aspect-ratio: 1 !important; object-fit: cover !important; display: block !important; }
.sel-prod-compat { font-size: 10px !important; letter-spacing: 2px !important; text-transform: uppercase !important; color: var(--gold) !important; margin-bottom: 4px !important; }
.sel-prod-name { font-size: 13px !important; font-weight: 700 !important; color: var(--white) !important; margin-bottom: 8px !important; line-height: 1.4 !important; }
.sel-prod-price { font-size: 16px !important; font-weight: 700 !important; color: var(--gold) !important; }
.sel-prod-price span { font-size: 11px !important; color: #666 !important; }

/* ============================================================
   PRODUCT CARDS — METAL DISC DESIGN
   ============================================================ */

/* Card wrapper */
.s-product-card-entry {
  background-color: rgba(15,15,15,0.97) !important;
  border: 1px solid rgba(214,178,90,0.2) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.4) !important;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s !important;
  overflow: hidden !important;
  min-width: 220px !important;
  max-width: 220px !important;
  height: auto !important;
  flex-shrink: 0 !important;
}

.s-product-card-entry:hover {
  border-color: var(--gold) !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 48px rgba(214,178,90,0.18) !important;
}

/* Image container — metal disc background */
.s-product-card-image {
  position: relative !important;
  width: 100% !important;
  height: 220px !important;
  overflow: hidden !important;
  background-color: #0a0a0a !important;
  /* Metal disc as background */
  background-image: url('https://cdn.salla.sa/wWOaPX/0291de51-27eb-4029-82f7-364d19c31351-1000x557.73420479303-YR6YFe3gImHGVALZL9cic0cyfIQD8aUJ07RKlDon.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Gold glow ring around disc on hover */
.s-product-card-entry:hover .s-product-card-image {
  background-size: cover !important;
}

/* Product image centered on disc */
.s-product-card-image img,
.s-product-card-image-cover {
  position: relative !important;
  z-index: 2 !important;
  width: 62% !important;
  height: 62% !important;
  object-fit: contain !important;
  display: block !important;
  margin: auto !important;
  transition: transform 0.35s ease !important;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.6)) !important;
}

.s-product-card-entry:hover .s-product-card-image img,
.s-product-card-entry:hover .s-product-card-image-cover {
  transform: scale(1.08) !important;
}

/* Card content below image */
.s-product-card-entry > div:not(.s-product-card-image),
.s-product-card-entry .s-product-card-content,
.s-product-card-entry .s-product-card-details,
.s-product-card-entry .s-product-card-footer {
  background: rgba(15,15,15,0.97) !important;
  padding: 12px 14px !important;
}

/* Thin gold separator between image and content */
.s-product-card-image::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 10% !important;
  right: 10% !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(214,178,90,0.3), transparent) !important;
  z-index: 3 !important;
}

/* Text styles */
.s-product-card-entry a { color: var(--white) !important; text-decoration: none !important; }
.s-product-card-entry span { color: var(--gray) !important; }
.s-product-card-entry salla-price span,
.s-product-card-entry [class*="price"] span,
.s-product-card-entry salla-price,
.s-product-card-entry .s-price,
.s-product-card-entry [class*="price"],
.s-product-card-entry [class*="Price"] {
  color: var(--gold) !important; font-size: 15px !important; font-weight: 700 !important;
}

/* Add to cart button */
.s-product-card-entry .s-button-element {
  background: rgba(214,178,90,0.08) !important;
  color: var(--gold) !important;
  border: 1px solid rgba(214,178,90,0.3) !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  width: 100% !important;
  font-family: 'Cairo', sans-serif !important;
  transition: background 0.2s, color 0.2s !important;
}
.s-product-card-entry .s-button-element:hover {
  background: var(--gold) !important; color: var(--black) !important; border-color: var(--gold) !important;
}

/* Out of stock button */
.s-product-card-entry .s-button-element[disabled],
.s-product-card-entry .s-button-element.disabled,
.s-product-card-out-of-stock .s-button-element {
  background: transparent !important;
  border: 1px solid rgba(214,178,90,0.3) !important;
  color: var(--gold) !important;
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

/* Wishlist button */
.s-product-card-wishlist-btn .s-button-element {
  width: auto !important;
  background: rgba(10,10,10,0.85) !important;
  border: 1px solid rgba(214,178,90,0.25) !important;
  color: var(--white) !important;
}
.s-product-card-wishlist-btn .s-button-element:hover {
  background: var(--gold) !important; color: var(--black) !important; border-color: var(--gold) !important;
}

/* ============================================================
   PRODUCT CAROUSEL
   ============================================================ */
#nbn-carousel { position: relative !important; display: flex !important; align-items: center !important; gap: 8px !important; }
#nbn-prev, #nbn-next { flex-shrink: 0 !important; width: 40px !important; height: 40px !important; border-radius: 50% !important; background: #1e1e1e !important; border: 1px solid rgba(214,178,90,0.3) !important; color: var(--gold) !important; font-size: 22px !important; cursor: pointer !important; display: flex !important; align-items: center !important; justify-content: center !important; transition: all 0.2s !important; z-index: 2 !important; }
#nbn-prev:hover, #nbn-next:hover { background: var(--gold) !important; color: var(--black) !important; }
.s-products-list-wrapper { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; overflow-x: auto !important; overflow-y: hidden !important; gap: 16px !important; scroll-behavior: smooth !important; scrollbar-width: none !important; flex: 1 !important; }
.s-products-list-wrapper::-webkit-scrollbar { display: none !important; }
.s-products-slider-card { width: 228px; }

/* ============================================================
   FOOTER
   ============================================================ */
.store-footer, .store-footer__inner { background: rgba(17,17,17,0.97) !important; border-top: 1px solid rgba(214,178,90,0.15) !important; }
.store-footer * { color: var(--white) !important; }
.store-footer h3 { color: var(--white) !important; font-size: 18px !important; font-weight: 900 !important; }
.store-footer h4, .store-footer h5 { color: var(--gold) !important; font-size: 11px !important; letter-spacing: 3px !important; text-transform: uppercase !important; font-weight: 700 !important; }
.store-footer a { color: var(--gray) !important; text-decoration: none !important; transition: color 0.2s !important; }
.store-footer a:hover { color: var(--white) !important; }
.store-footer hr { border-color: rgba(255,255,255,0.07) !important; }
.s-social-list a { color: var(--gray) !important; border: 1px solid rgba(255,255,255,0.1) !important; background: transparent !important; border-radius: 4px !important; transition: color 0.2s, border-color 0.2s !important; }
.s-social-list a:hover { color: var(--gold) !important; border-color: var(--gold) !important; }

/* ============================================================
   DROPDOWNS / MODALS / FORMS / PAGINATION / CART
   ============================================================ */
[class*="dropdown"], [class*="s-dropdown"] { background: #1a1a1a !important; border: 1px solid rgba(255,255,255,0.08) !important; box-shadow: 0 8px 32px rgba(0,0,0,0.7) !important; border-radius: 4px !important; }
[class*="dropdown"] a:hover { color: var(--white) !important; background: rgba(214,178,90,0.08) !important; }

input:not([type="search"]), textarea, select { background: #1e1e1e !important; border: 1px solid rgba(255,255,255,0.1) !important; color: var(--white) !important; border-radius: 4px !important; }
input:focus, textarea:focus, select:focus { border-color: var(--gold) !important; outline: none !important; box-shadow: 0 0 0 2px rgba(214,178,90,0.1) !important; }
label { color: var(--gray) !important; font-size: 12px !important; font-weight: 600 !important; }
[class*="pagination"] button, [class*="pagination"] a { background: #1a1a1a !important; color: var(--gray) !important; border: 1px solid rgba(255,255,255,0.08) !important; border-radius: 4px !important; transition: all 0.2s !important; }
[class*="pagination"] button:hover, [class*="pagination"] a:hover, [class*="pagination"] [class*="active"] { background: var(--gold) !important; color: var(--black) !important; border-color: var(--gold) !important; }
[class*="cart-item"], [class*="s-cart"] { background: #161616 !important; border-bottom: 1px solid rgba(255,255,255,0.05) !important; color: var(--white) !important; }
[class*="cart-total"], [class*="order-summary"] { background: #1a1a1a !important; border: 1px solid rgba(214,178,90,0.15) !important; color: var(--white) !important; }
[class*="cart-total"] [class*="price"], [class*="order-summary"] [class*="price"] { color: var(--gold) !important; }
[class*="product-title"], [class*="product-name"] { color: var(--white) !important; font-weight: 700 !important; }
[class*="product-price"], [class*="product-amount"] { color: var(--gold) !important; font-weight: 700 !important; }
[class*="product-description"], [class*="product-desc"] { color: var(--gray) !important; line-height: 1.8 !important; }
.s-button-primary, salla-button[color="primary"] .s-button-element { background: var(--gold) !important; color: var(--black) !important; border: none !important; font-weight: 700 !important; border-radius: 4px !important; }
.s-button-primary:hover { opacity: 0.88 !important; }
[class*="notification"], [class*="toast"], [class*="alert"] { background: #1a1a1a !important; border: 1px solid var(--gold-dim) !important; color: var(--white) !important; border-radius: 4px !important; }
[class*="breadcrumb"] a, [class*="breadcrumb"] span { color: var(--gray-dim) !important; font-size: 12px !important; }
[class*="breadcrumb"] a:hover { color: var(--gold) !important; }
a:hover { color: var(--gold) !important; }

/* ============================================================
   PRODUCT PAGE — FIXED IMAGE SIZES
   ============================================================ */

/* Main product image */
.s-slider-container.swiper-autoheight,
.s-slider-container.swiper-autoheight .swiper-wrapper {
  height: 340px !important;
  width: 340px !important;
  max-height: 340px !important;
}

.swiper-slide.magnify-wrapper.homeslider__slide {
  height: 340px !important;
  width: 340px !important;
}

.swiper-slide.magnify-wrapper.homeslider__slide img {
  width: 340px !important;
  height: 340px !important;
  object-fit: contain !important;
  background: #0f0f0f !important;
}

/* Fix product cards — force consistent height always */
.s-product-card-image {
  cursor: pointer;
  position: relative !important;
  width: 100% !important;
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;
  overflow: hidden !important;
  background-color: #0a0a0a !important;
  background-image: url('https://cdn.salla.sa/wWOaPX/0291de51-27eb-4029-82f7-364d19c31351-1000x557.73420479303-YR6YFe3gImHGVALZL9cic0cyfIQD8aUJ07RKlDon.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.s-product-card-image img,
.s-product-card-image-cover {
  position: relative !important;
  z-index: 2 !important;
  width: 62% !important;
  height: 62% !important;
  object-fit: contain !important;
  display: block !important;
  margin: auto !important;
  transition: transform 0.35s ease !important;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.6)) !important;
  flex-shrink: 0 !important;
}
/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 768px) {
  .store-header { padding: 8px 0 !important; }

  #nbnHero {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    padding: 20px 16px !important;
    gap: 16px !important;
  }
  #nbnHeroText { text-align: center !important; justify-self: center !important; }
  #nbnHeroLogo { width: 90px !important; height: 90px !important; }
  #nbnHeroStats { justify-self: center !important; }

  #selectorContainer { padding: 20px 16px !important; margin: 20px 12px !important; }
  #modelCards { grid-template-columns: repeat(3, 1fr) !important; }
  #dropdownsRow { grid-template-columns: 1fr !important; }
  #browseBtn { width: 100% !important; height: auto !important; padding: 14px !important; }
  #productsGrid { grid-template-columns: 1fr 1fr !important; }

  /* Mobile product cards — 2 per row with disc */
  .s-product-card-entry {
    min-width: calc(50vw - 24px) !important;
    max-width: calc(50vw - 24px) !important;
    border-radius: 10px !important;
  }

  .s-product-card-image {
  height: 160px !important;
  min-height: 160px !important;
  max-height: 160px !important;
  background-size: cover !important;
}
.s-product-card-image img,
.s-product-card-image-cover {
  width: 58% !important;
  height: 58% !important;
}

  #nbn-prev, #nbn-next { display: none !important; }
}
/* Fix wishlist button - remove our override that's causing issues */
.s-product-card-wishlist-btn,
.s-product-card-wishlist-btn .s-button-element,
salla-favorite-button,
salla-favorite-button .s-button-element {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

/* Fix cursor on wishlist */
.s-product-card-wishlist-btn *,
salla-favorite-button * {
  cursor: pointer !important;
}

/* Fix card border radius - should be on card not image */
.s-product-card-entry {
  border-radius: 12px !important;
  overflow: hidden !important;
}

/* Image area should NOT have border-radius */
.s-product-card-image {
  border-radius: 0 !important;
}


/* Fix notification popup - not full screen */
salla-add-product-toast,
.s-add-product-toast {
  z-index: 10000 !important;
  position: fixed !important;
  top: 20px !important;
  left: 20px !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
}
.s-user-menu-trigger {background-color: #161616;}

@media (min-width: 769px) {
  .nbn-pcard {
    min-width: 300px !important;
    max-width: 300px !important;
  }
  .nbn-pcard-img {
    height: 260px !important;
  }
}
/* Product page info box */
.main-content {
  background: rgba(10,10,10,0.85) !important;
  border: 1px solid rgba(214,178,90,0.15) !important;
  border-radius: 12px !important;
  padding: 24px !important;
}
.btn--outline-primary { color: #fbbf24;}
.btn--outline-primary, .btn--primary {border-color: white;}

/* ============================================================
   WHATSAPP FLOATING BUTTON
   ============================================================ */
#nbnWhatsapp {
  position: fixed !important;
  bottom: 24px !important;
  left: 24px !important;
  width: 56px !important;
  height: 56px !important;
  background: #25d366 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 9999 !important;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4) !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
  text-decoration: none !important;
}

#nbnWhatsapp:hover {
  transform: scale(1.1) !important;
  box-shadow: 0 6px 28px rgba(37,211,102,0.6) !important;
}

#nbnWhatsapp svg {
  width: 28px !important;
  height: 28px !important;
  fill: white !important;
}