:root {
  --nfah-cta: #1f4d2c;
  --nfah-cta-hover: #163a20;
  --nfah-bottom-nav-h: 60px;
}

img.main-logo {
  width: auto !important;
  height: 40px !important;
  max-width: 160px !important;
  max-height: 40px !important;
  object-fit: contain !important;
  display: block !important;
  padding: 2px 0 !important;
}
@media (min-width: 768px) {
  img.main-logo {
    height: 48px !important;
    max-height: 48px !important;
    max-width: 200px !important;
  }
}

.nfah-existing-divider-hidden { display: none !important; }
.nfah-branded-divider {
  display: block;
  width: 70px;
  height: 14px;
  margin: 6px auto 16px;
  position: relative;
}
.nfah-branded-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--nfah-cta) 25%, var(--nfah-cta) 75%, transparent 100%);
  transform: translateY(-50%);
  border-radius: 2px;
}
.nfah-branded-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background: var(--nfah-cta);
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff, 0 1px 3px rgba(31, 77, 44, 0.3);
}

.product-first-category {
  display: block !important;
  text-align: center !important;
  margin: 0 auto 10px !important;
  font-size: 12px !important;
  color: #777 !important;
}
.badge-cart {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 4px !important;
  margin: 8px auto 12px !important;
}
.badge-cart > p,
.badge-cart > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  margin: 0 !important;
}
.title-product {
  text-align: center !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 8px 0 4px !important;
  color: #1a1a1a !important;
}
.nfah-product-rating {
  display: flex !important;
  justify-content: center !important;
  margin: 4px auto 14px !important;
}

.price-product {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  text-align: center !important;
  margin: 10px 0 14px !important;
  gap: 4px !important;
}
.price-product > p,
p.product-formatted-price,
.price-product .product-formatted-price {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  text-align: center !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #e53935 !important;
  line-height: 1.2 !important;
}
.product-formatted-price svg {
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}
.price-tawfer,
.price-product .price-tawfer {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.price-tawfer.d-none { display: none !important; }
.product-formatted-price-old {
  font-size: 15px !important;
  color: #999 !important;
  text-decoration: line-through !important;
  font-weight: 500 !important;
}
.product-formatted-price-discount {
  font-size: 12px !important;
  background: rgba(229, 57, 53, 0.1) !important;
  color: #e53935 !important;
  padding: 3px 9px !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
}

.rate-sku { display: none !important; }

.product-extra-info-rotator {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.product-extra-info-item {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}
.sold-count, .product-count {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  font-size: 13px !important;
  color: #b71c1c !important;
  margin: 0 auto !important;
  font-weight: 500 !important;
}

.available-quantity {
  text-align: center !important;
  font-size: 12.5px !important;
  color: #666 !important;
  margin: 8px 0 !important;
}
.available-quantity .quantity-value { font-weight: 700 !important; color: #2e7d32 !important; }

.div-product-weight { display: none !important; }

.tf-product-info-liveview {
  text-align: center !important;
  margin: 12px auto !important;
  max-width: 480px !important;
  width: 100% !important;
}
.tf-product-info-liveview p,
.tf-product-info-liveview > p {
  font-size: 15px !important;
  color: #444 !important;
  line-height: 1.7 !important;
  margin: 0 auto !important;
  text-align: center !important;
  width: 100% !important;
  padding: 0 !important;
}

#product-variants-options { margin: 14px 0 !important; }
#product-variants-options .form-group {
  text-align: center !important;
  margin: 18px 0 !important;
}
#product-variants-options .form-group > div { text-align: center !important; }
#product-variants-options .form-group label {
  display: block !important;
  text-align: center !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #555 !important;
  margin-bottom: 10px !important;
  letter-spacing: 0.2px !important;
}
#product-variants-options .form-group ul {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 auto !important;
  list-style: none !important;
}
#product-variants-options .form-group ul li {
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: opacity 0.2s ease, transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease !important;
  position: relative;
}
#product-variants-options .form-group ul li:hover:not(.active):not(.nfah-unavailable) {
  border-color: var(--nfah-cta) !important;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}
#product-variants-options .form-group ul li.active {
  box-shadow: 0 3px 10px rgba(31, 77, 44, 0.25);
}

