 /*Single product: canonical clean stylesheet */

 :root {
    --sp-bg: #2a2a2a;
    --sp-shell: #f5f3ed;
    --sp-panel: #ffffff;
    --sp-gold: #c6a853;
    --sp-text: #1f1f1f;
    --sp-text-muted: #555555;
    --sp-border: rgba(0, 0, 0, 0.1);
  }
  
  body.single-product {
    background: var(--sp-bg) !important;
  }
  
  body.single-product #main.site-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: clamp(1.2rem, 2.8vw, 2.25rem) clamp(1rem, 2.5vw, 1.8rem) 2.2rem;
  }
  
   /*Left: gallery */
  body.single-product .woocommerce-product-gallery {
    padding: clamp(1rem, 2.2vw, 1.5rem) clamp(1rem, 2.1vw, 1.4rem) 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }
  
  body.single-product .woocommerce-product-gallery__wrapper,
  body.single-product .woocommerce-product-gallery__image {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 8.5 / 11 !important;
  }
  
  body.single-product .woocommerce-product-gallery__image > a > img.wp-post-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: #ffffff;
  }
  
  body.single-product .woocommerce-product-gallery .zoomImg,
  body.single-product .woocommerce-product-gallery .emoji {
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: initial !important;
  }
  
   /*Right: summary */
  body.single-product .summary.entry-summary {
    background: var(--sp-panel) !important;
    border-left: 1px solid rgba(198, 168, 83, 0.22) !important;
    padding: clamp(1.1rem, 2.2vw, 1.6rem) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
  }
  
  body.single-product .summary.entry-summary .product_title {
    margin: 0 0 0.45rem !important;
    color: var(--sp-text) !important;
    font-size: clamp(2rem, 2.6vw, 3rem) !important;
    line-height: 1.05 !important;
    font-weight: 500 !important;
  }
  
  body.single-product .summary.entry-summary p.price {
    margin: 0 0 1rem !important;
    color: var(--sp-gold) !important;
    font-size: 1.06rem !important;
    font-weight: 700 !important;
  }
  
  body.single-product .summary.entry-summary .woocommerce-product-details__short-description {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 0 0.35rem 0 0 !important;
    margin: 0 0 0.5rem !important;
    color: #2f2f2f !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(198, 168, 83, 0.55) rgba(255, 255, 255, 0.08);
  }
  
  body.single-product .summary.entry-summary .woocommerce-product-details__short-description p,
  body.single-product .summary.entry-summary .woocommerce-product-details__short-description li {
    color: #2f2f2f !important;
  }
  
  body.single-product .summary.entry-summary .woocommerce-product-details__short-description a {
    color: #1f1f1f !important;
    text-decoration-color: rgba(31, 31, 31, 0.45) !important;
  }
  
  body.single-product .summary.entry-summary .woocommerce-product-details__short-description::-webkit-scrollbar {
    width: 7px;
  }
  
  body.single-product .summary.entry-summary .woocommerce-product-details__short-description::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
  }
  
  body.single-product .summary.entry-summary .woocommerce-product-details__short-description::-webkit-scrollbar-thumb {
    background: rgba(198, 168, 83, 0.55);
  }
  
   /*Never use pseudo-generated indicator */
  body.single-product .woocommerce-product-details__short-description::before,
  body.single-product .woocommerce-product-details__short-description::after {
    content: none !important;
    display: none !important;
  }
  
   /*Indicator controlled by JS only */
  body.single-product .summary .scroll-indicator,
  .scroll-indicator {
    display: none !important;
    visibility: hidden !important;
    max-height: 0 !important;
    overflow: hidden !important;
    text-align: center !important;
    color: var(--sp-text) !important;
    font-size: 0.66rem !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    padding: 0.36rem 0 0.42rem !important;
    margin-top: 0.35rem !important;
    border-top: 1px solid var(--sp-border) !important;
    background: #ffffff !important;
  }
  
  body.single-product .summary .scroll-indicator.is-visible,
  .scroll-indicator.is-visible {
    display: block !important;
    visibility: visible !important;
    max-height: none !important;
    overflow: visible !important;
  }
  
   /*Cart row */
  body.single-product .summary.entry-summary form.cart {
    margin-top: auto !important;
    padding-top: 0.8rem !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.7rem !important;
  }
  
  body.single-product .summary.entry-summary .quantity .qty {
    width: 52px !important;
    height: 42px !important;
    border: 1px solid #c6c6c6 !important;
    border-radius: 2px !important;
    text-align: center !important;
    color: var(--sp-text) !important;
    background: #0a0f1a !important;
    color: #ffffff !important;
    appearance: textfield !important;
    -moz-appearance: textfield !important;
  }
  
  body.single-product .summary.entry-summary .quantity .qty::-webkit-inner-spin-button,
  body.single-product .summary.entry-summary .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
  }
  
  body.single-product .summary.entry-summary .single_add_to_cart_button {
    height: 42px !important;
    min-width: 170px !important;
    border: 1px solid #b79a47 !important;
    border-radius: 2px !important;
    background: linear-gradient(180deg, #c7ab56 0%, #b9973f 100%) !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
  }
  
  body.single-product .summary.entry-summary .single_add_to_cart_button:hover {
    filter: brightness(1.03);
  }
  
   /*Hide clutter below summary */
  body.single-product .summary .product_meta,
  body.single-product .woocommerce-tabs {
    display: none !important;
  }
  
   /*Responsive */
  @media (max-width: 980px) {
    body.single-product #main.site-main > .product.entry,
    body.single-product .product.entry {
      grid-template-columns: 1fr !important;
    }
  
    body.single-product .woocommerce-product-gallery {
      padding: 1rem 1rem 0.6rem !important;
    }
  
    body.single-product .summary.entry-summary {
      border-left: 0 !important;
      border-top: 1px solid rgba(198, 168, 83, 0.18) !important;
      padding: 1rem !important;
      overflow: visible !important;
    }
  
    body.single-product .summary.entry-summary .woocommerce-product-details__short-description {
      max-height: 320px !important;
    }
  
    body.single-product .summary.entry-summary form.cart {
      flex-wrap: wrap !important;
    }
  }
  
  /* ==========================================*/
  /*   Woo Single Product (clean, unified version)*/
  /*   Scope: body.single-product only*/
  /*========================================== */
  
  body.single-product {
    --sp-bg: #12161d;
    --sp-shell: #f3f0ea;
    --sp-shell-border: rgba(198, 168, 83, 0.45);
    --sp-ink: #222;
    --sp-ink-muted: rgba(34, 34, 34, 0.72);
    --sp-gold: #c6a853;
    --sp-gold-dark: #8f712a;
    --sp-card-dark: #111827;
    --sp-max: 1120px;
    --sp-serif: "HaboroContrast", Georgia, "Times New Roman", serif;
    --sp-sans:
      "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
      Arial, sans-serif;
    background: var(--sp-bg) !important;
  }
  
  body.single-product #main.site-main {
    width: 100%;
    padding: clamp(1.8rem, 4.8vw, 3.4rem) clamp(1rem, 2.4vw, 1.9rem);
  }
  
   /*Match section width rhythm */
  body.single-product #main.site-main > .woocommerce-notices-wrapper,
  body.single-product #main.site-main > .product-title.product-above,
  body.single-product #main.site-main > .product.entry {
    width: min(100%, var(--sp-max));
    margin-inline: auto;
  }
  
   /*Breadcrumbs */
  body.single-product .product-title.product-above {
    margin-bottom: 0.6rem;
  }
  
  body.single-product #kadence-breadcrumbs {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.78);
  }
  
  body.single-product #kadence-breadcrumbs a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
  
  body.single-product #kadence-breadcrumbs .bc-delimiter {
    opacity: 0.45;
    margin: 0 0.4rem;
  }
  
  body.single-product #kadence-breadcrumbs .kadence-bread-current {
    font-family: var(--sp-serif);
    font-style: italic;
    color: rgba(255, 255, 255, 0.93);
  }
  
   /*Main light shell */
  body.single-product div.product.entry {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); /* 60/40 */
    gap: clamp(1.2rem, 2.2vw, 2rem);
    align-items: start;
    background: var(--sp-shell);
    border: 1px solid var(--sp-shell-border);
    border-radius: 10px;
    padding: clamp(1rem, 2vw, 1.45rem);
  }
  
   /*Gallery */
  body.single-product .woocommerce-product-gallery {
    margin: 0;
  }
  
  body.single-product .woocommerce-product-gallery__wrapper,
  body.single-product .woocommerce-product-gallery__image {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  body.single-product .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  body.single-product .woocommerce-product-gallery__trigger {
    top: 0.65rem;
    right: 0.65rem;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.22);
    background: rgba(255, 255, 255, 0.94);
  }
  
   /*Summary card */
  body.single-product .summary.entry-summary {
    background: var(--sp-card-dark);
    border: 1px solid rgba(198, 168, 83, 0.22);
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
    padding: clamp(0.95rem, 1.8vw, 1.25rem);
    color: #f2f0e8;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  
  body.single-product .summary.entry-summary::before {
    content: "";
    display: block;
    width: 6rem;
    height: 1px;
    margin-bottom: 0.75rem;
    background: linear-gradient(
      90deg,
      rgba(198, 168, 83, 0.9) 0%,
      rgba(198, 168, 83, 0.18) 100%
    );
  }
  
  body.single-product .summary .product_title,
  body.single-product .summary .product_title.entry-title {
    order: 1;
    margin: 0 0 0.55rem;
    font-family: var(--sp-serif);
    font-size: clamp(1.9rem, 2.2vw, 2.3rem);
    line-height: 1.05;
    color: #f4f1e9;
  }
  
  body.single-product .summary p.price {
    order: 2;
    margin: 0 0 0.55rem;
    color: #cba649;
    font-size: 1.95rem;
    font-weight: 600;
  }
  
   /*Short description in card */
  body.single-product .summary .woocommerce-product-details__short-description {
    order: 3;
    margin: 0.15rem 0 0.7rem;
    color: rgba(214, 208, 192, 0.96);
    line-height: 1.55;
    max-height: clamp(110px, 16vh, 210px);
    overflow-y: auto;
    min-height: 0;
    padding-right: 0.35rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(198, 168, 83, 0.26);
  }
  
  body.single-product .summary .woocommerce-product-details__short-description p {
    margin: 0 0 0.65rem;
  }
  
  body.single-product
    .summary
    .woocommerce-product-details__short-description
    p:last-child {
    margin-bottom: 0;
  }
  
   /*Hidden by default; JS can add .is-overflowing */
  body.single-product
    .summary
    .woocommerce-product-details__short-description::after {
    content: "Scroll for more ↓";
    display: block;
    margin-top: 0.55rem;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(198, 168, 83, 0.9);
    opacity: 0;
    transition: opacity 160ms ease;
  }
  
  body.single-product
    .summary
    .woocommerce-product-details__short-description.is-overflowing::after {
    opacity: 1;
  }
  
   /*Cart controls */
  body.single-product .summary form.cart {
    order: 4;
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
    flex-wrap: nowrap;
    margin: 0.15rem 0 0;
  }
  
  body.single-product .summary .quantity {
    margin: 0;
  }
  
  body.single-product .summary .quantity .qty {
    width: 4rem;
    min-height: 2.6rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 2px;
    background: #0f1522;
    color: #fff;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
  }
  
  body.single-product .summary .quantity .qty::-webkit-outer-spin-button,
  body.single-product .summary .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  body.single-product .summary .single_add_to_cart_button.button.alt,
  body.single-product .summary .single_add_to_cart_button.button {
    min-height: 2.6rem;
    padding: 0 1.25rem;
    border: 1px solid #96782f;
    border-radius: 2px;
    background: linear-gradient(180deg, #b79748 0%, #a58333 100%);
    color: #f7f3ea;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.74rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
  }
  
  body.single-product .summary .single_add_to_cart_button.button.alt:hover,
  body.single-product .summary .single_add_to_cart_button.button:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
  }
  
  body.single-product .summary .quantity .qty:focus-visible,
  body.single-product .summary .single_add_to_cart_button:focus-visible {
    outline: 2px solid rgba(198, 168, 83, 0.78);
    outline-offset: 2px;
  }
  
   /*Hide category/meta clutter */
  body.single-product .product_meta,
  body.single-product .product_meta .posted_in {
    display: none !important;
  }
  
   /*Description section unified dark background */
  body.single-product .woocommerce-tabs.wc-tabs-wrapper,
  body.single-product .woocommerce-Tabs-panel,
  body.single-product .woocommerce-Tabs-panel--description {
    grid-column: 1 / -1;
    background: var(--sp-bg) !important;
    background-image: none !important;
  }
  
  body.single-product .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: clamp(1.3rem, 2.4vw, 1.9rem);
    padding-top: clamp(0.9rem, 1.7vw, 1.2rem);
    border-top: 1px solid rgba(198, 168, 83, 0.24);
  }
  
   /*Hide tab nav, show editorial description */
  body.single-product .woocommerce-tabs ul.tabs.wc-tabs {
    display: none !important;
  }
  
  body.single-product .woocommerce-Tabs-panel {
    border: 0;
    padding: 0;
    color: rgba(242, 240, 234, 0.86);
  }
  
  body.single-product .woocommerce-Tabs-panel h2 {
    margin: 0 0 0.55rem;
    font-family: var(--sp-serif);
    font-size: clamp(2rem, 2.8vw, 2.6rem);
    line-height: 1.05;
    color: #f2f0ea;
  }
  
  body.single-product .woocommerce-Tabs-panel h2::after {
    content: "";
    display: block;
    width: min(100%, 760px);
    height: 1px;
    margin-top: 0.45rem;
    background: linear-gradient(
      90deg,
      rgba(198, 168, 83, 0.4) 0%,
      rgba(198, 168, 83, 0.08) 100%
    );
  }
  
  body.single-product .woocommerce-Tabs-panel p {
    color: rgba(242, 240, 234, 0.84);
    max-width: 62ch;
    line-height: 1.6;
  }
  
  body.single-product .woocommerce-Tabs-panel p:last-child::after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    margin-top: 0.95rem;
    background: linear-gradient(
      90deg,
      rgba(198, 168, 83, 0.46) 0%,
      rgba(198, 168, 83, 0.08) 100%
    );
  }
  
   /*Hide reviews + related (per mock composition) */
  body.single-product #tab-title-reviews,
  body.single-product #tab-reviews {
    display: none !important;
  }
  
   /*Mobile */
  @media (max-width: 980px) {
    body.single-product div.product.entry {
      grid-template-columns: 1fr;
    }
  
    body.single-product .summary.entry-summary {
      width: 100%;
    }
  
    body.single-product .summary .woocommerce-product-details__short-description {
      max-height: none;
      overflow: visible;
    }
  
    body.single-product
      .summary
      .woocommerce-product-details__short-description::after {
      content: none;
    }
  }
  
  @media (max-width: 680px) {
    body.single-product .summary form.cart {
      flex-wrap: wrap;
    }
  
    body.single-product .summary .single_add_to_cart_button.button.alt,
    body.single-product .summary .single_add_to_cart_button.button {
      width: 100%;
    }
  }
  
   /*==========================================*/
   /*    BPM / JP — Single Product (Pixel-locked)*/
   /*    Replace prior single-product CSS with this.*/
   /*    Scope: body.single-product only*/
   /* ========================================== */
  
  body.single-product {
    --sp-bg: #15171b;
    --sp-bg-2: #111318;
  
    --sp-shell: #f5f3ee;
    --sp-shell-2: #f0ede6;
  
    --sp-ink: #1f1f1f;
    --sp-muted: rgba(31, 31, 31, 0.66);
  
    --sp-gold: #c6a853;
    --sp-gold-soft: rgba(198, 168, 83, 0.28);
    --sp-gold-line: rgba(198, 168, 83, 0.55);
  
    --sp-card: #121826;
    --sp-card-2: #0f1522;
  
    --sp-serif: "HaboroContrast", Georgia, "Times New Roman", serif;
    --sp-sans:
      "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
      Arial, sans-serif;
  
    --sp-max: 1120px;
    --sp-radius: 14px;
    --sp-radius-sm: 10px;
  
    --sp-pad-y: clamp(3.1rem, 6.6vw, 5.8rem);
    --sp-pad-x: clamp(1.1rem, 3vw, 2.2rem);
    --sp-shell-pad: clamp(1.2rem, 2.4vw, 2rem);
  
    --sp-gap: clamp(1.2rem, 2.2vw, 2rem);
    --sp-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  }
  
   /*---------- Editorial dark page background ---------- */
  body.single-product #main.site-main {
    width: 100%;
    padding: var(--sp-pad-y) var(--sp-pad-x);
    background:
      radial-gradient(
        1200px 700px at 72% 14%,
        rgba(255, 255, 255, 0.03),
        transparent 72%
      ),
      radial-gradient(
        850px 520px at 14% 32%,
        rgba(255, 255, 255, 0.02),
        transparent 70%
      ),
      linear-gradient(180deg, var(--sp-bg) 0%, var(--sp-bg-2) 100%);
    font-family: var(--sp-sans);
  }
  
   /*Constrain the main elements to the same section width */
  body.single-product #main.site-main > .woocommerce-notices-wrapper,
  body.single-product #main.site-main > .product-title.product-above,
  body.single-product #main.site-main > .product.entry {
    width: min(100%, var(--sp-max));
    margin-left: auto;
    margin-right: auto;
  }
  
   /*---------- Breadcrumbs (Kadence) ---------- */
  body.single-product .product-title.product-above {
    margin-bottom: 0.85rem;
  }
  
  body.single-product #kadence-breadcrumbs.kadence-breadcrumbs {
    font-size: 1rem;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.76);
    opacity: 0.8;
  }
  
  body.single-product #kadence-breadcrumbs.kadence-breadcrumbs a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
  }
  
  body.single-product #kadence-breadcrumbs.kadence-breadcrumbs a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  
  body.single-product #kadence-breadcrumbs .bc-delimiter {
    opacity: 0.45;
    margin: 0 0.45rem;
  }
  
  body.single-product #kadence-breadcrumbs .kadence-bread-current {
    font-family: var(--sp-serif);
    font-style: italic;
    color: rgba(255, 255, 255, 0.92);
  }
  
   /*---------- Light master shell (gallery + summary + description + related) ---------- */
  body.single-product #main.site-main > .product.entry {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    column-gap: var(--sp-gap);
    row-gap: clamp(1.4rem, 2.4vw, 2.2rem);
    align-items: start;
  
    background: var(--sp-shell);
    border: none;
    box-shadow: var(--sp-shadow);
    padding: var(--sp-shell-pad);
    position: relative;
  }
  
   /*Gold “section rules” top/bottom inside shell */
  body.single-product #main.site-main > .product.entry::after {
    content: "";
    position: absolute;
    left: clamp(1.1rem, 2.4vw, 1.9rem);
    width: clamp(7.5rem, 14vw, 11rem);
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(198, 168, 83, 0.92) 0%,
      rgba(198, 168, 83, 0.22) 100%
    );
  }
  
  body.single-product #main.site-main > .product.entry::after {
    bottom: clamp(0.95rem, 1.8vw, 1.25rem);
  }
  
   /*---------- Gallery panel (left) ---------- */
  body.single-product .woocommerce-product-gallery {
    margin: 0;
    max-width: 560px;
  }
  
  body.single-product .woocommerce-product-gallery__wrapper,
  body.single-product .woocommerce-product-gallery__image {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
  
  body.single-product .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    height: auto;
  }
  
   /*Zoom icon */
  body.single-product .woocommerce-product-gallery__trigger {
    top: 0.72rem;
    right: 0.72rem;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    background: rgba(255, 255, 255, 0.94);
  }
  
   /*---------- Purchase card (right) ---------- */
  body.single-product .summary.entry-summary {
    width: 360px;
    max-width: 100%;
    margin-left: auto;
  
    background: linear-gradient(180deg, var(--sp-card) 0%, var(--sp-card-2) 100%);
    border: 1px solid rgba(198, 168, 83, 0.2);
    border-radius: 0; /* matches your mock’s squared elegance */
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
    padding: clamp(1.1rem, 2.2vw, 1.6rem);
    color: rgba(255, 255, 255, 0.9);
  }
  
   /*Gold rules inside purchase card */
  body.single-product .summary.entry-summary::before {
    content: "";
    display: block;
    width: 7.2rem;
    height: 1px;
    margin: 0 0 1rem;
    background: linear-gradient(
      90deg,
      rgba(198, 168, 83, 0.92) 0%,
      rgba(198, 168, 83, 0.18) 100%
    );
  }
  
  body.single-product .summary .product_title.entry-title,
  body.single-product .summary .product_title {
    margin: 0 0 0.75rem;
    font-family: var(--sp-serif);
    font-size: clamp(2.25rem, 2.8vw, 3.05rem);
    line-height: 1.02;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.94);
  }
  
  body.single-product .summary p.price {
    margin: 0 0 1rem;
    font-size: clamp(1.2rem, 1.9vw, 1.55rem);
    font-weight: 600;
    color: var(--sp-gold);
  }
  
   /*---------- Cart controls (kill Woo blue, force match) ---------- */
  body.single-product .summary form.cart {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: nowrap;
    margin: 0.25rem 0 0.35rem;
  }
  
  body.single-product .summary .quantity {
    margin: 0;
  }
  
  body.single-product .summary .quantity .qty {
    width: 4.05rem;
    min-height: 2.75rem;
  
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    background: #111a2a !important;
    color: rgba(255, 255, 255, 0.92) !important;
  
    border-radius: 0 !important;
    text-align: center;
    font-size: 1rem;
  
    box-shadow: none !important;
    appearance: textfield;
    -moz-appearance: textfield;
  }
  
  body.single-product .summary .quantity .qty::-webkit-outer-spin-button,
  body.single-product .summary .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
   /*Primary button — site-matching (no blue) */
  body.single-product .summary button.single_add_to_cart_button.button.alt,
  body.single-product .summary .single_add_to_cart_button.button.alt,
  body.single-product .summary .single_add_to_cart_button.button {
    min-height: 2.75rem;
    padding: 0 1.35rem;
  
    border: 1px solid rgba(198, 168, 83, 0.85) !important;
    border-radius: 0 !important;
  
    background: #111725 !important;
    color: rgba(255, 255, 255, 0.92) !important;
  
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
    font-weight: 600;
  
    box-shadow: none !important;
    text-shadow: none !important;
  
    transition:
      transform 180ms ease,
      background-color 180ms ease,
      color 180ms ease,
      border-color 180ms ease;
  }
  
  body.single-product .summary button.single_add_to_cart_button.button.alt:hover,
  body.single-product .summary .single_add_to_cart_button.button.alt:hover,
  body.single-product .summary .single_add_to_cart_button.button:hover {
    background: var(--sp-gold) !important;
    color: var(--sp-ink) !important;
    border-color: var(--sp-gold) !important;
    transform: translateY(-1px);
  }
  
  body.single-product .summary .quantity .qty:focus-visible,
  body.single-product .summary .single_add_to_cart_button:focus-visible {
    outline: 2px solid rgba(198, 168, 83, 0.75);
    outline-offset: 2px;
  }
  
   /*Hide Woo meta (Category line) */
  body.single-product .product_meta,
  body.single-product .product_meta .posted_in {
    display: none !important;
  }
  
   /*---------- Description: full-width dark editorial band INSIDE shell ---------- */
  body.single-product .woocommerce-tabs.wc-tabs-wrapper {
    grid-column: 1 / -1;
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }
  
   /*Hide the tab pills for editorial layout */
  body.single-product .woocommerce-tabs ul.tabs.wc-tabs {
    display: none !important;
  }
  
   /*Hide Reviews entirely (match your mock) */
  body.single-product #tab-title-reviews,
  body.single-product #tab-reviews {
    display: none !important;
  }
  
   /*Style Description panel like the Teaching section */
  body.single-product
    .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    background: linear-gradient(180deg, #151b24 0%, #11161f 100%);
    border: 1px solid rgba(198, 168, 83, 0.18);
    border-radius: 0;
    padding: clamp(1.6rem, 3vw, 2.4rem);
  }
  
  body.single-product
    .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description
    h2 {
    margin: 0 0 0.8rem;
    font-family: var(--sp-serif);
    font-size: clamp(2rem, 2.7vw, 2.75rem);
    line-height: 1.05;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.94);
  }
  
  body.single-product
    .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description
    h2::after {
    content: "";
    display: block;
    width: min(100%, 760px);
    height: 1px;
    margin-top: 0.6rem;
    background: linear-gradient(
      90deg,
      rgba(198, 168, 83, 0.42) 0%,
      rgba(198, 168, 83, 0.08) 100%
    );
  }
  
  body.single-product
    .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description
    p {
    max-width: 62ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.02rem;
    line-height: 1.65;
  }
  
   /*---------- Responsive ---------- */
  @media (max-width: 980px) {
    body.single-product #main.site-main > .product.entry {
      grid-template-columns: 1fr;
    }
  
    body.single-product .woocommerce-product-gallery {
      max-width: 100%;
    }
  
    body.single-product .summary.entry-summary {
      width: 100%;
    }
  }
  
  @media (max-width: 640px) {
    body.single-product .summary form.cart {
      flex-wrap: wrap;
    }
  
    body.single-product .summary .single_add_to_cart_button {
      width: 100% !important;
    }
  }
  
   /*==========================================*/
   /*    SINGLE PRODUCT — Pixel Fix Patch (place AFTER your current CSS)*/
   /* ========================================== */
  
   /*1) Make the purchase card wider so typography matches the mock */
  body.single-product .summary.entry-summary {
    width: 420px !important; /* was effectively ~320–360 */
    max-width: 420px !important;
    padding: 1.35rem 1.35rem 1.25rem !important;
  }
  
   /*Prevent awkward word-breaking in the title */
  body.single-product .summary .product_title,
  body.single-product .summary .product_title.entry-title {
    max-width: 100%;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  
    line-height: 1.02 !important;
  }
  
   /*2) Cart row: keep qty + button on one line, and prevent button text stacking */
  body.single-product .summary form.cart {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 0.7rem !important;
  }
  
   /*Slightly tighten qty so button has space */
  body.single-product .summary .quantity .qty {
    width: 3.75rem !important;
    min-height: 2.75rem !important;
  }
  
   /*Force button to stay single-line and give it a real minimum width */
  body.single-product .summary button.single_add_to_cart_button.button.alt,
  body.single-product .summary .single_add_to_cart_button.button.alt,
  body.single-product .summary .single_add_to_cart_button.button {
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  
    min-width: 170px !important;
    padding: 0 1.25rem !important;
    letter-spacing: 0.1em !important;
  }
  
   /*If Kadence/Woo is injecting <br> or forcing small line-height, this helps */
  body.single-product .summary .single_add_to_cart_button {
    line-height: 1 !important;
  }
  
   /*3) Description band: add the editorial breathing room + align with mock */
  body.single-product
    .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    padding: 2.1rem 2.25rem !important;
    min-height: 170px; /* gives the “band” presence like the mock */
  }
  
   /*Bigger heading + slightly more separation from rule */
  body.single-product
    .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description
    h2 {
    margin-bottom: 0.9rem !important;
    font-size: clamp(2.15rem, 2.8vw, 2.9rem) !important;
  }
  
   /*Rule position/weight refinement */
  body.single-product
    .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description
    h2::after {
    margin-top: 0.7rem !important;
    opacity: 0.95;
  }
  
   /*Body copy: a touch larger/softer */
  body.single-product
    .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description
    p {
    font-size: 1.05rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-top: 0.15rem !important;
  }
  
   /*Responsive: keep card full width below 980px */
  @media (max-width: 980px) {
    body.single-product .summary.entry-summary {
      width: 100% !important;
      max-width: 100% !important;
    }
  }
  
   /*=========================================================*/
   /*    BPM Single Product — Mock Match Override (paste LAST)*/
   /*    Goal: light gallery slab + light floating purchase card +*/
   /*          dark full-width description section + editorial grain*/
   /* ========================================================= */
  
  body.single-product {
    --bpm-bg: #121419;
    --bpm-bg-2: #0f1116;
  
    --bpm-paper: #f4f1ea;
    --bpm-paper-2: #efe9df;
  
    --bpm-ink: #1b1c1e;
    --bpm-muted: rgba(27, 28, 30, 0.62);
  
    --bpm-gold: #c6a853;
    --bpm-gold-line: rgba(198, 168, 83, 0.55);
  
    --bpm-blue: #0d76bc; /* site blue */
    --bpm-shadow: 0 26px 70px rgba(0, 0, 0, 0.35);
  
    --bpm-serif: "HaboroContrast", Georgia, "Times New Roman", serif;
    --bpm-sans:
      "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
      Arial, sans-serif;
  
    --bpm-max: 1180px;
  }
  
   /*---------- DARK STAGE BACKGROUND (with faux grain + vignette) ---------- */
  body.single-product #main.site-main {
    padding: clamp(3.2rem, 6.8vw, 6.2rem) clamp(1.1rem, 3vw, 2.2rem) !important;
    background: #151a25;
    position: relative;
    font-family: var(--bpm-sans);
  }
  
  body.single-product #main.site-main::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.08; /* “grain” */
    background-image:
      repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03) 0 1px,
        transparent 1px 3px
      ),
      repeating-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.02) 0 1px,
        transparent 1px 4px
      );
    mix-blend-mode: overlay;
  }
  
   /*constrain main blocks */
  body.single-product #main.site-main > .woocommerce-notices-wrapper,
  body.single-product #main.site-main > .product-title.product-above,
  body.single-product #main.site-main > .product.entry {
    width: min(100%, var(--bpm-max)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    z-index: 1;
  }
  
   /*---------- BREADCRUMBS: gold rule + soft text ---------- */
  body.single-product .product-title.product-above {
    margin-bottom: 1.1rem !important;
  }
  
  body.single-product #kadence-breadcrumbs.kadence-breadcrumbs {
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 1rem !important;
    letter-spacing: 0.03em;
    position: relative;
    padding-bottom: 0.75rem;
  }
  
  body.single-product #kadence-breadcrumbs.kadence-breadcrumbs::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(100%, 980px);
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(198, 168, 83, 0.6),
      rgba(198, 168, 83, 0.12)
    );
  }
  
  body.single-product #kadence-breadcrumbs a {
    color: rgba(255, 255, 255, 0.72) !important;
    text-decoration: none;
  }
  
  body.single-product #kadence-breadcrumbs a:hover {
    color: rgba(255, 255, 255, 0.92) !important;
    text-decoration: underline;
  }
  
  body.single-product #kadence-breadcrumbs .kadence-bread-current {
    font-family: var(--bpm-serif);
    font-style: italic;
    color: rgba(255, 255, 255, 0.9) !important;
  }
  
   /*---------- LIGHT “PAPER” GALLERY SLAB ---------- */
  body.single-product #main.site-main > .product.entry {
    background: radial-gradient(
      1200px 600px at 30% 20%,
      #ffffff 0%,
      var(--bpm-paper) 38%,
      var(--bpm-paper-2) 100%
    ) !important;
    border: none;
    border-radius: 0px; /* squarer like mock */
    box-shadow: var(--bpm-shadow) !important;
    padding: clamp(1.4rem, 2.8vw, 2.2rem) !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px !important;
    column-gap: clamp(1.2rem, 2.6vw, 2.3rem) !important;
    row-gap: clamp(1.5rem, 3vw, 2.4rem) !important;
  }
  
   /*subtle top/bottom inner rules (like mock) */
  body.single-product #main.site-main > .product.entry::after {
    content: "";
    position: absolute;
    left: clamp(1.2rem, 2.6vw, 2rem);
    width: clamp(10rem, 16vw, 14rem);
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(198, 168, 83, 0.7),
      rgba(198, 168, 83, 0.16)
    );
    opacity: 0.8;
  }
  
  body.single-product #main.site-main > .product.entry::after {
    bottom: clamp(1.1rem, 2vw, 1.4rem);
  }
  
   /*---------- GALLERY IMAGE: bigger, framed, less “boxy” ---------- */
  body.single-product .woocommerce-product-gallery {
    margin: 0 !important;
    max-width: 640px !important;
    width: 100% !important;
    height: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }
  
  body.single-product .woocommerce-product-gallery__wrapper,
  body.single-product .woocommerce-product-gallery__image {
    background: transparent !important;
    border: 0 !important;
  }
  
  body.single-product .woocommerce-product-gallery__image img {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    padding: 0.75rem; /* “mat” */
    max-width: 100%;
  }
  
   /*zoom icon: smaller + cleaner */
  body.single-product .woocommerce-product-gallery__trigger {
    top: 0.75rem !important;
    right: 0.75rem !important;
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(0, 0, 0, 0.22) !important;
    background: rgba(255, 255, 255, 0.92) !important;
  }
  
   /*---------- PURCHASE CARD: LIGHT PAPER FLOATING (THIS IS BIG) ---------- */
  body.single-product .summary.entry-summary {
    width: 460px !important;
    max-width: 100% !important;
    margin-left: auto !important;
  
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      var(--bpm-paper) 100%
    ) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 2px !important;
  
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18) !important;
    padding: 1.35rem 1.55rem 1.45rem !important;
  
    color: var(--bpm-ink) !important;
    position: relative;
    margin-top: 0;
    height: 100%;
  }
  
  body.single-product .summary.entry-summary::before {
    content: "";
    display: block;
    width: 8.5rem;
    height: 2px;
    margin: 0 0 1rem;
    background: linear-gradient(
      90deg,
      rgba(198, 168, 83, 0.75),
      rgba(198, 168, 83, 0.18)
    );
  }
  
   /*Title + price */
  body.single-product .summary .product_title {
    font-family: var(--bpm-serif) !important;
    font-size: clamp(2.1rem, 2.8vw, 2.85rem) !important;
    line-height: 1.05 !important;
    margin: 0 0 0.6rem !important;
    color: var(--bpm-ink) !important;
  }
  
  body.single-product .summary p.price {
    margin: 0 0 1rem !important;
    font-size: 1.35rem !important;
    color: rgba(143, 113, 42, 0.95) !important;
    font-weight: 600;
  }
  
   /*Cart row */
  body.single-product .summary form.cart {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    gap: 0.65rem !important;
  }
  
   /*Qty: dark pill/box like mock */
  body.single-product .summary .quantity .qty {
    width: 5.25rem !important;
    min-height: 3rem !important;
    border-radius: 2px !important;
  
    background: #111419 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(0, 0, 0, 0.35) !important;
    text-align: center;
  }
  
   /*Button: gold slab (mock), not dark invert */
  body.single-product .summary button.single_add_to_cart_button.button.alt,
  body.single-product .summary .single_add_to_cart_button.button.alt,
  body.single-product .summary .single_add_to_cart_button.button {
    min-height: 3rem !important;
    min-width: 190px !important;
  
    border-radius: 2px !important;
    border: 1px solid rgba(143, 113, 42, 0.75) !important;
  
    background: linear-gradient(180deg, #c6a853 0%, #b9933f 100%) !important;
    color: rgba(255, 255, 255, 0.92) !important;
  
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.78rem !important;
    font-weight: 600;
  
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.22),
      0 10px 18px rgba(0, 0, 0, 0.12) !important;
    white-space: nowrap !important;
  }
  
  body.single-product .summary .single_add_to_cart_button:hover {
    filter: brightness(1.03);
    transform: translateY(-1px);
  }
  
   /*hide category meta */
  body.single-product .product_meta {
    display: none !important;
  }
  
   /*---------- DESCRIPTION: FULL-WIDTH DARK SECTION (NOT inside slab) ---------- */
  body.single-product .woocommerce-tabs.wc-tabs-wrapper {
    grid-column: 1 / -1;
    margin-top: 0 !important;
  }
  
   /*Hide Woo tab pills */
  body.single-product .woocommerce-tabs ul.tabs.wc-tabs {
    display: none !important;
  }
  
   /*Make the description panel “break out” of the light slab */
  body.single-product
    .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    grid-column: 1 / -1;
  
    background: transparent !important;
  
    border: 0 !important;
    border-radius: 0 !important;
  
    /* break out to match full-width dark band feeling */
    margin-left: calc(-1 * clamp(1.4rem, 2.8vw, 2.2rem)) !important;
    margin-right: calc(-1 * clamp(1.4rem, 2.8vw, 2.2rem)) !important;
  
    padding: clamp(2.4rem, 4vw, 3.4rem) clamp(2.2rem, 3.4vw, 3.2rem) !important;
  }
  
   /*Heading matches mock */
  body.single-product
    .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description
    h2 {
    margin: 0 0 1rem !important;
    font-family: var(--bpm-serif) !important;
    font-size: clamp(2.4rem, 3.6vw, 3.2rem) !important;
    font-weight: 500;
  }
  
  body.single-product
    .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description
    h2::after {
    content: "";
    display: block;
    height: 2px;
    width: min(100%, 980px);
    margin-top: 0.9rem;
    background: linear-gradient(
      90deg,
      rgba(198, 168, 83, 0.55),
      rgba(198, 168, 83, 0.12)
    );
  }
  
   /*Body copy */
  body.single-product
    .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description
    p {
    max-width: 100% !important;
    color: rgba(22, 22, 22, 0.72) !important;
    font-size: 1rem !important;
    line-height: 1.75;
    margin: 0;
  }
  
   /*Responsive */
  @media (max-width: 980px) {
    body.single-product #main.site-main > .product.entry {
      grid-template-columns: 1fr !important;
    }
  
    body.single-product .summary.entry-summary {
      width: 100% !important;
    }
  }
  
  @media (max-width: 640px) {
  
    body.single-product .summary form.cart {
      flex-wrap: wrap !important;
    }
  
    body.single-product .summary .single_add_to_cart_button {
      width: 100% !important;
    }
  }
  
   /*Requested refinement: 60/40 split + smaller title */
  @media (min-width: 981px) {
    body.single-product #main.site-main > .product.entry {
      grid-template-columns: minmax(0, 3fr) minmax(0, 2fr) !important;
      align-items: start !important;
    }
  
    body.single-product .woocommerce-product-gallery {
      max-width: none !important;
      width: 100% !important;
    }
  
    body.single-product .summary.entry-summary {
      width: 100% !important;
      max-width: none !important;
      margin-left: 0 !important;
    }
  
    body.single-product .summary .product_title,
    body.single-product .summary .product_title.entry-title {
      font-size: clamp(2rem, 2.2vw, 2.35rem) !important;
      line-height: 1.05 !important;
    }
  }
  
   /*=========================================================*/
   /*    Summary height + conditional "Scroll for more"*/
   /*    ========================================================= */
  @media (min-width: 981px) {
    body.single-product #main.site-main > .product.entry {
      align-items: stretch !important;
    }
  
    body.single-product .summary.entry-summary {
      height: 100% !important;
      max-height: 100% !important;
      min-height: 0 !important;
      overflow: hidden !important;
      display: flex !important;
      flex-direction: column !important;
    }
  
    body.single-product .summary .woocommerce-product-details__short-description {
      position: relative;
      flex: 1 1 auto;
      min-height: 0;
      max-height: var(--sp-short-max-height, clamp(110px, 16vh, 210px));
      overflow-y: auto;
      padding-right: 0.35rem;
      padding-bottom: 1.05rem;
      scrollbar-width: thin;
      scrollbar-color: rgba(198, 168, 83, 0.55) rgba(255, 255, 255, 0.08);
    }
  
    body.single-product
      .summary
      .woocommerce-product-details__short-description::-webkit-scrollbar {
      width: 7px;
    }
  
    body.single-product
      .summary
      .woocommerce-product-details__short-description::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.08);
    }
  
    body.single-product
      .summary
      .woocommerce-product-details__short-description::-webkit-scrollbar-thumb {
      background: rgba(198, 168, 83, 0.55);
    }
  
     /*Hidden by default; JS reveals only when overflow exists */
    body.single-product
      .summary
      .woocommerce-product-details__short-description::after {
      content: "Scroll for more ↓";
      position: sticky;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      padding-top: 0.45rem;
      margin-top: 0.5rem;
      font-size: 0.68rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(198, 168, 83, 0.9);
      opacity: 0;
      pointer-events: none;
      transition: opacity 180ms ease;
      background: linear-gradient(
        180deg,
        rgba(19, 26, 41, 0) 0%,
        rgba(19, 26, 41, 0.92) 55%
      );
    }
  
    body.single-product
      .summary
      .woocommerce-product-details__short-description.is-overflowing::after {
      opacity: 1;
    }
  }
  
   /*Safety lock: ensure equal-height columns use the same JS target */
  @media (min-width: 981px) {
    body.single-product #main.site-main > .product.entry {
      align-items: start !important;
    }
  
    body.single-product
      #main.site-main
      > .product.entry
      > .woocommerce-product-gallery,
    body.single-product
      #main.site-main
      > .product.entry
      > .summary.entry-summary {
      min-height: 0 !important;
      align-self: start !important;
    }
  
    body.single-product
      #main.site-main
      > .product.entry
      > .summary.entry-summary {
      display: flex !important;
      flex-direction: column !important;
      overflow: hidden !important;
    }
  
    body.single-product .woocommerce-product-gallery {
      display: flex !important;
      align-items: flex-start !important;
      justify-content: center !important;
      overflow: hidden !important;
    }
  
    body.single-product .woocommerce-product-gallery__wrapper,
    body.single-product .woocommerce-product-gallery__image {
      width: 100% !important;
      max-width: 100% !important;
      aspect-ratio: 8.5 / 11 !important;
    }
  
    body.single-product
      .woocommerce-product-gallery__image
      > a
      > img.wp-post-image {
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      object-fit: contain !important;
    }
  
    body.single-product .woocommerce-product-gallery__image > img.zoomImg,
    body.single-product .woocommerce-product-gallery .emoji {
      width: auto !important;
      height: auto !important;
      aspect-ratio: auto !important;
      object-fit: initial !important;
    }
  
    body.single-product .summary .woocommerce-product-details__short-description {
      flex: 1 1 auto !important;
      min-height: 0 !important;
      max-height: none !important;
      overflow-y: auto !important;
    }
  }
  
   /*Final indicator behavior: show only when real overflow exists */
  @media (min-width: 981px) {
    body.single-product
      .summary
      .woocommerce-product-details__short-description::after {
      content: none !important;
      display: none !important;
    }
  
    body.single-product .summary .scroll-indicator {
      display: none !important;
      text-align: center !important;
      font-size: 0.66rem !important;
      letter-spacing: 0.08em !important;
      text-transform: uppercase !important;
      color: #2a2a2a !important;
      padding: 0.38rem 0 0.42rem !important;
      margin-top: 0.5rem !important;
      border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
      background: #ffffff !important;
    }
  
    body.single-product .summary .scroll-indicator.is-visible {
      display: block !important;
    }
  }
  
   /*Fail-safe: hide "Scroll for more" everywhere until stylesheet is fully normalized */
  .woocommerce-product-details__short-description::before,
  .woocommerce-product-details__short-description::after {
    content: none !important;
    display: none !important;
  }
  
  .scroll-indicator,
  body.single-product .summary .scroll-indicator,
  body.single-product .summary .scroll-indicator {
    display: none !important;
    visibility: hidden !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }
  
   /*Requested: remove gallery padding */
  body.single-product .woocommerce-product-gallery {
    padding: 0 !important;
  }
  
   /*Micro-adjustment: remove bottom padding under left product image */
  @media (min-width: 981px) {
    body.single-product
      #main.site-main
      > .product.entry
      > .woocommerce-product-gallery {
      padding-bottom: 0 !important;
    }
  }
  
   /*Accessibility: ensure readable contrast for short description text */
  body.single-product
    .summary.entry-summary
    .woocommerce-product-details__short-description,
  body.single-product
    .summary.entry-summary
    .woocommerce-product-details__short-description
    p,
  body.single-product
    .summary.entry-summary
    .woocommerce-product-details__short-description
    li {
    color: #2f2f2f !important;
  }
  
  body.single-product
    .summary.entry-summary
    .woocommerce-product-details__short-description
    a {
    color: #1f1f1f !important;
    text-decoration-color: rgba(31, 31, 31, 0.45) !important;
  }
  
   /*Global default: hidden unless JS confirms overflow */
  body.single-product .summary .scroll-indicator {
    display: none !important;
    visibility: hidden !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }
  
  body.single-product .summary .scroll-indicator.is-visible {
    display: block !important;
    visibility: visible !important;
    max-height: none !important;
    overflow: visible !important;
  }
  
     /*Absolute fallback: never render scroll indicator unless JS enables it */
    .scroll-indicator {
        display: none !important;
        visibility: hidden !important;
        max-height: 0 !important;
        overflow: hidden !important;
    }
  
    .scroll-indicator.is-visible {
        display: block !important;
        visibility: visible !important;
        max-height: none !important;
        overflow: visible !important;
    }
  
   /*Final safety block: stable equal-height behavior on desktop */
  @media (min-width: 981px) {
    body.single-product #main.site-main > .product.entry {
      align-items: start !important;
    }
  
    body.single-product
      #main.site-main
      > .product.entry
      > .woocommerce-product-gallery,
    body.single-product
      #main.site-main
      > .product.entry
      > .summary.entry-summary {
      min-height: 0 !important;
      align-self: start !important;
    }
  
    body.single-product
      #main.site-main
      > .product.entry
      > .summary.entry-summary {
      overflow: hidden !important;
    }
  
    body.single-product
      .woocommerce-product-gallery__image
      > a
      > img.wp-post-image {
      width: 100% !important;
      height: auto !important;
      aspect-ratio: 8.5 / 11 !important;
      object-fit: cover !important;
    }
  
    body.single-product .woocommerce-product-gallery__image > img.zoomImg,
    body.single-product .woocommerce-product-gallery .emoji {
      aspect-ratio: auto !important;
      object-fit: initial !important;
    }
  
    body.single-product .summary .woocommerce-product-details__short-description {
      flex: 1 1 auto !important;
      min-height: 0 !important;
      overflow-y: auto !important;
    }
  }
  
   /*=========================================================*/
   /*    Hard lock: right panel equals left height + visible scroll footer*/
   /*    ========================================================= */
  @media (min-width: 981px) {
    body.single-product #main.site-main > .product.entry {
      align-items: stretch !important;
    }
  
    body.single-product
      #main.site-main
      > .product.entry
      > .woocommerce-product-gallery,
    body.single-product
      #main.site-main
      > .product.entry
      > .summary.entry-summary {
      min-height: 0 !important;
      height: 100% !important;
    }
  
    body.single-product
      #main.site-main
      > .product.entry
      > .summary.entry-summary {
      display: flex !important;
      flex-direction: column !important;
      overflow: hidden !important;
    }
  
    body.single-product
      #main.site-main
      > .product.entry
      > .summary.entry-summary
      .product_title,
    body.single-product
      #main.site-main
      > .product.entry
      > .summary.entry-summary
      p.price {
      flex: 0 0 auto;
    }
  
    body.single-product
      #main.site-main
      > .product.entry
      > .summary.entry-summary
      .woocommerce-product-details__short-description {
      flex: 1 1 auto !important;
      min-height: 0 !important;
      max-height: none !important;
      overflow-y: auto !important;
      overflow-x: hidden !important;
      margin-bottom: 0.7rem !important;
      padding-bottom: 1.05rem !important;
    }
  
    body.single-product
      #main.site-main
      > .product.entry
      > .summary.entry-summary
      form.cart {
      flex: 0 0 auto;
      margin-top: auto !important;
    }
  
  }
  
  @media (max-width: 980px) {
    body.single-product .summary .woocommerce-product-details__short-description {
      max-height: none !important;
      overflow: visible !important;
      padding-bottom: 0 !important;
    }
  
    body.single-product
      .summary
      .woocommerce-product-details__short-description::after {
      content: none !important;
    }
  }
  
   /*=========================================================*/
   /*    Final bg unification: body + frame + description*/
   /*    ========================================================= */
  body.single-product {
    --sp-unified-bg: #12161d;
    background: var(--sp-unified-bg) !important;
  }
  
   /*Keep description zone same dark as page background */
  body.single-product .woocommerce-tabs.wc-tabs-wrapper,
  body.single-product .woocommerce-Tabs-panel,
  body.single-product .woocommerce-Tabs-panel--description {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: none;
    border: none !important;
  }
  
   /*=========================================================*/
   /*    Description inside summary card (under price, above cart)*/
   /*    Uses Woo short description: .woocommerce-product-details__short-description*/
   /*    ========================================================= */
  body.single-product .summary.entry-summary {
    display: flex !important;
    flex-direction: column !important;
  }
  
  body.single-product .summary .product_title,
  body.single-product .summary .product_title.entry-title {
    order: 1;
  }
  
  body.single-product .summary p.price {
    order: 2;
  }
  
  body.single-product .summary .woocommerce-product-details__short-description {
    order: 3;
    margin: 0.35rem 0 0.85rem !important;
    max-height: clamp(120px, 18vh, 210px);
    overflow-y: auto;
    padding: 0 0.45rem 0.45rem 0;
    border-bottom: 1px solid rgba(198, 168, 83, 0.28);
    color: rgba(214, 208, 192, 0.96);
  }
  
  body.single-product .summary .woocommerce-product-details__short-description p {
    margin: 0 0 0.7rem;
    line-height: 1.55;
  }
  
  body.single-product
    .summary
    .woocommerce-product-details__short-description
    p:last-child {
    margin-bottom: 0;
  }
  
  body.single-product .summary form.cart {
    order: 4;
  }
  
  body.single-product .summary .product_meta {
    order: 5;
  }
  
   /*Subtle scrollbar styling */
  body.single-product .summary .woocommerce-product-details__short-description {
    scrollbar-width: thin;
    scrollbar-color: rgba(198, 168, 83, 0.55) rgba(255, 255, 255, 0.08);
  }
  
  body.single-product
    .summary
    .woocommerce-product-details__short-description::-webkit-scrollbar {
    width: 7px;
  }
  
  body.single-product
    .summary
    .woocommerce-product-details__short-description::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
  }
  
  body.single-product
    .summary
    .woocommerce-product-details__short-description::-webkit-scrollbar-thumb {
    background: rgba(198, 168, 83, 0.55);
  }
  
   /*Force scroll behavior on desktop when description is long */
  @media (min-width: 981px) {
    body.single-product div.product.entry {
      align-items: stretch !important;
    }
  
    body.single-product .summary.entry-summary {
      height: 100% !important;
      max-height: 100% !important;
      overflow: hidden !important;
    }
  
    body.single-product .summary .woocommerce-product-details__short-description {
      display: block !important;
      max-height: min(42vh, 330px) !important;
      overflow-y: auto !important;
      overflow-x: hidden !important;
      overscroll-behavior: contain;
    }
  }
  
   /*Requested layout update: image/summary 50/50 + 8.5x11 image ratio */
  @media (min-width: 981px) {
    body.single-product #main.site-main > .product.entry {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important; /* 50/50 */
    }
  
    body.single-product .woocommerce-product-gallery {
      width: 100% !important;
      max-width: none !important;
    }
  
    body.single-product .woocommerce-product-gallery__wrapper,
    body.single-product .woocommerce-product-gallery__image {
      aspect-ratio: 8.5 / 11 !important;
    }
  
    body.single-product .woocommerce-product-gallery__image img {
      width: 100% !important;
      height: 100% !important;
      object-fit: contain !important;
      background: #fff;
    }
  
    body.single-product .summary.entry-summary {
      width: 100% !important;
      max-width: none !important;
      background: #ffffff !important;
      color: #1f1f1f !important;
    }
  }
  
   /*Final right-panel behavior + centered scroll indicator */
  @media (min-width: 981px) {
    body.single-product #main.site-main > .product.entry {
      align-items: stretch !important;
    }
  
    body.single-product .summary.entry-summary {
      height: 100% !important;
      min-height: 0 !important;
      display: flex !important;
      flex-direction: column !important;
      gap: 0 !important;
    }
  
    body.single-product .summary .product_title,
    body.single-product .summary .product_title.entry-title {
      order: 1;
    }
  
    body.single-product .summary p.price {
      order: 2;
    }
  
    body.single-product .summary .woocommerce-product-details__short-description {
      order: 3;
      flex: 1 1 auto !important;
      min-height: 0 !important;
      max-height: none !important;
      overflow-y: auto !important;
      overflow-x: hidden !important;
      margin-bottom: 0.8rem !important;
      padding-right: 0.35rem !important;
      padding-bottom: 0 !important;
    }
  
    body.single-product .summary form.cart {
      order: 4;
      margin-top: auto !important;
    }
  
    body.single-product
      .summary
      .woocommerce-product-details__short-description::after {
      content: none !important;
      display: none !important;
    }
  
    body.single-product .summary .scroll-indicator {
      display: none !important;
    }
  
    body.single-product .summary .scroll-indicator.is-visible {
      display: block !important;
    }
  }
  
   /*Final hard stop: never render pseudo "Scroll for more" labels */
  body.single-product .woocommerce-product-details__short-description::before,
  body.single-product .woocommerce-product-details__short-description::after,
  body.single-product #main.site-main > .product.entry > .summary.entry-summary .woocommerce-product-details__short-description::before,
  body.single-product #main.site-main > .product.entry > .summary.entry-summary .woocommerce-product-details__short-description::after {
    content: none !important;
    display: none !important;
  }

 /*Place "Scroll for more" indicator below description */
