/** Shopify CDN: Minification failed

Line 1850:18 Expected identifier but found whitespace
Line 1850:20 Unexpected "{"
Line 1850:29 Expected ":"
Line 1850:56 Expected ":"

**/

  /* ===== DESIGN TOKENS ===== */
  :root {

      --dark: #1a1a1a;
      --text: #222;
      --text-secondary: #555;
      --muted: #777;
      --light-bg: #faf8f5;
      --cream: #f7f3ed;
      --border: #e8e4de;
      --red: #c0392b;
      --green: #25D366;
      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
      --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.12);
      /* V6: Locked type scale */
      --fs-xs: 11px;
      --fs-sm: 12px;
      --fs-base: 14px;
      --fs-md: 16px;
      --fs-lg: 20px;
      --fs-xl: 24px;
      /* V6: Spacing scale */
      --sp-4: 4px;
      --sp-8: 8px;
      --sp-12: 12px;
      --sp-16: 16px;
      --sp-24: 24px;
      --sp-32: 32px;
  }

  .zen-pdp-section {
      font-family: 'Tajawal', sans-serif;
      background: white;
      color: var(--text);
      line-height: 1.5;
      
      overflow: hidden;
  }
  [dir="rtl"] .zen-pdp-section{
  direction: rtl;
  }
  .zen-pdp-section *,
  .zen-pdp-section *::before,
  .zen-pdp-section *::after {
      box-sizing: border-box;
  }

  /* ===== S2: GALLERY ===== */
  

  

  

  

  

  /* Fullscreen zoom overlay */
  .zoom-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.95);
      z-index: 9999;
      align-items: center;
      justify-content: center;
      cursor: zoom-out;
  }

  .zoom-overlay.active {
      display: flex;
  }

  .zoom-overlay img {
      max-width: 95%;
      max-height: 95%;
      object-fit: contain;
  }

  .zoom-close {
      position: absolute;
      top: 16px;
      right: 16px;
      color: white;
      font-size: 28px;
      cursor: pointer;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  /* --- Variant section labels --- */
  .variant-label {
      font-size: var(--fs-base);
      font-weight: 600;
      color: var(--text);
      margin-bottom: var(--sp-8);
      display: flex;
      align-items: center;
      gap: var(--sp-8);
  }

  .variant-label-detail {
      font-weight: 400;
      color: var(--muted);
      font-size: var(--fs-sm);
  }

  .color-help-link {
      display: flex;
      align-items: center;
      gap: var(--sp-4);
      margin-top: 14px;
      font-size: var(--fs-xs);
      color: var(--muted);
      cursor: pointer;
  }

  .color-help-cta {
      color: #25D366;
      font-weight: 600;
      text-decoration: underline;
      text-underline-offset: 2px;
  }

  .color-help-link:active .color-help-cta {
      opacity: 0.7;
  }

  .whatsapp-help-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: var(--sp-4);
      font-size: var(--fs-xs);
      color: var(--muted);
      margin-top: var(--sp-8);
      cursor: pointer;
  }

  .whatsapp-help-row:active {
      opacity: 0.7;
  }

  .trust-icons-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px 6px;
      margin-top: var(--sp-8);
      padding-top: var(--sp-8);
      border-top: 1px solid var(--border);
  }

  .trust-icon-item {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: var(--fs-xs);
      color: var(--muted);
  }

  .trust-icon-item svg {
      width: 15px;
      height: 15px;
      flex-shrink: 0;
      color: var(--gold);
  }

  /* --- ATC zone --- */
  .atc-zone {
      margin-top: var(--sp-12);
  }

  .atc-row {
      display: flex;
      align-items: stretch;
      gap: 10px;
  }

  .qty-control {
      display: flex;
      align-items: center;
      border: 1.5px solid var(--border);
      border-radius: 50px;
      overflow: hidden;
      flex-shrink: 0;
      /* height: 42px; */
  }