#product-variants-options .form-group ul li.nfah-unavailable {
  opacity: 0.32 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
  background: #f7f7f7 !important;
  position: relative !important;
}
#product-variants-options .form-group ul li.nfah-unavailable::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 12%;
  right: 12%;
  height: 1px;
  background: rgba(0,0,0,0.45);
  transform: translateY(-50%) rotate(-12deg);
  pointer-events: none;
}
#product-variants-options .form-group ul li.nfah-unavailable.nfah-color-swatch-li { background: #fff !important; }
#product-variants-options .form-group ul li.nfah-unavailable.nfah-color-swatch-li::after {
  left: 18%;
  right: 18%;
}

#product-variants-options .form-group ul li.nfah-pack-pill {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 78px !important;
  max-width: 110px !important;
  flex: 1 1 78px !important;
  min-height: 80px !important;
  padding: 10px 6px 8px !important;
  border-radius: 12px !important;
  position: relative !important;
  overflow: visible !important;
  border: 1.5px solid #d8d8d8 !important;
  background: #fff !important;
  cursor: pointer !important;
  margin-top: 16px !important;
  margin-bottom: 18px !important;
  box-sizing: border-box !important;
}
#product-variants-options .form-group ul li.nfah-pack-pill.active {
  border-color: var(--nfah-cta) !important;
  background: var(--nfah-cta) !important;
  color: #fff !important;
}
#product-variants-options .form-group ul li.nfah-pack-pill.active .nfah-pack-pieces-label,
#product-variants-options .form-group ul li.nfah-pack-pill.active .nfah-pack-per-unit {
  color: rgba(255, 255, 255, 0.92) !important;
}
#product-variants-options .form-group ul li.nfah-pack-pill > span:not(.nfah-pack-savings-badge):not(.nfah-pack-free-inline) {
  display: none !important;
}
#product-variants-options .form-group ul li.nfah-pack-pill[value="١٢"]::before,
#product-variants-options .form-group ul li.nfah-pack-pill[value="12"]::before {
  display: none !important;
  content: none !important;
}

.nfah-pack-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1px !important;
  width: 100% !important;
}
.nfah-pack-count-number {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  display: block !important;
}
.nfah-pack-pieces-label {
  font-size: 11px !important;
  line-height: 1.1 !important;
  margin-top: 2px !important;
  color: #888 !important;
  font-weight: 500 !important;
  display: block !important;
}
.nfah-pack-per-unit {
  font-size: 10px !important;
  margin-top: 5px !important;
  line-height: 1.25 !important;
  color: #888 !important;
  font-weight: 600 !important;
  text-align: center !important;
  display: block !important;
}

.nfah-pack-free-inline {
  position: absolute !important;
  bottom: -14px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 5px 13px !important;
  border-radius: 13px !important;
  white-space: nowrap !important;
  box-shadow: 0 0 0 2px #fff, 0 4px 12px rgba(46, 125, 50, 0.55) !important;
  z-index: 5 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.3px !important;
  display: block !important;
  margin: 0 !important;
  animation: nfah-free-pulse 2.4s ease-in-out infinite;
}
@keyframes nfah-free-pulse {
  0%, 100% {
    box-shadow: 0 0 0 2px #fff, 0 4px 12px rgba(46, 125, 50, 0.55);
  }
  50% {
    box-shadow: 0 0 0 2px #fff, 0 4px 18px rgba(46, 125, 50, 0.85);
  }
}

.nfah-pack-savings-badge {
  position: absolute !important;
  top: -11px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%) !important;
  color: #fff !important;
  font-size: 9.5px !important;
  font-weight: 700 !important;
  padding: 3px 9px !important;
  border-radius: 10px !important;
  white-space: nowrap !important;
  box-shadow: 0 2px 6px rgba(233, 30, 99, 0.40) !important;
  z-index: 5 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.2px !important;
}

#product-variants-options li[value="١٢"]:not(.nfah-pack-pill),
#product-variants-options li[value="12"]:not(.nfah-pack-pill) {
  position: relative !important;
  margin-top: 14px !important;
  overflow: visible !important;
}
#product-variants-options li[value="١٢"]:not(.nfah-pack-pill)::before,
#product-variants-options li[value="12"]:not(.nfah-pack-pill)::before {
  content: "شحن مجاني";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
  color: #fff;
  padding: 2px 9px;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(27, 94, 32, 0.35);
  z-index: 10;
  pointer-events: none;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