body.single-product #main.site-main > .product.entry > .summary.entry-summary .scroll-indicator,
body.single-product .summary.entry-summary .scroll-indicator {
  order: 4 !important;
  border-top: none !important;
  padding-top: 0 !important;
}

 /*==========================================*/
 /*  Restore native Woo tabs + related styling*/
 /*  ========================================== */
body.single-product .woocommerce-tabs.wc-tabs-wrapper {
  display: block !important;
}

body.single-product .woocommerce-tabs ul.tabs.wc-tabs {
  display: flex !important;
  margin: 1.5rem 0;
}

body.single-product #tab-title-reviews {
  display: list-item !important;
}

 /*Let Woo inline state control panel visibility */
body.single-product #tab-reviews {
  display: block !important;
}

body.single-product #tab-reviews[style*="display: none"] {
  display: none !important;
}

body.single-product #tab-description[style*="display: none"] {
  display: none !important;
}

 /*==========================================================*/
 /*  Woo Single Product Tabs (Description / Reviews)*/
 /*  Luxury dark editorial treatment - scoped to single product*/
 /*  ========================================================== */
body.single-product .woocommerce-tabs {
  --sp-tabs-bg-top: #0f1522;
  --sp-tabs-bg-bottom: #111318;
  --sp-tabs-ink: rgba(235, 232, 224, 0.9);
  --sp-tabs-ink-muted: rgba(214, 208, 192, 0.76);
  --sp-tabs-gold: #c6a853;
  --sp-tabs-gold-soft: rgba(198, 168, 83, 0.34);
  --sp-tabs-line: rgba(198, 168, 83, 0.25);
  --sp-tabs-shadow: inset 0 1px 0 rgba(198, 168, 83, 0.08),
    inset 0 -1px 0 rgba(198, 168, 83, 0.08), 0 18px 40px rgba(0, 0, 0, 0.28);

  position: relative;
  margin-top: 1.25rem;
  border-radius: 8px;
  border: 1px solid var(--sp-tabs-line);
  background: linear-gradient(
    180deg,
    var(--sp-tabs-bg-top) 0%,
    var(--sp-tabs-bg-bottom) 100%
  );
  box-shadow: var(--sp-tabs-shadow);
  overflow: hidden;
}