[dir=ltr] .qty-control {
    flex-direction: row-reverse;
}
  .qty-btn {
      width: 34px;
      height: 100%;
      background: white;
      border: none;
      font-size: var(--fs-base);
      font-weight: 600;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--text);
      transition: background 0.15s;
  }

  .qty-btn:active { background: var(--light-bg); }

  .qty-value {
      width: 24px;
      text-align: center;
      font-size: var(--fs-base);
      font-weight: 600;
      font-variant-numeric: tabular-nums;
  }

  .atc-button {
      flex: 1;
      padding: 9px 20px;
      background: #ffd430;
      color: #000;
      border: none;
      border-radius: 50px;
      font-size: 15px;
      font-weight: 600;
      line-height: 1;
      font-family: 'Cairo', sans-serif;
      cursor: pointer;
      transition: all 0.3s;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(255, 212, 48, 0.3);
  }

  .atc-button:active {
      background: #e6be2b;
      transform: scale(0.98);
      box-shadow: 0 1px 4px rgba(255, 212, 48, 0.2);
  }
  .atc-button.success { background: var(--green); color: white; box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3); }

  .atc-button svg {
      width: 18px;
      height: 18px;
  }

  .atc-sub {
         display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 6px;
    margin-top: 12px;
  }

  .atc-sub-item {
        display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    font-size: 11px;
    color: var(--muted);
    font-weight: 500;
    text-align: center;
    line-height: 1.35;
  }

  .atc-sub-item svg {
        width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: var(--gold);
    margin-top: 1px;
  }

   /* Objection accordion — clearer help-card affordance: gold question
           badge, stacked title + hint, gold chevron. Collapsed by default so
           ATC stays in the decision viewport. Native <details> used (no JS). */
        .objection-accordion {
            margin-top: var(--sp-12);
            border: 1px solid var(--border, #eee);
            border-radius: 12px;
            background: white;
            overflow: hidden;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }
        .objection-accordion[open] {
            border-color: rgba(212, 175, 55, 0.35);
            box-shadow: 0 2px 10px rgba(212, 175, 55, 0.12);
        }
        .objection-summary {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px 14px;
            cursor: pointer;
            font-family: 'Tajawal', sans-serif;
            list-style: none;
            user-select: none;
            transition: background 0.15s ease;
        }
        .objection-summary:hover {
            background: var(--light-bg, #faf9f7);
        }
        .objection-summary::-webkit-details-marker { display: none; }

        .objection-summary-icon {
            flex-shrink: 0;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: rgba(212, 175, 55, 0.12);
            color: var(--gold);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .objection-summary-icon svg {
            width: 16px;
            height: 16px;
        }

        .objection-summary-label {
            flex: 1;
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 1px;
        }
        .objection-summary-title {
            font-size: var(--fs-sm);
            font-weight: 700;
            color: var(--text);
            line-height: 1.3;
        }
        .objection-summary-hint {
            font-size: 11px;
            font-weight: 500;
            color: var(--muted);
            line-height: 1.3;
        }

        .objection-chevron {
            flex-shrink: 0;
            width: 18px;
            height: 18px;
            color: var(--gold);
            transition: transform 0.2s ease;
        }
        .objection-accordion[open] .objection-chevron {
            transform: rotate(180deg);
        }
        .objection-accordion .objection-block {
            margin-top: 0 !important;
            padding: 10px 12px 12px;
            border-top: 1px solid var(--border, #eee);
        }

        /* Objection block items */
        .objection-block {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }
        .objection-item {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            padding: 10px 12px;
            background: var(--light-bg, #faf9f7);
            border: 1px solid var(--border, #eee);
            border-radius: 10px;
            font-family: 'Tajawal', sans-serif;
        }
        .objection-icon {
            flex-shrink: 0;
            width: 18px;
            height: 18px;
            color: var(--gold);
            margin-top: 1px;
        }
        .objection-body {
            flex: 1;
            min-width: 0;
            line-height: 1.5;
        }
        .objection-q {
            display: block;
            font-size: var(--fs-sm);
            font-weight: 700;
            color: var(--text);
            margin-bottom: 2px;
        }
        .objection-a {
            display: block;
            font-size: var(--fs-xs);
            color: var(--text-secondary, #6b6b6b);
            font-weight: 500;
        }


  /* ===== S9: BEFORE/AFTER ===== */
  .before-after-section {
      padding: var(--sp-24) 0;
      border-bottom: 1px solid var(--border);
      background: white;
  }

  .before-after-heading {
      font-family: 'Cairo', sans-serif;
      font-size: var(--fs-md);
      font-weight: 700;
      color: var(--text);
      margin-bottom: 4px;
      text-align: center;
      padding: 0 var(--sp-16);
  }

  .ba-subtitle {
      font-size: var(--fs-xs);
      color: var(--muted);
      text-align: center;
      margin-bottom: var(--sp-16);
      padding: 0 var(--sp-16);
  }

  .ba-carousel {
      display: flex;
      direction: ltr;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 12px;
      padding: 0 var(--sp-16);
      scrollbar-width: none;
  }
  .ba-carousel::-webkit-scrollbar { display: none; }

  .ba-card {
      flex: 0 0 calc(100% - 8px);
      scroll-snap-align: start;
      border-radius: 12px;
      overflow: hidden;
      background: var(--light-bg);
  }

  .ba-pair {
      display: flex;
      direction: ltr;
  }

  .ba-side {
      flex: 1;
      position: relative;
      overflow: hidden;
  }

  .ba-side img {
      width: 100%;
      aspect-ratio: 3 / 4;
      object-fit: cover;
      display: block;
      font-size: 0;
  }

  .ba-tag {
      position: absolute;
      top: 8px;
      background: rgba(0, 0, 0, 0.55);
      color: white;
      padding: 3px 8px;
      border-radius: 4px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.02em;
      z-index: 2;
      direction: rtl;
  }

  .ba-tag.tag-before { left: 8px; right: auto; }
  .ba-tag.tag-after { right: 8px; left: auto; }

  .ba-divider {
      width: 2px;
      background: white;
      flex-shrink: 0;
  }

  .ba-quote {
      padding: 12px 14px;
  }

  .ba-quote-text {
      font-size: 13px;
      color: var(--text);
      line-height: 1.25;
      margin-bottom: 4px;
      font-style: italic;
  }

  .ba-quote-name {
      font-size: 13px;
      color: var(--muted);
      font-weight: 500;
  }

  .ba-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      direction: ltr;
      margin-top: var(--sp-16);
      padding: 0 var(--sp-16);
  }
  .ba-arrow {
      width: 38px;
      height: 38px;
      flex: 0 0 38px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      border: 1px solid var(--gold-border);
      background: #fff;
      color: var(--gold);
      cursor: pointer;
      transition: background .2s, color .2s, border-color .2s, opacity .2s, transform .1s;
  }
  .ba-arrow:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
  .ba-arrow:active { transform: scale(0.94); }
  .ba-arrow:disabled { opacity: .3; cursor: default; }
  .ba-arrow svg { width: 17px; height: 17px; }
  .ba-progress {
      position: relative;
      width: 140px;
      height: 4px;
      border-radius: 4px;
      background: var(--border);
      overflow: hidden;
  }
  .ba-progress-fill {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 16%;
      border-radius: 4px;
      background: var(--gold);
      transition: width .28s ease;
  }
  .ba-dots {
      display: flex;
      justify-content: center;
      gap: 6px;
      margin-top: var(--sp-12);
      padding: 0 var(--sp-16);
  }

  .ba-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--border);
      border: none;
      padding: 0;
      cursor: pointer;
      transition: background 0.2s, width 0.2s;
  }

  .ba-dot.active {
      width: 18px;
      border-radius: 3px;
      background: var(--gold);
  }

  .ba-disclaimer {
      text-align: center;
      font-size: 10px;
      color: var(--muted);
      margin-top: 8px;
      padding: 0 var(--sp-16);
  }

  /* ===== S10: REVIEWS ===== */
  .reviews-section {
      padding: var(--sp-24) var(--sp-16);
      border-bottom: 1px solid var(--border);
      background: var(--light-bg);
  }

  .reviews-heading {
      font-family: 'Cairo', sans-serif;
      font-size: var(--fs-md);
      font-weight: 700 !important;
      color: var(--text);
      margin-bottom: var(--sp-16);
      text-align: center;
  }

  .reviews-source {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      margin-bottom: var(--sp-12);
      font-size: var(--fs-xs);
      color: var(--muted);
  }

  .google-logo {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
  }

  .reviews-summary {
      display: flex;
      align-items: center;
      gap: var(--sp-16);
      margin-bottom: var(--sp-16);
      padding-bottom: var(--sp-16);
      border-bottom: 1px solid var(--border);
  }

  .reviews-rating-big {
      font-family: 'Cairo', sans-serif;
      font-size: var(--fs-xl);
      font-weight: 700;
      color: var(--text);
      flex-shrink: 0;
  }

  .reviews-rating-info {
      flex: 1;
  }

  .reviews-stars {
      color: var(--gold);
      font-size: var(--fs-sm);
      margin-bottom: 2px;
  }

  .reviews-count {
      font-size: var(--fs-xs);
      color: var(--muted);
  }

  .rating-distribution {
      margin-bottom: 16px;
      display: flex;
      flex-direction: column;
      gap: 6px;
  }

  .rating-bar {
      display: flex;
      align-items: center;
      gap: var(--sp-8);
      font-size: var(--fs-xs);
  }

  .rating-stars {
      width: 40px;
      color: var(--gold);
      flex-shrink: 0;
  }

  .rating-percent {
      width: 25px;
      text-align: right;
      color: var(--muted);
      flex-shrink: 0;
  }

  .rating-track {
      flex: 1;
      height: 4px;
      background: var(--border);
      border-radius: 2px;
      overflow: hidden;
  }

  .rating-fill {
      height: 100%;
      background: var(--gold);
      transition: width 0.3s;
  }

  .photo-reviews-scroll {
      display: flex;
      gap: 12px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 4px;
      margin-bottom: 16px;
  }

  .photo-reviews-scroll::-webkit-scrollbar { height: 0; }

  .photo-review-thumb {
      flex-shrink: 0;
      width: 60px;
      height: 60px;
      border-radius: 8px;
      overflow: hidden;
      cursor: pointer;
  }

  .photo-review-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .review-cards {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 12px;
  }

  .review-card {
      padding: var(--sp-12);
      background: white;
      border-radius: 8px;
      font-size: var(--fs-sm);
  }

  .review-header {
      display: flex;
      justify-content: space-between;
      margin-bottom: 6px;
  }

  .review-name {
      font-weight: 600;
      color: var(--text);
  }

  .review-date {
      color: var(--muted);
      font-size: var(--fs-xs);
  }

  .review-stars {
      color: var(--gold);
      font-size: var(--fs-xs);
      margin-bottom: var(--sp-4);
  }

  .review-variant {
      font-size: var(--fs-xs);
      color: var(--muted);
      margin-bottom: var(--sp-8);
  }

  .review-text {
      color: var(--text-secondary);
      line-height: 1.4;
      margin-bottom: 6px;
  }

  .review-verified {
      font-size: var(--fs-xs);
      color: var(--green);
      font-weight: 500;
      display:flex;align-items:center;gap:5px
  }

  .brand-reply {
      margin-top: var(--sp-8);
      padding-top: var(--sp-8);
      border-top: 1px solid var(--border);
      color: var(--text-secondary);
      font-size: var(--fs-xs);
  }

  .brand-reply-name {
      font-weight: 600;
      color: var(--gold);
  }

  .reviews-view-all {
      text-align: center;
      font-size: var(--fs-sm);
      color: var(--gold);
      font-weight: 500;
      cursor: pointer;
      text-decoration: underline;
      width:100%;
      
  }

  /* ===== S11: INFO ACCORDION ===== */
  .info-accordion {
      background: white;
      border-bottom: 1px solid var(--border);
  }

  .info-accordion-row {
      border-bottom: 1px solid var(--border);
  }

  .info-accordion-row:last-child {
      border-bottom: none;
  }

  .info-accordion-trigger {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px var(--sp-16);
      cursor: pointer;
      user-select: none;
  }

  .info-accordion-title {
      font-family: 'Cairo', sans-serif;
      font-size: var(--fs-base);
      font-weight: 600;
      color: var(--text);
  }

  .info-accordion-icon {
      font-size: 18px;
      color: var(--muted);
      transition: transform 0.2s;
      line-height: 1;
  }

  .info-accordion-row.open .info-accordion-icon {
      transform: rotate(45deg);
  }

  .info-accordion-body {
      display: none;
      padding: 0 var(--sp-16) 16px;
  }

  .info-accordion-row.open .info-accordion-body {
      display: block;
  }

  .specs-table {
      width: 100%;
      border: 1px solid var(--border);
      border-radius: 8px;
      overflow: hidden;
      font-size: var(--fs-sm);
  }

  .specs-row {
      display: flex;
      border-bottom: 1px solid var(--border);
  }

  .specs-row:last-child {
      border-bottom: none;
  }

  .specs-label {
      width: 40%;
      padding: 8px 12px;
      background: var(--light-bg);
      font-weight: 600;
      color: var(--text);
  }

  .specs-value {
      flex: 1;
      padding: 8px 12px;
      color: var(--text-secondary);
  }

  .info-text {
      font-size: var(--fs-sm);
      color: var(--text-secondary);
      line-height: 1.6;
  }

  .info-text p {
      margin-bottom: 8px;
  }

  .info-text p:last-child {
      margin-bottom: 0;
  }

  .info-list {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .info-list li {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: var(--fs-sm);
      color: var(--text-secondary);
      line-height: 1.5;
      padding: 6px 0;
      border-bottom: 1px solid var(--border);
  }

  .info-list li:last-child {
      border-bottom: none;
  }

  .info-list li::before {
      content: "\2713";
      color: var(--gold);
      font-weight: 700;
      flex-shrink: 0;
  }

  .box-inline {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 8px;
  }

  .box-chip {
      display: flex;
      align-items: center;
      gap: 4px;
      padding: 6px 10px;
      background: var(--light-bg);
      border-radius: 6px;
      font-size: var(--fs-xs);
      color: var(--text);
      font-weight: 500;
  }

  .box-chip svg {
      width: 14px;
      height: 14px;
      color: var(--gold);
  }

  /* ===== S13: FAQ ===== */
  .faq-section {
      padding: var(--sp-24) var(--sp-16) 100px;
      border-bottom: 1px solid var(--border);
      background: var(--light-bg);
  }

  .faq-heading {
      font-family: 'Cairo', sans-serif;
      font-size: var(--fs-md);
      font-weight: 700;
      color: var(--text);
      margin-bottom: var(--sp-16);
      text-align: center;
  }

  .faq-accordion {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 16px;
  }

  .faq-item {
      background: white;
      border-radius: 10px;
      overflow: hidden;
  }

  .faq-question {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 14px 16px;
      cursor: pointer;
      font-weight: 600;
      font-size: var(--fs-sm);
      color: var(--text);
      user-select: none;
  }

  .faq-q-icon {
      width: 22px;
      height: 22px;
      min-width: 22px;
      background: var(--gold);
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Cairo', sans-serif;
      font-size: 11px;
      font-weight: 700;
  }

  .faq-q-text {
      flex: 1;
  }

  .faq-chevron {
      font-size: 14px;
      color: var(--muted);
      transition: transform 0.2s;
      flex-shrink: 0;
  }

  .faq-item.open .faq-chevron {
      transform: rotate(90deg);
  }

  .faq-answer {
      padding: 0 16px 14px 48px;
      display: none;
      color: var(--text-secondary);
      font-size: var(--fs-sm);
      line-height: 1.6;
  }

  .faq-item.open .faq-answer {
      display: block;
  }

  .faq-help-text {
      text-align: center;
      font-size: var(--fs-sm);
      color: var(--text-secondary);
      margin-bottom: var(--sp-12);
  }

  .faq-help-button {
      display: inline-flex;
      align-items: center;
      gap: var(--sp-8);
      background: var(--green);
      color: white;
      border-radius: 20px;
      padding: var(--sp-8) var(--sp-16);
      margin: 0 auto;
      cursor: pointer;
      font-weight: 500;
      font-size: var(--fs-sm);
      text-decoration: none;
      transition: all 0.2s;
  }

  .faq-help-button:active {
      opacity: 0.9;
      transform: scale(0.98);
  }

  .whatsapp-fab.pushed-up {
      bottom: calc(90px + env(safe-area-inset-bottom, 0px));
  }

/* ===== PREMIUM STICKY ATC ===== */

.sticky-atc-bar{
    position: fixed;
    bottom: 14px;
    left: 12px;
    right: 12px;
    z-index: 999;

    display:flex;
    align-items:center;
    gap:14px;

    padding:12px;
    
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(14px);

    border:1px solid rgba(0,0,0,0.06);

    border-radius:22px !important;

    box-shadow:
      0 10px 30px rgba(0,0,0,0.12),
      0 2px 10px rgba(0,0,0,0.06);

    transform: translateY(140%);
    transition: all .35s cubic-bezier(.4,0,.2,1);
}

.sticky-atc-bar.visible{
    transform: translateY(0);
}

/* LEFT INFO */

.sticky-atc-info{
    flex:1;
    min-width:0;
}

.sticky-atc-price{
    font-size:22px;
    font-weight:800;
    line-height:1;
    color:#111;
    font-family:'Cairo';
}

.sticky-atc-variant{
    margin-top:5px;
    font-size:12px;
    color:#777;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.sticky-product-thumb{
   width:48px;
   height:48px;
   border-radius:12px;
   overflow:hidden;
   flex-shrink:0;
}

.sticky-product-thumb img{
   width:100%;
   height:100%;
   object-fit:cover;
}
/* BUTTON */

.sticky-atc-button{
    border:none;
    height:52px;
    padding: 0 42px;

    border-radius:16px;

    background:#FFD230;
    color:#111;

    font-size:15px;
    font-weight:800;
    font-family:'Cairo';

    display:flex;
    align-items:center;
    justify-content:center;

    white-space:nowrap;

    box-shadow:
      0 6px 16px rgba(255,210,48,.35);

    transition:all .2s ease;
}

.sticky-atc-button:active{
    transform:scale(.96);
}

/* MOBILE */

@media(max-width:768px){

  .sticky-atc-bar{
      bottom:10px;
      left:10px;
      right:10px;
      padding:10px;
      border-radius:18px;
  }

  .sticky-atc-price{
      font-size:18px;
  }

  .sticky-atc-button{
      height:48px;
      padding:0 18px;
      font-size:14px;
  }
}
  /* ===== WHATSAPP FAB ===== */
  .whatsapp-fab {
      position: fixed;
      bottom: calc(20px + env(safe-area-inset-bottom, 0px));
      left: 16px;
      width: 56px;
      height: 56px;
      background: var(--green);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
      z-index: 80;
      transition: bottom 0.3s, transform 0.2s;
      animation: wa-pulse 2s infinite;
      text-decoration: none;
  }

  @keyframes wa-pulse {
      0% { box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.3); }
      70% { box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4), 0 0 0 12px rgba(37, 211, 102, 0); }
      100% { box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0); }
  }

  .whatsapp-fab:active {
      transform: scale(0.95);
      animation: none;
  }

  .whatsapp-fab svg {
      width: 30px;
      height: 30px;
      fill: white;
  }

  /* ===== EMAIL POPUP ===== */
  .popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.4);
      z-index: 200;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s, visibility 0.3s;
  }

  .popup-overlay.visible {
      opacity: 1;
      visibility: visible;
  }

  .popup-sheet {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: white;
      border-radius: 20px 20px 0 0;
      padding: 24px 20px;
      padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
      z-index: 201;
      transform: translateY(100%);
      transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1);
      max-height: 55vh;
  }

  .popup-overlay.visible .popup-sheet {
      transform: translateY(0);
  }

  .popup-handle {
      width: 36px;
      height: 4px;
      background: #ddd;
      border-radius: 2px;
      margin: 0 auto 16px;
  }

  .popup-close {
      position: absolute;
      top: 16px;
      left: 16px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #f5f5f5;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      color: var(--muted);
      cursor: pointer;
  }

  .popup-badge {
      display: inline-block;
      background: var(--gold-bg);
      color: var(--gold);
      font-size: var(--fs-xs);
      font-weight: 700;
      padding: var(--sp-4) var(--sp-12);
      border-radius: 20px;
      margin-bottom: var(--sp-12);
  }

  .popup-title {
      font-family: 'Cairo', sans-serif;
      font-size: var(--fs-lg);
      font-weight: 700;
      color: var(--text);
      line-height: 1.4;
      margin-bottom: var(--sp-8);
  }

  .popup-subtitle {
      font-size: var(--fs-base);
      color: var(--muted);
      margin-bottom: var(--sp-16);
      line-height: 1.5;
  }

  .popup-form {
      display: flex;
      gap: 8px;
      margin-bottom: 12px;
  }

  .popup-input {
      flex: 1;
      padding: var(--sp-16);
      border: 1.5px solid var(--border);
      border-radius: 12px;
      font-size: var(--fs-base);
      font-family: 'Tajawal', sans-serif;
      outline: none;
      transition: border-color 0.2s;
      direction: ltr;
      text-align: left;
  }

  .popup-input:focus {
      border-color: var(--gold);
  }

  .popup-input::placeholder {
      color: #bbb;
  }

  .popup-submit {
      flex-shrink: 0;
      padding: var(--sp-16) var(--sp-24);
      background: var(--gold);
      color: white;
      border: none;
      border-radius: 12px;
      font-size: var(--fs-base);
      font-weight: 700;
      font-family: 'Cairo', sans-serif;
      cursor: pointer;
      transition: background 0.2s;
      white-space: nowrap;
  }

  .popup-submit:active {
      background: #b8943f;
  }

  .popup-privacy {
      font-size: var(--fs-xs);
      color: #bbb;
      text-align: center;
  }

  .popup-success {
      text-align: center;
      padding: 10px 0;
  }

  .popup-success-icon {
      font-size: 40px;
      margin-bottom: 10px;
  }

  .popup-success-title {
      font-family: 'Cairo', sans-serif;
      font-size: var(--fs-lg);
      font-weight: 700;
      color: var(--text);
      margin-bottom: var(--sp-4);
  }

  .popup-success-text {
      font-size: var(--fs-base);
      color: var(--muted);
      margin-bottom: var(--sp-16);
  }

  .popup-success-code {
      display: inline-block;
      background: var(--gold-bg);
      border: 2px dashed var(--gold);
      padding: var(--sp-12) var(--sp-24);
      border-radius: 10px;
      font-family: 'Cairo', sans-serif;
      font-size: var(--fs-lg);
      font-weight: 700;
      color: var(--gold);
      letter-spacing: 2px;
      margin-bottom: var(--sp-12);
  }

  .popup-success-cta {
      display: block;
      width: 100%;
      padding: var(--sp-16);
      background: #ffd430;
      color: #000;
      border: none;
      border-radius: 50px;
      font-size: var(--fs-md);
      font-weight: 700;
      font-family: 'Cairo', sans-serif;
      cursor: pointer;
  }

  /* ===== RESPONSIVE BREAKPOINTS ===== */

  /* --- Tablet (≥ 768px) --- */
  @media (min-width: 768px) {
      .zen-pdp-section {
          max-width: 800px;
          margin: 0 auto;
      }

      

      

      .swatch-group {
          grid-template-columns: repeat(7, 1fr);
      }

      .review-cards {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 16px;
      }

      .ba-card {
          flex: 0 0 calc(50% - 6px);
      }

      .faq-accordion {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 12px;
          align-items: start;
      }

      .faq-item:last-child:nth-child(odd) {
          grid-column: 1 / -1;
      }

      .steps-list {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 0;
          margin-bottom: var(--sp-24);
      }

      .step-row {
          border-bottom: none;
          border-left: 1px solid var(--border);
          padding: 0 20px;
          flex-direction: column;
          align-items: center;
          text-align: center;
          gap: 12px;
      }

      .step-row:first-child { padding-right: 0; }
      .step-row:last-child { border-left: none; }

      .sticky-atc-bar {
          max-width: 800px;
          left: 50%;
          right: auto;
          width: 100%;
          transform: translateX(-50%) translateY(120px);
          border-radius: 16px 16px 0 0;
      }

      .sticky-atc-bar.visible {
          transform: translateX(-50%) translateY(0);
      }
  }

  /* --- Desktop (≥ 1024px) --- */
  @media (min-width: 1024px) {
      .zen-pdp-section {
          max-width: 100%;
          margin: 0 auto;
      }

      /* ATC button: better sizing on desktop */
      .atc-row {
          gap: 14px;
      }

      .atc-button {
          font-size: 16px;
          height: 54px;
      }

      .qty-control {
          height: 54px;
      }

      .qty-btn {
          width: 40px;
      }

      .qty-value {
          width: 30px;
      }

      .product-title {
          font-size: 22px;
      }

      .price-current {
          font-size: 26px;
      }

      /* Below-fold sections: add horizontal padding */
      .how-video-section,
      .before-after-section,
      .reviews-section,
      .info-accordion,
      .faq-section {
          padding-left: 48px;
          padding-right: 48px;
      }

      .before-after-section {
          padding-left: 0;
          padding-right: 0;
      }

      .before-after-heading,
      .ba-subtitle,
      .ba-carousel,
      .ba-dots,
      .ba-disclaimer {
          padding-left: 48px;
          padding-right: 48px;
      }

      .ba-card {
          flex: 0 0 calc(33.33% - 8px);
      }

      /* Reviews: 2 col */
      .review-cards {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 16px;
      }

      /* FAQ: 2 col */
      .faq-accordion {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 12px;
          align-items: start;
      }

      .faq-item:last-child:nth-child(odd) {
          grid-column: 1 / -1;
      }

      /* Sticky ATC bar */
      .sticky-atc-bar {
          max-width: 1280px;
          left: 50%;
          right: auto;
          width: 100%;
          transform: translateX(-50%) translateY(120px);
          border-radius: 16px 16px 0 0;
      }

      .sticky-atc-bar.visible {
          transform: translateX(-50%) translateY(0);
      }

      /* WhatsApp FAB: shift right on desktop */
      .whatsapp-fab {
          left: calc(50% - 640px + 16px);
      }

      /* Email popup: centered card on desktop */
      .popup-sheet {
          left: 50%;
          right: auto;
          bottom: 60px;
          transform: translateX(-50%) translateY(100%);
          border-radius: 20px;
          width: 480px;
          max-height: 90vh;
      }

      .popup-overlay.visible .popup-sheet {
          transform: translateX(-50%) translateY(0);
      }
  }

 

  /* --- Custom Gallery Styles --- */
  .zen-gallery-wrapper {
      position: sticky;
      top: 92px;
      align-self: flex-start;
      display: flex;
      flex-direction: column;
      gap: 16px;
  }

  .zen-main-image {
      width: 100%;
      
      
      overflow: hidden;
      
      
        position:relative;

  }

  .zen-main-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .zen-thumbnails {
         display: flex;
        gap: 8px;
        padding: 6px 16px 0;
      overflow-x: auto;
          scrollbar-width: none;
     -webkit-overflow-scrolling: touch;

  }



  .zen-thumb {
      min-width: 54px;
      max-width: 54px;
    height: 54px;
    border-radius: 6px;
    overflow: hidden;
    border: 1.5px solid transparent;
    background: #fff;
    cursor: pointer;
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
    padding: 0;
    position: relative;
    opacity: .62;
  }

  /* Initially hide all thumbs - JS will show the correct ones */
  .zen-thumb.hidden {
      display: none !important;
  }

  .zen-thumb:hover {
      opacity: 0.8;
  }

  .zen-thumb.active {
         border-color: var(--gold, #b89556);
    opacity: 1;
    box-shadow: 0 0 0 2px rgba(184, 149, 86, .18), 0 4px 10px -4px rgba(60, 40, 10, .2);
    transform: translateY(-1px);
  }

  .zen-thumb img {
         width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  /* Basic styles for the popup */
  .video-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            justify-content: center;
            align-items: center;
            z-index:999;
        }

        .video-content {
            position: relative;
            background: #fff;
            padding: 20px;
            max-width: 600px;
            width: 92%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        }

        .video-content iframe {
            width: 100%;
            height: 315px;
        }

         .video-overlay .close-btn {
           position: absolute;
            top: -8px;
            right: -8px;
            background: #88774c;
            color: white;
            border: none;
            padding: 5px 10px;
            cursor: pointer;
            font-weight: 700;
            border-radius: 20px;
            font-size: 14px;
        }
  /* Mobile: Stack layout */
  @media (max-width: 768px) {
      .zen-gallery-wrapper {
          position: relative;
          top: 0;
          gap: 12px;
      }
      .atc-button{
      font-size:13px
      }

.faq-section{
padding-bottom:20px;
}



#zenMainImage{
  touch-action: pan-y;
  user-select: none;
}
#zenMainImage{
  overflow:hidden;
  position:relative;
}

