/* FH9 Product Details — Premium FH9 (v1.6.23 Ultra Sobre Luxe) */

/* When preorder: hide native availability on PDP */
.fh9-preorder-active .product-availability,
.fh9-preorder-active #product-availability,
.fh9-preorder-active .product-availability-date,
.fh9-preorder-active .product-availability .product-availability-status{
  display:none !important;
}

:root{
  --fh9pd-bg-1:#0e0e0f;
  --fh9pd-bg-2:#141416;
  --fh9pd-gold:#c9a65a;
  --fh9pd-text:#f1f1f1;
  --fh9pd-muted:rgba(255,255,255,.55);
  --fh9pd-border:rgba(201,166,90,.28);
  --fh9pd-border-soft:rgba(201,166,90,.15);
  --fh9pd-glow:rgba(201,166,90,.18);
}

.fh9pd{
  position:relative;
  margin-top:14px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid var(--fh9pd-border);
  background:linear-gradient(180deg,var(--fh9pd-bg-1),var(--fh9pd-bg-2));
  box-shadow:0 10px 28px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.02);
}

.fh9pd__head{
  position:relative;
  padding:16px 20px 14px;
  background:linear-gradient(90deg,rgba(201,166,90,.20),rgba(201,166,90,.05) 40%,transparent 75%);
  border-bottom:1px solid var(--fh9pd-border-soft);
}

.fh9pd__bar{
  position:absolute;
  left:0;top:0;bottom:0;
  width:6px;
  background:linear-gradient(180deg,rgba(201,166,90,.55),rgba(176,122,74,.35));
  box-shadow:0 0 0 1px rgba(0,0,0,.25) inset, 0 0 14px rgba(201,166,90,.18);
}

.fh9pd__title{
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:12px;
  color:var(--fh9pd-gold);
  padding-left:10px;
}

.fh9pd__grid{
  padding:18px 20px;
  display:grid;
  gap:14px;
}

.fh9pd__row{
  display:grid;
  grid-template-columns:130px 1fr;
  gap:14px;
  align-items:baseline;
}

.fh9pd__k{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--fh9pd-muted);
}

.fh9pd__v{
  font-size:15px;
  font-weight:700;
  color:var(--fh9pd-text);
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.fh9pd__link{
  color:var(--fh9pd-text);
  text-decoration:none;
  border-bottom:1px solid rgba(201,166,90,.25);
}
.fh9pd__link:hover{
  color:var(--fh9pd-gold);
  border-bottom-color:rgba(201,166,90,.55);
}

.fh9pd__copy{
  background:rgba(0,0,0,.35);
  border:1px solid rgba(201,166,90,.35);
  color:var(--fh9pd-gold);
  border-radius:10px;
  padding:3px 10px;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.fh9pd__copy:hover{
  border-color:rgba(201,166,90,.55);
  box-shadow:0 0 14px rgba(201,166,90,.14);
}

.fh9pd__divider{
  height:1px;
  background:var(--fh9pd-border-soft);
  margin:0 20px;
}

.fh9pd__reassurance{
  padding:18px 20px 22px;
}


.fh9pd__pill--preorder{
  border:1px solid rgba(201,166,90,.35);
  background:linear-gradient(180deg,rgba(201,166,90,.18),rgba(0,0,0,.35));
  box-shadow:0 0 18px rgba(201,166,90,.18), inset 0 1px 0 rgba(255,255,255,.04);
}

.fh9pd__pill-txt{
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  color:var(--fh9pd-text);
}

  .fh9pd__k{font-size:10px}
  .fh9pd__v{font-size:14px}

.fh9pd__logo{
  width:28px;
  height:28px;
  border-radius:9px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(201,166,90,.22);
  box-shadow:0 6px 16px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04);
  flex:0 0 auto;
}
.fh9pd__logo img{
  width:20px;
  height:20px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.35));
}
.fh9pd__logo svg{
  width:20px;
  height:20px;
  display:block;
  fill:var(--fh9pd-gold);
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.35));
}

.fh9pd__availSub{
  margin-top:8px;
  font-size:12px;
  line-height:1.3;
  color:rgba(255,255,255,.78);
  padding-left:6px;
}