body.single-product .woocommerce-tabs::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    120% 90% at 50% 0%,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0) 55%
  );
}

body.single-product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0.65rem 0.85rem 0;
  display: flex;
  gap: 0.45rem;
  list-style: none;
  border: 0;
  background: transparent;
}

body.single-product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.single-product .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.9rem;
  border-radius: 6px 6px 0 0;
  border: 1px solid transparent;
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.03);
  color: var(--sp-tabs-ink-muted);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

body.single-product .woocommerce-tabs ul.tabs li a:hover,
body.single-product .woocommerce-tabs ul.tabs li a:focus-visible {
  color: var(--sp-tabs-ink);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(198, 168, 83, 0.3);
  outline: 0;
}

body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.tabs li[aria-selected="true"] a {
  color: #f4f1e9;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
  border-color: rgba(198, 168, 83, 0.45);
  box-shadow: inset 0 -2px 0 var(--sp-tabs-gold);
}

body.single-product .woocommerce-Tabs-panel {
  margin: 0;
  padding: clamp(1.25rem, 2.4vw, 2rem) clamp(1rem, 2.2vw, 1.8rem)
    clamp(1.35rem, 2.6vw, 2.25rem);
  border: 0;
  background: transparent;
  color: var(--sp-tabs-ink);
}