#product-variants-options .form-group ul li.nfah-color-swatch-li {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 2px solid #e0e0e0 !important;
  background: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  overflow: visible !important;
}
#product-variants-options .form-group ul li.nfah-color-swatch-li:hover:not(.active):not(.nfah-unavailable) {
  border-color: var(--nfah-cta) !important;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0,0,0,0.12) !important;
}
#product-variants-options .form-group ul li.nfah-color-swatch-li.active {
  border-color: var(--nfah-cta) !important;
  box-shadow: 0 0 0 1px #fff inset, 0 3px 10px rgba(31, 77, 44, 0.30) !important;
}
#product-variants-options .form-group ul li.nfah-color-swatch-li > span:not(.nfah-color-circle) {
  display: none !important;
}
.nfah-color-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.10);
  display: block;
  background-clip: padding-box;
}

.quantity-add-cart {
  text-align: center !important;
  margin: 14px 0 !important;
}
.quantity-add-cart > label {
  display: block !important;
  text-align: center !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #555 !important;
  margin-bottom: 8px !important;
}
.quantity-add-cart .select-quantity-div {
  display: flex !important;
  justify-content: center !important;
}
.quantity-add-cart .quantity-input {
  display: inline-flex !important;
  margin: 0 auto !important;
}

[data-product-id].card-variants-loaded .footer-btns { display: none !important; }
.card-variant-selector {
  padding: 10px 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  direction: rtl;
  text-align: right;
  font-family: inherit;
}
.card-variant-options-wrapper { display: flex; flex-direction: column; gap: 11px; }
.card-option-item { display: flex; flex-direction: column; gap: 6px; }
.card-option-label { font-size: 12px; font-weight: 600; color: #4a4a4a; line-height: 1.2; }

.card-social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 6px 0 10px;
  margin-bottom: 4px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 11.5px;
  direction: rtl;
}
.card-social-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #444;
}
.card-social-rating .reviews {
  color: #555;
  font-weight: 600;
  font-size: 11px;
}
.card-social-sold {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #c62828;
  font-weight: 600;
  font-size: 11px;
}
.card-social-sold .flame {
  font-size: 12px;
  line-height: 1;
}
.card-social-divider {
  color: #ccc;
  font-weight: 700;
  font-size: 13px;
}

.card-option-pills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(38px, 1fr));
  gap: 5px;
}
.card-option-pills.is-sizes {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 5px !important;
  grid-template-columns: none !important;
}
.card-option-pills.is-sizes .card-option-pill {
  flex: 0 0 auto !important;
  min-width: 44px !important;
  padding: 8px 14px !important;
  width: auto !important;
}
.card-option-pill {
  padding: 8px 4px;
  font-size: 12px;
  font-weight: 600;
  border: 1.5px solid #d8d8d8;
  background: #fff;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.15s ease;
  position: relative;
  font-family: inherit;
  color: #333;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.3px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-option-pill:hover:not(.is-selected):not(.is-unavailable) {
  border-color: var(--nfah-cta);
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.card-option-pill.is-selected {
  background: var(--nfah-cta);
  color: #fff;
  border-color: var(--nfah-cta);
  box-shadow: 0 2px 6px rgba(31, 77, 44, 0.25);
}
.card-option-pill.is-free-shipping { margin-top: 10px; overflow: visible; }
.card-option-pill.is-free-shipping::before {
  content: "شحن مجاني"; position: absolute; top: -9px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%); color: #fff;
  padding: 1px 7px; border-radius: 8px; font-size: 8.5px; font-weight: 700;
  white-space: nowrap; box-shadow: 0 1px 3px rgba(27,94,32,0.35);
  pointer-events: none; letter-spacing: 0.2px; z-index: 2;
}