/* Full-width signature description */
.fh9pd--full{
  width:100%;
  max-width:1200px;
  margin:36px auto 0;
}

/* Responsive refinements (mobile-first premium density) */

/* === FH9PD polish (v1.6.22) — spacing + hierarchy === */
.fh9pd__head{ padding:18px 24px 16px; }
.fh9pd__status{ padding:0 24px 18px; }
.fh9pd__pill{ padding:14px 16px; border-radius:16px; }
.fh9pd__pill-txt{ font-size:14px; }
.fh9pd__pill-sub{ font-size:12.5px; line-height:1.2; }

.fh9pd__grid{ padding:20px 24px; gap:16px; }
.fh9pd__row{ grid-template-columns:140px 1fr; gap:16px; }
.fh9pd__row:not(:last-child){ padding-bottom:12px; border-bottom:1px solid var(--fh9pd-border-soft); }
.fh9pd__k{ font-size:11px; letter-spacing:.10em; }
.fh9pd__v{ font-size:15px; }

.fh9pd__reassurance{ padding:18px 24px 22px; }
.fh9pd__reassLine{ opacity:.90; }

@media (max-width:768px){
  .fh9pd__head{padding:16px 16px 14px;}
  .fh9pd__status{padding:0 16px 14px;}
  .fh9pd{
    margin-top:16px;
    margin-bottom:18px;
    border-radius:20px;
  }
  .fh9pd__inner{
    padding:18px 16px;
  }
  .fh9pd__title{
    font-size:13px;
    letter-spacing:.10em;
  }
  .fh9pd__pill{
    width:100%;
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
    padding:13px 14px;
  }
  .fh9pd__pill-sub{
    margin-left:0;
    text-align:left;
    opacity:.85;
    line-height:1.25;
  }
  .fh9pd__grid{
    padding:18px 16px;
    gap:12px;
    margin-top:12px;
  }
  .fh9pd__row{
    grid-template-columns:1fr;
    gap:6px;
    padding:12px 0;
  }
  .fh9pd__k{
    font-size:10px;
    letter-spacing:.12em;
  }
  .fh9pd__v{
    font-size:14px;
  }
  .fh9pd__reassurance{
    padding:16px 16px 20px;
  }
  .fh9pd__row:not(:last-child){border-bottom:1px solid var(--fh9pd-border-soft);}
}

@media (max-width:480px){
  .fh9pd{
    border-radius:18px;
  }
  .fh9pd__inner{
    padding:16px 14px;
  }
  .fh9pd__pill{
    border-radius:14px;
  }
  .fh9pd__v{
    font-size:13.5px;
  }
  .fh9pd__copy{
    padding:5px 10px;
    font-size:11px;
  }
}


@media (min-width: 1200px){
  .fh9pd--full{ max-width: 1320px; }
}
.fh9pd__desc{
  padding:16px 16px 18px;
}
.fh9pd__rich{
  color:rgba(255,255,255,.88);
  font-size:14px;
  line-height:1.65;
}
.fh9pd__rich h2, .fh9pd__rich h3, .fh9pd__rich h4{
  color:rgba(255, 222, 160, .96);
  margin:18px 0 8px;
  font-weight:700;
}
.fh9pd__rich p{ margin:10px 0; }
.fh9pd__rich ul{ margin:10px 0 10px 20px; }
.fh9pd__rich a{ color:rgba(255, 222, 160, .96); text-decoration:underline; text-underline-offset:2px; }



/* Status / reassurance line (conversion) */
.fh9pd__status{
  padding:0 20px 14px;
}

.fh9pd__pill{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  width:100%;
  padding:10px 12px;
  border-radius:14px;
}

.fh9pd__pill-txt{
  font-size:13px;
  font-weight:800;
  letter-spacing:.01em;
}

.fh9pd__pill-sub{
  font-size:12px;
  font-weight:700;
  color:rgba(255,255,255,.78);
  text-align:right;
}

.fh9pd__pill--stock{
  border:1px solid rgba(120, 220, 170, .35);
  background:linear-gradient(180deg,rgba(120, 220, 170, .14),rgba(0,0,0,.35));
  box-shadow:0 0 18px rgba(120,220,170,.10), inset 0 1px 0 rgba(255,255,255,.04);
}