body.single-product #tab-description,
body.single-product #tab-reviews {
  border-top: 1px solid var(--sp-tabs-line);
}

body.single-product .woocommerce-Tabs-panel h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.05;
  font-weight: 500;
  color: #f3f0e7;
  letter-spacing: 0.01em;
}

body.single-product .woocommerce-Tabs-panel h2::after {
  content: "";
  display: block;
  width: min(100%, 760px);
  height: 1px;
  margin-top: 0.5rem;
  background: linear-gradient(
    90deg,
    rgba(198, 168, 83, 0.5) 0%,
    rgba(198, 168, 83, 0.08) 100%
  );
}

body.single-product .woocommerce-Tabs-panel p,
body.single-product .woocommerce-Tabs-panel li {
  color: var(--sp-tabs-ink-muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

body.single-product .woocommerce-Tabs-panel ul,
body.single-product .woocommerce-Tabs-panel ol {
  margin: 0.4rem 0 1rem 1.2rem;
}

body.single-product .woocommerce-Tabs-panel a {
  color: #e6cf89;
  text-decoration-color: rgba(230, 207, 137, 0.4);
}

body.single-product .woocommerce-Tabs-panel a:hover,
body.single-product .woocommerce-Tabs-panel a:focus-visible {
  color: #f2dd9b;
  text-decoration-color: rgba(242, 221, 155, 0.65);
}

 /*Reviews/comments form */

body.single-product #reviews input:not([type="submit"]):not([type="checkbox"]),
body.single-product #reviews textarea,
body.single-product #reviews select {
  width: 100%;
  border: 1px solid rgba(198, 168, 83, 0.35);
  background: rgba(12, 16, 26, 0.72);
  color: #f2efe6;
  border-radius: 6px;
  padding: 0.65rem 0.75rem;
}

body.single-product #reviews input:focus,
body.single-product #reviews textarea:focus,
body.single-product #reviews select:focus {
  outline: 0;
  border-color: rgba(198, 168, 83, 0.75);
  box-shadow: 0 0 0 2px rgba(198, 168, 83, 0.2);
}