.card-option-pill.is-unavailable {
  opacity: 0.5 !important;
  background: #f5f5f5 !important;
  color: #9a9a9a !important;
  border-color: #e5e5e5 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}
.card-option-pill.is-unavailable::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 14%;
  right: 14%;
  height: 1px;
  background: rgba(0, 0, 0, 0.35);
  transform: translateY(-50%) rotate(-12deg);
  pointer-events: none;
}

.card-option-pack-pills {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 18px 8px !important;
  padding-top: 12px !important;
  padding-bottom: 24px !important;
}
.card-pack-pill {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 68px;
  padding: 8px 3px 6px;
  border-radius: 8px;
  border: 1px solid #d8d8d8;
  background: #fff;
  position: relative;
  overflow: visible;
  cursor: pointer;
  font-family: inherit;
  color: #333;
  transition: all 0.15s ease;
  box-sizing: border-box;
}
.card-pack-pill:hover:not(.is-selected):not(.is-unavailable) {
  border-color: var(--nfah-cta);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
.card-pack-pill.is-selected {
  background: var(--nfah-cta) !important;
  color: #fff !important;
  border-color: var(--nfah-cta) !important;
  box-shadow: 0 2px 6px rgba(31,77,44,0.25);
}
.card-pack-pill.is-selected .card-pack-pill-label,
.card-pack-pill.is-selected .card-pack-pill-per-unit {
  color: rgba(255,255,255,0.95) !important;
}
.card-pack-pill-num {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.card-pack-pill-label {
  font-size: 9px;
  margin-top: 2px;
  color: #888;
  line-height: 1;
  display: block;
}
.card-pack-pill-per-unit {
  font-size: 9px;
  margin-top: 3px;
  color: #888;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  display: block;
}
.card-pack-pill-savings {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(233,30,99,0.35);
  z-index: 2;
  line-height: 1.3;
  letter-spacing: 0.2px;
}

.card-pack-pill-free {
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
  color: #fff !important;
  font-size: 9.5px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 0 0 0 1.5px #fff, 0 3px 8px rgba(46, 125, 50, 0.55);
  z-index: 3;
  line-height: 1.3;
  letter-spacing: 0.25px;
  display: inline-block;
  margin: 0;
  animation: nfah-card-free-pulse 2.4s ease-in-out infinite;
}
@keyframes nfah-card-free-pulse {
  0%, 100% {
    box-shadow: 0 0 0 1.5px #fff, 0 3px 8px rgba(46, 125, 50, 0.55);
  }
  50% {
    box-shadow: 0 0 0 1.5px #fff, 0 3px 12px rgba(46, 125, 50, 0.85);
  }
}

.card-pack-pill.is-unavailable {
  opacity: 0.5 !important;
  background: #f5f5f5 !important;
  border-color: #e5e5e5 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}
.card-pack-pill.is-unavailable .card-pack-pill-num,
.card-pack-pill.is-unavailable .card-pack-pill-label,
.card-pack-pill.is-unavailable .card-pack-pill-per-unit {
  color: #9a9a9a !important;
}
.card-pack-pill.is-unavailable .card-pack-pill-savings,
.card-pack-pill.is-unavailable .card-pack-pill-free {
  opacity: 0.55;
  animation: none !important;
}
.card-pack-pill.is-unavailable::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 12%;
  right: 12%;
  height: 1px;
  background: rgba(0, 0, 0, 0.35);
  transform: translateY(-50%) rotate(-12deg);
  pointer-events: none;
  z-index: 1;
}

.card-option-select {
  width: 100%; padding: 7px 10px; font-size: 13px; font-family: inherit;
  border: 1px solid #d8d8d8; border-radius: 7px; background-color: #fff; color: #333;
  cursor: pointer; appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23888' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: left 10px center; padding-left: 28px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.card-option-select:hover { border-color: #b8b8b8; }
.card-option-select:focus { outline: none; border-color: var(--nfah-cta); box-shadow: 0 0 0 2px rgba(31, 77, 44, 0.12); }
.card-option-select.is-filled { border-color: var(--nfah-cta); font-weight: 500; }

.card-color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 2px;
  justify-content: center;
}
.card-color-swatch {
  width: 24px; height: 24px; border-radius: 50%; border: 1px solid #ddd;
  cursor: pointer; padding: 0; position: relative;
  transition: transform 0.15s ease, box-shadow 0.15s ease; background-clip: padding-box;
}
.card-color-swatch:hover:not(.is-unavailable) { transform: scale(1.12); }
.card-color-swatch.is-selected { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--nfah-cta); }
.card-color-swatch.is-text {
  width: auto; height: auto; border-radius: 5px; padding: 4px 10px; font-size: 11px;
  background-color: #f5f5f5 !important; color: #333; font-family: inherit; font-weight: 500;
}
.card-color-swatch.is-text.is-selected { background-color: var(--nfah-cta) !important; color: #fff; box-shadow: none; }

.card-color-swatch.is-unavailable {
  opacity: 0.4 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}
.card-color-swatch.is-unavailable::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%) rotate(-28deg);
  pointer-events: none;
}
.card-color-swatch.is-text.is-unavailable {
  background-color: #f5f5f5 !important;
  color: #9a9a9a !important;
}