.fh9pd__pill--partial{
  border:1px solid rgba(201,166,90,.38);
  background:linear-gradient(180deg,rgba(201,166,90,.14),rgba(0,0,0,.35));
  box-shadow:0 0 18px rgba(201,166,90,.10), inset 0 1px 0 rgba(255,255,255,.04);
}

.fh9pd__pill--preorder{
  border:1px solid rgba(201,166,90,.38);
  background:linear-gradient(180deg,rgba(201,166,90,.18),rgba(0,0,0,.35));
  box-shadow:0 0 18px rgba(201,166,90,.14), inset 0 1px 0 rgba(255,255,255,.04);
}

.fh9pd__pill--oos{
  border:1px solid rgba(255, 140, 140, .28);
  background:linear-gradient(180deg,rgba(255, 140, 140, .10),rgba(0,0,0,.35));
}

.fh9pd__reassBlock{
  margin:0 20px 0;
  padding-top:10px;
  border-top:1px solid rgba(201,166,90,.14);
}

.fh9pd__reassLine{
  font-size:12px;
  color:rgba(255,255,255,.80);
}

.fh9pd__reassLine--below{
  margin-top:0;
  padding-left:0;
}

.fh9pd__divider{
  margin:14px 20px 12px;
}

.fh9pd__reassurance{
  padding:0 20px 18px;
}

/* Ensure the card always has breathing room after the preorder CTA */
.fh9pd{
  padding-bottom:10px;
}

/* Copy button label */
.fh9pd__copy{
  display:inline-flex;
  align-items:center;
}
.fh9pd__copyLabel{ display:inline-block; }
.fh9pd__copy.is-copied{
  box-shadow:0 0 0 2px rgba(201,166,90,.18), 0 0 18px rgba(201,166,90,.18);
}


/* Preorder: show reassurance line without duplicating status pill */
.fh9pd__reassLine--solo{margin: 8px 0 14px;}