body.single-product #reviews input[type="submit"],
body.single-product #reviews .submit {
  border: 1px solid #b79a47;
  background: linear-gradient(180deg, #c7ab56 0%, #b9973f 100%);
  color: #fff;
  border-radius: 4px;
  min-height: 2.45rem;
  padding: 0.5rem 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
}

.woocommerce #reviews #comments,
.woocommerce #reviews #review_form_wrapper {
    width: 50%;
}

.woocommerce #reviews #review_form_wrapper {
    padding-left: 2%;
}

@media (max-width: 980px) {
  body.single-product .woocommerce-tabs {
    margin-top: 1rem;
    border-radius: 6px;
  }

  body.single-product .woocommerce-tabs ul.tabs {
    padding: 0.45rem 0.55rem 0;
    gap: 0.35rem;
    flex-wrap: wrap;
  }

  body.single-product .woocommerce-tabs ul.tabs li a {
    min-height: 2.05rem;
    padding: 0.38rem 0.75rem;
    font-size: 0.72rem;
  }

  body.single-product .woocommerce-Tabs-panel {
    padding: 1rem 0.85rem 1.2rem;
  }

  body.single-product .woocommerce-Tabs-panel p,
  body.single-product .woocommerce-Tabs-panel li {
    font-size: 0.96rem;
    line-height: 1.66;
  }
}