#zenFeaturedImage{
  width:100%;
  display:block;
  transition:transform .35s ease, opacity .35s ease;
  will-change:transform, opacity;
}
  }
  .zen-flickity-slider {
  width: 100%;
  
}

.zen-slide {
flex: 0 0 80%;
width:80%;
  margin-right: 10px;
}
div#zenFlickitySlider:has(.zen-slide:only-child){
  padding:0
}
.zen-slide:only-child {
flex: 0 0 100%;
width:100%;
  margin-right: 0px;
}
 .flickity-page-dots {
    opacity: 1 !important;
    visibility: visible;
        position: unset !important;
    padding: 10px 0 4px;
}
   .flickity-page-dots .dot {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50%;
    background: #d9cfb6 !important;
    transition: all .25s ease;
    border: 0;
    padding: 0;
    margin: 0 3px;
}
  .flickity-page-dots .dot.is-selected {
 
    background: var(--gold, #b89556) !important;
    width: 18px !important;
    border-radius: 3px !important;
}
.zen-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}


  .golden-offer-includes.sect .golden-offer-eyebrow {
    text-align: center;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4;
    color: #5f5236;
    margin-bottom: 8px;
  }

  .golden-offer-includes.sect .sect-h {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .golden-offer-includes.sect .golden-includes-grid {
    max-width: 1040px;
    margin: 24px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
    align-items: center;
  }

  .golden-offer-includes.sect .gi-media {
    width: 100%;
  }

  .golden-offer-includes.sect .gi-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: {{ section.settings.image_radius }}px;
  }

  .golden-offer-includes.sect .golden-includes-description {
    font-family: 'Tajawal', sans-serif;
    font-size: 14.5px;
    line-height: 1.75;
    color: #555;
    margin: 0 0 20px;
  }

  .golden-offer-includes.sect .golden-includes-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .golden-offer-includes.sect .golden-includes-row {
    background: #fff;
    border: 1px solid #e8e4de;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .golden-offer-includes.sect .golden-includes-icon {
    flex: 0 0 30px;
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #706040;
    color: #fff;
  }

  .golden-offer-includes.sect .golden-includes-text {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    line-height: 1.5;
    color: #1a1a1a;
  }

  @media screen and (max-width: 749px) {
    .golden-offer-includes.sect .golden-includes-grid {
      grid-template-columns: 1fr;
      gap: 24px;
      margin-top: 20px;
    }

    .golden-offer-includes.sect .golden-includes-description {
      font-size: 14px;
    }

    .golden-offer-includes.sect .golden-includes-text {
      font-size: 14px;
    }
  }