/* Dynamic stock: partial */
.fh9pd__pill--partial{
  background: linear-gradient(180deg, rgba(215,163,67,.25), rgba(15,15,15,.35));
  border: 1px solid rgba(215,163,67,.55);
  box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset;
}
.fh9pd__pill--partial .fh9pd__pill-txt{ color: #fff; }
.fh9pd__pill--partial .fh9pd__pill-sub{ color: rgba(255,255,255,.85); }

/* External link style */
.fh9pd__link--ext{ display:inline-flex; gap:.35rem; align-items:center; }

/* === v1.6.23 — Ultra Sobre Luxe refinements (desktop + mobile) === */
/* Goal: calmer gold, more breathing room, less "technical listing" feel */
:root{
  --fh9pd-border:rgba(201,166,90,.24);
  --fh9pd-border-soft:rgba(201,166,90,.12);
  --fh9pd-glow:rgba(201,166,90,.14);
}

/* Status pill: slightly more presence, less glow */
.fh9pd__pill{
  padding:15px 18px;
  border-radius:18px;
  box-shadow:0 0 14px rgba(201,166,90,.12), inset 0 1px 0 rgba(255,255,255,.03);
}
.fh9pd__pill-sub{ opacity:.88; }

/* Reduce separator visibility (premium editorial rhythm) */
.fh9pd__row:not(:last-child){
  border-bottom-color:var(--fh9pd-border-soft);
}

/* Labels: a bit more legible on dark */
.fh9pd__k{
  opacity:.78;
  letter-spacing:.11em;
}

/* Links: calmer gold by default, brighten on hover */
.fh9pd__link,
.fh9pd__link--ext{
  color:rgba(201,166,90,.88);
}
.fh9pd__link:hover{
  color:var(--fh9pd-gold);
}

/* Reassurance block: more breathing room and clearer separation */
.fh9pd__reassurance{
  padding-top:20px;
  padding-bottom:24px;
}
.fh9pd__reassLine{
  opacity:.92;
}

/* Desktop spacing: slightly more premium padding */
@media (min-width:992px){
  .fh9pd__status{ padding:0 26px 20px; }
  .fh9pd__grid{ padding:22px 26px; gap:18px; }
  .fh9pd__reassurance{ padding-left:26px; padding-right:26px; }
}

/* Mobile polish */
@media (max-width:768px){
  .fh9pd{ border-radius:18px; }
  .fh9pd__status{ padding:0 18px 16px; }
  .fh9pd__pill{ padding:16px 16px; border-radius:16px; }
  .fh9pd__pill-txt{ font-size:14px; }
  .fh9pd__pill-sub{ font-size:12.5px; line-height:1.25; }

  /* Details: comfortable rhythm */
  .fh9pd__grid{ padding:18px 18px; gap:14px; }
  .fh9pd__row{ gap:10px; }
  .fh9pd__k{ font-size:11px; opacity:.80; }
  .fh9pd__v{ font-size:15px; }

  /* Reassurance */
  .fh9pd__reassurance{ padding:18px 18px 22px; }
}

/* Very small screens */
@media (max-width:420px){
  .fh9pd__pill{ padding:14px 14px; }
  .fh9pd__copy{ padding:6px 10px; }
}

/* v1.7.14 — Purchase availability: directly below the CTA, before PayPal. */
.fh9pd-purchase-status{
  display:block;
  flex:0 0 100%;
  width:100%;
  margin:12px 0 14px;
  clear:both;
}

.fh9pd-purchase-status .fh9pd__status{
  padding:0 !important;
}

.fh9pd-purchase-status .fh9pd__pill{
  width:100%;
  margin:0;
  flex-wrap:wrap;
}

.fh9pd-purchase-status .fh9pd__pill-sub{
  min-width:0;
  flex:1 1 260px;
}

@media (max-width:768px){
  .fh9pd-purchase-status{
    margin:8px 0 10px;
  }
  .fh9pd-purchase-status .fh9pd__pill{
    flex-direction:row;
    align-items:center;
    gap:8px;
    padding:10px 12px;
    border-radius:14px;
  }
  .fh9pd-purchase-status .fh9pd__pill-txt{
    flex:0 0 auto;
    white-space:nowrap;
    font-size:12.5px;
    line-height:1.15;
  }
  .fh9pd-purchase-status .fh9pd__pill-sub{
    flex:1 1 auto;
    margin-left:0;
    font-size:11.5px;
    line-height:1.2;
    text-align:right;
  }
}

@media (max-width:520px){
  .fh9pd-purchase-status{
    margin:7px 0 9px;
  }
  .fh9pd-purchase-status .fh9pd__pill{
    flex-direction:column;
    align-items:flex-start;
    gap:2px;
    padding:8px 10px;
    border-radius:12px;
  }
  .fh9pd-purchase-status .fh9pd__pill-txt{
    font-size:12px;
  }
  .fh9pd-purchase-status .fh9pd__pill-sub{
    flex:none;
    width:100%;
    font-size:11px;
    line-height:1.15;
    text-align:left;
  }
}


/* FH9 icons */
.fh9pd__k{display:flex;align-items:center;gap:.5rem;}
.fh9pd__kico{display:inline-flex;align-items:center;justify-content:center;}
.fh9pd__ico{width:18px;height:18px;opacity:.9;}

/* v1.7.15 — Product zoom must always expose an obvious way out. */
#product-modal .modal-content{
  position:relative;
}

#product-modal .fh9pd-zoom-close{
  position:absolute;
  top:12px;
  right:12px;
  z-index:30;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  padding:0;
  border:1px solid rgba(255,255,255,.36);
  border-radius:50%;
  background:rgba(10,10,10,.84);
  color:#fff;
  box-shadow:0 6px 20px rgba(0,0,0,.42);
  font:400 34px/1 Arial,sans-serif;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}

#product-modal .fh9pd-zoom-close:hover{
  background:rgba(201,166,90,.96);
  color:#111;
}

#product-modal .fh9pd-zoom-close:focus-visible{
  outline:3px solid #fff;
  outline-offset:3px;
}

@media (max-width:768px){
  #product-modal .fh9pd-zoom-close{
    position:fixed;
    top:calc(var(--fh9hp-overlay-top, 0px) + 12px);
    right:12px;
  }
}