@media (max-width: 640px) {
  body.single-product .woocommerce-tabs ul.tabs li {
    flex: 1 1 auto;
  }

  body.single-product .woocommerce-tabs ul.tabs li a {
    width: 100%;
  }

  body.single-product .woocommerce-Tabs-panel h2 {
    font-size: clamp(1.6rem, 8vw, 2rem);
  }
}

 /*==========================================================*/
 /*  Editorial featured styling: Description / Reviews panels*/
 /*  Scope: single-product tabs panels only*/
 /*  ========================================================== */
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  border-top: 1px solid rgba(198, 168, 83, 0.28);
  background:
    linear-gradient(
      180deg,
      rgba(198, 168, 83, 0.06) 0%,
      rgba(198, 168, 83, 0.02) 14%,
      rgba(17, 19, 24, 0) 38%
    ),
    linear-gradient(180deg, #0f1522 0%, #111318 100%);
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: clamp(2.1rem, 3.2vw, 3rem);
  letter-spacing: 0.03em;
  line-height: 1.04;
  text-wrap: balance;
  text-shadow: 0 0 14px rgba(198, 168, 83, 0.16);
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel p,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel li {
  max-width: 66ch;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol {
  max-width: 66ch;
  padding-left: 1.2rem;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel li + li {
  margin-top: 0.3rem;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel a {
  color: #e8d18a;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel a:hover,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel a:focus-visible {
  color: #f2df9e;
  text-decoration-color: rgba(242, 223, 158, 0.7);
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h3,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h4,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h5 {
  margin: 1.2rem 0 0.55rem;
  color: #ece7d8;
  letter-spacing: 0.015em;
  line-height: 1.2;
}

 /*==========================================================*/
 /*  Light editorial variant for Description / Reviews*/
 /*  Match top-right summary card (light bg, dark text)*/
 /*  ========================================================== */
body.single-product .woocommerce-tabs {
  background: #f7f5f0 !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1) !important;
}

body.single-product .woocommerce-tabs::before {
  background: radial-gradient(
    130% 90% at 50% -10%,
    rgba(198, 168, 83, 0.08) 0%,
    rgba(255, 255, 255, 0) 58%
  ) !important;
}

body.single-product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.single-product .woocommerce-tabs ul.tabs li a {
  background: rgba(255, 255, 255, 0.7);
  color: rgba(28, 28, 28, 0.75);
}

body.single-product .woocommerce-tabs ul.tabs li a:hover,
body.single-product .woocommerce-tabs ul.tabs li a:focus-visible {
  color: #171717;
  background: #ffffff;
  border-color: rgba(198, 168, 83, 0.35);
  transition:
  background-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
  color 420ms cubic-bezier(0.22, 1, 0.36, 1),
  box-shadow 520ms cubic-bezier(0.22, 1, 0.36, 1),
  transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.tabs li[aria-selected="true"] a {
  color: #171717;
  background: #ffffff;
  border-color: rgba(198, 168, 83, 0.45);
  box-shadow: inset 0 -2px 0 #c6a853;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  background: linear-gradient(180deg, #f9f7f2 0%, #f5f2eb 100%);
  color: #232323;
  border-top: 1px solid rgba(198, 168, 83, 0.3);
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h3,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h4,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h5 {
  color: #1f1f1f;
  text-shadow: 0 0 8px rgba(198, 168, 83, 0.08);
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel p,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel li,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel label {
  color: #2f2f2f;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel a {
  color: #6e571d;
  text-decoration-color: rgba(110, 87, 29, 0.35);
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel a:hover,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel a:focus-visible {
  color: #4f3f14;
  text-decoration-color: rgba(79, 63, 20, 0.55);
}

body.single-product #reviews input:not([type="submit"]):not([type="checkbox"]),
body.single-product #reviews textarea,
body.single-product #reviews select {
  background: #ffffff;
  color: #1f1f1f;
  border: 1px solid rgba(0, 0, 0, 0.16);
}

/* ==========================================================
   Related products grid: 4 desktop / 2 tablet / 1 mobile
   Full-width section span
   ========================================================== */
body.single-product section.related.products,
body.single-product .related.products {
  width: 100%;
}

body.single-product section.related.products ul.products,
body.single-product .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product section.related.products ul.products li.product,
body.single-product .related.products ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

@media (max-width: 980px) {
  body.single-product section.related.products ul.products,
  body.single-product .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.single-product section.related.products ul.products,
  body.single-product .related.products ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================
   Related products must span both top columns
   ========================================================== */
body.single-product #main.site-main > .product.entry > section.related.products,
body.single-product #main.site-main > .product.entry > .related.products,
body.single-product .product.entry > section.related.products,
body.single-product .product.entry > .related.products {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  align-self: stretch !important;
  justify-self: stretch !important;
}

body.single-product #main.site-main > .product.entry > section.related.products > ul.products,
body.single-product #main.site-main > .product.entry > .related.products > ul.products,
body.single-product .product.entry > section.related.products > ul.products,
body.single-product .product.entry > .related.products > ul.products {
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
}

/* Keep grid, remove custom related-product card styling */
body.single-product section.related.products ul.products li.product,
body.single-product .related.products ul.products li.product {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.single-product section.related.products ul.products li.product .product-details,
body.single-product .related.products ul.products li.product .product-details {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.single-product section.related.products ul.products li.product img,
body.single-product .related.products ul.products li.product img {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.single-product section.related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product section.related.products ul.products li.product .price,
body.single-product section.related.products ul.products li.product .button,
body.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product .related.products ul.products li.product .price,
body.single-product .related.products ul.products li.product .button {
  font: inherit !important;
  color: #fff !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  text-shadow: none !important;
}

/* Related cards: featured editorial treatment (image top-aligned) */
body.single-product section.related.products ul.products li.product,
body.single-product .related.products ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
  background: #265F87 !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08) !important;
}

body.single-product section.related.products ul.products li.product .woocommerce-loop-image-link,
body.single-product .related.products ul.products li.product .woocommerce-loop-image-link,
body.single-product section.related.products ul.products li.product .woocommerce-LoopProduct-link,
body.single-product .related.products ul.products li.product .woocommerce-LoopProduct-link {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  background: #f7f7f7 !important;
  overflow: hidden !important;
}

body.single-product section.related.products ul.products li.product .woocommerce-loop-image-link img,
body.single-product .related.products ul.products li.product .woocommerce-loop-image-link img,
body.single-product section.related.products ul.products li.product .woocommerce-LoopProduct-link img,
body.single-product .related.products ul.products li.product .woocommerce-LoopProduct-link img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
  display: block !important;
}

body.single-product section.related.products ul.products li.product .product-details,
body.single-product .related.products ul.products li.product .product-details {
  background: #265F87 !important;
  padding: 1rem 1rem 1.1rem !important;
  margin: 0;
}

body.single-product section.related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
  line-height: 1.14 !important;
  font-weight: 600 !important;
  color: #1f1f1f !important;
  margin: 0 0 0.5rem !important;
}

body.single-product section.related.products ul.products li.product .price,
body.single-product .related.products ul.products li.product .price {
  color: #fff !important;
  font-size: 0.95rem !important;
  margin: 0 !important;
}

/* Hard-lock top image crop for related product cards */
body.single-product section.related.products ul.products li.product a img,
body.single-product .related.products ul.products li.product a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 50% 0% !important;
  display: block !important;
}

.woocommerce ul.products li.product .price,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #fff !important;
}

.product-details.content-bg.entry-content-wrap {
    margin: 0 !important;
    border-radius: 0 !important;
    border-top: 2px solid #222;
    background: #265F87;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: #265F87;
}

.woocommerce-LoopProduct-link-title.woocommerce-loop-product__title_ink {
    color: #fff !important;
}

.woocommerce ul.products .star-rating {
    color: #fff !important;
}

/* Use Unicode stars (★ ☆) - theme font overrides break WooCommerce icon font */
.woocommerce .star-rating,
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.woocommerce .star-rating::before {
    content: "\2606\2606\2606\2606\2606" !important;
    color: rgba(255,255,255,0.4) !important;
}

.woocommerce ul.products .star-rating::before {
    color: rgba(255,255,255,0.4) !important;
}

.woocommerce .star-rating span::before {
    content: "\2605\2605\2605\2605\2605" !important;
}

/* Reviews: gold stars on light background (override product-loop white) */
#reviews .star-rating::before,
.woocommerce-Reviews .star-rating::before {
    content: "\2606\2606\2606\2606\2606" !important;
    color: #ddd !important;
}

#reviews .star-rating span::before,
.woocommerce-Reviews .star-rating span::before {
    content: "\2605\2605\2605\2605\2605" !important;
    color: #C6A853 !important;
}

@media (min-width: 981px) {
  body.single-product #main.site-main > .product.entry > .woocommerce-product-gallery,
  body.single-product #main.site-main > .product.entry > .summary.entry-summary {
    box-shadow: none !important;
  }
}

/* Final width parity lock: top two columns must be equal */
@media (min-width: 981px) {
  body.single-product #main.site-main > .product.entry,
  body.single-product div.product.entry {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 1.25rem !important;
    align-items: stretch !important;
  }

  body.single-product #main.site-main > .product.entry > .woocommerce-product-gallery,
  body.single-product #main.site-main > .product.entry > .summary.entry-summary {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    justify-self: stretch !important;
    align-self: stretch !important;
  }

  /* Explicitly cancel legacy fixed-right-column widths */
  body.single-product .summary.entry-summary {
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
  }

}

/* Force Woo gallery viewport to full column width (desktop) */
@media (min-width: 981px) {
  body.single-product #main.site-main > .product.entry > .woocommerce-product-gallery.woocommerce-product-gallery--with-images.images.gallery-has-thumbnails {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
  }

  body.single-product #main.site-main > .product.entry > .woocommerce-product-gallery.woocommerce-product-gallery--with-images.images.gallery-has-thumbnails .flex-viewport {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.single-product #main.site-main > .product.entry > .woocommerce-product-gallery.woocommerce-product-gallery--with-images.images.gallery-has-thumbnails .woocommerce-product-gallery__wrapper,
  body.single-product #main.site-main > .product.entry > .woocommerce-product-gallery.woocommerce-product-gallery--with-images.images.gallery-has-thumbnails .woocommerce-product-gallery__image {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
}