/* ===== Card "Add to Cart" CTA — outline → fill on hover ===== */
.card-variant-cta {
  position: relative;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  width: 100%; padding: 10px 12px; margin-top: 4px;
  font-size: 13px; font-weight: 600;
  color: var(--nfah-cta);
  background-color: transparent;
  border: 1.5px solid var(--nfah-cta); border-radius: 7px;
  cursor: pointer; text-decoration: none;
  transition: color 0.3s ease, transform 0.1s ease, opacity 0.2s ease;
  font-family: inherit;
}
.card-variant-cta::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 0; height: 100%;
  background: var(--nfah-cta);
  z-index: 0;
  transition: width 0.35s cubic-bezier(.4, 0, .2, 1);
}
.card-variant-cta > * {
  position: relative;
  z-index: 1;
}
.card-variant-cta:hover, .card-variant-cta:focus {
  color: #fff; background-color: transparent; text-decoration: none;
}
.card-variant-cta:hover::before, .card-variant-cta:focus::before {
  width: 100%;
}
.card-variant-cta:active { transform: translateY(1px); }
.card-variant-cta .cta-icon path { stroke: currentColor; }
.card-variant-cta.is-loading { opacity: 0.7; pointer-events: none; color: #fff; }
.card-variant-cta.is-loading::before { width: 100%; }
.card-variant-cta.is-loading .cta-spinner { display: inline-block; }
.card-variant-cta .cta-spinner {
  display: none; width: 14px; height: 14px;
  border: 2px solid rgba(255,255,255,0.4); border-top-color: #fff;
  border-radius: 50%; animation: nfah-spin 0.7s linear infinite;
}
@keyframes nfah-spin { to { transform: rotate(360deg); } }
.card-variant-cta.is-ready { box-shadow: none; }
.card-variant-cta.is-sold-out,
.card-variant-cta.is-sold-out:hover,
.card-variant-cta.is-sold-out:focus {
  background-color: #adb5bd !important;
  border-color: #adb5bd !important;
  color: #fff !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}
.card-variant-cta.is-sold-out::before { display: none !important; }
.card-variant-cta.is-sold-out:active { transform: none !important; }
.card-variant-cta.is-sold-out .cta-icon { opacity: 0.6; }
.card-variant-selector.has-no-variants { display: none; }

.card-unit-price {
  font-size: 11px; color: #555; font-weight: 500;
  margin-top: 3px; display: block; direction: rtl;
}

.nfah-product-rating {
  display: inline-flex; align-items: center; gap: 6px;
  margin: 6px 0 10px; font-size: 14px; color: #444;
  direction: rtl; font-family: inherit;
}
.nfah-product-rating .value { font-weight: 700; color: #222; }
.nfah-product-rating .star { color: #f5a623; font-size: 17px; line-height: 1; }
.nfah-product-rating .count { color: #777; font-size: 13px; font-weight: 500; }
.nfah-product-rating .count::before {
  content: "•"; margin-inline-start: 4px; margin-inline-end: 4px; color: #bbb;
}

.nfah-sticky-cta {
  position: fixed;
  left: 0; right: 0;
  bottom: calc(var(--nfah-bottom-nav-h, 60px) + env(safe-area-inset-bottom, 0px));
  z-index: 9998;
  background: #fff;
  border-top: 1px solid #ececec;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  direction: rtl;
  box-shadow: 0 -4px 14px rgba(0,0,0,0.10);
  transform: translateY(calc(100% + var(--nfah-bottom-nav-h, 60px) + 20px));
  transition: transform 0.32s cubic-bezier(.22,.61,.36,1);
  visibility: hidden;
  font-family: inherit;
}
.nfah-sticky-cta.is-visible { transform: translateY(0); visibility: visible; }
.nfah-sticky-cta-img {
  width: 44px; height: 44px; border-radius: 7px; object-fit: cover;
  flex-shrink: 0; background: #f5f5f5;
}
.nfah-sticky-cta-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.nfah-sticky-cta-name {
  font-size: 13px; font-weight: 600; color: #222;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1.3;
}
.nfah-sticky-cta-price {
  font-size: 13px; font-weight: 700; color: var(--nfah-cta);
  line-height: 1.3; display: flex; align-items: center; gap: 3px;
}
.nfah-sticky-cta-price svg { width: 11px; height: 11px; }
.nfah-sticky-cta-btn {
  background: var(--nfah-cta); color: #fff; border: none; border-radius: 8px;
  padding: 11px 18px; font-size: 13px; font-weight: 700;
  cursor: pointer; font-family: inherit; white-space: nowrap; flex-shrink: 0;
  transition: background 0.2s ease, transform 0.1s ease;
  display: inline-flex; align-items: center; gap: 6px;
  box-shadow: 0 2px 6px rgba(31, 77, 44, 0.25);
}
.nfah-sticky-cta-btn:hover { background: var(--nfah-cta-hover); }
.nfah-sticky-cta-btn:active { transform: translateY(1px); }
.nfah-sticky-cta-btn.is-loading { opacity: 0.7; pointer-events: none; }
.nfah-sticky-cta-btn .nfah-sticky-spinner {
  width: 13px; height: 13px;
  border: 2px solid rgba(255,255,255,0.4); border-top-color: #fff;
  border-radius: 50%; animation: nfah-spin 0.7s linear infinite; display: none;
}
.nfah-sticky-cta-btn.is-loading .nfah-sticky-spinner { display: inline-block; }
@media (min-width: 768px) {
  .nfah-sticky-cta { display: none !important; }
}

.nfah-featured-slider .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-template-rows: auto auto !important;
  gap: 14px !important; transform: none !important;
  width: 100% !important; height: auto !important;
  align-items: stretch !important;
}
.nfah-featured-slider .swiper-slide { width: 100% !important; height: auto !important; margin: 0 !important; }
.nfah-featured-slider .swiper-slide[data-product-id="4a098c33-9b48-4433-923a-c84c22410595"] {
  grid-row: 1 !important; grid-column: 1 / -1 !important;
  justify-self: center !important; max-width: 320px !important; margin-bottom: 8px !important;
}
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]):not(.swiper-slide-duplicate) {
  grid-row: 2 !important;
}
.nfah-featured-slider .swiper-slide.swiper-slide-duplicate { display: none !important; }
.nfah-featured-slider .tp-slider-arrow,
.nfah-featured-slider .tp-swiper-arrow,
.nfah-featured-slider .swiper-scrollbar,
.nfah-featured-slider .swiper-pagination { display: none !important; }
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]):not(.swiper-slide-duplicate) {
  align-self: stretch !important;
}
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]) > * { height: 100% !important; }
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]) .product-box,
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]) .tp-product-container,
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]) .tp-content-wrapper {
  display: flex !important;
  flex-direction: column !important;
}
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]) .tp-product-container,
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]) .tp-content-wrapper {
  flex: 1 !important; min-height: 0;
}
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]) h2 {
  height: 38px !important; min-height: 38px !important; max-height: 38px !important;
  display: -webkit-box !important; -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important; overflow: hidden !important;
  line-height: 1.35 !important; margin: 0 !important; padding: 0 !important;
}
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]) .tp-content-product {
  margin: 6px 0 !important; padding: 0 !important;
}
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]) .tp-price-product {
  margin: 0 !important; padding: 0 !important; min-height: 24px !important;
  display: flex !important; align-items: center !important;
}
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]) .tp-price-product p,
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]) .price-new {
  margin: 0 !important; padding: 0 !important;
}
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]) .available-quantity-card,
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]) [class*="sold-count"],
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]) [class*="badge-discount"] {
  display: none !important;
}
.nfah-featured-slider .swiper-slide:not([data-product-id="4a098c33-9b48-4433-923a-c84c22410595"]) .card-variant-selector {
  margin-top: auto !important;
}

@media (min-width: 768px) {
  .nfah-featured-slider .swiper-wrapper {
    max-width: 760px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .nfah-featured-slider .swiper-slide[data-product-id="4a098c33-9b48-4433-923a-c84c22410595"] {
    max-width: 380px !important;
  }
}

.nfah-toast {
  position: fixed !important;
  bottom: 90px !important; left: 50% !important; transform: translateX(-50%) !important;
  z-index: 99999 !important;
  padding: 11px 20px !important; border-radius: 8px !important;
  color: #fff !important; font-size: 14px !important; font-weight: 500 !important;
  direction: rtl !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25) !important;
  max-width: 90vw !important; text-align: center !important;
}
.nfah-toast.is-success { background: #2e7d32 !important; }
.nfah-toast.is-error { background: #c62828 !important; }

/* ===== FAQ section — brand styling ===== */
.tp-faqs .tp-title-section,
.tp-faqs .tp-title-section span {
  color: var(--nfah-cta) !important;
  font-family: inherit !important;
  font-weight: 800 !important;
  font-size: 24px !important;
  text-align: center !important;
}
.tp-faqs .faqs-box {
  max-width: 760px !important;
  margin: 0 auto !important;
}
.tp-faqs .accordion-item {
  border: 1px solid #e6e6e6 !important;
  border-radius: 12px !important;
  margin-bottom: 10px !important;
  overflow: hidden !important;
  background: #fff !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.tp-faqs .accordion-item:hover {
  border-color: var(--nfah-cta) !important;
  box-shadow: 0 3px 12px rgba(31, 77, 44, 0.08) !important;
}
.tp-faqs .accordion-header { margin: 0 !important; }
.tp-faqs .accordion-button {
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 16px 18px !important;
  background: #fff !important;
  color: var(--nfah-cta) !important;
  box-shadow: none !important;
  border: none !important;
}
.tp-faqs .accordion-button span {
  color: var(--nfah-cta) !important;
  font-family: inherit !important;
  font-weight: 700 !important;
}
.tp-faqs .accordion-button:not(.collapsed) {
  background: rgba(31, 77, 44, 0.05) !important;
  box-shadow: none !important;
}
.tp-faqs .accordion-button:not(.collapsed) span {
  color: var(--nfah-cta) !important;
}
.tp-faqs .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}
.tp-faqs .accordion-button::after,
.tp-faqs .accordion-button::before {
  color: var(--nfah-cta) !important;
}
.tp-faqs .accordion-body {
  padding: 2px 18px 18px !important;
}
.tp-faqs .accordion-body,
.tp-faqs .accordion-body span {
  color: #3a3a3a !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.85 !important;
}

/* ===== Product page: Add to Cart + Buy Now — fill on hover ===== */
.btn-add-to-cart,
.checkout-btn.btn-buy-now {
  position: relative !important;
  overflow: hidden !important;
  background-color: transparent !important;
  color: var(--nfah-cta) !important;
  border: 1.5px solid var(--nfah-cta) !important;
  transition: color 0.35s ease !important;
}
.btn-add-to-cart::before,
.checkout-btn.btn-buy-now::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--nfah-cta);
  z-index: 0;
  transition: width 0.35s cubic-bezier(.4, 0, .2, 1);
}
.btn-add-to-cart > *,
.checkout-btn.btn-buy-now > * {
  position: relative;
  z-index: 1;
}
.btn-add-to-cart:hover,
.checkout-btn.btn-buy-now:hover {
  color: #fff !important;
}
.btn-add-to-cart:hover::before,
.checkout-btn.btn-buy-now:hover::before {
  width: 100%;
}
.btn-add-to-cart svg path {
  stroke: currentColor !important;
}
.checkout-btn.btn-buy-now .buy-now-icon,
.checkout-btn.btn-buy-now .buy-now-icon path {
  fill: currentColor !important;
}