/* OG Print Engine - assets/css/og-theme.css - Phase X.3 Clean Theme */

/* ==========================================================
   Mobile Bootstrap Fix v1 — CRITICAL (load first)
   Phase 2 shell mounts before legacy panel is visible.
========================================================== */

body.single-product:not(.og-phase2-mounted) .og-configurator-panel,
body.single-product .og-configurator-panel.og-configurator-panel--orphan {
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ==========================================================
   Mobile Legacy FOUC Fix v1 — CRITICAL (load first)
   Hides native selects before JS boots. Mobile only.
========================================================== */

@media (max-width: 1100px) {
  body.single-product section.og-configurator-panel.og-builder-premium-v2 select,
  body.single-product .og-configurator-panel.og-builder-premium-v2 select,
  body.single-product select.og-generated-select,
  body.single-product select.og-builder-hidden-select,
  body.single-product select.og-generated-hidden-source,
  body.single-product #og-size-select,
  body.single-product #og-printing-select,
  body.single-product #og-quantity-select {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* ==========================================================
   Base WooCommerce Cleanup
========================================================== */

.single-product .summary > p.price,
.single-product .wcpa_total_wrap,
.single-product .wcpa_total {
  display: none !important;
}

.single-product .woocommerce-tabs,
.single-product .related,
.single-product .related.products,
.single-product .upsells,
.single-product .upsells.products,
.single-product .cross-sells,
.single-product .product_meta {
  display: none !important;
}

.og-source-select,
.og-generated-hidden-source {
  position: absolute !important;
  left: -99999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* ==========================================================
   Hard Refresh Protection
========================================================== */

html body.single-product:not(.og-engine-ready) div.product div.summary,
html body.single-product:not(.og-engine-ready) div.product div.images,
html body.single-product:not(.og-engine-ready) .woocommerce-product-gallery,
html body.single-product:not(.og-engine-ready) .woocommerce-tabs,
html body.single-product:not(.og-engine-ready) .product_meta {
  opacity: 0 !important;
  visibility: hidden !important;
}

html body.single-product.og-engine-ready div.product div.summary:not(.og-engine-source-summary),
html body.single-product.og-engine-ready div.product div.images,
html body.single-product.og-engine-ready .woocommerce-product-gallery,
html body.single-product.og-engine-ready .woocommerce-tabs,
html body.single-product.og-engine-ready .product_meta {
  opacity: 1 !important;
  visibility: visible !important;
}

html body.single-product.og-engine-ready div.product div.summary.og-engine-source-summary {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* ==========================================================
   Product Layout Shell — Phase 1 (.og-engine-product-page)
========================================================== */

html body.single-product .og-engine-product-page,
html body.single-product .og-printco-shell.og-engine-product-page {
  display: flex !important;
  flex-direction: column !important;
  gap: 28px !important;
  align-items: stretch !important;
  width: min(1320px, calc(100vw - 48px)) !important;
  max-width: 1320px !important;
  margin: 0 auto 48px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr) !important;
  gap: 32px !important;
  align-items: start !important;
}

html body.single-product .og-engine-builder {
  display: grid !important;
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr) !important;
  gap: 32px !important;
  align-items: start !important;
}

html body.single-product .og-engine-gallery,
html body.single-product .og-engine-info,
html body.single-product .og-engine-configurator,
html body.single-product .og-engine-summary,
html body.single-product .og-engine-tabs {
  min-width: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 32px rgba(17, 17, 17, 0.06) !important;
}

html body.single-product .og-engine-gallery,
html body.single-product .og-engine-info {
  padding: 24px !important;
}

html body.single-product .og-engine-configurator,
html body.single-product .og-engine-summary {
  padding: 24px !important;
}

html body.single-product .og-engine-tabs {
  padding: 0 !important;
  overflow: hidden !important;
}

html body.single-product .og-engine-section-title {
  margin: 0 0 4px !important;
  color: #111111 !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

html body.single-product .og-engine-section-subtitle {
  margin: 0 0 20px !important;
  color: #666666 !important;
  font-size: 0.92rem !important;
}

html body.single-product .og-engine-info .product_title,
html body.single-product .og-engine-info .entry-title {
  margin: 0 0 12px !important;
  color: #111111 !important;
  font-size: clamp(1.8rem, 3vw, 2.4rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

html body.single-product .og-engine-benefits {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 20px 0 !important;
}

html body.single-product .og-engine-benefit-card {
  padding: 14px 12px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 12px !important;
  background: #fafafa !important;
}

html body.single-product .og-engine-benefit-title {
  display: block !important;
  margin-bottom: 4px !important;
  color: #111111 !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
}

html body.single-product .og-engine-benefit-text {
  color: #666666 !important;
  font-size: 0.82rem !important;
}

html body.single-product .og-engine-starting-price {
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid #e5e5e5 !important;
}

html body.single-product .og-engine-starting-label {
  display: block !important;
  margin-bottom: 4px !important;
  color: #666666 !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
}

html body.single-product .og-engine-starting-value {
  color: #111111 !important;
  font-size: clamp(1.6rem, 2.5vw, 2rem) !important;
  font-weight: 800 !important;
}

html body.single-product.og-engine-product-page-ready div.product > .og-engine-source-summary,
html body.single-product.og-engine-product-page-ready div.product > .woocommerce-tabs,
html body.single-product div.product > .summary.og-engine-source-summary,
html body.single-product .og-engine-hero-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

html body.single-product div.product > .summary.og-engine-source-summary * {
  display: none !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 24px 28px 28px !important;
}

/* Legacy alias support inside the new shell */
html body.single-product .og-engine-gallery.og-printco-left,
html body.single-product .og-engine-summary.og-printco-right {
  max-width: none !important;
}

/* ==========================================================
   Product Layout Shell (legacy selectors — superseded above)
========================================================== */

html body.single-product div.product {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: both !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

html body.single-product.og-engine-ready div.product {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

html body.single-product .og-printco-header:not(.og-engine-info) {
  width: min(1320px, calc(100vw - 48px)) !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 20px 0 28px !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-info.og-printco-header {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 24px !important;
}

html body.single-product .og-printco-shell:not(.og-engine-product-page) {
  display: grid !important;
  grid-template-columns: minmax(520px, 1.15fr) minmax(420px, 0.85fr) !important;
  gap: 48px !important;
  align-items: start !important;
  width: min(1320px, calc(100vw - 48px)) !important;
  max-width: 1320px !important;
  margin: 0 auto 70px !important;
  padding: 0 0 60px !important;
  box-sizing: border-box !important;
}

html body.single-product .og-printco-left,
html body.single-product .og-printco-right {
  min-width: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

html body.single-product .og-printco-right {
  display: flex !important;
  flex-direction: column !important;
  gap: 22px !important;
}

html body.single-product .og-printco-left > *,
html body.single-product .og-printco-right > * {
  box-sizing: border-box !important;
}

/* ==========================================================
   Product Header / WooCommerce Summary Elements
========================================================== */

html body.single-product .summary .product_title,
html body.single-product .entry-summary .product_title,
html body.single-product .og-printco-header .product_title,
html body.single-product .og-printco-header .entry-title {
  font-size: 38px !important;
  line-height: 1.08 !important;
  margin: 0 !important;
  color: #07142b !important;
  font-weight: 950 !important;
}

html body.single-product .og-engine-info .product_title,
html body.single-product .og-engine-info .entry-title,
html body.single-product .og-engine-info .og-engine-info-title {
  font-size: clamp(42px, 3.8vw, 52px) !important;
  line-height: 1.05 !important;
  margin: 0 0 16px !important;
  color: #111111 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
}

html body.single-product .woocommerce-product-details__short-description,
html body.single-product .og-printco-header .woocommerce-product-details__short-description {
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #475569 !important;
  margin: 12px 0 0 !important;
}

html body.single-product .og-printco-right .summary > .product_title,
html body.single-product .og-printco-right .entry-summary > .product_title,
html body.single-product .og-printco-right .summary > .entry-title,
html body.single-product .og-printco-right .summary > .woocommerce-product-details__short-description,
html body.single-product .og-printco-right .entry-summary > .woocommerce-product-details__short-description {
  display: none !important;
}

html body.single-product .summary > p.price {
  display: none !important;
}

/* ==========================================================
   Shared Cards
========================================================== */

.og-configurator-panel,
.og-upload-section,
.og-artwork-upload,
.og-summary-box,
.og-order-summary,
.og-gallery-preview {
  background: #ffffff !important;
  border: 1px solid #dbe6f3 !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08) !important;
  box-sizing: border-box !important;
}

.og-configurator-panel,
.og-upload-section,
.og-artwork-upload,
.og-summary-box,
.og-order-summary {
  width: 100% !important;
  max-width: none !important;
  padding: 24px !important;
  margin: 0 !important;
}

/* ==========================================================
   Gallery
========================================================== */

.og-gallery-preview {
  width: 100% !important;
  max-width: none !important;
  padding: 18px !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.og-gallery-main-card {
  width: 100% !important;
  height: 620px !important;
  min-height: 620px !important;
  max-height: 620px !important;
  background: #f6f8fc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.og-gallery-zoom-wrap {
  width: 100% !important;
  height: 100% !important;
  min-height: 620px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  cursor: zoom-in !important;
}

.og-gallery-main-image {
  max-width: 100% !important;
  max-height: 620px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  transition: opacity 0.12s ease !important;
  will-change: transform;
}

.og-gallery-main-image.is-changing {
  opacity: 0.15 !important;
}

.og-gallery-preview-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 16px !important;
}

.og-gallery-thumb {
  appearance: none !important;
  background: #ffffff !important;
  border: 1px solid #dbe6f3 !important;
  border-radius: 16px !important;
  padding: 10px !important;
  cursor: pointer !important;
  text-align: center !important;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease !important;
  min-height: 132px !important;
  display: grid !important;
  gap: 8px !important;
  align-content: center !important;
}

.og-gallery-thumb:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
  border-color: #f36b21 !important;
}

.og-gallery-thumb.is-active {
  border-color: #f36b21 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.18) !important;
}

.og-gallery-thumb-image {
  height: 76px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.og-gallery-thumb-image img,
.og-gallery-thumb img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

.og-gallery-thumb-label {
  color: #07142b !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

/* ==========================================================
   Configurator
========================================================== */

.og-configurator-head {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 16px !important;
  margin-bottom: 20px !important;
}

.og-configurator-head strong {
  display: block !important;
  font-size: 24px !important;
  line-height: 1.12 !important;
  color: #07142b !important;
  font-weight: 950 !important;
}

.og-configurator-head span {
  display: block !important;
  margin-top: 6px !important;
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.og-configurator-head em {
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  color: #15803d !important;
  background: #dcfce7 !important;
  border-radius: 999px !important;
  padding: 8px 13px !important;
  white-space: nowrap !important;
}

.og-configurator-fields {
  display: grid !important;
  gap: 16px !important;
}

.og-configurator-field {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
}

.og-configurator-field span {
  display: block !important;
  font-size: 13px !important;
  color: #0f172a !important;
  font-weight: 900 !important;
}

.og-configurator-field select {
  width: 100% !important;
  min-height: 56px !important;
  border: 1px solid #cbd7e6 !important;
  border-radius: 16px !important;
  background: #f8fbff !important;
  color: #07142b !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
}

.og-configurator-field select:focus {
  outline: none !important;
  border-color: #006cff !important;
  box-shadow: 0 0 0 3px rgba(0, 108, 255, 0.14) !important;
}

/* ==========================================================
   Upload Artwork
========================================================== */

.og-upload-section-title,
.og-upload-title,
.og-summary-title {
  color: #07142b !important;
  font-weight: 950 !important;
}

.og-upload-section-title,
.og-summary-title {
  font-size: 24px !important;
  margin: 0 0 8px !important;
}

.og-upload-section-subtitle,
.og-summary-subtitle {
  font-size: 13px !important;
  color: #64748b !important;
  margin: 0 0 16px !important;
}

.og-upload-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.og-upload-box {
  position: relative !important;
  border: 2px dashed #cbd5e1 !important;
  background: #f8fafc !important;
  border-radius: 18px !important;
  padding: 22px 14px !important;
  text-align: center !important;
  cursor: pointer !important;
  min-width: 0 !important;
  transition: border-color 0.16s ease, background 0.16s ease !important;
}

.og-upload-box:hover,
.og-upload-box.is-dragging {
  border-color: #006cff !important;
  background: #eef5ff !important;
}

.og-upload-box.has-file {
  border-style: solid !important;
  border-color: #16a34a !important;
  background: #f0fdf4 !important;
}

.og-upload-box.has-error {
  border-color: #dc2626 !important;
  background: #fef2f2 !important;
}

.og-upload-input {
  display: none !important;
}

.og-upload-icon {
  width: 38px !important;
  height: 38px !important;
  margin: 0 auto 10px !important;
  border-radius: 999px !important;
  background: #006cff !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  font-weight: 950 !important;
}

.og-upload-title {
  font-size: 15px !important;
}

.og-upload-text,
.og-upload-help,
.og-upload-note {
  color: #64748b !important;
  font-size: 12px !important;
}

.og-upload-file {
  color: #166534 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  margin-top: 10px !important;
  word-break: break-word !important;
}

.og-upload-error {
  color: #b91c1c !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  margin-top: 10px !important;
}

.og-upload-note {
  background: #f8fafc !important;
  border-radius: 14px !important;
  padding: 12px 14px !important;
  margin-top: 14px !important;
  font-weight: 700 !important;
}

/* ==========================================================
   Summary
========================================================== */

.og-summary-row,
.og-summary-total,
.og-order-summary-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 13px 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.og-summary-row span,
.og-summary-total span,
.og-order-summary-row span {
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.og-summary-row strong,
.og-order-summary-row strong {
  color: #07142b !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  text-align: right !important;
}

.og-summary-total {
  border-bottom: 0 !important;
  margin-top: 10px !important;
  padding-top: 16px !important;
  align-items: flex-end !important;
}

.og-summary-cart {
  margin-top: 18px !important;
  width: 100% !important;
}

.og-summary-box.og-summary-has-cart .og-ready-pill {
  display: none !important;
}

.og-summary-box form.cart,
.og-summary-box .og-summary-cart form.cart {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.single-product .og-summary-box form.cart,
html body.single-product .og-summary-box .og-summary-cart form.cart {
  max-width: none !important;
  margin-top: 0 !important;
}

.og-summary-box form.cart .quantity,
.og-summary-box form.cart .variations_form .variations {
  display: none !important;
}

.og-summary-total strong {
  color: #07142b !important;
  font-size: 34px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}

/* ==========================================================
   Buttons / Cart
========================================================== */

html body.single-product form.cart {
  width: 100% !important;
  margin: 0 !important;
}

html body.single-product form.cart .single_add_to_cart_button {
  width: 100% !important;
  min-height: 62px !important;
  border-radius: 16px !important;
  background: #2f80d1 !important;
  border-color: #2f80d1 !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 950 !important;
  text-transform: none !important;
  box-shadow: 0 16px 34px rgba(47, 128, 209, 0.24) !important;
}

html body.single-product form.cart .single_add_to_cart_button:hover {
  filter: brightness(0.96) !important;
}

html body.single-product form.cart .single_add_to_cart_button:disabled,
html body.single-product form.cart .single_add_to_cart_button.is-price-pending,
html body.single-product .og-summary-cart .single_add_to_cart_button:disabled,
html body.single-product .og-summary-cart .single_add_to_cart_button.is-price-pending {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  filter: none !important;
}

/* ==========================================================
   Responsive
========================================================== */

@media (max-width: 1080px) {
  html body.single-product .og-engine-hero,
  html body.single-product .og-engine-builder {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .og-engine-benefits {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .og-printco-header:not(.og-engine-info),
  html body.single-product .og-printco-shell:not(.og-engine-product-page) {
    display: block !important;
    width: min(820px, calc(100vw - 28px)) !important;
  }

  html body.single-product .og-printco-shell:not(.og-engine-product-page) {
    padding-bottom: 50px !important;
  }

  html body.single-product .og-printco-header:not(.og-engine-info) {
    padding: 16px 0 22px !important;
  }

  html body.single-product .og-printco-left,
  html body.single-product .og-engine-gallery,
  html body.single-product .og-printco-right,
  html body.single-product .og-engine-summary {
    width: 100% !important;
  }

  html body.single-product .og-printco-left,
  html body.single-product .og-engine-gallery {
    margin-bottom: 22px !important;
  }

  .og-gallery-main-card,
  .og-gallery-zoom-wrap {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
  }

  .og-gallery-main-image {
    max-height: 420px !important;
  }
}

@media (max-width: 640px) {
  html body.single-product .og-printco-header:not(.og-engine-info),
  html body.single-product .og-printco-shell:not(.og-engine-product-page),
  html body.single-product .og-engine-product-page {
    width: min(100%, calc(100vw - 20px)) !important;
  }

  html body.single-product .og-printco-header .product_title,
  html body.single-product .og-printco-header .entry-title,
  html body.single-product .og-engine-info .product_title,
  html body.single-product .og-engine-info .entry-title {
    font-size: 30px !important;
  }

  .og-configurator-panel,
  .og-upload-section,
  .og-artwork-upload,
  .og-summary-box,
  .og-order-summary,
  .og-gallery-preview {
    border-radius: 18px !important;
    padding: 16px !important;
  }

  .og-gallery-main-card,
  .og-gallery-zoom-wrap {
    height: 340px !important;
    min-height: 340px !important;
    max-height: 340px !important;
  }

  .og-gallery-main-image {
    max-height: 340px !important;
  }

  .og-gallery-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .og-upload-grid {
    grid-template-columns: 1fr !important;
  }

  .og-configurator-head {
    flex-direction: column !important;
  }

  .og-summary-total strong {
    font-size: 28px !important;
  }
}

/* OG Print Engine Phase X.5 — Single Gallery Layout */
html body.single-product.og-single-gallery-ready .woocommerce-product-gallery.og-woo-gallery-hidden,
html body.single-product.og-single-gallery-ready div.product div.images.og-woo-gallery-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html body.single-product.og-single-gallery-ready .og-gallery-preview {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body.single-product.og-single-gallery-ready .og-printco-left > .og-woo-gallery-hidden,
html body.single-product.og-single-gallery-ready .og-engine-gallery > .og-woo-gallery-hidden {
  display: none !important;
}

html body.single-product.og-single-gallery-ready .og-printco-left,
html body.single-product.og-single-gallery-ready .og-engine-gallery {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

html body.single-product.og-single-gallery-ready .og-printco-left > .og-gallery-preview,
html body.single-product.og-single-gallery-ready .og-engine-gallery > .og-gallery-preview {
  flex: 0 0 auto !important;
  width: 100% !important;
}

/* OG Print Engine Phase X.9 — Right Column Polish */

html body.single-product .og-printco-shell:not(.og-engine-product-page) {
  grid-template-columns: minmax(560px, 1fr) minmax(460px, 520px) !important;
  gap: 56px !important;
  width: min(1320px, calc(100vw - 48px)) !important;
  max-width: 1320px !important;
}

html body.single-product .og-engine-summary.og-printco-right,
html body.single-product .og-printco-right:not(.og-engine-summary) {
  max-width: 520px !important;
}

html body.single-product .og-configurator-panel,
html body.single-product .og-upload-section,
html body.single-product .og-artwork-upload,
html body.single-product .og-summary-box,
html body.single-product .og-order-summary {
  max-width: 520px !important;
}

html body.single-product .og-upload-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body.single-product .og-upload-box {
  min-height: 170px !important;
  padding: 22px 16px !important;
}

html body.single-product .og-upload-title {
  font-size: 16px !important;
  line-height: 1.2 !important;
}

html body.single-product .og-upload-text,
html body.single-product .og-upload-help {
  font-size: 12px !important;
  line-height: 1.35 !important;
}

html body.single-product .og-configurator-head strong,
html body.single-product .og-upload-section-title,
html body.single-product .og-summary-title {
  font-size: 26px !important;
}

html body.single-product .og-summary-total strong {
  font-size: 36px !important;
}

html body.single-product form.cart {
  display: block !important;
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 !important;
}

html body.single-product form.cart .single_add_to_cart_button {
  display: block !important;
  width: 100% !important;
  min-height: 64px !important;
  margin: 0 !important;
}

@media (max-width: 1080px) {
  html body.single-product .og-printco-header:not(.og-engine-info),
  html body.single-product .og-printco-shell:not(.og-engine-product-page) {
    width: min(820px, calc(100vw - 28px)) !important;
  }

  html body.single-product .og-printco-shell:not(.og-engine-product-page) {
    display: block !important;
  }

  html body.single-product .og-printco-right,
  html body.single-product .og-engine-summary,
  html body.single-product .og-configurator-panel,
  html body.single-product .og-upload-section,
  html body.single-product .og-artwork-upload,
  html body.single-product .og-summary-box,
  html body.single-product .og-order-summary,
  html body.single-product form.cart {
    max-width: none !important;
    width: 100% !important;
  }
}

/* ==========================================================
   Phase X.10 — Release Hello Elementor Summary Width
========================================================== */

html body.single-product .og-printco-right > .summary,
html body.single-product .og-printco-right > .entry-summary,
html body.single-product .og-printco-right > .summary.entry-summary {

    width:100% !important;
    max-width:none !important;
    min-width:0 !important;

    flex:1 1 auto !important;

    float:none !important;

    margin:0 !important;

    padding:0 !important;

    box-sizing:border-box !important;

}

html body.single-product .summary.entry-summary > *{

    width:100% !important;
    max-width:none !important;

}

html body.single-product .summary.entry-summary{

    display:flex !important;

    flex-direction:column !important;

    gap:22px !important;

}

/* ==========================================================
   Phase X.11 — UX Polish
========================================================== */

html body.single-product .og-gallery-preview {
  transition: box-shadow 0.22s ease, transform 0.22s ease !important;
}

html body.single-product .og-gallery-preview:hover {
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11) !important;
}

html body.single-product .og-gallery-main-image {
  transition: opacity 0.22s ease !important;
}

html body.single-product .og-gallery-main-image.is-changing {
  opacity: 0.28 !important;
}

html body.single-product .og-gallery-thumb {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease !important;
}

html body.single-product .og-gallery-thumb:hover {
  transform: translateY(-2px) !important;
}

html body.single-product .og-gallery-thumb.is-active {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%) !important;
}

html body.single-product .og-configurator-panel,
html body.single-product .og-upload-section,
html body.single-product .og-artwork-upload,
html body.single-product .og-summary-box,
html body.single-product .og-order-summary {
  transition: box-shadow 0.22s ease, transform 0.22s ease !important;
}

html body.single-product .og-configurator-panel:hover,
html body.single-product .og-upload-section:hover,
html body.single-product .og-artwork-upload:hover,
html body.single-product .og-summary-box:hover,
html body.single-product .og-order-summary:hover {
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11) !important;
}

html body.single-product .og-configurator-head em {
  animation: ogLivePricingPulse 2.4s ease-in-out infinite !important;
}

@keyframes ogLivePricingPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.22);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
  }
}

html body.single-product form.cart .single_add_to_cart_button {
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease !important;
}

html body.single-product form.cart .single_add_to_cart_button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 20px 40px rgba(47, 128, 209, 0.30) !important;
}

html body.single-product form.cart .single_add_to_cart_button:active {
  transform: translateY(0) !important;
}

/* ==========================================================
   Phase 2 — Reference Product Page Layout (visual only)
========================================================== */

html body.single-product {
  background: #f5f5f5 !important;
  color: #111111 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

html body.single-product .og-engine-product-page,
html body.single-product .og-printco-shell.og-engine-product-page {
  gap: 40px !important;
  width: min(1240px, calc(100vw - 48px)) !important;
  max-width: 1240px !important;
  margin-bottom: 64px !important;
}

/* —— Hero: 58 / 42, equal-height cards —— */
html body.single-product .og-engine-hero {
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr) !important;
  gap: 32px !important;
  align-items: start !important;
}

html body.single-product .og-engine-gallery,
html body.single-product .og-engine-info,
html body.single-product .og-engine-configurator,
html body.single-product .og-engine-summary,
html body.single-product .og-engine-tabs {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
}

html body.single-product .og-engine-gallery,
html body.single-product .og-engine-info {
  padding: 32px !important;
  min-height: 100% !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
}

html body.single-product .og-engine-gallery .product_title,
html body.single-product .og-engine-gallery .entry-title,
html body.single-product .og-engine-gallery .woocommerce-product-details__short-description {
  display: none !important;
}

html body.single-product .og-engine-info {
  gap: 0 !important;
}

html body.single-product .og-engine-info .product_title,
html body.single-product .og-engine-info .entry-title,
html body.single-product .og-engine-info .og-engine-info-title {
  margin: 0 0 16px !important;
  color: #111111 !important;
  font-size: clamp(42px, 3.8vw, 52px) !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
}

html body.single-product .og-engine-info .woocommerce-product-rating {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 18px !important;
}

html body.single-product .og-engine-info .star-rating,
html body.single-product .og-engine-info .woocommerce-product-rating .star-rating {
  color: #f36b21 !important;
  font-size: 18px !important;
}

html body.single-product .og-engine-info .woocommerce-review-link,
html body.single-product .og-engine-info .woocommerce-product-rating + .woocommerce-review-link {
  color: #666666 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

html body.single-product .og-engine-info .woocommerce-product-details__short-description,
html body.single-product .og-engine-info .product-short-description {
  margin: 0 0 24px !important;
  color: #444444 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

html body.single-product .og-engine-info .woocommerce-product-details__short-description p {
  margin: 0 0 12px !important;
}

html body.single-product .og-engine-info .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0 !important;
}

html body.single-product .og-engine-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 0 auto !important;
}

html body.single-product .og-engine-benefit-card {
  padding: 18px 14px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 14px !important;
  background: #fafafa !important;
}

html body.single-product .og-engine-benefit-title {
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #111111 !important;
}

html body.single-product .og-engine-benefit-text {
  font-size: 14px !important;
  color: #666666 !important;
}

html body.single-product .og-engine-starting-price {
  margin-top: 24px !important;
  padding-top: 24px !important;
  border-top: 1px solid #e5e5e5 !important;
}

html body.single-product .og-engine-starting-label {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #666666 !important;
}

html body.single-product .og-engine-starting-value {
  font-size: clamp(28px, 2.5vw, 36px) !important;
  font-weight: 800 !important;
  color: #111111 !important;
}

html body.single-product .og-engine-gallery .og-gallery-preview {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 1 1 auto !important;
}

html body.single-product .og-engine-gallery .og-gallery-main-card,
html body.single-product .og-engine-gallery .og-gallery-zoom-wrap {
  min-height: 480px !important;
  height: 100% !important;
  max-height: none !important;
  border-radius: 16px !important;
  border: 1px solid #e5e5e5 !important;
  background: #fafafa !important;
}

html body.single-product .og-engine-gallery .og-gallery-main-image {
  max-height: 100% !important;
}

html body.single-product .og-engine-gallery .og-gallery-thumb.is-active {
  border-color: #f36b21 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.18) !important;
}

html body.single-product .og-engine-gallery .og-gallery-thumb:hover {
  border-color: #f36b21 !important;
}

/* —— Builder: aligned cards, configurator + upload flow —— */
html body.single-product .og-engine-builder {
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr) !important;
  gap: 32px !important;
  align-items: start !important;
}

html body.single-product .og-engine-configurator,
html body.single-product .og-engine-summary {
  padding: 32px !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
}

html body.single-product .og-engine-section-title {
  margin: 0 0 8px !important;
  color: #111111 !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

html body.single-product .og-engine-section-subtitle {
  margin: 0 0 28px !important;
  color: #666666 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

html body.single-product .og-engine-configurator .og-configurator-head {
  display: none !important;
}

html body.single-product .og-engine-configurator .og-configurator-panel,
html body.single-product .og-engine-configurator .og-upload-section,
html body.single-product .og-engine-configurator .og-artwork-upload,
html body.single-product .og-engine-summary .og-summary-box,
html body.single-product .og-engine-summary .og-order-summary {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

html body.single-product .og-engine-configurator .og-upload-section,
html body.single-product .og-engine-configurator .og-artwork-upload {
  margin-top: 16px !important;
  padding-top: 20px !important;
  border-top: 1px solid #e5e5e5 !important;
  width: 100% !important;
  max-width: none !important;
}

html body.single-product .og-engine-configurator .og-configurator-field span,
html body.single-product .og-engine-configurator .og-configurator-field label {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #666666 !important;
}

html body.single-product .og-engine-configurator .og-configurator-field select,
html body.single-product .og-engine-configurator .og-generated-select {
  min-height: 52px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

html body.single-product .og-engine-configurator .og-configurator-field select:focus,
html body.single-product .og-engine-configurator .og-generated-select:focus {
  border-color: #f36b21 !important;
  box-shadow: 0 0 0 3px rgba(243, 107, 33, 0.14) !important;
}

html body.single-product .og-engine-configurator .og-upload-section-title {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #111111 !important;
  margin: 0 0 6px !important;
}

html body.single-product .og-engine-configurator .og-upload-section-subtitle,
html body.single-product .og-engine-configurator .og-upload-text,
html body.single-product .og-engine-configurator .og-upload-help,
html body.single-product .og-engine-configurator .og-upload-note {
  font-size: 16px !important;
  color: #666666 !important;
}

html body.single-product .og-engine-configurator .og-upload-box {
  border-color: #e5e5e5 !important;
  border-radius: 14px !important;
  background: #fafafa !important;
}

html body.single-product .og-engine-configurator .og-upload-box:hover,
html body.single-product .og-engine-configurator .og-upload-box.is-dragging {
  border-color: #f36b21 !important;
  background: #fff7f2 !important;
}

html body.single-product .og-engine-configurator .og-upload-icon {
  background: #f36b21 !important;
}

html body.single-product .og-engine-summary .og-summary-title,
html body.single-product .og-engine-summary .og-summary-subtitle {
  display: none !important;
}

html body.single-product .og-engine-summary .og-summary-row {
  font-size: 16px !important;
  color: #111111 !important;
  border-bottom-color: #e5e5e5 !important;
}

html body.single-product .og-engine-summary .og-summary-row span {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #666666 !important;
}

html body.single-product .og-engine-summary .og-summary-total strong,
html body.single-product .og-engine-summary .og-summary-total [data-og-summary="price"] {
  font-size: clamp(28px, 2.5vw, 36px) !important;
  font-weight: 800 !important;
  color: #111111 !important;
}

html body.single-product .og-engine-summary .og-ready-pill {
  background: #fff3ec !important;
  color: #f36b21 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

html body.single-product .og-engine-summary form.cart .single_add_to_cart_button {
  background: #f36b21 !important;
  border: 0 !important;
  border-radius: 12px !important;
  min-height: 54px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 24px rgba(243, 107, 33, 0.24) !important;
}

html body.single-product .og-engine-summary form.cart .single_add_to_cart_button:hover {
  filter: brightness(1.04) !important;
  box-shadow: 0 16px 28px rgba(243, 107, 33, 0.28) !important;
}

html body.single-product .og-engine-summary .og-artwork-choice-panel {
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid #e5e5e5 !important;
}

html body.single-product .og-engine-summary .og-artwork-choice-option.is-selected {
  border-color: #f36b21 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.12) !important;
}

/* —— Tabs: reference nav + panel —— */
html body.single-product .og-engine-tabs {
  padding: 0 !important;
  overflow: hidden !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs {
  padding: 0 !important;
  margin: 0 !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 28px !important;
  list-style: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
  background: #fafafa !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs::before,
html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs::after {
  display: none !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li a {
  display: block !important;
  padding: 20px 22px !important;
  color: #666666 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
  margin-bottom: -1px !important;
  box-shadow: none !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li.active a,
html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li a:hover {
  color: #111111 !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li.active a {
  border-bottom-color: #f36b21 !important;
  background: #ffffff !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs .panel {
  margin: 0 !important;
  padding: 32px 36px 36px !important;
  color: #444444 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs .panel h2:first-child {
  display: none !important;
}

/* Tab label mapping (visual text only) */
html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li.description_tab a {
  font-size: 0 !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li.description_tab a::after {
  content: "Overview" !important;
  font-size: 16px !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li.additional_information_tab a {
  font-size: 0 !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li.additional_information_tab a::after {
  content: "Specs" !important;
  font-size: 16px !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li.file_setup_tab a,
html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li.file-setup_tab a {
  font-size: 0 !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li.file_setup_tab a::after,
html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li.file-setup_tab a::after {
  content: "File Setup" !important;
  font-size: 16px !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li.faq_tab a {
  font-size: 0 !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li.faq_tab a::after {
  content: "FAQ" !important;
  font-size: 16px !important;
}

@media (max-width: 1080px) {
  html body.single-product .og-engine-hero,
  html body.single-product .og-engine-builder {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  html body.single-product .og-engine-benefits {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .og-engine-info .product_title,
  html body.single-product .og-engine-info .entry-title,
  html body.single-product .og-engine-info .og-engine-info-title {
    font-size: clamp(34px, 7vw, 42px) !important;
  }

  html body.single-product .og-engine-section-title {
    font-size: 26px !important;
  }

  html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs {
    padding: 0 !important;
    flex-direction: column !important;
  }

  html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li a {
    width: 100% !important;
    border-bottom: 1px solid #e5e5e5 !important;
    border-left: 3px solid transparent !important;
  }

  html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li.active a {
    border-left-color: #f36b21 !important;
    border-bottom-color: #e5e5e5 !important;
  }
}

/* ==========================================================
   Final Product Page Architecture (layout modules only)
========================================================== */

html body.single-product .og-engine-product-page[data-og-engine-layout="final-active"] {
  gap: 40px !important;
}

/* —— Hero Module —— */
html body.single-product .og-engine-module--hero {
  display: grid !important;
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr) !important;
  gap: 32px !important;
  align-items: stretch !important;
}

html body.single-product .og-engine-module--gallery,
html body.single-product .og-engine-module--info {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
  height: auto !important;
  align-self: stretch !important;
}

html body.single-product .og-engine-module--gallery .og-engine-module--mockup,
html body.single-product .og-engine-module--mockup.og-gallery-preview {
  flex: 1 1 auto !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}

/* —— Content / Builder Module —— */
html body.single-product .og-engine-module--content {
  width: 100% !important;
}

html body.single-product .og-engine-module--builder {
  display: grid !important;
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr) !important;
  gap: 32px !important;
  align-items: start !important;
}

html body.single-product .og-engine-builder-card,
html body.single-product .og-engine-summary-card {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
  padding: 32px !important;
}

html body.single-product .og-engine-builder-head,
html body.single-product .og-engine-summary-head {
  margin-bottom: 24px !important;
}

html body.single-product .og-engine-builder-body,
html body.single-product .og-engine-summary-body {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  min-width: 0 !important;
}

/* Single continuous builder card — flatten injected widgets */
html body.single-product .og-engine-builder-body .og-configurator-panel,
html body.single-product .og-engine-builder-body .og-upload-section,
html body.single-product .og-engine-builder-body .og-artwork-upload {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

html body.single-product .og-engine-builder-body .og-configurator-head {
  display: none !important;
}

html body.single-product .og-engine-builder-step--upload {
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid #e5e5e5 !important;
}

html body.single-product .og-engine-builder-step--upload .og-upload-section-title::before {
  content: "Step 2 · " !important;
  color: #f36b21 !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
}

html body.single-product .og-engine-builder-step--upload .og-upload-section-title {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #111111 !important;
}

/* —— Summary Module (sticky desktop) —— */
html body.single-product .og-engine-summary-body .og-summary-box,
html body.single-product .og-engine-summary-body .og-order-summary {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

html body.single-product .og-engine-summary-body .og-summary-title,
html body.single-product .og-engine-summary-body .og-summary-subtitle {
  display: none !important;
}

@media (min-width: 981px) {
  html body.single-product .og-engine-summary-card.is-sticky {
    position: sticky !important;
    top: 24px !important;
    align-self: start !important;
    z-index: 2 !important;
  }
}

/* —— Tabs Module —— */
html body.single-product .og-engine-module--tabs {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
  overflow: hidden !important;
  padding: 0 !important;
}

/* Hide any hero duplicates outside info module */
html body.single-product .og-engine-product-page[data-og-engine-layout="final-active"] ~ .summary .product_title,
html body.single-product .og-engine-product-page[data-og-engine-layout="final-active"] ~ .summary .entry-title,
html body.single-product div.product > .summary.og-engine-source-summary,
html body.single-product div.product > .summary.og-engine-source-summary * {
  display: none !important;
}

@media (max-width: 980px) {
  html body.single-product .og-engine-module--hero,
  html body.single-product .og-engine-module--builder {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .og-engine-summary-card.is-sticky {
    position: static !important;
    top: auto !important;
  }
}

/* ==========================================================
   Premium v2 Visual Polish
========================================================== */

html body.single-product .og-engine-product-page[data-og-engine-layout="final-active"]::before {
  display: none !important;
  content: none !important;
}

/* Hero: equal-height cards, balanced info column */
html body.single-product .og-engine-module--hero {
  align-items: stretch !important;
}

html body.single-product .og-engine-module--gallery,
html body.single-product .og-engine-module--info {
  height: 100% !important;
}

html body.single-product .og-engine-module--info {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

html body.single-product .og-engine-module--info .og-engine-starting-price {
  margin-top: auto !important;
}

html body.single-product .og-engine-info .product_title,
html body.single-product .og-engine-info .entry-title,
html body.single-product .og-engine-info .og-engine-info-title {
  font-size: 42px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
}

html body.single-product .og-engine-info .woocommerce-product-details__short-description,
html body.single-product .og-engine-info .product-short-description {
  font-size: 17px !important;
  line-height: 1.65 !important;
  color: #444444 !important;
  margin: 0 0 22px !important;
}

html body.single-product .og-engine-rating,
html body.single-product .og-engine-info .woocommerce-product-rating {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 16px !important;
}

html body.single-product .og-engine-rating-stars,
html body.single-product .og-engine-info .star-rating::before,
html body.single-product .og-engine-info .star-rating span::before {
  color: #f36b21 !important;
}

html body.single-product .og-engine-rating-stars {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  line-height: 1 !important;
}

html body.single-product .og-engine-rating-text {
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

html body.single-product .og-engine-benefits {
  margin: 8px 0 24px !important;
}

/* Gallery: larger mockup, tighter card padding */
html body.single-product .og-engine-gallery {
  padding: 18px !important;
  display: flex !important;
  flex-direction: column !important;
}

html body.single-product .og-engine-gallery .og-gallery-preview {
  flex: 1 1 auto !important;
}

html body.single-product .og-engine-gallery .og-gallery-main-card,
html body.single-product .og-engine-gallery .og-gallery-zoom-wrap {
  min-height: 520px !important;
  padding: 10px !important;
}

html body.single-product .og-engine-gallery .og-gallery-main-image {
  max-height: 500px !important;
  width: 100% !important;
}

html body.single-product .og-engine-gallery .og-gallery-preview-grid {
  gap: 12px !important;
  margin-top: 14px !important;
}

html body.single-product .og-engine-gallery .og-gallery-thumb {
  min-height: 150px !important;
  padding: 12px !important;
  border-radius: 14px !important;
  border: 2px solid #e5e5e5 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}

html body.single-product .og-engine-gallery .og-gallery-thumb-image {
  height: 90px !important;
}

html body.single-product .og-engine-gallery .og-gallery-thumb.is-active {
  border-color: #f36b21 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.2) !important;
}

html body.single-product .og-engine-gallery .og-gallery-thumb:hover,
html body.single-product .og-engine-gallery .og-gallery-thumb:focus-visible {
  border-color: #f36b21 !important;
  transform: translateY(-2px) !important;
}

/* Builder: one continuous premium card */
html body.single-product .og-engine-builder-head .og-engine-section-title {
  font-size: 32px !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
}

html body.single-product .og-engine-builder-card {
  padding: 36px !important;
}

html body.single-product .og-engine-builder-body {
  gap: 0 !important;
}

html body.single-product .og-engine-builder-step--upload {
  margin-top: 28px !important;
  padding-top: 28px !important;
}

html body.single-product .og-engine-configurator .og-configurator-fields {
  gap: 18px !important;
}

html body.single-product .og-engine-configurator .og-configurator-field select,
html body.single-product .og-engine-configurator .og-generated-select {
  min-height: 56px !important;
  height: 56px !important;
  border: 2px solid #d4d4d4 !important;
  border-radius: 14px !important;
  padding: 0 18px !important;
  font-size: 16px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

html body.single-product .og-engine-configurator .og-configurator-field select:focus,
html body.single-product .og-engine-configurator .og-generated-select:focus {
  border-color: #f36b21 !important;
  box-shadow: 0 0 0 3px rgba(243, 107, 33, 0.16) !important;
  outline: none !important;
}

/* Summary: sticky price card */
html body.single-product .og-engine-summary-head .og-engine-section-title {
  font-size: 32px !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
}

html body.single-product .og-engine-summary-card {
  padding: 36px !important;
}

html body.single-product .og-engine-summary .og-summary-total {
  margin-top: 8px !important;
  padding-top: 20px !important;
  border-top: 2px solid #e5e5e5 !important;
}

html body.single-product .og-engine-summary .og-summary-total strong,
html body.single-product .og-engine-summary .og-summary-total [data-og-summary="price"] {
  font-size: clamp(32px, 3vw, 40px) !important;
  font-weight: 900 !important;
}

html body.single-product .og-engine-summary form.cart,
html body.single-product .og-engine-summary .og-summary-cart form.cart {
  width: 100% !important;
  margin-top: 20px !important;
}

html body.single-product .og-engine-summary form.cart .single_add_to_cart_button,
html body.single-product .og-engine-summary .og-summary-cart .single_add_to_cart_button {
  width: 100% !important;
  background: #f36b21 !important;
  border: 0 !important;
  border-radius: 14px !important;
  min-height: 56px !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  box-shadow: 0 14px 28px rgba(243, 107, 33, 0.26) !important;
}

html body.single-product .og-engine-summary form.cart .single_add_to_cart_button:hover,
html body.single-product .og-engine-summary .og-summary-cart .single_add_to_cart_button:hover {
  filter: brightness(1.05) !important;
  box-shadow: 0 18px 32px rgba(243, 107, 33, 0.3) !important;
}

html body.single-product .og-summary-trust-note {
  margin: 14px 0 0 !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #666666 !important;
  font-weight: 600 !important;
}

/* Tabs: full-width white card */
html body.single-product .og-engine-module--tabs {
  width: 100% !important;
  border-radius: 20px !important;
}

html body.single-product .og-engine-tabs .woocommerce-tabs ul.tabs li a {
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease !important;
}

@media (max-width: 980px) {
  html body.single-product .og-engine-info .product_title,
  html body.single-product .og-engine-info .entry-title,
  html body.single-product .og-engine-info .og-engine-info-title {
    font-size: clamp(30px, 8vw, 42px) !important;
  }
}

/* ==========================================================
   Premium v2.1 Visual Polish
========================================================== */

/* Gallery: mockup fills 80–90% of card */
html body.single-product .og-engine-gallery {
  padding: 10px !important;
}

html body.single-product .og-engine-gallery .og-gallery-preview {
  padding: 4px !important;
}

html body.single-product .og-engine-gallery .og-gallery-main-card,
html body.single-product .og-engine-gallery .og-gallery-zoom-wrap {
  min-height: 540px !important;
  height: auto !important;
  padding: 2px !important;
  background: #fafafa !important;
}

html body.single-product .og-engine-gallery .og-gallery-main-image {
  width: 88% !important;
  height: 88% !important;
  max-width: 88% !important;
  max-height: 88% !important;
  object-fit: contain !important;
}

html body.single-product .og-engine-gallery .og-gallery-preview-grid {
  margin-top: 12px !important;
  gap: 10px !important;
}

html body.single-product .og-engine-gallery .og-gallery-thumb {
  min-height: 132px !important;
  padding: 10px !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

/* Info card: tighter vertical rhythm */
html body.single-product .og-engine-module--info .og-engine-starting-price {
  margin-top: 14px !important;
  padding-top: 14px !important;
}

html body.single-product .og-engine-benefits {
  margin: 6px 0 10px !important;
}

html body.single-product .og-engine-info .woocommerce-product-details__short-description,
html body.single-product .og-engine-info .product-short-description {
  margin: 0 0 14px !important;
}

html body.single-product .og-engine-info .product_title,
html body.single-product .og-engine-info .entry-title,
html body.single-product .og-engine-info .og-engine-info-title {
  margin-bottom: 10px !important;
}

html body.single-product .og-engine-rating,
html body.single-product .og-engine-info .woocommerce-product-rating {
  margin-bottom: 12px !important;
}

html body.single-product .og-engine-benefit-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease !important;
}

html body.single-product .og-engine-benefit-card:hover {
  transform: translateY(-2px) !important;
  border-color: #f36b21 !important;
  box-shadow: 0 10px 22px rgba(17, 17, 17, 0.08) !important;
  background: #fffaf6 !important;
}

/* Premium tabs (static Overview / Specs / File Setup / FAQ) */
html body.single-product .og-engine-tabs .og-engine-wc-tabs-source,
html body.single-product .og-engine-tabs .woocommerce-tabs {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

html body.single-product .og-engine-premium-tabs {
  width: 100% !important;
}

html body.single-product .og-engine-tab-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 24px !important;
  list-style: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
  background: #fafafa !important;
}

html body.single-product .og-engine-tab-btn {
  appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 20px 22px !important;
  color: #666666 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  border-bottom: 3px solid transparent !important;
  margin-bottom: -1px !important;
  transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease !important;
}

html body.single-product .og-engine-tab-btn:hover {
  color: #111111 !important;
}

html body.single-product .og-engine-tab-btn.is-active {
  color: #111111 !important;
  border-bottom-color: #f36b21 !important;
  background: #ffffff !important;
}

html body.single-product .og-engine-tab-panel {
  display: none !important;
  padding: 32px 36px 36px !important;
  color: #444444 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

html body.single-product .og-engine-tab-panel.is-active {
  display: block !important;
}

html body.single-product .og-engine-tab-copy h3,
html body.single-product .og-engine-tab-faq h4 {
  margin: 0 0 10px !important;
  color: #111111 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

html body.single-product .og-engine-tab-copy ul {
  margin: 0 0 16px !important;
  padding-left: 20px !important;
}

html body.single-product .og-engine-specs-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: grid !important;
  gap: 12px !important;
}

html body.single-product .og-engine-specs-list li {
  display: flex !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 14px 16px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 12px !important;
  background: #fafafa !important;
}

html body.single-product .og-engine-specs-list li span {
  color: #666666 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

html body.single-product .og-engine-specs-list li strong {
  color: #111111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

html body.single-product .og-engine-tab-empty {
  margin: 0 !important;
  color: #666666 !important;
}

html body.single-product .og-engine-faq-item {
  padding: 16px 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

html body.single-product .og-engine-faq-item:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

html body.single-product .og-engine-faq-item p {
  margin: 0 !important;
}

/* Subtle hover transitions */
html body.single-product .og-engine-configurator .og-upload-box {
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
}

html body.single-product .og-engine-configurator .og-upload-box:hover,
html body.single-product .og-engine-configurator .og-upload-box.is-dragging {
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 22px rgba(243, 107, 33, 0.12) !important;
}

html body.single-product .og-engine-summary form.cart .single_add_to_cart_button,
html body.single-product .og-engine-summary .og-summary-cart .single_add_to_cart_button {
  transition: filter 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
}

html body.single-product .og-engine-summary form.cart .single_add_to_cart_button:hover,
html body.single-product .og-engine-summary .og-summary-cart .single_add_to_cart_button:hover {
  transform: translateY(-1px) !important;
}

@media (max-width: 980px) {
  html body.single-product .og-engine-tab-nav {
    flex-direction: column !important;
    padding: 0 !important;
  }

  html body.single-product .og-engine-tab-btn {
    width: 100% !important;
    text-align: left !important;
    border-bottom: 1px solid #e5e5e5 !important;
    border-left: 3px solid transparent !important;
  }

  html body.single-product .og-engine-tab-btn.is-active {
    border-left-color: #f36b21 !important;
    border-bottom-color: #e5e5e5 !important;
  }
}

/* ==========================================================
   Business Cards CSS Mockups — Phase A
========================================================== */

html body.single-product .og-gallery-zoom-wrap.is-css-mockup {
  cursor: default !important;
}

html body.single-product .og-gallery-css-mockup {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: opacity 0.18s ease, transform 0.18s ease !important;
}

html body.single-product .og-gallery-main-mockup.is-changing {
  opacity: 0.35 !important;
  transform: scale(0.98) !important;
}

html body.single-product .og-gallery-thumb-mockup {
  width: 100% !important;
  height: 76px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f6f7f9 !important;
  border-radius: 10px !important;
}

html body.single-product .og-mockup-business-card {
  width: 88% !important;
  height: 88% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.2s ease !important;
}

html body.single-product .og-mockup-business-card.is-thumb {
  width: 220px !important;
  height: 130px !important;
  transform: scale(0.42) !important;
  transform-origin: center center !important;
  pointer-events: none !important;
}

html body.single-product .og-bc-scene {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  perspective: 1200px !important;
}

html body.single-product .og-bc-card {
  position: relative !important;
  width: min(92%, 420px) !important;
  aspect-ratio: 1.75 / 1 !important;
  border-radius: 12px !important;
  box-shadow: 0 24px 48px rgba(17, 17, 17, 0.18), 0 8px 18px rgba(17, 17, 17, 0.08) !important;
  transform-style: preserve-3d !important;
}

html body.single-product .og-bc-card-face {
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 10% 12% !important;
  box-sizing: border-box !important;
}

/* Front */
html body.single-product .og-mockup-business-card-front .og-bc-card--front {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%) !important;
  transform: rotateX(4deg) rotateY(-7deg) !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-accent-line {
  width: 42% !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #f36b21 0%, #111111 100%) !important;
  margin-bottom: 10% !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-logo-mark {
  font-size: clamp(28px, 5vw, 42px) !important;
  font-weight: 900 !important;
  color: #111111 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-brand-name {
  margin-top: 4% !important;
  font-size: clamp(14px, 2.2vw, 20px) !important;
  font-weight: 800 !important;
  color: #111111 !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-tagline {
  margin-top: 2% !important;
  font-size: clamp(10px, 1.5vw, 13px) !important;
  color: #666666 !important;
  font-weight: 600 !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-contact {
  margin-top: auto !important;
  display: grid !important;
  gap: 4px !important;
  font-size: clamp(9px, 1.3vw, 12px) !important;
  color: #444444 !important;
  font-weight: 600 !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-print-note {
  position: absolute !important;
  right: 8% !important;
  bottom: 8% !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  color: #f36b21 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

/* Back */
html body.single-product .og-mockup-business-card-back .og-bc-card--back {
  background: linear-gradient(145deg, #1a1a1a 0%, #0d0d0d 100%) !important;
  transform: rotateX(5deg) rotateY(8deg) !important;
}

html body.single-product .og-mockup-business-card-back .og-bc-card-face {
  align-items: center !important;
  text-align: center !important;
  color: #ffffff !important;
}

html body.single-product .og-mockup-business-card-back .og-bc-back-accent {
  width: 56px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: #f36b21 !important;
  margin-bottom: 12% !important;
}

html body.single-product .og-mockup-business-card-back .og-bc-back-logo {
  font-size: clamp(34px, 6vw, 48px) !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
}

html body.single-product .og-mockup-business-card-back .og-bc-back-brand {
  margin-top: 6% !important;
  font-size: clamp(13px, 2vw, 18px) !important;
  font-weight: 700 !important;
}

html body.single-product .og-mockup-business-card-back .og-bc-back-url {
  margin-top: 4% !important;
  font-size: clamp(10px, 1.4vw, 12px) !important;
  color: #d7d7d7 !important;
  font-weight: 600 !important;
}

html body.single-product .og-mockup-business-card-back .og-bc-back-strip {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 8px !important;
  background: linear-gradient(90deg, #f36b21 0%, #111111 100%) !important;
}

/* Detail */
html body.single-product .og-mockup-business-card-detail .og-bc-card--detail {
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%) !important;
  transform: rotateX(18deg) rotateY(-24deg) rotateZ(-3deg) !important;
  width: min(78%, 360px) !important;
}

html body.single-product .og-mockup-business-card-detail .og-bc-card-edge {
  position: absolute !important;
  top: 8% !important;
  right: -10px !important;
  width: 10px !important;
  height: 84% !important;
  border-radius: 0 3px 3px 0 !important;
  background: linear-gradient(180deg, #ececec 0%, #cfcfcf 55%, #b7b7b7 100%) !important;
  transform: translateZ(-2px) !important;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.65) !important;
}

html body.single-product .og-mockup-business-card-detail .og-bc-paper-texture {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.12 !important;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.08) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 60%, rgba(0, 0, 0, 0.06) 0 1px, transparent 1px) !important;
  background-size: 8px 8px, 10px 10px !important;
  pointer-events: none !important;
}

/* Stack */
html body.single-product .og-mockup-business-card-stack .og-bc-stack {
  position: relative !important;
  width: min(72%, 340px) !important;
  aspect-ratio: 1.75 / 1 !important;
}

html body.single-product .og-mockup-business-card-stack .og-bc-stack-card {
  position: absolute !important;
  inset: 0 !important;
  border-radius: 12px !important;
  transform: translateY(calc(var(--og-bc-stack-index) * -5px)) translateX(calc(var(--og-bc-stack-index) * 2px)) !important;
  box-shadow: 0 10px 20px rgba(17, 17, 17, 0.12) !important;
}

html body.single-product .og-mockup-business-card-stack .og-bc-stack-card:last-child {
  box-shadow: 0 24px 42px rgba(17, 17, 17, 0.2) !important;
}

html body.single-product .og-mockup-business-card-stack .og-bc-stack-face,
html body.single-product .og-mockup-business-card-stack .og-bc-stack-edge {
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
}

html body.single-product .og-mockup-business-card-stack .og-bc-stack-face {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 12% !important;
  box-sizing: border-box !important;
}

html body.single-product .og-mockup-business-card-stack .og-bc-stack-edge {
  background: linear-gradient(180deg, #f1f1f1 0%, #d9d9d9 100%) !important;
  border: 1px solid #d0d0d0 !important;
}

/* CSS mockup mode — hide broken main image fallback */
html body.single-product .og-gallery-preview--css-mockup img[src=""],
html body.single-product .og-gallery-preview--css-mockup img:not([src]),
html body.single-product .og-gallery-preview--css-mockup .og-gallery-main-image {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html body.single-product .og-gallery-preview--css-mockup .og-gallery-main-card,
html body.single-product .og-gallery-preview--css-mockup .og-gallery-zoom-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 520px !important;
}

html body.single-product .og-gallery-preview--css-mockup .og-gallery-css-mockup {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}

html body.single-product .og-gallery-preview--css-mockup .og-mockup-business-card.is-main {
  width: 82% !important;
  height: 82% !important;
  max-width: 82% !important;
  max-height: 82% !important;
}

html body.single-product .og-gallery-preview--css-mockup .og-bc-card {
  width: min(96%, 460px) !important;
}

/* ==========================================================
   Business Cards CSS Mockups — Phase B Premium Polish
========================================================== */

html body.single-product .og-gallery-css-mockup,
html body.single-product .og-gallery-main-mockup {
  transition: opacity 0.2s ease, transform 0.2s ease !important;
}

html body.single-product .og-gallery-main-mockup.is-changing {
  opacity: 0.42 !important;
  transform: scale(0.97) !important;
}

html body.single-product .og-gallery-preview--css-mockup .og-gallery-thumb.is-active {
  border-color: #f36b21 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.22) !important;
}

html body.single-product .og-gallery-thumb-mockup {
  background: linear-gradient(180deg, #f8f9fb 0%, #eef1f5 100%) !important;
}

/* Shared scene + ground shadow */
html body.single-product .og-bc-ground-shadow {
  position: absolute !important;
  width: 72% !important;
  height: 18% !important;
  bottom: 8% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: radial-gradient(ellipse at center, rgba(17, 17, 17, 0.22) 0%, rgba(17, 17, 17, 0) 72%) !important;
  filter: blur(8px) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

html body.single-product .og-bc-scene {
  position: relative !important;
}

html body.single-product .og-bc-paper-texture {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.1 !important;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(0, 0, 0, 0.07) 0 1px, transparent 1px),
    radial-gradient(circle at 72% 64%, rgba(0, 0, 0, 0.05) 0 1px, transparent 1px) !important;
  background-size: 7px 7px, 9px 9px !important;
  pointer-events: none !important;
}

/* Front — premium white card */
html body.single-product .og-mockup-business-card-front .og-bc-card--front {
  background: linear-gradient(165deg, #ffffff 0%, #f8f8f8 58%, #f1f1f1 100%) !important;
  transform: rotateX(7deg) rotateY(-11deg) rotateZ(-0.5deg) !important;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.9) inset,
    0 28px 54px rgba(17, 17, 17, 0.2),
    0 10px 22px rgba(17, 17, 17, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-accent-line {
  width: 36% !important;
  height: 3px !important;
  margin-bottom: 8% !important;
  background: linear-gradient(90deg, #f36b21 0%, #f36b21 62%, #111111 100%) !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-header-row {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-logo-mark {
  width: 1.35em !important;
  font-size: clamp(30px, 5vw, 44px) !important;
  line-height: 1 !important;
  padding: 0.12em 0.18em !important;
  border: 2px solid #111111 !important;
  border-radius: 6px !important;
  text-align: center !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-brand-name {
  margin-top: 0 !important;
  font-size: clamp(15px, 2.3vw, 21px) !important;
  letter-spacing: 0.01em !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-tagline {
  margin-top: 3px !important;
  font-size: clamp(10px, 1.4vw, 12px) !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #777777 !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-divider {
  width: 100% !important;
  height: 1px !important;
  margin: 8% 0 6% !important;
  background: linear-gradient(90deg, rgba(243, 107, 33, 0.45) 0%, rgba(229, 229, 229, 0.9) 100%) !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-contact-line {
  display: block !important;
  line-height: 1.45 !important;
}

/* Back — charcoal with gloss */
html body.single-product .og-mockup-business-card-back .og-bc-card--back {
  background: linear-gradient(155deg, #2a2a2a 0%, #141414 48%, #0a0a0a 100%) !important;
  transform: rotateX(6deg) rotateY(10deg) rotateZ(0.4deg) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 30px 56px rgba(0, 0, 0, 0.42),
    0 12px 24px rgba(0, 0, 0, 0.28) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

html body.single-product .og-mockup-business-card-back .og-bc-gloss {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.04) 34%, rgba(255, 255, 255, 0) 58%) !important;
  pointer-events: none !important;
}

html body.single-product .og-mockup-business-card-back .og-bc-back-mark-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 64px !important;
  height: 64px !important;
  margin: 0 auto 8% !important;
  border: 2px solid rgba(243, 107, 33, 0.85) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

html body.single-product .og-mockup-business-card-back .og-bc-back-logo {
  font-size: clamp(36px, 6.5vw, 52px) !important;
  color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(243, 107, 33, 0.35) !important;
}

html body.single-product .og-mockup-business-card-back .og-bc-back-accent {
  width: 64px !important;
  height: 3px !important;
  margin-bottom: 10% !important;
}

html body.single-product .og-mockup-business-card-back .og-bc-back-strip {
  height: 10px !important;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.08) inset !important;
}

/* Detail — close-up angle + thickness */
html body.single-product .og-mockup-business-card-detail .og-bc-ground-shadow--detail {
  width: 84% !important;
  bottom: 4% !important;
  filter: blur(12px) !important;
}

html body.single-product .og-mockup-business-card-detail .og-bc-card--detail {
  transform: rotateX(24deg) rotateY(-28deg) rotateZ(-4deg) !important;
  box-shadow:
    0 34px 60px rgba(17, 17, 17, 0.28),
    0 14px 28px rgba(17, 17, 17, 0.14) !important;
}

html body.single-product .og-mockup-business-card-detail .og-bc-card-edge--side {
  top: 6% !important;
  right: -12px !important;
  width: 12px !important;
  height: 88% !important;
  background: linear-gradient(180deg, #f5f5f5 0%, #d2d2d2 45%, #b0b0b0 100%) !important;
  box-shadow: inset -2px 0 2px rgba(255, 255, 255, 0.7), 2px 0 6px rgba(0, 0, 0, 0.08) !important;
}

html body.single-product .og-mockup-business-card-detail .og-bc-card-edge--top {
  top: -8px !important;
  left: 8% !important;
  right: 4% !important;
  width: auto !important;
  height: 8px !important;
  background: linear-gradient(90deg, #ededed 0%, #d8d8d8 100%) !important;
  transform: skewY(-8deg) !important;
  border-radius: 2px 2px 0 0 !important;
}

html body.single-product .og-mockup-business-card-detail .og-bc-detail-caption {
  margin-top: 8% !important;
  font-size: clamp(9px, 1.3vw, 11px) !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #888888 !important;
}

/* Stack — layered cards */
html body.single-product .og-mockup-business-card-stack .og-bc-stack-shadow {
  position: absolute !important;
  width: 88% !important;
  height: 22% !important;
  bottom: -4% !important;
  left: 50% !important;
  transform: translateX(-46%) !important;
  background: radial-gradient(ellipse at center, rgba(17, 17, 17, 0.3) 0%, rgba(17, 17, 17, 0) 70%) !important;
  filter: blur(10px) !important;
  pointer-events: none !important;
}

html body.single-product .og-mockup-business-card-stack .og-bc-stack {
  width: min(76%, 360px) !important;
}

html body.single-product .og-mockup-business-card-stack .og-bc-stack-card {
  transform:
    translateY(calc((var(--og-bc-stack-total) - 1 - var(--og-bc-stack-index)) * -6px))
    translateX(calc(var(--og-bc-stack-index) * 3px))
    rotate(calc(var(--og-bc-stack-index) * -0.35deg)) !important;
  box-shadow: 0 6px 14px rgba(17, 17, 17, 0.1) !important;
}

html body.single-product .og-mockup-business-card-stack .og-bc-stack-card:last-child {
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.85) inset,
    0 28px 48px rgba(17, 17, 17, 0.24),
    0 10px 20px rgba(17, 17, 17, 0.12) !important;
  transform:
    translateY(calc((var(--og-bc-stack-total) - 1 - var(--og-bc-stack-index)) * -6px))
    translateX(calc(var(--og-bc-stack-index) * 3px))
    rotate(-1deg) !important;
}

html body.single-product .og-mockup-business-card-stack .og-bc-stack-edge {
  background: linear-gradient(180deg, #fafafa 0%, #e3e3e3 55%, #cbcbcb 100%) !important;
  border: 1px solid #d4d4d4 !important;
}

/* Thumbnail view tuning */
html body.single-product .og-mockup-business-card.is-thumb .og-bc-ground-shadow,
html body.single-product .og-mockup-business-card.is-thumb .og-bc-stack-shadow {
  opacity: 0.65 !important;
}

html body.single-product .og-mockup-business-card-back.is-thumb .og-bc-back-mark-wrap {
  width: 42px !important;
  height: 42px !important;
}

html body.single-product .og-mockup-business-card-detail.is-thumb .og-bc-card--detail {
  transform: rotateX(20deg) rotateY(-22deg) rotateZ(-3deg) !important;
}

html body.single-product .og-mockup-business-card-stack.is-thumb .og-bc-stack-card {
  transform:
    translateY(calc((var(--og-bc-stack-total) - 1 - var(--og-bc-stack-index)) * -4px))
    translateX(calc(var(--og-bc-stack-index) * 2px)) !important;
}

/* ==========================================================
   Reference Layout — Phase C
========================================================== */

/* Gallery: left vertical thumbnails + main mockup */
html body.single-product .og-engine-gallery .og-gallery-layout-side .og-gallery-layout {
  display: grid !important;
  grid-template-columns: 80px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: stretch !important;
  width: 100% !important;
}

html body.single-product .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-rail {
  min-width: 72px !important;
  max-width: 86px !important;
}

html body.single-product .og-engine-gallery .og-gallery-layout-side .og-gallery-preview-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: none !important;
  gap: 10px !important;
  margin-top: 0 !important;
}

html body.single-product .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb {
  min-height: 72px !important;
  width: 100% !important;
  padding: 8px !important;
}

html body.single-product .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb.is-active {
  border-color: #f36b21 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.2) !important;
}

html body.single-product .og-engine-gallery .og-gallery-layout-side .og-gallery-main-col {
  min-width: 0 !important;
}

html body.single-product .og-engine-gallery .og-gallery-layout-side .og-gallery-main-col,
html body.single-product .og-engine-gallery .og-gallery-layout-side .og-gallery-main-card {
  min-height: 520px !important;
  height: 100% !important;
}

html body.single-product .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-image {
  height: 52px !important;
}

html body.single-product .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-label {
  font-size: 10px !important;
  line-height: 1.1 !important;
}

@media (max-width: 980px) {
  html body.single-product .og-engine-gallery .og-gallery-layout-side .og-gallery-layout {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
  }

  html body.single-product .og-engine-gallery .og-gallery-layout-side .og-gallery-main-col {
    order: 1 !important;
  }

  html body.single-product .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-rail {
    order: 2 !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html body.single-product .og-engine-gallery .og-gallery-layout-side .og-gallery-preview-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  html body.single-product .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb {
    min-height: 100px !important;
  }
}

/* Builder: premium option buttons (hidden selects stay synced) */
html body.single-product .og-engine-configurator .og-configurator-field {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-bottom: 18px !important;
}

html body.single-product .og-engine-configurator .og-configurator-field-label,
html body.single-product .og-engine-configurator .og-configurator-field > span {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #666666 !important;
}

html body.single-product .og-engine-configurator .og-option-button-group {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

html body.single-product .og-engine-configurator .og-option-button {
  appearance: none !important;
  border: 2px solid #e5e5e5 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #111111 !important;
  min-height: 46px !important;
  padding: 10px 16px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}

html body.single-product .og-engine-configurator .og-option-button:hover {
  border-color: #f36b21 !important;
  transform: translateY(-1px) !important;
}

html body.single-product .og-engine-configurator .og-option-button.is-selected {
  border-color: #f36b21 !important;
  background: #fff7f2 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.14) !important;
  color: #111111 !important;
}

html body.single-product .og-engine-configurator .og-configurator-field select.og-generated-hidden-source {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Builder + summary row; upload as smaller secondary section */
html body.single-product .og-engine-module--builder {
  align-items: start !important;
}

html body.single-product .og-engine-builder-body .og-configurator-panel {
  order: 1 !important;
}

html body.single-product .og-engine-builder-step--upload,
html body.single-product .og-engine-builder-body .og-upload-section,
html body.single-product .og-engine-builder-body .og-artwork-upload {
  order: 2 !important;
  margin-top: 12px !important;
  padding-top: 16px !important;
}

html body.single-product .og-engine-builder-step--upload .og-upload-section-title::before {
  content: none !important;
  display: none !important;
}

html body.single-product .og-engine-builder-step--upload .og-upload-section-title,
html body.single-product .og-engine-builder-body .og-upload-section-title {
  font-size: 16px !important;
  font-weight: 800 !important;
}

html body.single-product .og-engine-builder-body .og-upload-grid {
  gap: 10px !important;
}

html body.single-product .og-engine-builder-body .og-upload-box {
  min-height: 92px !important;
  padding: 12px !important;
}

/* ==========================================================
   Business Cards Hero Mockup — Phase C
   White stack behind + dark charcoal front card
========================================================== */

html body.single-product .og-gallery-preview--css-mockup .og-mockup-business-card-front.is-main {
  width: 94% !important;
  height: 94% !important;
  max-width: 94% !important;
  max-height: 94% !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-scene--hero {
  width: 100% !important;
  height: 100% !important;
  perspective: 1600px !important;
  perspective-origin: 50% 42% !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-hero-floor-shadow {
  position: absolute !important;
  width: 78% !important;
  height: 22% !important;
  bottom: 6% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: radial-gradient(ellipse at center, rgba(17, 17, 17, 0.28) 0%, rgba(17, 17, 17, 0.08) 48%, rgba(17, 17, 17, 0) 74%) !important;
  filter: blur(10px) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-hero-stage {
  position: relative !important;
  z-index: 1 !important;
  width: min(96%, 520px) !important;
  height: 100% !important;
  max-height: 100% !important;
  margin: 0 auto !important;
  transform-style: preserve-3d !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-hero-stack {
  position: absolute !important;
  left: 4% !important;
  top: 20% !important;
  width: 72% !important;
  aspect-ratio: 1.75 / 1 !important;
  transform-style: preserve-3d !important;
  transform: rotateX(10deg) rotateY(18deg) rotateZ(2deg) translateZ(-24px) !important;
  z-index: 1 !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-hero-stack-layer {
  position: absolute !important;
  inset: 0 !important;
  border-radius: 12px !important;
  transform-style: preserve-3d !important;
  transform:
    translateY(calc((var(--og-bc-hero-total) - 1 - var(--og-bc-hero-layer)) * -5px))
    translateX(calc(var(--og-bc-hero-layer) * 3px))
    rotate(calc(var(--og-bc-hero-layer) * -0.4deg)) !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-hero-stack-face {
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  background: linear-gradient(165deg, #ffffff 0%, #f8f8f8 55%, #efefef 100%) !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 14px 28px rgba(17, 17, 17, 0.12) !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-hero-stack-edge {
  position: absolute !important;
  top: 6% !important;
  right: -7px !important;
  width: 7px !important;
  height: 88% !important;
  border-radius: 0 2px 2px 0 !important;
  background: linear-gradient(180deg, #f3f3f3 0%, #dcdcdc 52%, #c8c8c8 100%) !important;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.7) !important;
  transform: translateZ(-1px) !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-hero-stack-layer:last-child .og-bc-hero-stack-face {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 22px 40px rgba(17, 17, 17, 0.16) !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-card--hero-front {
  position: absolute !important;
  right: 2% !important;
  top: 24% !important;
  width: 70% !important;
  aspect-ratio: 1.75 / 1 !important;
  border-radius: 12px !important;
  transform-style: preserve-3d !important;
  transform: rotateX(14deg) rotateY(-22deg) rotateZ(-1.5deg) translateZ(36px) !important;
  background: linear-gradient(155deg, #343434 0%, #1f1f1f 42%, #101010 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 34px 62px rgba(0, 0, 0, 0.45),
    0 14px 28px rgba(0, 0, 0, 0.28),
    0 4px 10px rgba(0, 0, 0, 0.18) !important;
  z-index: 4 !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-card--hero-front .og-bc-card-face {
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 14% 12% 12% !important;
  color: #ffffff !important;
  text-align: left !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-hero-gloss {
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  background: linear-gradient(128deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.05) 36%, rgba(255, 255, 255, 0) 58%) !important;
  pointer-events: none !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-hero-accent {
  width: 44px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: #f36b21 !important;
  margin-bottom: 10% !important;
  box-shadow: 0 0 12px rgba(243, 107, 33, 0.35) !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-hero-logo {
  font-size: clamp(38px, 7vw, 64px) !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  line-height: 0.92 !important;
  color: #ffffff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35) !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-hero-brand {
  margin-top: 6% !important;
  font-size: clamp(14px, 2.4vw, 22px) !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  color: #f2f2f2 !important;
}

/* Front thumbnail — same hero composition, scaled */
html body.single-product .og-mockup-business-card-front.is-thumb {
  width: 300px !important;
  height: 172px !important;
  transform: scale(0.36) !important;
  transform-origin: center center !important;
}

html body.single-product .og-mockup-business-card-front.is-thumb .og-bc-hero-logo {
  font-size: 52px !important;
}

html body.single-product .og-mockup-business-card-front.is-thumb .og-bc-hero-brand {
  font-size: 16px !important;
}

html body.single-product .og-mockup-business-card-front.is-thumb .og-bc-hero-accent {
  width: 32px !important;
  height: 3px !important;
  margin-bottom: 8% !important;
}

html body.single-product .og-mockup-business-card-front.is-thumb .og-bc-hero-floor-shadow {
  opacity: 0.75 !important;
}

html body.single-product .og-gallery-thumb-mockup .og-mockup-business-card-front {
  background: transparent !important;
}

/* ==========================================================
   Reference Product Page — Exact Match
   Scoped to OG Engine classes only
========================================================== */

/* ROW 1 — Gallery: beige paper bg, photo-style mockup fill */
html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-main-card,
html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-zoom-wrap {
  background: linear-gradient(180deg, #f3efe8 0%, #ebe4d8 100%) !important;
  border: 1px solid #e5dfd4 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
}

html body.single-product .og-engine-product-page .og-gallery-preview--css-mockup .og-gallery-main-card,
html body.single-product .og-engine-product-page .og-gallery-preview--css-mockup .og-gallery-zoom-wrap {
  min-height: 540px !important;
  padding: 0 !important;
}

html body.single-product .og-engine-product-page .og-gallery-preview--css-mockup .og-gallery-css-mockup {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body.single-product .og-engine-product-page .og-gallery-preview--css-mockup .og-mockup-business-card.is-main {
  width: 98% !important;
  height: 98% !important;
  max-width: 98% !important;
  max-height: 98% !important;
}

html body.single-product .og-mockup-business-card .og-bc-hero-paper-bg {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, #f3efe8 0%, #ebe4d8 100%) !important;
  border-radius: inherit !important;
  pointer-events: none !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-hero-stage {
  width: min(98%, 560px) !important;
  height: 92% !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-card--hero-front {
  right: 0 !important;
  top: 18% !important;
  width: 74% !important;
  transform: rotateX(12deg) rotateY(-24deg) rotateZ(-1deg) translateZ(42px) !important;
}

html body.single-product .og-mockup-business-card-front .og-bc-hero-stack {
  left: 2% !important;
  top: 14% !important;
  width: 76% !important;
  transform: rotateX(8deg) rotateY(20deg) rotateZ(2deg) translateZ(-28px) !important;
}

/* File / spec mockup view */
html body.single-product .og-mockup-business-card-file .og-bc-file-canvas {
  position: relative !important;
  width: min(88%, 420px) !important;
  aspect-ratio: 1.75 / 1 !important;
  margin: 0 auto !important;
}

html body.single-product .og-mockup-business-card-file .og-bc-file-bleed {
  position: absolute !important;
  inset: -8% -6% !important;
  border: 1px dashed rgba(243, 107, 33, 0.55) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.35) !important;
}

html body.single-product .og-mockup-business-card-file .og-bc-file-trim {
  position: absolute !important;
  inset: 0 !important;
  border: 2px solid rgba(17, 17, 17, 0.2) !important;
  border-radius: 12px !important;
}

html body.single-product .og-mockup-business-card-file .og-bc-file-safe {
  position: absolute !important;
  inset: 8% !important;
  border: 1px dashed rgba(17, 17, 17, 0.18) !important;
  border-radius: 8px !important;
}

html body.single-product .og-mockup-business-card-file .og-bc-card--file {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  background: linear-gradient(165deg, #ffffff 0%, #f7f7f7 100%) !important;
  transform: rotateX(4deg) rotateY(-6deg) !important;
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.14) !important;
}

html body.single-product .og-mockup-business-card-file .og-bc-file-dims,
html body.single-product .og-mockup-business-card-file .og-bc-file-note {
  position: absolute !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #666666 !important;
  letter-spacing: 0.04em !important;
}

html body.single-product .og-mockup-business-card-file .og-bc-file-dims {
  top: -6% !important;
  right: 0 !important;
}

html body.single-product .og-mockup-business-card-file .og-bc-file-note {
  bottom: -10% !important;
  left: 0 !important;
  text-transform: uppercase !important;
}

/* Lifestyle tab + detail surface */
html body.single-product .og-mockup-business-card-lifestyle .og-bc-lifestyle-panel-bg,
html body.single-product .og-mockup-business-card-detail .og-bc-lifestyle-surface {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, #f3efe8 0%, #e8e1d5 100%) !important;
  pointer-events: none !important;
}

html body.single-product .og-mockup-business-card-lifestyle .og-bc-card--lifestyle {
  position: relative !important;
  width: min(78%, 320px) !important;
  background: linear-gradient(155deg, #2e2e2e 0%, #141414 100%) !important;
  transform: rotateX(10deg) rotateY(-16deg) rotateZ(-1deg) !important;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28) !important;
  z-index: 2 !important;
}

html body.single-product .og-mockup-business-card-lifestyle .og-bc-card--lifestyle .og-bc-card-face {
  color: #ffffff !important;
  padding: 14% 12% !important;
}

/* ROW 1 — Info: benefits with icons */
html body.single-product .og-engine-product-page .og-engine-info .og-engine-benefits {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 18px 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-card {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  padding: 14px 12px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.04) !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-icon {
  flex: 0 0 auto !important;
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px !important;
  background: #fff4ec !important;
  color: #f36b21 !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  min-width: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-rating-stars {
  color: #f36b21 !important;
  letter-spacing: 0.06em !important;
}

/* ROW 2 — Builder option cards */
html body.single-product .og-engine-product-page .og-engine-builder .og-option-button-group {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
  gap: 10px !important;
}

html body.single-product .og-engine-product-page .og-engine-builder .og-option-button {
  min-height: 54px !important;
  padding: 12px 16px !important;
  border: 2px solid #d9d9d9 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-align: center !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}

html body.single-product .og-engine-product-page .og-engine-builder .og-option-button:hover {
  border-color: #999999 !important;
  box-shadow: 0 6px 16px rgba(17, 17, 17, 0.08) !important;
  transform: translateY(-1px) !important;
  color: #111111 !important;
}

html body.single-product .og-engine-product-page .og-engine-builder .og-option-button.is-selected {
  border-color: #f36b21 !important;
  background: #fff7f2 !important;
  color: #f36b21 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.12) !important;
}

html body.single-product .og-engine-product-page .og-engine-builder .og-configurator-field select.og-generated-hidden-source {
  display: none !important;
}

/* ROW 2 — Summary */
html body.single-product .og-engine-product-page .og-engine-summary .og-summary-row {
  padding: 10px 0 !important;
  border-bottom: 1px solid #efefef !important;
}

html body.single-product .og-engine-product-page .og-engine-summary .og-summary-row--product strong {
  font-size: 15px !important;
}

html body.single-product .og-engine-product-page .og-engine-summary .og-summary-row--subtotal {
  margin-top: 6px !important;
  padding-top: 14px !important;
  border-top: 2px solid #e5e5e5 !important;
  border-bottom: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-summary .og-summary-total {
  margin-top: 4px !important;
  padding-top: 14px !important;
  border-top: 2px solid #e5e5e5 !important;
}

html body.single-product .og-engine-product-page .og-engine-summary .og-artwork-choice-panel {
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid #e5e5e5 !important;
}

html body.single-product .og-engine-product-page .og-engine-summary .og-artwork-choice-title {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #111111 !important;
  margin-bottom: 12px !important;
}

html body.single-product .og-engine-product-page .og-engine-summary .og-artwork-choice-option {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 12px 14px !important;
  margin-bottom: 8px !important;
  border: 2px solid #e5e5e5 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  cursor: pointer !important;
  transition: border-color 0.2s ease, background 0.2s ease !important;
}

html body.single-product .og-engine-product-page .og-engine-summary .og-artwork-choice-option.is-selected {
  border-color: #f36b21 !important;
  background: #fff7f2 !important;
}

html body.single-product .og-engine-product-page .og-engine-summary .og-artwork-choice-option input {
  accent-color: #f36b21 !important;
  margin: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-summary .og-artwork-choice-label em {
  font-style: normal !important;
  color: #f36b21 !important;
  font-weight: 800 !important;
}

html body.single-product .og-engine-product-page .og-engine-summary .og-summary-trust-note {
  margin-top: 14px !important;
  font-size: 13px !important;
  color: #666666 !important;
  line-height: 1.5 !important;
}

/* ROW 3 — Tabs */
html body.single-product .og-engine-product-page .og-engine-tabs {
  margin-top: 8px !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tabs,
html body.single-product .og-engine-product-page .og-engine-section-tabs .og-engine-tabs {
  margin-top: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-premium-tabs {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 36px rgba(17, 17, 17, 0.06) !important;
  padding: 24px 28px 28px !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-nav {
  border-bottom: 2px solid #efefef !important;
  gap: 28px !important;
  margin-bottom: 24px !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-btn {
  padding: 0 0 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #666666 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  position: relative !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-btn.is-active {
  color: #111111 !important;
  background: transparent !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-btn.is-active::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -2px !important;
  height: 3px !important;
  background: #f36b21 !important;
  border-radius: 999px !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-split {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

html body.single-product .og-engine-product-page .og-engine-overview-checklist {
  list-style: none !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-overview-checklist li {
  position: relative !important;
  padding: 8px 0 8px 28px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #333333 !important;
}

html body.single-product .og-engine-product-page .og-engine-overview-checklist li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 8px !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background: #fff4ec !important;
  color: #f36b21 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-mockup-col {
  background: linear-gradient(180deg, #f3efe8 0%, #ebe4d8 100%) !important;
  border: 1px solid #e5dfd4 !important;
  border-radius: 16px !important;
  min-height: 280px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
}

/* Real catalog mockup: no beige placeholder frame behind/around the image. */
html body.single-product .og-engine-product-page .og-engine-tab-mockup-col.is-real-mockup,
html body.single-product .og-engine-product-page .og-engine-tab-mockup-col:has(> .og-engine-tab-lifestyle-mockup.is-real-mockup),
html body.single-product .og-engine-product-page .og-engine-tab-mockup-col:has(.og-engine-tab-real-mockup) {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-lifestyle-mockup {
  width: 100% !important;
  height: 100% !important;
  min-height: 240px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-lifestyle-mockup.is-real-mockup,
html body.single-product .og-engine-product-page .og-engine-tab-lifestyle-mockup:has(.og-engine-tab-real-mockup) {
  min-height: 0 !important;
  background: transparent !important;
}

/* Never stack CSS placeholder with a real Overview image. */
html body.single-product .og-engine-product-page .og-engine-tab-lifestyle-mockup:has(.og-engine-tab-real-mockup) .og-engine-tab-mockup,
html body.single-product .og-engine-product-page .og-engine-tab-lifestyle-mockup:has(.og-engine-tab-real-mockup) .og-mockup-business-card,
html body.single-product .og-engine-product-page .og-engine-tab-mockup-col.is-real-mockup .og-engine-tab-mockup,
html body.single-product .og-engine-product-page .og-engine-tab-mockup-col.is-real-mockup .og-mockup-business-card {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-mockup .og-mockup-business-card-lifestyle {
  width: 100% !important;
  height: 220px !important;
}

@media (max-width: 980px) {
  html body.single-product .og-engine-product-page .og-engine-info .og-engine-benefits {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tab-split {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button-group {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* ==========================================================
   Mockup Engine 2.0 — Real Photo Mockups
========================================================== */

html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-main-card,
html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-zoom-wrap {
  padding: 0 !important;
  min-height: 540px !important;
  overflow: hidden !important;
}

html body.single-product .og-engine-product-page .og-gallery-zoom-wrap.is-real-mockup {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: stretch !important;
}

html body.single-product .og-engine-product-page .og-gallery-real-mockup,
html body.single-product .og-engine-product-page .og-gallery-main-photo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 12px !important;
}

html body.single-product .og-engine-product-page .og-gallery-thumb-real-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 10px !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-real-mockup {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 240px !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 12px !important;
}

html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-main-image[aria-hidden="true"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ==========================================================
   Premium Builder UI v2
========================================================== */

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-configurator-fields {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  margin: 0 0 48px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step:last-child {
  margin-bottom: 0 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step-meta {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  margin: 0 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step-label {
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #f36b21 !important;
  line-height: 1.2 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step-desc {
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  color: #777777 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step-heading {
  margin: 0 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #111111 !important;
  letter-spacing: -0.01em !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 select,
html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-hidden-select,
html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-generated-hidden-source {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Compact select presentation opts out of the legacy button-source hide rule. */
html body.single-product .og-engine-product-page .og-builder-premium-v2 select.og-storefront-select,
html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-presentation-select > select.og-storefront-select {
  display: block !important;
  visibility: visible !important;
  position: relative !important;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 52px !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button-group {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr)) !important;
  gap: 12px !important;
  margin-top: 4px !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button {
  appearance: none !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 58px !important;
  padding: 14px 18px !important;
  border: 2px solid #e5e5e5 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.06) !important;
  transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button:hover {
  border-color: #f36b21 !important;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.1) !important;
  transform: translateY(-2px) !important;
  color: #111111 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected {
  border-color: #f36b21 !important;
  background: #fff7f2 !important;
  color: #f36b21 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.14), 0 8px 20px rgba(243, 107, 33, 0.12) !important;
  transform: translateY(-1px) !important;
}

/* Apparel size-quantity breakdown (T-Shirts) */
html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-size-qty-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr)) !important;
  gap: 12px !important;
  margin-top: 8px !important;
  width: 100% !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-size-qty-cell {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  min-height: 86px !important;
  padding: 12px !important;
  border: 2px solid #e5e5e5 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.06) !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-size-qty-label {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  text-align: center !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-size-qty-input {
  width: 100% !important;
  min-height: 44px !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 10px !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  background: #fafafa !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-size-qty-input:focus {
  outline: none !important;
  border-color: #f36b21 !important;
  box-shadow: 0 0 0 3px rgba(243, 107, 33, 0.14) !important;
  background: #ffffff !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-size-qty-total {
  grid-column: 1 / -1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-top: 4px !important;
  padding: 14px 16px !important;
  border-radius: 14px !important;
  background: #fff7f2 !important;
  border: 2px solid rgba(243, 107, 33, 0.28) !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-size-qty-total-label {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-size-qty-total-value {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #f36b21 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button-label {
  flex: 1 1 auto !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button-check {
  display: none !important;
  flex: 0 0 auto !important;
  width: 20px !important;
  height: 20px !important;
  color: #f36b21 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected .og-option-button-check {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-configurator-head {
  margin-bottom: 28px !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-configurator-head strong {
  font-size: 28px !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
}

@media (max-width: 980px) {
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button-group {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step {
    margin-bottom: 36px !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step-heading {
    font-size: 20px !important;
  }
}

/* ==========================================================
   Premium Product Page Polish v1
========================================================== */

/* —— 1. Hero —— */
html body.single-product .og-engine-product-page .og-engine-hero,
html body.single-product .og-engine-product-page .og-engine-section--hero {
  gap: 40px !important;
  align-items: stretch !important;
}

html body.single-product .og-engine-product-page .og-engine-info {
  padding: 8px 0 12px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

html body.single-product .og-engine-product-page .og-engine-info .product_title,
html body.single-product .og-engine-product-page .og-engine-info .entry-title,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-title {
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
  margin: 0 !important;
  color: #111111 !important;
}

html body.single-product .og-engine-product-page .og-engine-rating,
html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-rating {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

html body.single-product .og-engine-product-page .og-engine-rating-stars {
  font-size: 20px !important;
  color: #f36b21 !important;
  letter-spacing: 0.08em !important;
}

html body.single-product .og-engine-product-page .og-engine-rating-text {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #555555 !important;
}

html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-details__short-description,
html body.single-product .og-engine-product-page .og-engine-info .product-short-description,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-description {
  font-size: 18px !important;
  line-height: 1.55 !important;
  color: #555555 !important;
  max-width: 520px !important;
  margin: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-benefits {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 8px 0 4px !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-card {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 88px !important;
  padding: 16px 14px !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 6px 18px rgba(17, 17, 17, 0.05) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-card:hover {
  transform: translateY(-3px) !important;
  border-color: #f36b21 !important;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.09) !important;
}

html body.single-product .og-engine-product-page .og-engine-starting-price {
  margin-top: 8px !important;
  padding-top: 16px !important;
  border-top: 1px solid #ececec !important;
}

/* —— 2. Builder step cards —— */
html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step {
  margin: 0 0 24px !important;
  padding: 28px 28px 24px !important;
  border: 1px solid #ececec !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.04) !important;
  gap: 16px !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-configurator-fields {
  gap: 24px !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step-pill {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  background: #fff4ec !important;
  color: #f36b21 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step-desc {
  font-size: 16px !important;
  color: #777777 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step-heading {
  font-size: 28px !important;
  font-weight: 800 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button {
  min-height: 62px !important;
  padding: 16px 20px !important;
  border-radius: 18px !important;
  font-size: 16px !important;
  transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected {
  animation: og-option-select-pop 0.22s ease !important;
}

@keyframes og-option-select-pop {
  0% { transform: scale(0.98); }
  100% { transform: translateY(-1px); }
}

/* —— 3. Summary —— */
html body.single-product .og-engine-product-page .og-engine-summary-card.is-sticky {
  position: sticky !important;
  top: 24px !important;
  z-index: 4 !important;
}

html body.single-product .og-engine-product-page .og-summary-box {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

html body.single-product .og-engine-product-page .og-summary-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  gap: 16px !important;
  padding: 11px 0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

html body.single-product .og-engine-product-page .og-summary-row span {
  font-size: 14px !important;
  color: #777777 !important;
  font-weight: 600 !important;
}

html body.single-product .og-engine-product-page .og-summary-row strong {
  font-size: 14px !important;
  color: #111111 !important;
  font-weight: 700 !important;
  text-align: right !important;
}

html body.single-product .og-engine-product-page .og-summary-row--product strong {
  font-size: 15px !important;
}

html body.single-product .og-engine-product-page .og-summary-row--muted strong {
  color: #999999 !important;
  font-weight: 600 !important;
}

html body.single-product .og-engine-product-page .og-summary-divider {
  height: 1px !important;
  margin: 10px 0 6px !important;
  background: #e5e5e5 !important;
}

html body.single-product .og-engine-product-page .og-summary-row--subtotal {
  border-bottom: 0 !important;
  padding-top: 4px !important;
}

html body.single-product .og-engine-product-page .og-summary-total {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-top: 8px !important;
  padding: 18px 0 8px !important;
  border-top: 2px solid #e5e5e5 !important;
}

html body.single-product .og-engine-product-page .og-summary-total span {
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  color: #111111 !important;
}

html body.single-product .og-engine-product-page .og-summary-total strong,
html body.single-product .og-engine-product-page .og-summary-total [data-og-summary="price"] {
  font-size: clamp(30px, 2.8vw, 38px) !important;
  font-weight: 900 !important;
  color: #111111 !important;
  transition: transform 0.22s ease, color 0.22s ease !important;
}

html body.single-product .og-engine-product-page .og-summary-total [data-og-summary="price"].is-updating {
  color: #f36b21 !important;
  transform: scale(1.04) !important;
}

/* —— 4. Design help cards —— */
html body.single-product .og-engine-product-page .og-artwork-choice-premium {
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid #ececec !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-title {
  font-size: 15px !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
  color: #111111 !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 6px !important;
  min-height: 108px !important;
  padding: 14px 12px !important;
  border: 2px solid #e5e5e5 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  cursor: pointer !important;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.04) !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card:hover {
  transform: translateY(-2px) !important;
  border-color: #f36b21 !important;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.08) !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card.is-selected {
  border-color: #f36b21 !important;
  background: #fff7f2 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.12) !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card-check {
  display: none !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: #f36b21 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  align-items: center !important;
  justify-content: center !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card.is-selected .og-artwork-choice-card-check {
  display: inline-flex !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card-title {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #111111 !important;
  line-height: 1.25 !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card.is-selected .og-artwork-choice-card-title {
  color: #f36b21 !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card-note {
  font-size: 12px !important;
  color: #888888 !important;
  line-height: 1.35 !important;
}

html body.single-product .og-engine-product-page .og-summary-trust-note {
  margin-top: 14px !important;
  font-size: 13px !important;
  color: #666666 !important;
  line-height: 1.5 !important;
}

/* —— 5. Upload —— */
html body.single-product .og-engine-product-page .og-upload-section-premium,
html body.single-product .og-engine-product-page .og-engine-builder-step--upload {
  margin-top: 20px !important;
  padding-top: 24px !important;
  border-top: 1px solid #ececec !important;
}

html body.single-product .og-engine-product-page .og-upload-box-premium {
  min-height: 168px !important;
  padding: 24px 20px !important;
  border: 2px dashed #d8d8d8 !important;
  border-radius: 18px !important;
  background: #fafafa !important;
  text-align: center !important;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.03) !important;
}

html body.single-product .og-engine-product-page .og-upload-box-premium:hover,
html body.single-product .og-engine-product-page .og-upload-box-premium.is-dragging {
  border-color: #f36b21 !important;
  background: #fff9f5 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(243, 107, 33, 0.1) !important;
}

html body.single-product .og-engine-product-page .og-upload-box-premium.has-file {
  border-style: solid !important;
  border-color: #f36b21 !important;
  background: #fff7f2 !important;
}

html body.single-product .og-engine-product-page .og-upload-box-premium.is-success {
  animation: og-upload-success 0.9s ease !important;
}

@keyframes og-upload-success {
  0% { box-shadow: 0 0 0 0 rgba(243, 107, 33, 0.35); }
  70% { box-shadow: 0 0 0 12px rgba(243, 107, 33, 0); }
  100% { box-shadow: 0 4px 14px rgba(17, 17, 17, 0.03); }
}

html body.single-product .og-engine-product-page .og-upload-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 12px !important;
  color: #f36b21 !important;
}

html body.single-product .og-engine-product-page .og-upload-text {
  font-size: 15px !important;
  line-height: 1.45 !important;
  color: #444444 !important;
}

html body.single-product .og-engine-product-page .og-upload-text strong {
  color: #111111 !important;
}

html body.single-product .og-engine-product-page .og-upload-formats {
  margin-top: 8px !important;
  font-size: 11px !important;
  color: #999999 !important;
  letter-spacing: 0.02em !important;
}

/* —— 6. Tabs —— */
html body.single-product .og-engine-product-page .og-engine-premium-tabs {
  padding: 32px 34px 36px !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-nav {
  gap: 36px !important;
  margin-bottom: 28px !important;
  padding-bottom: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-btn {
  font-size: 17px !important;
  font-weight: 700 !important;
  padding-bottom: 16px !important;
  transition: color 0.22s ease !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-btn.is-active::after {
  height: 3px !important;
  transition: transform 0.22s ease, opacity 0.22s ease !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-panel {
  opacity: 0 !important;
  transform: translateY(6px) !important;
  transition: opacity 0.22s ease, transform 0.22s ease !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-panel.is-active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-panel.is-fading-out {
  opacity: 0 !important;
  transform: translateY(4px) !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-copy {
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #444444 !important;
}

html body.single-product .og-engine-product-page .og-engine-overview-checklist li {
  font-size: 16px !important;
}

/* —— 7. Micro interactions —— */
html body.single-product .og-engine-product-page .og-gallery-zoom-wrap.is-gallery-changing,
html body.single-product .og-engine-product-page .og-gallery-main-mockup.is-changing,
html body.single-product .og-engine-product-page .og-gallery-main-image.is-changing {
  transition: opacity 0.22s ease, transform 0.22s ease !important;
}

html body.single-product .og-engine-product-page .og-gallery-zoom-wrap.is-gallery-changing {
  opacity: 0.72 !important;
}

html body.single-product .og-engine-product-page button,
html body.single-product .og-engine-product-page .single_add_to_cart_button {
  transition: background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease !important;
}

@media (max-width: 980px) {
  html body.single-product .og-engine-product-page .og-engine-info .product_title,
  html body.single-product .og-engine-product-page .og-engine-info .entry-title {
    font-size: clamp(34px, 8vw, 44px) !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefits {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-choice-grid {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .og-engine-product-page .og-engine-summary-card.is-sticky {
    position: static !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step {
    padding: 22px 18px 18px !important;
  }
}

/* ==========================================================
   Premium Interactions v1
========================================================== */

/* 1. Option card animations */
html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button {
  transition:
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected {
  transform: scale(1.02) !important;
  box-shadow:
    0 0 0 3px rgba(243, 107, 33, 0.18),
    0 10px 28px rgba(243, 107, 33, 0.16) !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected:hover {
  transform: scale(1.02) translateY(-2px) !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button-check {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  transform: scale(0.8) !important;
  transition: opacity 220ms ease, transform 220ms ease !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected .og-option-button-check {
  opacity: 1 !important;
  transform: scale(1) !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected.is-animating {
  animation: og-option-select-pop 220ms ease !important;
}

@keyframes og-option-select-pop {
  0% { transform: scale(0.98); }
  60% { transform: scale(1.04); }
  100% { transform: scale(1.02); }
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button:focus-visible {
  outline: 2px solid #f36b21 !important;
  outline-offset: 3px !important;
}

/* 2. Summary price animation */
html body.single-product .og-engine-product-page .og-summary-total [data-og-summary="price"] {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  overflow: hidden !important;
  min-width: 120px !important;
  min-height: 1.15em !important;
  transition: none !important;
  transform: none !important;
}

html body.single-product .og-engine-product-page .og-price-value {
  display: inline-block !important;
  will-change: transform, opacity !important;
}

html body.single-product .og-engine-product-page .og-price-value.is-exiting {
  opacity: 0 !important;
  transform: translateY(-10px) !important;
  transition: opacity 125ms ease, transform 125ms ease !important;
}

html body.single-product .og-engine-product-page .og-price-value.is-entering {
  opacity: 0 !important;
  transform: translateY(10px) !important;
}

html body.single-product .og-engine-product-page .og-price-value.is-entered {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 125ms ease, transform 125ms ease !important;
}

/* 3. Gallery transitions */
html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-zoom-wrap {
  transform-origin: center center !important;
  transition: opacity 250ms ease, transform 250ms ease !important;
}

html body.single-product .og-engine-product-page .og-gallery-zoom-wrap.is-gallery-exit {
  opacity: 0 !important;
  transform: scale(0.98) !important;
}

html body.single-product .og-engine-product-page .og-gallery-zoom-wrap.is-gallery-enter {
  opacity: 0 !important;
  transform: scale(0.98) !important;
}

html body.single-product .og-engine-product-page .og-gallery-zoom-wrap.is-gallery-enter-active {
  opacity: 1 !important;
  transform: scale(1) !important;
}

/* 4. Button microinteractions */
html body.single-product .og-engine-product-page .og-summary-cart .single_add_to_cart_button,
html body.single-product .og-engine-product-page .og-engine-summary form.cart .single_add_to_cart_button {
  transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease !important;
}

html body.single-product .og-engine-product-page .og-summary-cart .single_add_to_cart_button:hover,
html body.single-product .og-engine-product-page .og-engine-summary form.cart .single_add_to_cart_button:hover {
  transform: translateY(-3px) !important;
  box-shadow:
    0 10px 28px rgba(243, 107, 33, 0.38),
    0 0 0 1px rgba(243, 107, 33, 0.12) !important;
}

html body.single-product .og-engine-product-page .og-summary-cart .single_add_to_cart_button:active,
html body.single-product .og-engine-product-page .og-engine-summary form.cart .single_add_to_cart_button:active {
  transform: translateY(0) scale(0.97) !important;
  box-shadow: 0 4px 12px rgba(243, 107, 33, 0.25) !important;
  transition-duration: 80ms !important;
}

html body.single-product .og-engine-product-page .og-summary-cart .single_add_to_cart_button:focus-visible,
html body.single-product .og-engine-product-page .og-engine-summary form.cart .single_add_to_cart_button:focus-visible {
  outline: 3px solid rgba(243, 107, 33, 0.45) !important;
  outline-offset: 3px !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step {
  cursor: default !important;
  transition: box-shadow 220ms ease, transform 220ms ease, border-color 220ms ease !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step:hover {
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.06) !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button {
  cursor: pointer !important;
}

/* 5. Upload interactions */
html body.single-product .og-engine-product-page .og-upload-box-premium {
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease !important;
}

html body.single-product .og-engine-product-page .og-upload-box-premium:hover {
  transform: translateY(-2px) !important;
}

html body.single-product .og-engine-product-page .og-upload-box-premium.is-dragging {
  transform: translateY(-3px) scale(1.01) !important;
  border-color: #f36b21 !important;
  background: #fff4ec !important;
  box-shadow:
    0 0 0 3px rgba(243, 107, 33, 0.14),
    0 14px 32px rgba(243, 107, 33, 0.14) !important;
}

html body.single-product .og-engine-product-page .og-upload-box-premium.is-success {
  animation: og-upload-success 0.9s ease !important;
}

/* 6. Tabs */
html body.single-product .og-engine-product-page .og-engine-tab-btn::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -2px !important;
  height: 3px !important;
  background: #f36b21 !important;
  border-radius: 999px !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-btn.is-active::after {
  transform: scaleX(1) !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-btn:focus-visible {
  outline: 2px solid rgba(243, 107, 33, 0.45) !important;
  outline-offset: 4px !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-panel {
  transition: opacity 250ms ease, transform 250ms ease !important;
}

html body.single-product .og-engine-product-page .og-engine-tab-panel.is-fading-out {
  transform: translateY(4px) !important;
}

/* 7. Accessibility — reduced motion */
@media (prefers-reduced-motion: reduce) {
  html body.single-product .og-engine-product-page *,
  html body.single-product .og-engine-product-page *::before,
  html body.single-product .og-engine-product-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-zoom-wrap.is-gallery-exit,
  html body.single-product .og-engine-product-page .og-gallery-zoom-wrap.is-gallery-enter,
  html body.single-product .og-engine-product-page .og-gallery-zoom-wrap.is-gallery-enter-active {
    opacity: 1 !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-price-value.is-exiting,
  html body.single-product .og-engine-product-page .og-price-value.is-entering,
  html body.single-product .og-engine-product-page .og-price-value.is-entered {
    opacity: 1 !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected {
    transform: none !important;
  }
}

/* ==========================================================
   Product Page Architecture — Phase 2
   Unified section containers (structure only)
========================================================== */

html body.single-product .og-engine-product-page[data-og-engine-layout="phase-2"],
html body.single-product .og-engine-product-page:has(.og-engine-section--hero) {
  display: flex !important;
  flex-direction: column !important;
  gap: 40px !important;
  width: min(1440px, calc(100vw - 48px)) !important;
  max-width: 1440px !important;
  margin: 0 auto 48px !important;
  padding: 0 !important;
}

/* —— Unified section shell —— */
html body.single-product .og-engine-product-page .og-engine-section {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 40px rgba(17, 17, 17, 0.08) !important;
  overflow: hidden !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* —— Section 1: Hero —— */
html body.single-product .og-engine-product-page .og-engine-section--hero {
  padding: 40px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) !important;
  gap: 40px !important;
  align-items: stretch !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col {
  min-width: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--hero .og-engine-gallery,
html body.single-product .og-engine-product-page .og-engine-section--hero .og-engine-info {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

html body.single-product .og-engine-product-page .og-engine-section--hero .og-engine-module--gallery,
html body.single-product .og-engine-product-page .og-engine-section--hero .og-engine-module--info {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
}

/* —— Section 2: Builder + Summary —— */
html body.single-product .og-engine-product-page .og-engine-section--configure {
  padding: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section-grid--configure {
  display: grid !important;
  grid-template-columns: 1.65fr 0.95fr !important;
  gap: 0 !important;
  align-items: stretch !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--builder,
html body.single-product .og-engine-product-page .og-engine-section-col--summary {
  padding: 40px !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary {
  border-left: 1px solid #e8e8e8 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-configurator,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-summary,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-builder-card,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-summary-card {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-builder-head,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-summary-head {
  margin-bottom: 24px !important;
}

/* —— Section 3: Tabs attached to configure section —— */
html body.single-product .og-engine-product-page .og-engine-section-tabs {
  border-top: 1px solid #ececec !important;
  padding: 0 40px 40px !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tabs {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-engine-summary.is-sticky {
  position: sticky !important;
  top: 24px !important;
  align-self: start !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-premium-tabs {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 32px 0 0 !important;
  margin: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tab-nav {
  margin-bottom: 28px !important;
}

/* Remove legacy standalone card chrome inside phase-2 shell */
html body.single-product .og-engine-product-page[data-og-engine-layout="phase-2"] > .og-engine-tabs,
html body.single-product .og-engine-product-page:has(.og-engine-section--configure) > .og-engine-tabs {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 1100px) {
  html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-grid--configure {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--summary {
    border-left: 0 !important;
    border-top: 1px solid #e8e8e8 !important;
  }
}

@media (max-width: 720px) {
  html body.single-product .og-engine-product-page[data-og-engine-layout="phase-2"],
  html body.single-product .og-engine-product-page:has(.og-engine-section--hero) {
    width: calc(100vw - 24px) !important;
    gap: 28px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--hero,
  html body.single-product .og-engine-product-page .og-engine-section-col--builder,
  html body.single-product .og-engine-product-page .og-engine-section-col--summary,
  html body.single-product .og-engine-product-page .og-engine-section-tabs {
    padding: 24px !important;
  }
}

/* ==========================================================
   Product Page Polish — Phase 3
   Proportions only (CSS, no DOM / JS changes)
========================================================== */

/* —— Shell: wider, aligned sections —— */
html body.single-product .og-engine-product-page[data-og-engine-layout="phase-2"],
html body.single-product .og-engine-product-page:has(.og-engine-section--hero) {
  width: min(1520px, calc(100vw - 40px)) !important;
  max-width: 1520px !important;
}

html body.single-product .og-engine-product-page .og-engine-section--hero,
html body.single-product .og-engine-product-page .og-engine-section--configure {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body.single-product .og-engine-product-page .og-engine-section-tabs {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* —— Hero: 58% / 42% with column minimums —— */
html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
  grid-template-columns: minmax(700px, 58fr) minmax(420px, 42fr) !important;
  gap: 40px !important;
  align-items: stretch !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery {
  min-width: 700px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--info {
  min-width: 420px !important;
}

/* —— Gallery: main preview fills column —— */
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-engine-gallery {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  min-height: 580px !important;
  height: 100% !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout-side,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout-side .og-gallery-layout {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-height: 100% !important;
  height: 100% !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout-side .og-gallery-main-col {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 100% !important;
  height: 100% !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-height: 540px !important;
  height: 100% !important;
  max-height: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-css-mockup,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-mockup {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  flex: 1 1 auto !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-image,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-real-mockup,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-photo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/*
 * CSS / placeholder gallery modes keep .og-gallery-main-image in the DOM but must
 * not let it consume layout. A later gallery-column `display:block !important`
 * rule was winning over the older hide rule, pushing the CSS mockup / placeholder
 * sibling below the overflow:hidden clip (thumbs visible, main stage blank).
 */
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--css-mockup .og-gallery-main-image,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--css-mockup .og-gallery-real-mockup,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--css-mockup .og-gallery-main-photo,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--mockup-placeholder .og-gallery-main-image,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--mockup-placeholder .og-gallery-real-mockup,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--mockup-placeholder .og-gallery-main-photo {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

/* —— Product title —— */
html body.single-product .og-engine-product-page .og-engine-info .product_title,
html body.single-product .og-engine-product-page .og-engine-info .entry-title,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-title {
  font-size: 56px !important;
  line-height: 1.06 !important;
  white-space: nowrap !important;
}

/* —— Product description —— */
html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-details__short-description,
html body.single-product .og-engine-product-page .og-engine-info .product-short-description,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-description {
  line-height: 1.68 !important;
  max-width: 520px !important;
}

/* —— Benefits: equal-width row —— */
html body.single-product .og-engine-product-page .og-engine-benefits {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 16px !important;
  margin: 12px 0 8px !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-card {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: auto !important;
}

/* —— Starting price —— */
html body.single-product .og-engine-product-page .og-engine-starting-price {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin-top: 28px !important;
  padding-top: 28px !important;
  border-top: 1px solid #e8e8e8 !important;
}

html body.single-product .og-engine-product-page .og-engine-starting-label {
  display: block !important;
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #777777 !important;
}

html body.single-product .og-engine-product-page .og-engine-starting-value {
  display: block !important;
  margin: 0 !important;
  font-size: clamp(32px, 2.6vw, 40px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  color: #111111 !important;
}

/* —— Laptop proportions —— */
@media (max-width: 1280px) {
  html body.single-product .og-engine-product-page .og-engine-info .product_title,
  html body.single-product .og-engine-product-page .og-engine-info .entry-title,
  html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-title {
    font-size: 48px !important;
  }
}

/* —— Stack when column minimums no longer fit —— */
@media (max-width: 1180px) {
  html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery,
  html body.single-product .og-engine-product-page .og-engine-section-col--info {
    min-width: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-info .product_title,
  html body.single-product .og-engine-product-page .og-engine-info .entry-title,
  html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-title {
    white-space: normal !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefits {
    flex-wrap: wrap !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-card {
    flex: 1 1 calc(33.333% - 11px) !important;
    min-width: 180px !important;
  }
}

@media (max-width: 720px) {
  html body.single-product .og-engine-product-page[data-og-engine-layout="phase-2"],
  html body.single-product .og-engine-product-page:has(.og-engine-section--hero) {
    width: calc(100vw - 24px) !important;
    max-width: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-info .product_title,
  html body.single-product .og-engine-product-page .og-engine-info .entry-title,
  html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-title {
    font-size: clamp(34px, 8vw, 44px) !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-card {
    flex: 1 1 100% !important;
    min-width: 0 !important;
  }
}

/* ==========================================================
   Section Gap Tightening
   Reduce vertical space between page sections only
========================================================== */

html body.single-product .og-engine-product-page,
html body.single-product .og-printco-shell.og-engine-product-page,
html body.single-product .og-engine-product-page[data-og-engine-layout="phase-2"],
html body.single-product .og-engine-product-page[data-og-engine-layout="final-active"],
html body.single-product .og-engine-product-page:has(.og-engine-section--hero) {
  gap: 20px !important;
  row-gap: 20px !important;
}

html body.single-product .og-engine-product-page > .og-engine-hero,
html body.single-product .og-engine-product-page > .og-engine-content,
html body.single-product .og-engine-product-page > .og-engine-builder,
html body.single-product .og-engine-product-page > .og-engine-tabs,
html body.single-product .og-engine-product-page > .og-engine-section--hero,
html body.single-product .og-engine-product-page > .og-engine-section--configure,
html body.single-product .og-engine-product-page > .og-engine-module--hero,
html body.single-product .og-engine-product-page > .og-engine-module--content,
html body.single-product .og-engine-product-page > .og-engine-module--tabs {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-content,
html body.single-product .og-engine-product-page .og-engine-module--content,
html body.single-product .og-engine-product-page .og-engine-builder,
html body.single-product .og-engine-product-page .og-engine-module--builder {
  margin-top: 0 !important;
}

html body.single-product .og-engine-product-page > .og-engine-tabs,
html body.single-product .og-engine-product-page > .og-engine-module--tabs {
  margin-top: 0 !important;
}

@media (max-width: 720px) {
  html body.single-product .og-engine-product-page,
  html body.single-product .og-printco-shell.og-engine-product-page,
  html body.single-product .og-engine-product-page[data-og-engine-layout="phase-2"],
  html body.single-product .og-engine-product-page:has(.og-engine-section--hero) {
    gap: 16px !important;
    row-gap: 16px !important;
  }
}

/* ==========================================================
   Reference Layout Cleanup Phase
   Open hero · card begins at builder · tabs attached
========================================================== */

/* —— 1. Hero: open, no outer card —— */
html body.single-product .og-engine-product-page .og-engine-section--hero,
html body.single-product .og-engine-product-page > .og-engine-hero,
html body.single-product .og-engine-product-page > .og-engine-module--hero {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  padding: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
  gap: 32px !important;
}

/* —— 2. Gallery: photo block, not nested cards —— */
html body.single-product .og-engine-product-page .og-engine-section--hero .og-engine-gallery,
html body.single-product .og-engine-product-page .og-engine-hero .og-engine-gallery,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-engine-gallery {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--hero .og-gallery-preview,
html body.single-product .og-engine-product-page .og-engine-hero .og-gallery-preview,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--hero .og-gallery-main-card,
html body.single-product .og-engine-product-page .og-engine-section--hero .og-gallery-zoom-wrap,
html body.single-product .og-engine-product-page .og-engine-hero .og-gallery-main-card,
html body.single-product .og-engine-product-page .og-engine-hero .og-gallery-zoom-wrap,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap {
  background: linear-gradient(180deg, #f6f3ed 0%, #eee9e1 100%) !important;
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

html body.single-product .og-engine-product-page .og-engine-section--hero .og-gallery-preview--css-mockup .og-gallery-main-card,
html body.single-product .og-engine-product-page .og-engine-section--hero .og-gallery-preview--css-mockup .og-gallery-zoom-wrap,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--css-mockup .og-gallery-main-card,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--css-mockup .og-gallery-zoom-wrap {
  border: 0 !important;
  box-shadow: none !important;
}

/* —— 3. Product info: clean column, no card —— */
html body.single-product .og-engine-product-page .og-engine-section--hero .og-engine-info,
html body.single-product .og-engine-product-page .og-engine-hero .og-engine-info,
html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* —— 4. Builder + summary: unified card starts here —— */
html body.single-product .og-engine-product-page .og-engine-section--configure,
html body.single-product .og-engine-product-page > .og-engine-content {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 36px rgba(17, 17, 17, 0.06) !important;
  overflow: hidden !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-section-col--summary {
  border-left: 1px solid #e5e5e5 !important;
}

/* —— 5. Tabs: attached to builder container —— */
html body.single-product .og-engine-product-page .og-engine-section-tabs {
  border-top: 1px solid #ededed !important;
  padding: 0 40px 36px !important;
  margin-top: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tabs,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-premium-tabs {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 12px 0 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tab-nav {
  margin-bottom: 24px !important;
}

/* Legacy: standalone tabs row attaches to content card above */
html body.single-product .og-engine-product-page > .og-engine-tabs {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-top: 1px solid #ededed !important;
  border-radius: 0 0 20px 20px !important;
  box-shadow: 0 10px 36px rgba(17, 17, 17, 0.06) !important;
  margin-top: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html body.single-product .og-engine-product-page > .og-engine-content + .og-engine-tabs {
  border-top: 1px solid #ededed !important;
  box-shadow: 0 10px 36px rgba(17, 17, 17, 0.06) !important;
}

html body.single-product .og-engine-product-page > .og-engine-tabs .og-engine-premium-tabs {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 12px 40px 36px !important;
  margin: 0 !important;
}

/* —— 6. Section spacing: hero → builder —— */
html body.single-product .og-engine-product-page,
html body.single-product .og-printco-shell.og-engine-product-page,
html body.single-product .og-engine-product-page[data-og-engine-layout="phase-2"],
html body.single-product .og-engine-product-page[data-og-engine-layout="final-active"],
html body.single-product .og-engine-product-page:has(.og-engine-section--hero) {
  gap: 20px !important;
  row-gap: 20px !important;
}

@media (max-width: 720px) {
  html body.single-product .og-engine-product-page .og-engine-section-tabs,
  html body.single-product .og-engine-product-page > .og-engine-tabs .og-engine-premium-tabs {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

/* ==========================================================
   Hero Gallery + Benefit Card Fix
========================================================== */

/* —— Hero columns: 58% gallery / 42% info —— */
html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
  grid-template-columns: minmax(620px, 58fr) minmax(420px, 42fr) !important;
  gap: 32px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery {
  min-width: 620px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--info {
  min-width: 420px !important;
}

/* —— Gallery shell: vertical thumbs + main preview —— */
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-engine-gallery,
html body.single-product .og-engine-product-page .og-engine-section--hero .og-engine-gallery {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-gallery > .og-gallery-preview,
html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-preview.og-gallery-layout-side {
  display: block !important;
  width: 100% !important;
}

html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-layout {
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
  width: 100% !important;
  min-height: 520px !important;
}

html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-rail {
  display: block !important;
  width: 86px !important;
  min-width: 76px !important;
  max-width: 86px !important;
  flex-shrink: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-preview-grid,
html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-preview-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: none !important;
  gap: 10px !important;
  margin-top: 0 !important;
  width: 100% !important;
}

html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb {
  appearance: none !important;
  display: grid !important;
  gap: 6px !important;
  width: 100% !important;
  min-height: 78px !important;
  padding: 8px !important;
  border: 2px solid #e5e5e5 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  cursor: pointer !important;
  text-align: center !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
}

html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb:hover,
html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb:focus-visible {
  transform: translateY(-2px) !important;
  border-color: #f36b21 !important;
  box-shadow: 0 6px 16px rgba(17, 17, 17, 0.08) !important;
}

html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb.is-active {
  border-color: #f36b21 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.18) !important;
}

html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-image {
  width: 100% !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 8px !important;
}

html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-label {
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  color: #444444 !important;
}

html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-main-col {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 100% !important;
  height: 100% !important;
}

html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-main-card,
html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-zoom-wrap {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-height: 520px !important;
  height: 100% !important;
  background: #f4efe7 !important;
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-main-image,
html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-real-mockup,
html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-main-photo {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

/* —— Benefit cards: 3-up grid, no overflow —— */
html body.single-product .og-engine-product-page .og-engine-info .og-engine-benefits,
html body.single-product .og-engine-product-page .og-engine-benefits {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 12px 0 8px !important;
  width: 100% !important;
  min-width: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-card {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  min-width: 0 !important;
  width: auto !important;
  flex: initial !important;
  padding: 18px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-title {
  font-size: 17px !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-text {
  font-size: 13px !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-icon {
  flex: 0 0 36px !important;
}

/* —— Mobile: thumbs below main preview —— */
@media (max-width: 980px) {
  html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery,
  html body.single-product .og-engine-product-page .og-engine-section-col--info {
    min-width: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-layout {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-main-col {
    order: 1 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-rail {
    order: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-preview-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefits {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1180px) {
  html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery,
  html body.single-product .og-engine-product-page .og-engine-section-col--info {
    min-width: 0 !important;
  }
}

/* ==========================================================
   Hero Alignment + Benefit Cards Fix
========================================================== */

/* —— Breadcrumb: align with product shell / thumbnail column —— */
html body.single-product.og-engine-ready div.product > .woocommerce-breadcrumb,
html body.single-product.og-engine-ready div.product > nav.woocommerce-breadcrumb,
html body.single-product.og-engine-ready .woocommerce-breadcrumb,
html body.single-product.og-engine-ready nav[aria-label="Breadcrumb"],
html body.single-product.og-engine-ready .breadcrumb,
html body.single-product.og-engine-ready .yoast-breadcrumb,
html body.single-product.og-engine-ready .rank-math-breadcrumb,
html body.single-product.og-engine-ready .product-breadcrumb,
html body.single-product.og-engine-ready .page-header .breadcrumb,
html body.single-product.og-engine-ready .page-header .woocommerce-breadcrumb {
  display: block !important;
  width: min(1520px, calc(100vw - 40px)) !important;
  max-width: 1520px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 12px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

html body.single-product.og-engine-ready div.product {
  max-width: none !important;
}

html body.single-product.og-engine-ready div.product > .og-engine-product-page {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* —— Hero: gallery block 58% / info 42% —— */
html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr) !important;
  gap: 28px !important;
  align-items: stretch !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery,
html body.single-product .og-engine-product-page .og-engine-section-col--info {
  min-width: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-layout {
  grid-template-columns: 86px minmax(0, 1fr) !important;
  gap: 18px !important;
}

/* —— Product info rhythm —— */
html body.single-product .og-engine-product-page .og-engine-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  padding: 0 !important;
  min-width: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-rating,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-rating {
  margin: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-details__short-description,
html body.single-product .og-engine-product-page .og-engine-info .product-short-description,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-description {
  margin: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-starting-price {
  margin-top: 18px !important;
  padding-top: 18px !important;
}

/* —— Benefit cards: 3 across, no letter breaking —— */
html body.single-product .og-engine-product-page .og-engine-info .og-engine-benefits,
html body.single-product .og-engine-product-page .og-engine-benefits {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(130px, 1fr)) !important;
  gap: 14px !important;
  margin: 8px 0 4px !important;
  width: 100% !important;
  min-width: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-card {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
  padding: 16px 14px !important;
  white-space: normal !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-icon {
  flex: 0 0 30px !important;
  width: 30px !important;
  height: 30px !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-icon svg {
  width: 18px !important;
  height: 18px !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-title,
html body.single-product .og-engine-product-page .og-engine-benefit-card strong {
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  white-space: normal !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-text,
html body.single-product .og-engine-product-page .og-engine-benefit-card .og-engine-benefit-text,
html body.single-product .og-engine-product-page .og-engine-benefit-card span:not(.og-engine-benefit-icon) {
  font-size: 13px !important;
  line-height: 1.3 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  white-space: normal !important;
}

@media (min-width: 981px) {
  html body.single-product .og-engine-product-page .og-engine-benefit-title,
  html body.single-product .og-engine-product-page .og-engine-benefit-card strong {
    white-space: nowrap !important;
  }
}

@media (max-width: 980px) {
  html body.single-product .og-engine-product-page .og-engine-benefits {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-title,
  html body.single-product .og-engine-product-page .og-engine-benefit-card strong {
    white-space: normal !important;
  }
}

/* ==========================================================
   Hero Proportion Fix — Desktop
   [88px thumbs] [620+ main] [430–500 info]
========================================================== */

@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page[data-og-engine-layout="phase-2"],
  html body.single-product .og-engine-product-page:has(.og-engine-section--hero) {
    width: min(1360px, calc(100vw - 40px)) !important;
    max-width: 1360px !important;
  }

  html body.single-product.og-engine-ready div.product > .woocommerce-breadcrumb,
  html body.single-product.og-engine-ready div.product > nav.woocommerce-breadcrumb,
  html body.single-product.og-engine-ready .woocommerce-breadcrumb,
  html body.single-product.og-engine-ready nav[aria-label="Breadcrumb"],
  html body.single-product.og-engine-ready .breadcrumb,
  html body.single-product.og-engine-ready .yoast-breadcrumb,
  html body.single-product.og-engine-ready .rank-math-breadcrumb,
  html body.single-product.og-engine-ready .product-breadcrumb,
  html body.single-product.og-engine-ready .page-header .breadcrumb,
  html body.single-product.og-engine-ready .page-header .woocommerce-breadcrumb {
    width: min(1360px, calc(100vw - 40px)) !important;
    max-width: 1360px !important;
  }

  /* 3-column hero grid via display:contents flattening */
  html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
    display: grid !important;
    grid-template-columns: 88px minmax(620px, 1fr) minmax(430px, 500px) !important;
    gap: 24px !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-engine-gallery,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout-side .og-gallery-layout {
    display: contents !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 88px !important;
    min-width: 80px !important;
    max-width: 88px !important;
    display: block !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info {
    grid-column: 3 !important;
    grid-row: 1 !important;
    display: block !important;
    min-width: 0 !important;
    max-width: 500px !important;
    width: 100% !important;
  }

  /* Main preview block */
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap {
    width: 100% !important;
    height: 520px !important;
    min-height: 480px !important;
    max-height: 520px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #f4efe7 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-preview--css-mockup .og-gallery-css-mockup {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    padding: 6% !important;
    box-sizing: border-box !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-preview--css-mockup .og-mockup-business-card.is-main {
    width: 78% !important;
    height: 78% !important;
    max-width: 78% !important;
    max-height: 78% !important;
  }

  html body.single-product .og-engine-product-page .og-mockup-business-card-front .og-bc-hero-stage {
    width: min(92%, 680px) !important;
    height: 86% !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-layout-side .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-gallery-layout-side .og-gallery-main-photo,
  html body.single-product .og-engine-product-page .og-gallery-layout-side .og-gallery-main-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  /* Product info */
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
    max-width: 500px !important;
    width: 100% !important;
  }

  html body.single-product .og-engine-product-page .og-engine-info .product_title,
  html body.single-product .og-engine-product-page .og-engine-info .entry-title,
  html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-title {
    font-size: 48px !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }

  html body.single-product .og-engine-product-page .og-engine-rating,
  html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-rating {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    white-space: nowrap !important;
  }

  html body.single-product .og-engine-product-page .og-engine-rating-text {
    white-space: nowrap !important;
  }

  /* Benefit cards */
  html body.single-product .og-engine-product-page .og-engine-benefits {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    height: auto !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-card {
    min-height: 116px !important;
    height: auto !important;
    align-items: flex-start !important;
    padding: 16px 12px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-title,
  html body.single-product .og-engine-product-page .og-engine-benefit-card strong {
    font-size: 15px !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-card span:not(.og-engine-benefit-icon) {
    font-size: 13px !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }
}

/* ==========================================================
   HERO HARD RESET TO REFERENCE
   Overrides all prior hero layout CSS. Builder/Summary/Tabs untouched.
========================================================== */

@media (min-width: 1101px) {
  /* —— Hero shell: open, centered, fixed width —— */
  html body.single-product .og-engine-product-page .og-engine-section--hero,
  html body.single-product .og-engine-product-page > .og-engine-hero {
    max-width: 1320px !important;
    width: 100% !important;
    margin: 0 auto 24px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  /* —— 3-column reference grid —— */
  html body.single-product .og-engine-product-page .og-engine-section-grid--hero,
  html body.single-product .og-engine-product-page > .og-engine-hero {
    display: grid !important;
    grid-template-columns: 74px minmax(560px, 680px) minmax(360px, 420px) !important;
    gap: 18px 28px !important;
    align-items: start !important;
    max-width: 1320px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  /* Flatten gallery wrappers into grid columns */
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-engine-gallery,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout-side .og-gallery-layout {
    display: contents !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
  }

  /* Thumbnail column */
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: block !important;
    width: 74px !important;
    min-width: 74px !important;
    max-width: 74px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 0 !important;
    width: 74px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    min-height: 0 !important;
    padding: 6px !important;
    margin: 0 auto !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb.is-active {
    border-color: #f36b21 !important;
    box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.18) !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb:hover {
    transform: translateY(-2px) !important;
    border-color: #f36b21 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image {
    width: 100% !important;
    height: 44px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-label {
    font-size: 10px !important;
    line-height: 1.1 !important;
  }

  /* Main image column — fixed photo height, no tall skinny collapse */
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap {
    width: 100% !important;
    height: 430px !important;
    min-height: 0 !important;
    max-height: 430px !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: #f4efe7 !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-css-mockup,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-mockup {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    padding: 4% !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-mockup-business-card.is-main {
    width: 90% !important;
    height: 90% !important;
    max-width: 90% !important;
    max-height: 90% !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-mockup-business-card-front .og-bc-hero-stage {
    width: min(94%, 640px) !important;
    height: 90% !important;
    max-height: 100% !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-image,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-photo {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
  }

  /* Product info column */
  html body.single-product .og-engine-product-page .og-engine-section-col--info {
    grid-column: 3 !important;
    grid-row: 1 !important;
    display: block !important;
    width: 100% !important;
    max-width: 420px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    max-width: 420px !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info .product_title,
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info .entry-title,
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info .og-engine-info-title {
    font-size: clamp(38px, 3.2vw, 44px) !important;
    line-height: 1.05 !important;
    margin: 0 !important;
    white-space: normal !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-rating,
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info .woocommerce-product-rating {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-rating-text {
    white-space: nowrap !important;
    font-size: 14px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info .woocommerce-product-details__short-description,
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info .product-short-description,
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info .og-engine-info-description {
    font-size: 16px !important;
    line-height: 1.55 !important;
    max-width: 420px !important;
    margin: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefits {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 6px 0 0 !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefit-card {
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 14px 10px !important;
    overflow: hidden !important;
    white-space: normal !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefit-icon {
    flex: 0 0 28px !important;
    width: 28px !important;
    height: 28px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefit-title,
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefit-card strong {
    font-size: 15px !important;
    line-height: 1.2 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    white-space: normal !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefit-text,
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefit-card span:not(.og-engine-benefit-icon) {
    font-size: 13px !important;
    line-height: 1.3 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-starting-price {
    margin-top: 14px !important;
    padding-top: 14px !important;
    border-top: 1px solid #e8e8e8 !important;
  }

  /* Breadcrumb stays aligned to hero width */
  html body.single-product.og-engine-ready div.product > .woocommerce-breadcrumb,
  html body.single-product.og-engine-ready div.product > nav.woocommerce-breadcrumb,
  html body.single-product.og-engine-ready .woocommerce-breadcrumb,
  html body.single-product.og-engine-ready nav[aria-label="Breadcrumb"],
  html body.single-product.og-engine-ready .breadcrumb,
  html body.single-product.og-engine-ready .yoast-breadcrumb,
  html body.single-product.og-engine-ready .rank-math-breadcrumb,
  html body.single-product.og-engine-ready .product-breadcrumb {
    width: min(1320px, calc(100vw - 40px)) !important;
    max-width: 1320px !important;
  }
}

/* ==========================================================
   EMERGENCY HERO ROLLBACK
   Restores stable 2-column hero + inner thumb/main grid.
   Overrides HERO HARD RESET display:contents collapse.
========================================================== */

@media (min-width: 1101px) {
  /* —— Hero shell: 2 columns (gallery | info) —— */
  html body.single-product .og-engine-product-page .og-engine-section--hero,
  html body.single-product .og-engine-product-page > .og-engine-hero {
    max-width: 1320px !important;
    width: 100% !important;
    margin: 0 auto 24px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-grid--hero,
  html body.single-product .og-engine-product-page > .og-engine-hero {
    display: grid !important;
    grid-template-columns: minmax(620px, 1.1fr) minmax(420px, 0.9fr) !important;
    gap: 32px !important;
    align-items: start !important;
    max-width: 1320px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  /* UNDO display:contents flattening — restore normal wrappers */
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery {
    display: block !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-engine-gallery {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  /* Inner gallery: vertical thumbs + wide main image */
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout-side .og-gallery-layout,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout {
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: stretch !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
  }

  /* Thumbnail column */
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    display: block !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: 86px !important;
    min-width: 86px !important;
    max-width: 86px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumbs {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 86px !important;
    margin: 0 !important;
    grid-template-columns: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 86px !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  /* Main gallery area — wide, fixed height, never skinny */
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-stage,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-main {
    display: block !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 560px !important;
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap {
    width: 100% !important;
    min-width: 560px !important;
    height: 430px !important;
    min-height: 0 !important;
    max-height: 460px !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: #f4efe7 !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-css-mockup,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-mockup {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    padding: 5% !important;
    box-sizing: border-box !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-mockup-business-card.is-main {
    width: 88% !important;
    height: 88% !important;
    max-width: 88% !important;
    max-height: 88% !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-image,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-photo {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-height: 0 !important;
    object-fit: contain !important;
    transform: none !important;
  }

  /* Product info column */
  html body.single-product .og-engine-product-page .og-engine-section-col--info {
    display: block !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
    min-width: 420px !important;
    max-width: 500px !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info .product_title,
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info .entry-title,
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info .og-engine-info-title {
    font-size: clamp(38px, 3.2vw, 44px) !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefits {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefit-card strong,
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefit-card span:not(.og-engine-benefit-icon) {
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }
}

/* ==========================================================
   Business Card Photo Mockup Rebuild — fresh scene only
========================================================== */

/* Main preview frame — beige photo area, clip at outer edge only */
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-gallery-preview--css-mockup .og-gallery-zoom-wrap,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-gallery-preview--css-mockup .og-gallery-main-card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 430px !important;
  max-height: 430px !important;
  overflow: hidden !important;
  background: #efe9df !important;
  border-radius: 10px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-gallery-css-mockup,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-gallery-main-mockup {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

/* Neutralize legacy mockup root sizing/transforms in main preview */
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-mockup-business-card-front.is-main {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: none !important;
  transform-origin: center center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  perspective: none !important;
}

/* Photo scene — stable centered composition */
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene {
  position: relative !important;
  width: min(92%, 680px) !important;
  height: 410px !important;
  margin: auto !important;
  overflow: visible !important;
  transform: none !important;
  transform-origin: center center !important;
  flex: 0 0 auto !important;
}

/* Floor shadow */
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene .og-bc-floor-shadow {
  position: absolute !important;
  left: 50% !important;
  bottom: 5% !important;
  width: 70% !important;
  height: 50px !important;
  transform: translateX(-50%) !important;
  background: radial-gradient(ellipse at center, rgba(17, 17, 17, 0.55) 0%, rgba(17, 17, 17, 0.18) 48%, rgba(17, 17, 17, 0) 74%) !important;
  filter: blur(26px) !important;
  opacity: 0.22 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* White stack — back/right */
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene .og-bc-stack {
  position: absolute !important;
  width: 58% !important;
  height: 34% !important;
  aspect-ratio: 1.75 / 1 !important;
  right: 8% !important;
  left: auto !important;
  top: 18% !important;
  bottom: auto !important;
  transform: rotate(8deg) !important;
  transform-origin: center center !important;
  transform-style: flat !important;
  z-index: 2 !important;
  filter: drop-shadow(0 10px 20px rgba(17, 17, 17, 0.12)) !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene .og-bc-stack-layer {
  position: absolute !important;
  inset: 0 !important;
  transform:
    translateY(calc((var(--og-bc-total) - 1 - var(--og-bc-layer)) * -5px))
    rotate(calc(var(--og-bc-layer) * -0.4deg)) !important;
  transform-origin: center center !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene .og-bc-card-white,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene .og-bc-stack-slab {
  position: absolute !important;
  inset: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(165deg, #ffffff 0%, #f7f7f7 52%, #ececec 100%) !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 10px 20px rgba(17, 17, 17, 0.08) !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene .og-bc-stack-edge {
  position: absolute !important;
  top: 6% !important;
  right: -6px !important;
  width: 6px !important;
  height: 88% !important;
  border-radius: 0 2px 2px 0 !important;
  background: linear-gradient(180deg, #f4f4f4 0%, #dcdcdc 52%, #c4c4c4 100%) !important;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.7) !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene .og-bc-card-white .og-bc-card-face,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene .og-bc-stack-slab {
  width: 100% !important;
  height: 100% !important;
  border-radius: inherit !important;
  overflow: hidden !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene .og-bc-paper-texture {
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 48%),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.012) 0 1px, transparent 1px 3px) !important;
  pointer-events: none !important;
}

/* Black front card — front/left, in front of stack */
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene .og-bc-card-black {
  position: absolute !important;
  width: 54% !important;
  height: 33% !important;
  aspect-ratio: 1.75 / 1 !important;
  left: 12% !important;
  right: auto !important;
  top: 46% !important;
  bottom: auto !important;
  transform: rotate(-13deg) !important;
  transform-origin: center center !important;
  transform-style: flat !important;
  z-index: 5 !important;
  border-radius: 10px !important;
  background: linear-gradient(155deg, #343434 0%, #1f1f1f 42%, #101010 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 34px 60px rgba(0, 0, 0, 0.42),
    0 14px 28px rgba(0, 0, 0, 0.28),
    0 4px 10px rgba(0, 0, 0, 0.18) !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene .og-bc-card-black .og-bc-card-face {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 12% 10% 10% !important;
  color: #ffffff !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene .og-bc-card-black .og-bc-gloss {
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  background: linear-gradient(128deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.05) 36%, rgba(255, 255, 255, 0) 58%) !important;
  pointer-events: none !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene .og-bc-card-black .og-bc-accent {
  width: 44px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: #f36b21 !important;
  margin-bottom: 10% !important;
  box-shadow: 0 0 12px rgba(243, 107, 33, 0.35) !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene .og-bc-card-black .og-bc-logo {
  font-size: clamp(38px, 6.5vw, 64px) !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  line-height: 0.92 !important;
  color: #ffffff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35) !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene .og-bc-card-black .og-bc-brand {
  margin-top: 6% !important;
  font-size: clamp(14px, 2.4vw, 22px) !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  color: #f2f2f2 !important;
}

/* Other main preview views — unchanged legacy scenes, centered */
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-mockup-business-card-back.is-main .og-bc-scene,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-mockup-business-card-detail.is-main .og-bc-scene,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-mockup-business-card-stack.is-main .og-bc-scene,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-mockup-business-card-file.is-main .og-bc-scene,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-mockup-business-card-lifestyle.is-main .og-bc-scene {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}

/* Thumbnail photo scenes — compact scale, not full 680px */
html body.single-product .og-engine-product-page .og-gallery-thumb-rail .og-mockup-business-card-front.is-thumb,
html body.single-product .og-engine-product-page .og-gallery-thumb-mockup .og-mockup-business-card-front.is-thumb {
  width: 80px !important;
  height: 56px !important;
  max-width: 80px !important;
  max-height: 56px !important;
  transform: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

html body.single-product .og-engine-product-page .og-gallery-thumb .og-bc-photo-scene,
html body.single-product .og-engine-product-page .og-gallery-thumb-mockup .og-bc-photo-scene,
html body.single-product .og-engine-product-page .og-gallery-thumb-rail .og-bc-photo-scene {
  width: 68px !important;
  height: 48px !important;
  transform: scale(0.85) !important;
  transform-origin: center center !important;
}

/* ==========================================================
   Business Cards Real Image Hero — overrides CSS mockup
========================================================== */

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--real-mockup .og-gallery-css-mockup,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--real-mockup .og-bc-photo-scene,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--real-mockup .og-mockup-business-card {
  display: none !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--real-mockup .og-gallery-zoom-wrap,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--real-mockup .og-gallery-main-card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 430px !important;
  min-height: 430px !important;
  max-height: 430px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #f3eee6 !important;
  border-radius: 10px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--real-mockup .og-gallery-main-image,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--real-mockup .og-gallery-real-mockup {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 8px !important;
  transform: none !important;
}

html body.single-product .og-engine-product-page .og-gallery-thumb.is-active,
html body.single-product .og-engine-product-page .og-gallery-thumb.is-active .og-gallery-thumb-image {
  border-color: #f36b21 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.35) !important;
}

html body.single-product .og-engine-product-page .og-gallery-thumb-real-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 8px !important;
}

/* ==========================================================
   Business Cards Mockup Placeholder — no CSS scene, no 404
========================================================== */

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--mockup-placeholder .og-gallery-zoom-wrap,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--mockup-placeholder .og-gallery-main-card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 430px !important;
  min-height: 430px !important;
  max-height: 430px !important;
  padding: 24px !important;
  overflow: hidden !important;
  background: #f3eee6 !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-mockup-placeholder {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 520px !important;
  min-height: 120px !important;
  padding: 20px 24px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px dashed rgba(17, 17, 17, 0.16) !important;
  color: #5c574f !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-gallery-thumb-placeholder {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 48px !important;
  padding: 6px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px dashed rgba(17, 17, 17, 0.14) !important;
  color: #6a645b !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-transform: lowercase !important;
  box-sizing: border-box !important;
}

/* ==========================================================
   Business Cards — Visual Lock v1
   Frontend polish only (CSS). Wins over prior layout passes.
========================================================== */

/* —— Shell + spacing —— */
html body.single-product .og-engine-product-page[data-og-engine-layout="phase-2"],
html body.single-product .og-engine-product-page:has(.og-engine-section--hero) {
  width: min(1320px, calc(100vw - 40px)) !important;
  max-width: 1320px !important;
  gap: 14px !important;
  row-gap: 14px !important;
  margin-bottom: 40px !important;
}

html body.single-product.og-engine-ready div.product > .woocommerce-breadcrumb,
html body.single-product.og-engine-ready div.product > nav.woocommerce-breadcrumb,
html body.single-product.og-engine-ready .woocommerce-breadcrumb,
html body.single-product.og-engine-ready nav[aria-label="Breadcrumb"],
html body.single-product.og-engine-ready .breadcrumb,
html body.single-product.og-engine-ready .yoast-breadcrumb,
html body.single-product.og-engine-ready .rank-math-breadcrumb,
html body.single-product.og-engine-ready .product-breadcrumb,
html body.single-product.og-engine-ready .page-header .breadcrumb,
html body.single-product.og-engine-ready .page-header .woocommerce-breadcrumb {
  width: min(1320px, calc(100vw - 40px)) !important;
  max-width: 1320px !important;
  margin-bottom: 10px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 13px !important;
  color: #777777 !important;
}

/* —— Hero: open columns, no boxed chrome —— */
html body.single-product .og-engine-product-page .og-engine-section--hero {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.single-product .og-engine-product-page .og-engine-section--hero .og-engine-gallery,
html body.single-product .og-engine-product-page .og-engine-section--hero .og-engine-info,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-engine-gallery,
html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-info {
  gap: 12px !important;
}

html body.single-product .og-engine-product-page .og-engine-info .product_title,
html body.single-product .og-engine-product-page .og-engine-info .entry-title,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-title {
  font-size: clamp(40px, 3.4vw, 48px) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.02em !important;
}

html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-details__short-description,
html body.single-product .og-engine-product-page .og-engine-info .product-short-description,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-description {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #555555 !important;
  max-width: 100% !important;
}

/* Benefits: compact, aligned 3-up */
html body.single-product .og-engine-product-page .og-engine-benefits {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 6px 0 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-card {
  min-height: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  align-items: center !important;
  gap: 10px !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-card:hover {
  transform: none !important;
  border-color: #e8e8e8 !important;
  box-shadow: none !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-title,
html body.single-product .og-engine-product-page .og-engine-benefit-card strong {
  font-size: 14px !important;
  line-height: 1.25 !important;
  white-space: normal !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-text {
  font-size: 12px !important;
  line-height: 1.35 !important;
  color: #666666 !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-icon {
  flex: 0 0 32px !important;
  width: 32px !important;
  height: 32px !important;
}

html body.single-product .og-engine-product-page .og-engine-starting-price {
  margin-top: 14px !important;
  padding-top: 14px !important;
  border-top: 1px solid #ececec !important;
}

/* —— Main mockup: real images fill frame (cover) —— */
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap,
html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-main-card,
html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-zoom-wrap {
  padding: 0 !important;
  overflow: hidden !important;
  background: #f4efe7 !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-main-image,
html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-real-mockup,
html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-main-photo,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--real-mockup .og-gallery-main-image,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--real-mockup .og-gallery-real-mockup,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--real-mockup .og-gallery-main-photo,
html body.single-product .og-engine-product-page .og-gallery-layout-side .og-gallery-preview--real-mockup .og-gallery-main-image,
html body.single-product .og-engine-product-page .og-gallery-layout-side .og-gallery-preview--real-mockup .og-gallery-real-mockup,
html body.single-product .og-engine-product-page .og-gallery-layout-side .og-gallery-preview--real-mockup .og-gallery-main-photo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 0 !important;
  transform: none !important;
}

html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-css-mockup,
html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-bc-photo-scene,
html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-mockup-business-card {
  display: none !important;
}

html body.single-product .og-engine-product-page .og-gallery-thumb-real-image {
  object-fit: cover !important;
}

/* —— Build Your Product + Price Summary: one shared card —— */
html body.single-product .og-engine-product-page .og-engine-section--configure {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 32px rgba(17, 17, 17, 0.06) !important;
  overflow: hidden !important;
}

html body.single-product .og-engine-product-page .og-engine-section-grid--configure {
  grid-template-columns: minmax(0, 1.62fr) minmax(320px, 0.88fr) !important;
  gap: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--builder {
  padding: 32px 36px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary {
  padding: 32px 28px !important;
  border-left: 1px solid #ececec !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-configurator,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-summary,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-builder-card,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-summary-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-builder-head,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-summary-head {
  margin-bottom: 20px !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-section-title {
  font-size: clamp(26px, 2.2vw, 30px) !important;
  letter-spacing: 0.06em !important;
  margin-bottom: 6px !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-section-subtitle {
  margin-bottom: 0 !important;
  font-size: 15px !important;
}

/* Builder steps: flat inside shared card, divider only */
html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-builder-step {
  margin: 0 !important;
  padding: 22px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-bottom: 1px solid #ececec !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-builder-step:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-builder-step:hover {
  transform: none !important;
  box-shadow: none !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-configurator-fields {
  gap: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-builder-step-heading {
  font-size: 22px !important;
  margin: 0 0 12px !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-builder-step-desc {
  font-size: 14px !important;
  margin: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-option-button-group {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: 12px !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-option-button {
  min-height: 58px !important;
  padding: 14px 16px !important;
  border: 2px solid #dddddd !important;
  border-radius: 14px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-option-button.is-selected {
  border-color: #f36b21 !important;
  background: #fff7f2 !important;
  color: #f36b21 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.1) !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 select,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-builder-hidden-select,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-generated-hidden-source {
  position: absolute !important;
  left: -99999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-builder-step--upload {
  margin-top: 0 !important;
  padding-top: 22px !important;
  border-top: 1px solid #ececec !important;
}

/* —— Price Summary: compact, sticky —— */
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-engine-summary.is-sticky,
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-engine-summary-card.is-sticky {
  position: sticky !important;
  top: 20px !important;
  align-self: start !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-summary-row {
  padding: 9px 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-summary-total {
  margin-top: 6px !important;
  padding: 14px 0 6px !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-artwork-choice-grid {
  gap: 8px !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-artwork-choice-card {
  min-height: 88px !important;
  padding: 12px 10px !important;
  border-radius: 12px !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-artwork-choice-card-title {
  font-size: 13px !important;
  line-height: 1.2 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-artwork-choice-card-note {
  font-size: 11px !important;
  line-height: 1.25 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure form.cart .single_add_to_cart_button,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-summary-cart .single_add_to_cart_button {
  width: 100% !important;
  min-height: 58px !important;
  margin-top: 4px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, #f57a2f 0%, #f36b21 55%, #e85f18 100%) !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  box-shadow: 0 14px 28px rgba(243, 107, 33, 0.28) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure form.cart .single_add_to_cart_button:hover,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-summary-cart .single_add_to_cart_button:hover {
  transform: translateY(-1px) !important;
  filter: brightness(1.04) !important;
  box-shadow: 0 18px 34px rgba(243, 107, 33, 0.34) !important;
}

/* —— Tabs / Overview: attached, clean underline —— */
html body.single-product .og-engine-product-page .og-engine-section-tabs {
  border-top: 1px solid #ececec !important;
  padding: 0 36px 28px !important;
  margin-top: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-premium-tabs {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 24px 0 0 !important;
  margin: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tab-nav {
  gap: 24px !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #ececec !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tab-btn {
  padding: 0 0 12px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #777777 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tab-btn.is-active {
  color: #111111 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tab-btn.is-active::after {
  height: 3px !important;
  background: #f36b21 !important;
  bottom: -1px !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tab-split {
  grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.92fr) !important;
  gap: 24px !important;
  align-items: start !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tab-panel {
  padding-top: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-overview-checklist {
  margin-top: 12px !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-overview-checklist li {
  padding: 6px 0 6px 28px !important;
  font-size: 14px !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tab-mockup-col {
  min-height: 240px !important;
  max-height: 320px !important;
  padding: 12px !important;
  border-radius: 12px !important;
  align-self: start !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tab-mockup-col.is-real-mockup,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tab-mockup-col:has(.og-engine-tab-real-mockup) {
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tab-mockup-col img,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tab-lifestyle-mockup img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 8px !important;
}

/* —— Desktop hero proportions (Visual Lock) —— */
@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page[data-og-engine-layout="phase-2"],
  html body.single-product .og-engine-product-page:has(.og-engine-section--hero) {
    width: min(1320px, calc(100vw - 40px)) !important;
    max-width: 1320px !important;
  }

  html body.single-product.og-engine-ready div.product > .woocommerce-breadcrumb,
  html body.single-product.og-engine-ready div.product > nav.woocommerce-breadcrumb,
  html body.single-product.og-engine-ready .woocommerce-breadcrumb,
  html body.single-product.og-engine-ready nav[aria-label="Breadcrumb"],
  html body.single-product.og-engine-ready .breadcrumb,
  html body.single-product.og-engine-ready .yoast-breadcrumb,
  html body.single-product.og-engine-ready .rank-math-breadcrumb,
  html body.single-product.og-engine-ready .product-breadcrumb {
    width: min(1320px, calc(100vw - 40px)) !important;
    max-width: 1320px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
    grid-template-columns: 88px minmax(0, 1fr) minmax(380px, 420px) !important;
    gap: 20px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap,
  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-zoom-wrap {
    height: 500px !important;
    min-height: 480px !important;
    max-height: 500px !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-layout-side .og-gallery-preview--real-mockup .og-gallery-main-image,
  html body.single-product .og-engine-product-page .og-gallery-layout-side .og-gallery-preview--real-mockup .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-gallery-layout-side .og-gallery-preview--real-mockup .og-gallery-main-photo,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout-side .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout-side .og-gallery-main-photo,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout-side .og-gallery-main-image {
    object-fit: cover !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info {
    max-width: 420px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-card {
    min-height: 76px !important;
  }
}

/* —— Mobile: preserve stack, avoid regressions —— */
@media (max-width: 1100px) {
  html body.single-product .og-engine-product-page .og-engine-section-grid--configure {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--summary {
    border-left: 0 !important;
    border-top: 1px solid #ececec !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--builder,
  html body.single-product .og-engine-product-page .og-engine-section-col--summary,
  html body.single-product .og-engine-product-page .og-engine-section-tabs {
    padding: 24px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefits {
    grid-template-columns: 1fr !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-engine-summary.is-sticky,
  html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-engine-summary-card.is-sticky {
    position: static !important;
  }
}

/* ==========================================================
   Business Cards — Visual Lock v2
   Hero premium polish (CSS only). Builder untouched.
========================================================== */

/* —— Product info: more breathing room (all viewports) —— */
html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-info .product_title,
html body.single-product .og-engine-product-page .og-engine-info .entry-title,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-title {
  margin: 0 0 18px !important;
}

html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-rating,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-rating {
  margin: 0 0 20px !important;
}

html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-details__short-description,
html body.single-product .og-engine-product-page .og-engine-info .product-short-description,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-description {
  margin: 0 0 24px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefits,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-benefits {
  margin: 0 0 16px !important;
  gap: 14px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefit-card {
  padding: 14px 16px !important;
}

/* Starting At: pulled upward */
html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-starting-price,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-starting-price {
  margin-top: 0 !important;
  padding-top: 18px !important;
}

/* Price Summary: very subtle depth (summary column only; builder untouched) */
html body.single-product .og-engine-product-page .og-engine-section-col--summary {
  box-shadow: inset 8px 0 24px -20px rgba(17, 17, 17, 0.12) !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-engine-summary,
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-engine-summary-card {
  box-shadow: 0 6px 22px rgba(17, 17, 17, 0.05) !important;
  border-radius: 12px !important;
}

/* —— Desktop hero: taller preview, larger thumbs (1101px+ unchanged) —— */
@media (min-width: 1101px) {
  /* Hero grid is 2 columns only (gallery | info). Thumbs live inside gallery. */
  html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
    grid-template-columns: minmax(0, 1fr) 420px !important;
    gap: 28px !important;
    align-items: center !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery {
    display: block !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info {
    width: 420px !important;
    max-width: 420px !important;
    min-width: 420px !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap,
  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-zoom-wrap {
    height: 600px !important;
    min-height: 576px !important;
    max-height: 600px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col {
    min-height: 576px !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-main-image,
  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-main-photo,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--real-mockup .og-gallery-main-image,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--real-mockup .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview--real-mockup .og-gallery-main-photo,
  html body.single-product .og-engine-product-page .og-gallery-layout-side .og-gallery-preview--real-mockup .og-gallery-main-image,
  html body.single-product .og-engine-product-page .og-gallery-layout-side .og-gallery-preview--real-mockup .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-gallery-layout-side .og-gallery-preview--real-mockup .og-gallery-main-photo,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout-side .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout-side .og-gallery-main-photo,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout-side .og-gallery-main-image {
    object-fit: cover !important;
    object-position: center center !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-layout {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 20px !important;
    min-height: 576px !important;
    align-items: center !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-rail,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    align-self: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-grid {
    gap: 12px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb {
    min-height: 88px !important;
    padding: 9px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-image,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image {
    height: 58px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-label,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-label {
    font-size: 12px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
    justify-content: center !important;
    min-height: 600px !important;
  }
}

/* ==========================================================
   Business Cards — Hero Reconstruction
   DOM source: og-frontend-renderer.js (phase-2) + og-gallery.js

   div.product
     .woocommerce-breadcrumb          ← WooCommerce (outside shell)
     .og-engine-product-page
       section.og-engine-section--hero
         .og-engine-section-grid--hero          ← 2 cols: gallery | info
           .og-engine-section-col--gallery
             .og-engine-gallery
               .og-gallery-preview.og-gallery-layout-side
                 .og-gallery-layout            ← inner grid: thumbs | main
                   .og-gallery-thumb-rail
                     .og-gallery-preview-grid
                       button.og-gallery-thumb
                   .og-gallery-main-col
                     .og-gallery-main-card
                       .og-gallery-zoom-wrap
                         img.og-gallery-main-image
           .og-engine-section-col--info
             .og-engine-info
               h1.product_title
               .og-engine-rating
               .woocommerce-product-details__short-description
               .og-engine-benefits
               .og-engine-starting-price
========================================================== */

/* Breadcrumb: above shell, aligned to product page width */
html body.single-product.og-engine-ready div.product > .woocommerce-breadcrumb,
html body.single-product.og-engine-ready div.product > nav.woocommerce-breadcrumb,
html body.single-product.og-engine-ready .woocommerce-breadcrumb,
html body.single-product.og-engine-ready nav[aria-label="Breadcrumb"] {
  display: block !important;
  width: min(1320px, calc(100vw - 40px)) !important;
  max-width: 1320px !important;
  margin: 0 auto 12px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

html body.single-product.og-engine-ready div.product > .og-engine-product-page {
  width: min(1320px, calc(100vw - 40px)) !important;
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Hero shell: open, no card chrome */
html body.single-product .og-engine-product-page .og-engine-section--hero {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* Desktop hero layout — real DOM, no display:contents */
@media (min-width: 1101px) {
  /* Layer 1: hero grid = gallery column + info column */
  html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 420px !important;
    gap: 28px !important;
    align-items: center !important;
    width: 100% !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-engine-gallery,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Layer 2: inner gallery grid = thumb rail + main preview */
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    grid-template-rows: 1fr !important;
    gap: 18px !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 600px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-self: center !important;
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb {
    width: 100% !important;
    min-height: 88px !important;
    padding: 9px !important;
    margin: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image {
    height: 58px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col {
    display: flex !important;
    flex-direction: column !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
    min-height: 600px !important;
    height: 100% !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap {
    display: block !important;
    width: 100% !important;
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #f4efe7 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-image,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-photo,
  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-main-image,
  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-main-photo {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
  }

  /* Product info: fixed width, vertically centered beside gallery */
  html body.single-product .og-engine-product-page .og-engine-section-col--info {
    display: block !important;
    width: 420px !important;
    max-width: 420px !important;
    min-width: 420px !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-self: center !important;
    width: 100% !important;
    min-height: 600px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}

/* ==========================================================
   Business Cards — Hero Final Layout
   Desktop proportions only. DOM unchanged.
========================================================== */

@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page .og-engine-section--hero {
    width: 100% !important;
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* ~65% gallery | ~35% info — proportional, not fixed px */
  html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
    display: grid !important;
    grid-template-columns: minmax(0, 65fr) minmax(0, 35fr) !important;
    gap: 24px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1320px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-engine-gallery,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout {
    width: 100% !important;
    max-width: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: center !important;
    min-height: 600px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 600px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap {
    width: 100% !important;
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-image,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-photo,
  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-main-image,
  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-main-photo {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 600px !important;
    justify-content: center !important;
  }
}

/* ==========================================================
   Business Cards — Hero Container Fix
   Restore full shell width on hero section (CSS only).
========================================================== */

html body.single-product .og-engine-product-page .og-engine-section--hero.og-engine-module--hero {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  align-self: stretch !important;
}

html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 65fr) minmax(380px, 35fr) !important;
  gap: 28px !important;
  align-items: center !important;
}

/* ==========================================================
   Business Cards — Final Polish
   Hero alignment, info rhythm, benefits, summary (CSS only).
========================================================== */

/* —— 1. Thumb rail flush with main preview top —— */
@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout {
    align-items: start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    justify-content: flex-start !important;
    align-self: start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col {
    align-self: start !important;
  }

  /* —— 2. Product title aligned to main image top —— */
  html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
    align-items: start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
    justify-content: flex-start !important;
    align-self: start !important;
    min-height: 0 !important;
  }
}

/* —— 3. Title / rating / intro spacing —— */
html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
  gap: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-info .product_title,
html body.single-product .og-engine-product-page .og-engine-info .entry-title,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-title {
  margin: 0 0 11px !important;
}

html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-rating,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-rating {
  margin: 0 0 11px !important;
}

html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-details__short-description,
html body.single-product .og-engine-product-page .og-engine-info .product-short-description,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-description {
  margin: 0 !important;
}

/* —— 4. Space above benefit cards —— */
html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefits,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-benefits {
  margin-top: 22px !important;
  margin-bottom: 0 !important;
}

/* —— 5. Third benefit card (Professional Support): centered content + padding —— */
html body.single-product .og-engine-product-page .og-engine-benefit-card:nth-child(3) {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 20px 18px !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-card:nth-child(3) .og-engine-benefit-copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-card:nth-child(3) .og-engine-benefit-icon {
  margin-bottom: 4px !important;
}

/* —— 6. Price Summary card padding —— */
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-box,
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-order-summary {
  padding: 24px !important;
  box-sizing: border-box !important;
}

/* —— 7. Artwork Choice: reserve helper message height —— */
html body.single-product .og-engine-product-page .og-artwork-choice-premium {
  margin-bottom: 0 !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card {
  position: relative !important;
  padding-top: 36px !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card-check {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  display: inline-flex !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card.is-selected .og-artwork-choice-card-check {
  visibility: visible !important;
  opacity: 1 !important;
}

html body.single-product .og-engine-product-page .og-summary-trust-note {
  display: block !important;
  min-height: 40px !important;
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  box-sizing: border-box !important;
}

/* —— 8. Raise Starting At —— */
html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-starting-price,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-starting-price {
  margin-top: -10px !important;
  padding-top: 8px !important;
}

/* ==========================================================
   Business Cards — Final Polish v2
   Hero rail, benefits, summary rhythm, artwork choice lock.
========================================================== */

/* —— 1. Thumb rail: exact top align with main preview —— */
@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout {
    align-items: start !important;
    align-content: start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumbs {
    margin: 0 !important;
    padding: 0 !important;
    align-self: start !important;
    justify-content: flex-start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
    align-self: start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
    align-items: start !important;
  }
}

/* —— 2. Benefit cards: unified centered style, no inner lines —— */
html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefits,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-benefits {
  align-items: stretch !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefit-card,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-benefit-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  min-height: 132px !important;
  height: 100% !important;
  padding: 18px 16px !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: visible !important;
  gap: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-card::before,
html body.single-product .og-engine-product-page .og-engine-benefit-card::after {
  display: none !important;
  content: none !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-card:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: #e8e8e8 !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-icon {
  flex: 0 0 auto !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 0 10px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: #fff4ec !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 4px !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-title,
html body.single-product .og-engine-product-page .og-engine-benefit-card strong {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: normal !important;
}

html body.single-product .og-engine-product-page .og-engine-benefit-text,
html body.single-product .og-engine-product-page .og-engine-benefit-card .og-engine-benefit-text {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* —— 3. Starting At spacing —— */
html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-starting-price,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-starting-price {
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid #e8e8e8 !important;
}

/* —— 4. Price Summary header rhythm —— */
html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-summary-head .og-engine-section-title {
  margin: 0 0 8px !important;
}

html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-summary-head .og-engine-section-subtitle {
  margin: 0 0 24px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-box .og-summary-title {
  margin: 0 0 8px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-box .og-summary-subtitle {
  margin: 0 0 24px !important;
}

/* —— 5. Summary row divider cleanup —— */
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-divider {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-rows .og-summary-row {
  border-top: 0 !important;
  border-bottom: 1px solid #ececec !important;
  margin: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-rows .og-summary-row:last-child {
  border-bottom: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-total {
  margin-top: 0 !important;
  padding-top: 16px !important;
  border-top: 1px solid #e5e5e5 !important;
}

/* —— 6. Price Summary body padding —— */
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-box,
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-order-summary {
  padding: 24px !important;
  box-sizing: border-box !important;
}

/* —— 7. Artwork Choice: fixed card geometry, no selection jump —— */
html body.single-product .og-engine-product-page .og-artwork-choice-grid {
  align-items: stretch !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card {
  display: grid !important;
  grid-template-rows: 24px auto auto !important;
  grid-template-columns: 1fr !important;
  align-items: start !important;
  justify-items: start !important;
  gap: 6px !important;
  min-height: 118px !important;
  height: 118px !important;
  padding: 12px !important;
  border: 2px solid #e5e5e5 !important;
  box-sizing: border-box !important;
  transform: none !important;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card:hover {
  transform: none !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card.is-selected {
  border-color: #f36b21 !important;
  background: #fff7f2 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.12) !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card-check {
  position: static !important;
  grid-row: 1 !important;
  grid-column: 1 !important;
  display: inline-flex !important;
  width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card.is-selected .og-artwork-choice-card-check {
  visibility: visible !important;
  opacity: 1 !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card-title {
  grid-row: 2 !important;
  margin: 0 !important;
  line-height: 1.25 !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card-note {
  grid-row: 3 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

/* —— 8. Trust note: reserved slot —— */
html body.single-product .og-engine-product-page .og-summary-trust-note {
  display: block !important;
  min-height: 44px !important;
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-premium {
  margin-bottom: 0 !important;
}

/* —— 9. Upload Artwork: only when Upload My Design selected —— */
html body.single-product .og-engine-product-page .og-engine-builder-step--upload,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-builder-step--upload {
  display: none !important;
}

html body.single-product .og-engine-product-page[data-og-artwork-choice="upload-own"] .og-engine-builder-step--upload,
html body.single-product .og-engine-product-page[data-og-artwork-choice="upload-artwork"] .og-engine-builder-step--upload,
html body.single-product .og-engine-product-page[data-og-artwork-choice="upload-own"] .og-engine-section--configure .og-engine-builder-step--upload,
html body.single-product .og-engine-product-page[data-og-artwork-choice="upload-artwork"] .og-engine-section--configure .og-engine-builder-step--upload {
  display: block !important;
}

/* ==========================================================
   Business Cards — Final Polish v3
   Summary header inset, trust note lock, artwork cards, rail.
========================================================== */

/* —— 1. Price Summary header + body inset (same horizontal rhythm) —— */
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-engine-summary-head {
  padding: 26px 28px 18px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-engine-summary-body {
  padding: 0 28px 28px !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-box,
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-order-summary {
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-engine-summary-head .og-engine-section-title {
  margin: 0 0 8px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-engine-summary-head .og-engine-section-subtitle {
  margin: 0 !important;
}

/* —— 2. Trust note: fixed reserved block —— */
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-note {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 52px !important;
  height: 52px !important;
  max-height: 52px !important;
  margin: 14px 0 0 !important;
  padding: 0 6px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  line-height: 1.45 !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}

/* —— 3. Artwork Choice: zero layout shift on active —— */
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-artwork-choice-premium {
  margin-top: 20px !important;
  padding-top: 20px !important;
  margin-bottom: 0 !important;
  border-top: 1px solid #ececec !important;
  min-height: 174px !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-title {
  min-height: 22px !important;
  margin: 0 0 12px !important;
  line-height: 1.2 !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 10px !important;
  min-height: 120px !important;
  height: 120px !important;
  max-height: 120px !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  gap: 4px !important;
  min-height: 120px !important;
  height: 120px !important;
  max-height: 120px !important;
  padding: 38px 12px 12px !important;
  border: 2px solid #e5e5e5 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transform: none !important;
  overflow: hidden !important;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card.is-selected {
  border-width: 2px !important;
  border-color: #f36b21 !important;
  background: #fff7f2 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.14) !important;
  outline: none !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card-check {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  background: transparent !important;
  color: transparent !important;
  box-shadow: none !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card.is-selected .og-artwork-choice-card-check {
  background: #f36b21 !important;
  color: #ffffff !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card-title,
html body.single-product .og-engine-product-page .og-artwork-choice-card-note {
  margin: 0 !important;
  width: 100% !important;
  line-height: 1.25 !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-card-note {
  line-height: 1.3 !important;
}

/* —— 4. Mini gallery rail: exact top align with main card —— */
@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout {
    align-items: start !important;
    align-content: start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    align-self: start !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumbs {
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
    align-self: start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb:first-child {
    margin: 0 !important;
    margin-top: 0 !important;
    padding-top: 9px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col {
    align-self: start !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: flex-start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card {
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
    align-self: start !important;
  }
}

/* ==========================================================
   Business Cards — Final Polish v4
   Rail top lock, thumb image fill, trust area stability.
========================================================== */

/* —— 1. Thumbnail rail: lock to main-card top —— */
@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout {
    align-items: start !important;
    align-content: start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    align-self: start !important;
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
    transform: translateY(-10px) !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumbs {
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb:first-child {
    margin: 0 !important;
    margin-top: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card {
    margin-top: 0 !important;
    padding-top: 0 !important;
    align-self: start !important;
    transform: none !important;
  }
}

/* —— 2. Thumbnail images fill preview area —— */
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb {
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  gap: 6px !important;
  align-content: start !important;
  padding: 6px !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image {
  width: 100% !important;
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image img,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-real-image,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image .og-gallery-thumb-real-image,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image .og-gallery-real-mockup,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 8px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-mockup,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image .og-gallery-css-mockup,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image .og-gallery-thumb-mockup {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail .og-mockup-business-card-front.is-thumb,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-mockup .og-mockup-business-card-front.is-thumb,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb .og-bc-photo-scene,
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail .og-bc-photo-scene {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  transform: none !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-label {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.15 !important;
}

/* —— 3. Trust area: isolated stable slot —— */
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area {
  display: flex !important;
  flex-direction: column !important;
  flex-shrink: 0 !important;
  width: 100% !important;
  min-height: 254px !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-artwork-choice-premium {
  flex: 0 0 auto !important;
  margin: 20px 0 0 !important;
  padding-top: 20px !important;
  border-top: 1px solid #ececec !important;
  min-height: 174px !important;
  height: 174px !important;
  max-height: 174px !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-artwork-choice-grid {
  min-height: 120px !important;
  height: 120px !important;
  max-height: 120px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-artwork-choice-card,
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-artwork-choice-card.is-selected,
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-artwork-choice-card:hover {
  min-height: 120px !important;
  height: 120px !important;
  max-height: 120px !important;
  padding: 38px 12px 12px !important;
  margin: 0 !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #e5e5e5 !important;
  line-height: 1.25 !important;
  transform: none !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-artwork-choice-card.is-selected {
  background: #fff7f2 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.16) !important;
  outline: none !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-artwork-choice-card.is-selected .og-artwork-choice-card-title {
  color: #f36b21 !important;
  line-height: 1.25 !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-note,
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-note--stable {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 60px !important;
  width: 100% !important;
  min-height: 60px !important;
  height: 60px !important;
  max-height: 60px !important;
  margin: 0 !important;
  padding: 0 6px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  line-height: 1.45 !important;
  overflow: hidden !important;
}

/* ==========================================================
   Business Cards — Final Polish v5
   Trust area idempotent layout, rail margin correction, thumb fill.
========================================================== */

/* —— 1. Trust area: compact stable stack (note → artwork choice) —— */
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area {
  display: flex !important;
  flex-direction: column !important;
  flex-shrink: 0 !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-summary-trust-note,
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-summary-trust-note--stable {
  order: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  min-height: 52px !important;
  height: 52px !important;
  max-height: 52px !important;
  margin: 12px 0 0 !important;
  padding: 0 6px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  line-height: 1.4 !important;
  overflow: hidden !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-artwork-choice-premium {
  order: 2 !important;
  flex: 0 0 auto !important;
  margin: 16px 0 0 !important;
  padding: 16px 0 0 !important;
  border-top: 1px solid #ececec !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-artwork-choice-title {
  min-height: 22px !important;
  margin: 0 0 10px !important;
  line-height: 1.2 !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-artwork-choice-grid {
  min-height: 118px !important;
  height: 118px !important;
  max-height: 118px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-artwork-choice-card,
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-artwork-choice-card.is-selected,
html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-artwork-choice-card:hover {
  min-height: 118px !important;
  height: 118px !important;
  max-height: 118px !important;
  padding: 36px 12px 12px !important;
  margin: 0 !important;
  border: 2px solid #e5e5e5 !important;
  line-height: 1.25 !important;
  transform: none !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--summary .og-summary-trust-area .og-artwork-choice-card.is-selected {
  background: #fff7f2 !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.16) !important;
  outline: none !important;
}

/* —— 2. Thumbnail rail: margin-top correction (no transform) —— */
@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    margin-top: -6px !important;
    padding: 0 !important;
    transform: none !important;
    justify-content: flex-start !important;
    align-self: start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumbs {
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb:first-child {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

/* —— 3. Thumbnail image fill (tight preview square) —— */
html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb {
  grid-template-rows: 68px auto !important;
  gap: 5px !important;
  padding: 5px !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image {
  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image > * {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-placeholder {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ==========================================================
   Business Cards — Hero Alignment Final
   Align main preview + product info to thumbnail rail top.
   CSS only. Offset: 12px.
========================================================== */

@media (min-width: 1101px) {
  /* 1. Remove rail hacks — let rail sit at natural top */
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    transform: none !important;
    align-self: start !important;
    justify-content: flex-start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumbs {
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
  }

  /* 2. Drop main preview to match rail top */
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col {
    margin-top: 12px !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  /* 3. Drop product info by same offset — title aligns with image top */
  html body.single-product .og-engine-product-page .og-engine-section-col--info,
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
    margin-top: 12px !important;
    padding-top: 0 !important;
    transform: none !important;
  }
}

/* ==========================================================
   Business Cards — Hero Alignment Hard Offset
   Strong desktop-only drop on visible hero containers.
   CSS only. Offset: 42px.
========================================================== */

@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col {
    align-self: start !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap {
    margin-top: 42px !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info {
    align-self: start !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
    margin-top: 42px !important;
    padding-top: 0 !important;
    transform: none !important;
  }
}

/* ==========================================================
   Business Cards — Thumbnail Rail Root Fix
   Top-align thumb rail with main preview (CSS only).
   Wins over Hero Final Layout centering (~line 7191).
========================================================== */

@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-layout,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout {
    align-items: start !important;
    align-content: start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-rail,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    align-self: start !important;
    justify-content: flex-start !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  /* Neutralize prior gallery alignment hacks — gallery only */
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col {
    margin-top: 0 !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
    transform: none !important;
  }
}

/* ==========================================================
   Business Cards — Hero Gap Fix
   Tighten hero → Build Your Product spacing (CSS only).
   Desktop target gap: 48px.
========================================================== */

@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page,
  html body.single-product .og-printco-shell.og-engine-product-page,
  html body.single-product .og-engine-product-page[data-og-engine-layout="phase-2"],
  html body.single-product .og-engine-product-page[data-og-engine-layout="final-active"],
  html body.single-product .og-engine-product-page:has(.og-engine-section--hero) {
    gap: 48px !important;
    row-gap: 48px !important;
  }

  html body.single-product .og-engine-product-page > .og-engine-section--hero,
  html body.single-product .og-engine-product-page .og-engine-section--hero,
  html body.single-product .og-engine-product-page > .og-engine-hero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  html body.single-product .og-engine-product-page > .og-engine-section--configure,
  html body.single-product .og-engine-product-page .og-engine-section--configure {
    margin-top: 0 !important;
  }
}



/* ==========================================================
   Business Cards — Hero Gap Manual Fix
========================================================== */

@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page,
  html body.single-product .og-printco-shell.og-engine-product-page {
    gap: 36px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--hero {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--configure {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}


/* ==========================================================
   Business Cards — Hero Gap + Open Shell Final Fix
========================================================== */

@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page .og-engine-section--hero {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    padding: 0 !important;
    margin-bottom: 36px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--configure {
    margin-top: 0 !important;
  }
}


/* ==========================================================
   Business Cards — Final Vertical Rhythm Fix
========================================================== */

@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page,
  html body.single-product .og-printco-shell.og-engine-product-page {
    gap: 28px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--hero {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--configure {
    margin-top: -90px !important;
  }
}


/* ==========================================================
   Business Cards — Hero Info Title Alignment Final
========================================================== */

@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
    margin-top: -10px !important;
  }
}

/* ==========================================================
   Business Cards — Mobile Phase 2.1 Hero Optimization
   Premium stacked hero: info → main image → thumb strip.
   CSS only. Desktop (min-width: 1101px) untouched.
========================================================== */

@media (max-width: 1100px) {
  /* —— Shell: tighter hero → builder rhythm —— */
  html body.single-product .og-engine-product-page,
  html body.single-product .og-printco-shell.og-engine-product-page,
  html body.single-product .og-engine-product-page[data-og-engine-layout="phase-2"],
  html body.single-product .og-engine-product-page[data-og-engine-layout="final-active"],
  html body.single-product .og-engine-product-page:has(.og-engine-section--hero) {
    width: calc(100vw - 24px) !important;
    max-width: none !important;
    gap: 24px !important;
    row-gap: 24px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--hero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* —— Hero stack: product info first, gallery second —— */
  html body.single-product .og-engine-product-page .og-engine-section-grid--hero {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    align-items: stretch !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info {
    order: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery {
    order: 2 !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-engine-gallery {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* —— Product info: tighter premium rhythm —— */
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-info .product_title,
  html body.single-product .og-engine-product-page .og-engine-info .entry-title,
  html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-title {
    order: 1 !important;
    margin: 0 0 10px !important;
    font-size: clamp(34px, 8.5vw, 38px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.02em !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-rating,
  html body.single-product .og-engine-product-page .og-engine-info .og-engine-rating {
    order: 2 !important;
    margin: 0 0 10px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-details__short-description,
  html body.single-product .og-engine-product-page .og-engine-info .product-short-description,
  html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-description {
    order: 3 !important;
    margin: 0 0 12px !important;
    max-width: 100% !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-starting-price,
  html body.single-product .og-engine-product-page .og-engine-info .og-engine-starting-price {
    order: 4 !important;
    margin: 8px 0 0 !important;
    padding: 12px 0 0 !important;
    border-top: 1px solid #e8e8e8 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-starting-label {
    margin-bottom: 2px !important;
    font-size: 12px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-starting-value {
    font-size: clamp(1.35rem, 5vw, 1.6rem) !important;
    line-height: 1.15 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefits,
  html body.single-product .og-engine-product-page .og-engine-info .og-engine-benefits {
    order: 5 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 8px !important;
    margin: 14px 0 0 !important;
    padding: 0 0 2px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    grid-template-columns: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-card {
    flex: 0 0 auto !important;
    min-width: 132px !important;
    max-width: 168px !important;
    min-height: 0 !important;
    padding: 10px 12px !important;
    margin: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-title {
    font-size: 11px !important;
    margin-bottom: 2px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-text {
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-icon {
    flex: 0 0 28px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  /* —— Gallery: main image then horizontal thumbs —— */
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-preview.og-gallery-layout-side,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-layout,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    align-items: stretch !important;
    align-content: flex-start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-main-col,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col {
    order: 1 !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: stretch !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-rail,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    order: 2 !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: stretch !important;
    justify-content: flex-start !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-zoom-wrap,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap {
    width: 100% !important;
    height: 310px !important;
    min-height: 280px !important;
    max-height: 340px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 12px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-main-image,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-main-photo,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-image,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-photo {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  /* —— Horizontal thumbnail strip —— */
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 0 4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb {
    flex: 0 0 72px !important;
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    gap: 4px !important;
    align-content: start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-image,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image {
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    display: block !important;
    border-radius: 8px !important;
    background: transparent !important;
    border: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-image img,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-real-image,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image img,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-real-image,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image .og-gallery-css-mockup {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 8px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-label,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-label {
    font-size: 9px !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

/* ==========================================================
   Business Cards — Hero Info Title Alignment Final
   Desktop only.
========================================================== */

@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-info {
    margin-top: -10px !important;
  }
}

/* ==========================================================
   Business Cards — Mobile Gallery/Benefits Polish
========================================================== */

@media (max-width: 1100px) {

  /* Remove horizontal scrollbar under benefit cards */
  html body.single-product .og-engine-product-page .og-engine-benefits {
    overflow-x: visible !important;
    overflow-y: visible !important;
    scrollbar-width: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefits::-webkit-scrollbar {
    display: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-card {
    min-width: 0 !important;
    flex: 1 1 0 !important;
  }

  /* Make mobile thumbnail selection stable */
  html body.single-product .og-engine-product-page .og-gallery-thumb,
  html body.single-product .og-engine-product-page .og-gallery-thumb:hover,
  html body.single-product .og-engine-product-page .og-gallery-thumb.is-active,
  html body.single-product .og-engine-product-page .og-gallery-thumb[aria-selected="true"] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb-image,
  html body.single-product .og-engine-product-page .og-gallery-thumb img {
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Give active thumbnail a clean outline without hiding content */
  html body.single-product .og-engine-product-page .og-gallery-thumb.is-active,
  html body.single-product .og-engine-product-page .og-gallery-thumb[aria-selected="true"] {
    border-color: #ff6a21 !important;
    box-shadow: 0 0 0 2px rgba(255, 106, 33, 0.18) !important;
  }
}

/* ==========================================================
   OG Engine — Hide theme coming-soon placeholder on product pages
   (store horizon block only; footer/nav/chat untouched)
========================================================== */

html body.single-product:has(.og-engine-product-page) div.product > .wp-block-woocommerce-coming-soon,
html body.single-product:has(.og-engine-product-page) div.product > .woocommerce-coming-soon,
html body.single-product:has(.og-engine-product-page) div.product > [class*="coming-soon"],
html body.single-product:has(.og-engine-product-page) .woocommerce-coming-soon-store-information,
html body.single-product:has(.og-engine-product-page) .wp-block-woocommerce-coming-soon,
html body.single-product:has(.og-engine-product-page) div.product > .og-engine-product-page ~ .wp-block-group,
html body.single-product:has(.og-engine-product-page) div.product > .og-engine-product-page ~ [class*="coming-soon"],
html body.single-product:has(.og-engine-product-page) div.product > .og-engine-product-page ~ .woocommerce-coming-soon {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* ==========================================================
   Business Cards — Mobile Real Device Fix v1
   Android Chrome polish. CSS only. Desktop untouched.
========================================================== */

@media (max-width: 1100px) {
  /* —— Shell: prevent 100vw overflow / left crop —— */
  html body.single-product.og-engine-ready div.product {
    align-items: stretch !important;
    overflow-x: clip !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 0 !important;
  }

  html body.single-product .og-engine-product-page,
  html body.single-product .og-printco-shell.og-engine-product-page,
  html body.single-product .og-engine-product-page[data-og-engine-layout="phase-2"],
  html body.single-product .og-engine-product-page[data-og-engine-layout="final-active"],
  html body.single-product .og-engine-product-page:has(.og-engine-section--hero) {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: clip !important;
    box-sizing: border-box !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--hero,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery,
  html body.single-product .og-engine-product-page .og-engine-section-col--info,
  html body.single-product .og-engine-product-page .og-engine-gallery,
  html body.single-product .og-engine-product-page .og-gallery-preview,
  html body.single-product .og-engine-product-page .og-gallery-layout,
  html body.single-product .og-engine-product-page .og-gallery-main-col,
  html body.single-product .og-engine-product-page .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-gallery-zoom-wrap {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: clip !important;
  }

  /* —— Main preview: full width, controlled height, no crop —— */
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-zoom-wrap,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap,
  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-gallery-zoom-wrap {
    width: 100% !important;
    height: 290px !important;
    min-height: 260px !important;
    max-height: 320px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    position: relative !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-main-image,
  html body.single-product .og-engine-product-page .og-gallery-real-mockup,
  html body.single-product .og-engine-product-page .og-gallery-main-photo {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
  }

  /* Photo-render scene: scale to fit card (prevents left-edge clipping) */
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col .og-bc-photo-scene,
  html body.single-product .og-engine-product-page .og-gallery-preview--real-mockup .og-bc-photo-scene {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 620px !important;
    height: 410px !important;
    margin: 0 !important;
    overflow: visible !important;
    transform: translate(-50%, -50%) scale(0.5) !important;
    transform-origin: center center !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb-rail {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  /* —— Hide native selects; keep custom option buttons —— */
  html body.single-product .og-engine-product-page .og-configurator-field select,
  html body.single-product .og-engine-product-page .og-configurator-field .og-generated-select,
  html body.single-product .og-engine-product-page .og-configurator-field .og-generated-hidden-source,
  html body.single-product .og-engine-product-page .og-configurator-field .og-builder-hidden-select,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 select,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-generated-select,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-generated-hidden-source,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-hidden-select {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
  }

  /* —— Option buttons: touch-friendly 2-col, checkmark only when selected —— */
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button-group,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button-group,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button-group {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button {
    min-height: 48px !important;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    border: 2px solid #e5e5e5 !important;
    background: #ffffff !important;
    color: #111111 !important;
    box-shadow: none !important;
    transform: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button.is-selected,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button.is-selected {
    border-color: #f36b21 !important;
    background: #fff7f2 !important;
    color: #f36b21 !important;
    box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.14) !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button-check,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button-check,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button-check {
    display: none !important;
    opacity: 0 !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected .og-option-button-check,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button.is-selected .og-option-button-check,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button.is-selected .og-option-button-check {
    display: inline-flex !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* —— Remove huge blank space after builder —— */
  html body.single-product .og-engine-product-page .og-engine-section--configure,
  html body.single-product .og-engine-product-page .og-engine-section-grid--configure,
  html body.single-product .og-engine-product-page .og-engine-section-col--builder,
  html body.single-product .og-engine-product-page .og-engine-builder-body,
  html body.single-product .og-engine-product-page .og-configurator-panel,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-configurator-fields,
  html body.single-product .og-engine-product-page .og-engine-section-tabs {
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step {
    margin-bottom: 28px !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step:last-child,
  html body.single-product .og-engine-product-page .og-engine-builder-step--upload {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-tabs {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

/* ==========================================================
   Business Cards — Mobile Real Device Fix v2
   Selects: zero layout footprint. Checkmarks: selected only.
   Compact builder rhythm. Desktop untouched.
========================================================== */

@media (max-width: 1100px) {
  /* —— Native selects: DOM kept, zero layout, never visible —— */
  html body.single-product .og-engine-product-page .og-engine-configurator select,
  html body.single-product .og-engine-product-page .og-engine-configurator .og-configurator-field select,
  html body.single-product .og-engine-product-page .og-engine-configurator .og-configurator-field.og-builder-step select,
  html body.single-product .og-engine-product-page .og-configurator-panel select,
  html body.single-product .og-engine-product-page .og-configurator-panel .og-configurator-field select,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 select,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-configurator-field select,
  html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-configurator .og-builder-premium-v2 .og-configurator-field.og-builder-step select,
  html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-configurator-field select,
  html body.single-product .og-engine-product-page .og-configurator-field .og-generated-select,
  html body.single-product .og-engine-product-page .og-configurator-field .og-generated-hidden-source,
  html body.single-product .og-engine-product-page .og-configurator-field .og-builder-hidden-select,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-generated-select,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-generated-hidden-source,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-hidden-select,
  html body.single-product .og-engine-product-page [id^="og-"][id$="-select"] {
    position: fixed !important;
    left: -100vw !important;
    top: auto !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    z-index: -1 !important;
    box-shadow: none !important;
    background: transparent !important;
    line-height: 0 !important;
    font-size: 0 !important;
  }

  /* Hide duplicate field labels if any remain in DOM */
  html body.single-product .og-engine-product-page .og-configurator-field .og-configurator-field-label,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-configurator-field > label[for^="og-"] {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  /* —— Option buttons: checkmark on selected only —— */
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button:not(.is-selected) .og-option-button-check,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button:not(.is-selected) .og-option-button-check,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button:not(.is-selected) .og-option-button-check,
  html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-option-button:not(.is-selected) .og-option-button-check {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    transform: none !important;
    pointer-events: none !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button:not(.is-selected) .og-option-button-check svg,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button:not(.is-selected) .og-option-button-check svg,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button:not(.is-selected) .og-option-button-check svg,
  html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-option-button:not(.is-selected) .og-option-button-check svg {
    display: none !important;
    visibility: hidden !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected .og-option-button-check,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button.is-selected .og-option-button-check,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button.is-selected .og-option-button-check,
  html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-option-button.is-selected .og-option-button-check {
    display: inline-flex !important;
    visibility: visible !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    margin: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
    transform: none !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 18px !important;
  }

  /* —— Compact mobile builder rhythm —— */
  html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-builder-head,
  html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-summary-head {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-section-title {
    margin-bottom: 4px !important;
    font-size: 22px !important;
    line-height: 1.15 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-section-subtitle,
  html body.single-product .og-engine-product-page .og-engine-summary-head .og-engine-section-subtitle {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--builder,
  html body.single-product .og-engine-product-page .og-engine-section-col--summary {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--summary {
    padding-top: 14px !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-configurator-fields,
  html body.single-product .og-engine-product-page .og-engine-configurator .og-configurator-fields {
    gap: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-configurator-field.og-builder-step,
  html body.single-product .og-engine-product-page .og-engine-configurator .og-configurator-field.og-builder-step {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-builder-step,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step {
    gap: 8px !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding: 14px 0 !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step:last-child,
  html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-builder-step:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step-meta {
    gap: 4px !important;
    margin: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step-pill,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step-label {
    margin: 0 !important;
    padding: 4px 10px !important;
    font-size: 10px !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step-desc {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step-heading,
  html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-builder-step-heading {
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button-group,
  html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-option-button-group,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button-group {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    gap: 8px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-configurator .og-configurator-field {
    margin-bottom: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-summary-body {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* ==========================================================
   Business Cards — Mobile Legacy Builder Fix v1
   Targets live DOM: section.og-configurator-panel.og-builder-premium-v2
   (no .og-engine-product-page). Mobile only.
========================================================== */

@media (max-width: 1100px) {
  /* —— Fix 1: hide native selects (DOM kept for JS sync) —— */
  body.single-product section.og-configurator-panel.og-builder-premium-v2 #og-size-select.og-generated-select,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 #og-printing-select.og-generated-select,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 #og-quantity-select.og-generated-select,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 select.og-generated-hidden-source,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 select.og-generated-select,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 select.og-builder-hidden-select {
    position: fixed !important;
    left: -200vw !important;
    top: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    z-index: -1 !important;
  }

  /* —— Fix 2: checkmarks on selected only —— */
  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button:not(.is-selected) .og-option-button-check,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button:not(.is-selected) .og-option-button-check svg {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button.is-selected .og-option-button-check {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 18px !important;
    height: 18px !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 18px !important;
  }

  /* —— Fix 3: compact legacy builder spacing —— */
  body.single-product section.og-configurator-panel.og-builder-premium-v2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    gap: 0 !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-configurator-head {
    margin-bottom: 10px !important;
    gap: 10px !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-configurator-fields {
    gap: 0 !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-configurator-field.og-builder-step {
    gap: 8px !important;
    margin: 0 !important;
    padding: 12px 0 !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-builder-step-meta {
    gap: 4px !important;
    margin: 0 !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-builder-step-desc {
    margin: 0 !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-builder-step-heading {
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button-group {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    gap: 8px !important;
  }

  /* —— Fix 4: Live Pricing + real price value (legacy mobile) —— */
  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-configurator-live-pricing {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 2px !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-configurator-live-pricing > em {
    font-style: normal !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #15803d !important;
    background: #dcfce7 !important;
    border-radius: 999px !important;
    padding: 5px 10px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-configurator-live-price {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    color: #111111 !important;
    text-align: right !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-configurator-live-price .og-price-value {
    display: inline !important;
  }
}

/* Hide legacy head price when Phase 2 summary column owns pricing */
@media (min-width: 1101px) {
  body.single-product .og-engine-product-page .og-configurator-live-pricing .og-configurator-live-price {
    display: none !important;
  }
}

/* ==========================================================
   Mobile Legacy Hotfix v1
   Stronger select removal + checkmark-only-selected.
   Legacy wrapper only. Mobile only.
========================================================== */

@media (max-width: 1100px) {
  body.single-product section.og-configurator-panel.og-builder-premium-v2 select.og-generated-select,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 select.og-builder-hidden-select,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 select.og-generated-hidden-source,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 #og-size-select,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 #og-printing-select,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 #og-quantity-select {
    display: none !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button .og-option-button-check,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button .og-option-button-check svg {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button.is-selected .og-option-button-check {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 18px !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button.is-selected .og-option-button-check svg {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 18px !important;
    height: 18px !important;
  }
}

/* ==========================================================
   Mobile Legacy FOUC Fix v1 — visual state winners
   Stronger selected orange + checkmark-only-selected.
   Legacy wrapper only. Mobile only.
========================================================== */

@media (max-width: 1100px) {
  html body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button .og-option-button-check,
  html body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button .og-option-button-check svg {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  html body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button.is-selected,
  html body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button[aria-pressed="true"] {
    background: #ff5a1f !important;
    border-color: #ff5a1f !important;
    color: #fff !important;
    box-shadow: 0 0 0 2px rgba(255, 90, 31, 0.2) !important;
  }

  html body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button.is-selected .og-option-button-label,
  html body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button[aria-pressed="true"] .og-option-button-label {
    color: #fff !important;
  }

  html body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button.is-selected .og-option-button-check,
  html body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button[aria-pressed="true"] .og-option-button-check,
  html body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button.is-selected .og-option-button-check svg,
  html body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button[aria-pressed="true"] .og-option-button-check svg {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    overflow: visible !important;
    color: #fff !important;
    stroke: #fff !important;
  }
}

/* ==========================================================
   Mobile Legacy Interaction Fix v1
   JS-driven selected state + force-hidden selects.
   Legacy wrapper only. Mobile only.
========================================================== */

@media (max-width: 1100px) {
  body.single-product section.og-configurator-panel.og-builder-premium-v2 select.og-force-hidden-select,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 select.og-generated-select,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 select.og-builder-hidden-select,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 select.og-generated-hidden-source {
    display: none !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 48px !important;
    padding: 12px 14px !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #111111 !important;
    box-shadow: none !important;
    transform: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button.is-selected {
    background: #f36b21 !important;
    border-color: #f36b21 !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.18) !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button.is-selected .og-option-button-label {
    color: #ffffff !important;
  }

  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button.is-selected .og-option-button-check,
  body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-option-button.is-selected .og-option-button-check svg {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
    width: 18px !important;
    height: 18px !important;
  }
}

/* ==========================================================
   Mobile Phase 2 Polish v1
   Phase 2 shell only (.og-engine-product-page). Desktop untouched.
========================================================== */

@media (max-width: 1100px) {
  /* 1. Gallery: slight top spacing */
  html body.single-product .og-engine-product-page .og-engine-section--hero {
    margin-top: 18px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--hero .og-engine-gallery,
  html body.single-product .og-engine-product-page .og-engine-gallery,
  html body.single-product .og-engine-product-page .og-gallery-shell,
  html body.single-product .og-engine-product-page .og-gallery-main-card {
    margin-top: 0 !important;
  }

  /* 3. Price Summary: always visible, no stuck animation */
  html body.single-product .og-engine-product-page .og-engine-summary .og-summary-total {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-summary .og-summary-total [data-og-summary="price"],
  html body.single-product .og-engine-product-page .og-engine-summary [data-og-summary="price"] {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #111111 !important;
    min-width: 88px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-summary .og-price-value,
  html body.single-product .og-engine-product-page .og-engine-summary .og-price-value.is-exiting,
  html body.single-product .og-engine-product-page .og-engine-summary .og-price-value.is-entering,
  html body.single-product .og-engine-product-page .og-engine-summary .og-price-value.is-entered {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    color: #111111 !important;
    font-size: clamp(28px, 8vw, 34px) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
  }

  /* 4. Selected option: orange tint + readable navy label */
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button {
    background: #ffffff !important;
    border-color: #e5e5e5 !important;
    color: #111111 !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button .og-option-button-label,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button .og-option-button-label,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button .og-option-button-label {
    color: #111111 !important;
    font-weight: 700 !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button.is-selected,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button.is-selected {
    background: #fff4ed !important;
    border-color: #f36b21 !important;
    color: #0f2744 !important;
    box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.16) !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected .og-option-button-label,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button.is-selected .og-option-button-label,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button.is-selected .og-option-button-label {
    color: #0f2744 !important;
    font-weight: 800 !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected .og-option-button-check,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button.is-selected .og-option-button-check,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button.is-selected .og-option-button-check {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #f36b21 !important;
  }

  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected .og-option-button-check svg,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button.is-selected .og-option-button-check svg,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button.is-selected .og-option-button-check svg {
    stroke: #f36b21 !important;
    color: #f36b21 !important;
  }

  /* 5. Bottom safe area for mobile nav */
  html body.single-product .og-engine-product-page {
    padding-bottom: calc(90px + env(safe-area-inset-bottom, 0px)) !important;
  }

  /* 6. Chat bubble: lift above bottom nav / summary */
  html body.single-product #tidio-chat,
  html body.single-product #tidio-chat iframe,
  html body.single-product .tidio-chat,
  html body.single-product #hubspot-messages-iframe-container,
  html body.single-product .intercom-lightweight-app-launcher,
  html body.single-product .intercom-launcher-frame,
  html body.single-product #crisp-chatbox,
  html body.single-product .crisp-client .cc-1xry,
  html body.single-product [class*="chat-launcher"],
  html body.single-product [id*="chat-widget"],
  html body.single-product [class*="ChatWidget"] {
    bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
  }

  /* 7. Overview tabs: compact mobile rhythm */
  html body.single-product .og-engine-product-page .og-engine-section-tabs {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-top: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs {
    padding: 0 !important;
    margin: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs ul.tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs ul.tabs li a {
    padding: 10px 12px !important;
    min-height: 0 !important;
    line-height: 1.2 !important;
    font-size: 13px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs .panel {
    padding: 10px 0 4px !important;
    margin: 0 !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs .panel h2:first-child {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    font-size: 18px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs .panel p {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }
}

/* ==========================================================
   Mobile Phase 2 Polish v2
   Phase 2 shell only (.og-engine-product-page). Desktop untouched.
========================================================== */

@media (max-width: 1100px) {
  /* 1. Selected option label: dark navy, full opacity */
  html body.single-product .og-engine-product-page .og-option-button.is-selected,
  html body.single-product .og-engine-product-page .og-option-button.is-selected .og-option-button-label,
  html body.single-product .og-engine-product-page .og-option-button[aria-pressed="true"],
  html body.single-product .og-engine-product-page .og-option-button[aria-pressed="true"] .og-option-button-label,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected .og-option-button-label,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button[aria-pressed="true"],
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button[aria-pressed="true"] .og-option-button-label,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button.is-selected,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button.is-selected .og-option-button-label,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button.is-selected,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button.is-selected .og-option-button-label,
  html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-option-button.is-selected,
  html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-option-button.is-selected .og-option-button-label {
    color: #071224 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #071224 !important;
  }

  /* 2. Chat bubble: lower than v1, still above bottom nav */
  html body.single-product #tidio-chat,
  html body.single-product #tidio-chat iframe,
  html body.single-product .tidio-chat,
  html body.single-product #hubspot-messages-iframe-container,
  html body.single-product .intercom-lightweight-app-launcher,
  html body.single-product .intercom-launcher-frame,
  html body.single-product #crisp-chatbox,
  html body.single-product .crisp-client .cc-1xry,
  html body.single-product [class*="chat-launcher"],
  html body.single-product [id*="chat-widget"],
  html body.single-product [class*="ChatWidget"] {
    bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
  }

  /* 3. Thumb/gallery row only — small gap below main image */
  html body.single-product .og-engine-product-page .og-gallery-thumbs,
  html body.single-product .og-engine-product-page .og-gallery-strip,
  html body.single-product .og-engine-product-page .og-gallery-nav,
  html body.single-product .og-engine-product-page .og-gallery-mini {
    margin-top: 12px !important;
  }

  /* Undo v1 whole-hero nudge; thumbs handle spacing */
  html body.single-product .og-engine-product-page .og-engine-section--hero {
    margin-top: 0 !important;
  }
}

/* ==========================================================
   Mobile Phase 2 Polish v3
   Phase 2 shell only (.og-engine-product-page). Desktop untouched.
========================================================== */

@media (max-width: 1100px) {
  /* 1. Option buttons: centered labels, absolute checkmark */
  html body.single-product .og-engine-product-page .og-option-button,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button {
    position: relative !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-option-button-label,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button-label,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button-label,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button-label {
    width: 100% !important;
    flex: 0 0 auto !important;
    text-align: center !important;
  }

  html body.single-product .og-engine-product-page .og-option-button-check,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button-check,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button-check,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button-check {
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    flex: none !important;
    margin: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-option-button.is-selected .og-option-button-check,
  html body.single-product .og-engine-product-page .og-option-button[aria-pressed="true"] .og-option-button-check,
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-selected .og-option-button-check,
  html body.single-product .og-engine-product-page .og-engine-builder .og-option-button.is-selected .og-option-button-check,
  html body.single-product .og-engine-product-page .og-configurator-field .og-option-button.is-selected .og-option-button-check {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* 2. Chat launcher only — lower, above bottom nav (overrides v1 96px / v2 76px) */
  html body.single-product #tidio-chat iframe,
  html body.single-product #tidio-chat,
  html body.single-product .intercom-lightweight-app-launcher,
  html body.single-product #crisp-chatbox,
  html body.single-product [class*="chat-launcher"],
  html body.single-product [id*="chat-widget"] {
    bottom: calc(58px + env(safe-area-inset-bottom, 0px)) !important;
  }

  /* 3. Overview tabs: stack text + image, no overlap */
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel,
  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs .panel,
  html body.single-product .og-engine-product-page .og-product-overview,
  html body.single-product .og-engine-product-page .og-overview-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel p,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel li,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel div,
  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs .panel p,
  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs .panel li,
  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs .panel div,
  html body.single-product .og-engine-product-page .og-product-overview p,
  html body.single-product .og-engine-product-page .og-product-overview li,
  html body.single-product .og-engine-product-page .og-product-overview div,
  html body.single-product .og-engine-product-page .og-overview-card p,
  html body.single-product .og-engine-product-page .og-overview-card li,
  html body.single-product .og-engine-product-page .og-overview-card div {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel img,
  html body.single-product .og-engine-product-page .og-engine-tabs img,
  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs .panel img,
  html body.single-product .og-engine-product-page .og-product-overview img,
  html body.single-product .og-engine-product-page .og-overview-image,
  html body.single-product .og-engine-product-page .og-overview-image img,
  html body.single-product .og-engine-product-page .og-overview-card img {
    position: static !important;
    float: none !important;
    display: block !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 18px auto !important;
    inset: auto !important;
    transform: none !important;
    align-self: center !important;
  }

  html body.single-product .og-engine-product-page .og-overview-image,
  html body.single-product .og-engine-product-page .og-overview-card {
    position: static !important;
    float: none !important;
    display: block !important;
    max-width: 100% !important;
    margin: 18px auto !important;
  }
}

/* ==========================================================
   Mobile Portrait Overview Fix v1
   Portrait phone only. Phase 2 overview/tabs. Desktop/landscape untouched.
========================================================== */

@media (max-width: 700px) and (orientation: portrait) {
  /* 1. Panel: single column */
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel--description,
  html body.single-product .og-engine-product-page .og-product-overview,
  html body.single-product .og-engine-product-page .og-overview-image,
  html body.single-product .og-engine-product-page .og-overview-card {
    display: block !important;
    grid-template-columns: 1fr !important;
    columns: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow-wrap: break-word !important;
  }

  /* 4. Text: full width */
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel p,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel li,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel h2,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel h3,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel div,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel--description p,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel--description li,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel--description h2,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel--description h3,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel--description div,
  html body.single-product .og-engine-product-page .og-product-overview p,
  html body.single-product .og-engine-product-page .og-product-overview li,
  html body.single-product .og-engine-product-page .og-product-overview h2,
  html body.single-product .og-engine-product-page .og-product-overview h3,
  html body.single-product .og-engine-product-page .og-product-overview div,
  html body.single-product .og-engine-product-page .og-overview-card p,
  html body.single-product .og-engine-product-page .og-overview-card li,
  html body.single-product .og-engine-product-page .og-overview-card h2,
  html body.single-product .og-engine-product-page .og-overview-card h3,
  html body.single-product .og-engine-product-page .og-overview-card div {
    max-width: 100% !important;
    width: 100% !important;
    overflow-wrap: break-word !important;
  }

  /* 2. Image/card wrappers: out of overlay mode */
  html body.single-product .og-engine-product-page .og-overview-image,
  html body.single-product .og-engine-product-page .og-overview-card {
    position: static !important;
    float: none !important;
    transform: none !important;
    inset: auto !important;
    z-index: auto !important;
  }

  /* 2 + 3. Images: below text, full width block */
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel img,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel--description img,
  html body.single-product .og-engine-product-page .og-engine-tabs img,
  html body.single-product .og-engine-product-page .og-product-overview img,
  html body.single-product .og-engine-product-page .og-overview-image img {
    position: static !important;
    float: none !important;
    transform: none !important;
    inset: auto !important;
    z-index: auto !important;
    display: block !important;
    clear: both !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 18px auto 0 !important;
  }

  html body.single-product .og-engine-product-page .og-overview-image,
  html body.single-product .og-engine-product-page .og-overview-card {
    display: block !important;
    clear: both !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 18px auto 0 !important;
  }
}

/* ==========================================================
   Mini Gallery No Scale Fix v1
   Thumbs/mini menu: no grow, translate, or z-index jump.
   Selected/hover: border and shadow only. Main image untouched.
========================================================== */

html body.single-product .og-gallery-thumbs,
html body.single-product .og-engine-product-page .og-gallery-thumbs {
  transform: none !important;
  z-index: auto !important;
}

html body.single-product .og-gallery-thumb,
html body.single-product .og-gallery-thumb:hover,
html body.single-product .og-gallery-thumb:active,
html body.single-product .og-gallery-thumb.is-active,
html body.single-product .og-gallery-thumb:focus-visible,
html body.single-product .og-gallery-mini,
html body.single-product .og-gallery-mini:hover,
html body.single-product .og-gallery-mini:active,
html body.single-product .og-gallery-mini.is-active,
html body.single-product .og-gallery-mini:focus-visible,
html body.single-product .og-engine-product-page .og-gallery-thumb,
html body.single-product .og-engine-product-page .og-gallery-thumb:hover,
html body.single-product .og-engine-product-page .og-gallery-thumb:active,
html body.single-product .og-engine-product-page .og-gallery-thumb.is-active,
html body.single-product .og-engine-product-page .og-gallery-thumb:focus-visible,
html body.single-product .og-engine-product-page .og-gallery-mini,
html body.single-product .og-engine-product-page .og-gallery-mini:hover,
html body.single-product .og-engine-product-page .og-gallery-mini:active,
html body.single-product .og-engine-product-page .og-gallery-mini.is-active,
html body.single-product .og-engine-product-page .og-gallery-mini:focus-visible {
  transform: none !important;
  translate: none !important;
  z-index: auto !important;
  transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease !important;
}

html body.single-product .og-gallery-thumb:hover,
html body.single-product .og-gallery-mini:hover,
html body.single-product .og-engine-product-page .og-gallery-thumb:hover,
html body.single-product .og-engine-product-page .og-gallery-mini:hover,
html body.single-product .og-engine-product-page .og-gallery-thumb:focus-visible,
html body.single-product .og-engine-product-page .og-gallery-mini:focus-visible {
  transform: none !important;
  border-color: #f36b21 !important;
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(17, 17, 17, 0.06) !important;
}

html body.single-product .og-gallery-thumb.is-active,
html body.single-product .og-gallery-mini.is-active,
html body.single-product .og-engine-product-page .og-gallery-thumb.is-active,
html body.single-product .og-engine-product-page .og-gallery-mini.is-active,
html body.single-product .og-engine-product-page .og-gallery-thumb[aria-selected="true"],
html body.single-product .og-engine-product-page .og-gallery-mini[aria-selected="true"] {
  transform: none !important;
  border-color: #f36b21 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.18) !important;
}

html body.single-product .og-gallery-thumb:active,
html body.single-product .og-gallery-mini:active,
html body.single-product .og-engine-product-page .og-gallery-thumb:active,
html body.single-product .og-engine-product-page .og-gallery-mini:active {
  transform: none !important;
}

html body.single-product .og-gallery-thumb .og-gallery-thumb-image,
html body.single-product .og-gallery-thumb:hover .og-gallery-thumb-image,
html body.single-product .og-gallery-thumb:active .og-gallery-thumb-image,
html body.single-product .og-gallery-thumb.is-active .og-gallery-thumb-image,
html body.single-product .og-engine-product-page .og-gallery-thumb .og-gallery-thumb-image,
html body.single-product .og-engine-product-page .og-gallery-thumb:hover .og-gallery-thumb-image,
html body.single-product .og-engine-product-page .og-gallery-thumb:active .og-gallery-thumb-image,
html body.single-product .og-engine-product-page .og-gallery-thumb.is-active .og-gallery-thumb-image {
  transform: none !important;
}

/* ==========================================================
   Mobile Gallery Active + Assistant Viewport Fix v1 (gallery)
   Mobile Gallery + Assistant Hotfix v2 (gallery)
   Mobile only. Active thumb: no width/margin shift. Desktop untouched.
========================================================== */

@media (max-width: 1100px) {
  html body.single-product .og-engine-product-page .og-gallery-thumb,
  html body.single-product .og-engine-product-page .og-gallery-thumb:hover,
  html body.single-product .og-engine-product-page .og-gallery-thumb:active,
  html body.single-product .og-engine-product-page .og-gallery-thumb.is-active,
  html body.single-product .og-engine-product-page .og-gallery-thumb[aria-selected="true"],
  html body.single-product .og-engine-product-page .og-gallery-thumb:focus-visible {
    position: relative !important;
    transform: none !important;
    translate: none !important;
    scale: none !important;
    z-index: auto !important;
    overflow: hidden !important;
    transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb.is-active,
  html body.single-product .og-engine-product-page .og-gallery-thumb[aria-selected="true"] {
    border-color: #f36b21 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.18) !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb img,
  html body.single-product .og-engine-product-page .og-gallery-thumb.is-active img,
  html body.single-product .og-engine-product-page .og-gallery-thumb[aria-selected="true"] img {
    transform: none !important;
    translate: none !important;
    scale: none !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb .og-gallery-thumb-image,
  html body.single-product .og-engine-product-page .og-gallery-thumb.is-active .og-gallery-thumb-image,
  html body.single-product .og-engine-product-page .og-gallery-thumb[aria-selected="true"] .og-gallery-thumb-image {
    position: relative !important;
    overflow: hidden !important;
    transform: none !important;
  }
}

/* OG Print Engine — Product Header Restore v1 */
html body.single-product .og-engine-product-page .og-engine-info .product_title,
html body.single-product .og-engine-product-page .og-engine-info h1.product_title,
html body.single-product .og-engine-product-page .og-engine-info .entry-title,
html body.single-product .og-engine-product-page .og-engine-info h1.entry-title,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-title {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-details__short-description,
html body.single-product .og-engine-product-page .og-engine-info .product-short-description,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-description {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-rating,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-rating {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

html body.single-product .og-engine-product-page .og-engine-info .og-engine-starting-price {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

html body.single-product .og-engine-product-page .og-engine-info .og-engine-benefits {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

html body.single-product .og-engine-product-page .og-engine-info .product_title.og-engine-hero-hidden,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-title.og-engine-hero-hidden,
html body.single-product .og-engine-product-page .og-engine-info .og-engine-info-description.og-engine-hero-hidden,
html body.single-product .og-engine-product-page .og-engine-info .woocommerce-product-details__short-description.og-engine-hero-hidden {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

/* ==========================================================
   Breadcrumb Background Clearance v1
   Separate breadcrumb container from hero/gallery — not a gallery nudge.
========================================================== */

html body.single-product.og-engine-ready .og-product-page > .og-product-breadcrumbs,
html body.single-product.og-engine-ready .og-product-breadcrumbs,
html body.single-product.og-engine-ready nav.og-product-breadcrumbs,
html body.single-product.og-engine-ready div.product > .woocommerce-breadcrumb,
html body.single-product.og-engine-ready div.product > nav.woocommerce-breadcrumb,
html body.single-product.og-engine-ready .woocommerce-breadcrumb,
html body.single-product.og-engine-ready nav[aria-label="Breadcrumb"],
html body.single-product.og-engine-ready .breadcrumb,
html body.single-product.og-engine-ready .yoast-breadcrumb,
html body.single-product.og-engine-ready .rank-math-breadcrumb,
html body.single-product.og-engine-ready .product-breadcrumb,
html body.single-product.og-engine-ready .page-header .breadcrumb,
html body.single-product.og-engine-ready .page-header .woocommerce-breadcrumb {
  position: relative !important;
  z-index: 1 !important;
  overflow: visible !important;
}

@media (min-width: 901px) {
  html body.single-product.og-engine-ready .og-product-page > .og-product-breadcrumbs,
  html body.single-product.og-engine-ready .og-product-breadcrumbs,
  html body.single-product.og-engine-ready nav.og-product-breadcrumbs,
  html body.single-product.og-engine-ready div.product > .woocommerce-breadcrumb,
  html body.single-product.og-engine-ready div.product > nav.woocommerce-breadcrumb,
  html body.single-product.og-engine-ready .woocommerce-breadcrumb,
  html body.single-product.og-engine-ready nav[aria-label="Breadcrumb"],
  html body.single-product.og-engine-ready .breadcrumb,
  html body.single-product.og-engine-ready .yoast-breadcrumb,
  html body.single-product.og-engine-ready .rank-math-breadcrumb,
  html body.single-product.og-engine-ready .product-breadcrumb,
  html body.single-product.og-engine-ready .page-header .breadcrumb,
  html body.single-product.og-engine-ready .page-header .woocommerce-breadcrumb {
    margin-bottom: 30px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--hero {
    clear: both !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--gallery,
  html body.single-product .og-engine-product-page .og-gallery-shell {
    margin-top: 0 !important;
  }
}

@media (max-width: 900px) {
  html body.single-product.og-engine-ready .og-product-page > .og-product-breadcrumbs,
  html body.single-product.og-engine-ready .og-product-breadcrumbs,
  html body.single-product.og-engine-ready nav.og-product-breadcrumbs,
  html body.single-product.og-engine-ready div.product > .woocommerce-breadcrumb,
  html body.single-product.og-engine-ready div.product > nav.woocommerce-breadcrumb,
  html body.single-product.og-engine-ready .woocommerce-breadcrumb,
  html body.single-product.og-engine-ready nav[aria-label="Breadcrumb"],
  html body.single-product.og-engine-ready .breadcrumb,
  html body.single-product.og-engine-ready .yoast-breadcrumb,
  html body.single-product.og-engine-ready .rank-math-breadcrumb,
  html body.single-product.og-engine-ready .product-breadcrumb,
  html body.single-product.og-engine-ready .page-header .breadcrumb,
  html body.single-product.og-engine-ready .page-header .woocommerce-breadcrumb {
    margin-bottom: 20px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--hero {
    clear: both !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* ==========================================================
   Manual Gallery Spacing Fix v1
   Superseded on mobile by Gallery Rail Alignment v3 (.og-gallery-thumb-rail).
========================================================== */

@media (max-width: 900px) {
  html body.single-product .og-engine-product-page .og-gallery-main-card {
    margin-bottom: 0 !important;
  }
}

html body.single-product .og-engine-product-page .og-gallery-thumb.is-active,
html body.single-product .og-engine-product-page .og-gallery-thumb[aria-selected="true"] {
  margin-top: 0 !important;
  transform: none !important;
}

/* ==========================================================
   Gallery Thumb Position Fix v2
   Mobile: stable active state. Desktop rail padding superseded by v3.
========================================================== */

@media (max-width: 900px) {
  html body.single-product .og-engine-product-page .og-gallery-thumb,
  html body.single-product .og-engine-product-page .og-gallery-thumb.is-active,
  html body.single-product .og-engine-product-page .og-gallery-thumb[aria-selected="true"] {
    transform: none !important;
    outline: none !important;
    scale: none !important;
    translate: none !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb {
    box-shadow: none !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb.is-active,
  html body.single-product .og-engine-product-page .og-gallery-thumb[aria-selected="true"] {
    border-color: #ff5a1f !important;
    box-shadow: 0 0 0 2px rgba(255, 90, 31, 0.22) !important;
  }
}

/* ==========================================================
   Gallery Rail Alignment v3
   Desktop: subtle rail top pad to match main image. Mobile: real thumb-rail gap.
========================================================== */

@media (min-width: 901px) {
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-rail,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    margin-top: 0 !important;
    padding-top: 8px !important;
  }
}

@media (max-width: 900px) {
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-layout,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout {
    gap: 0 !important;
    row-gap: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-rail,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    margin-top: 14px !important;
  }
}

/* ==========================================================
   Gallery Rail Alignment v4
   Desktop: rail 2px top pad. Mobile: gap on preview-grid (inner strip).
========================================================== */

@media (min-width: 901px) {
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-rail,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    padding-top: 2px !important;
  }
}

@media (max-width: 900px) {
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-rail,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-grid {
    margin-top: 14px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

/* ==========================================================
   Mobile Gallery Spacing Real Computed Fix v5
   Mobile only. Desktop untouched (min-width: 901px rules above).
========================================================== */

@media (max-width: 900px) {
  /* Real flex parent between main image column and thumb rail */
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-layout,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    row-gap: 10px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-rail,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    margin-top: 0 !important;
    padding-top: 0 !important;
    overflow: visible !important;
  }

  /* Padding beats margin collapse + margin:0 shorthands; overrides padding: 0 0 4px */
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-grid {
    margin-top: 0 !important;
    padding: 10px 0 4px !important;
    transform: none !important;
    overflow-y: visible !important;
  }
}

/* ==========================================================
   Desktop Gallery Thumb Rail Compact v1
   Desktop only. Tighter vertical thumb stack; sizes unchanged.
========================================================== */

@media (min-width: 901px) {
  html body.single-product .og-engine-product-page .og-gallery-thumb-rail,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-rail,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    gap: 10px !important;
    row-gap: 10px !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-grid {
    gap: 10px !important;
    row-gap: 10px !important;
  }
}

/* ==========================================================
   Mobile Hero Benefit Cards Compact v1
   Mobile only. Hide starting-at; compact 3-col benefit row.
========================================================== */

@media (max-width: 900px) {
  html body.single-product .og-engine-product-page .og-engine-starting-price,
  html body.single-product .og-engine-product-page .og-starting-at,
  html body.single-product .og-engine-product-page .og-engine-info .og-engine-starting-price,
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-starting-price {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefits,
  html body.single-product .og-engine-product-page .og-benefit-cards,
  html body.single-product .og-engine-product-page .og-engine-info .og-engine-benefits,
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefits {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    overflow-x: visible !important;
    flex-direction: unset !important;
    flex-wrap: unset !important;
    align-items: stretch !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-card,
  html body.single-product .og-engine-product-page .og-engine-info .og-engine-benefit-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefit-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    min-height: auto !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 1 1 0 !important;
    padding: 10px 6px !important;
    border-radius: 14px !important;
    gap: 6px !important;
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-icon {
    flex: 0 0 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    margin: 0 0 4px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 2px !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-title,
  html body.single-product .og-engine-product-page .og-engine-benefit-card strong {
    font-size: 12px !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    white-space: normal !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-text,
  html body.single-product .og-engine-product-page .og-engine-benefit-card .og-engine-benefit-text,
  html body.single-product .og-engine-product-page .og-engine-benefit-card span:not(.og-engine-benefit-icon) {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 380px) {
  html body.single-product .og-engine-product-page .og-engine-benefit-card,
  html body.single-product .og-engine-product-page .og-engine-info .og-engine-benefit-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--info .og-engine-benefit-card {
    padding: 8px 4px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-title,
  html body.single-product .og-engine-product-page .og-engine-benefit-card strong {
    font-size: 11px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-benefit-text,
  html body.single-product .og-engine-product-page .og-engine-benefit-card .og-engine-benefit-text {
    font-size: 9px !important;
  }
}

/* ==========================================================
   Desktop Gallery Rail Revert + Compact v2
   Reverts rail fit v1 (height 100% / space-between). Tight top stack.
========================================================== */

@media (min-width: 901px) {
  html body.single-product .og-engine-product-page .og-gallery-layout,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-layout,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout {
    align-items: start !important;
    align-content: start !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-main-col,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-main-col,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col {
    align-self: start !important;
    height: auto !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb-rail,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-rail,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    height: auto !important;
    align-self: start !important;
    padding-top: 2px !important;
    justify-content: flex-start !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-grid {
    height: auto !important;
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    row-gap: 6px !important;
    margin: 0 !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb {
    margin: 0 !important;
    min-height: auto !important;
    flex: 0 0 auto !important;
  }
}

/* ==========================================================
   Desktop Floating Gallery Bar v1
   CSS-only overlay: rail stacks over main image (no DOM move).
   Mobile untouched (max-width: 900px rules unchanged).
========================================================== */

@media (min-width: 901px) {
  html body.single-product .og-engine-product-page .og-gallery-layout,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-layout,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: minmax(0, 1fr) !important;
    gap: 0 !important;
    position: relative !important;
    align-items: stretch !important;
    align-content: stretch !important;
    width: 100% !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-main-col,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-main-col,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-col {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: stretch !important;
    z-index: 1 !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-main-card,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-zoom-wrap,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-zoom-wrap {
    position: relative !important;
    width: 100% !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb-rail,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-rail,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-rail {
    grid-column: 1 !important;
    grid-row: 1 !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: 18px !important;
    top: auto !important;
    transform: translateX(-50%) !important;
    translate: none !important;
    z-index: 5 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 32px) !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    align-self: auto !important;
    justify-content: flex-start !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    pointer-events: auto !important;
    background: rgba(255, 255, 255, 0.92) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(15, 23, 42, 0.12) !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18) !important;
    border-radius: 18px !important;
    overflow: visible !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-preview-grid,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-preview-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    row-gap: 10px !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 0 0 auto !important;
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    min-height: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 6px 8px !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
    translate: none !important;
    scale: none !important;
    transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb:hover,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb:hover,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb:hover,
  html body.single-product .og-engine-product-page .og-gallery-thumb:focus-visible,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb:focus-visible,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb:focus-visible {
    transform: none !important;
    translate: none !important;
    scale: none !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb.is-active,
  html body.single-product .og-engine-product-page .og-gallery-thumb[aria-selected="true"],
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb.is-active,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb[aria-selected="true"],
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb.is-active,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb[aria-selected="true"] {
    border-color: #f36b21 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.2) !important;
    transform: none !important;
    translate: none !important;
    scale: none !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb-image,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image {
    width: 52px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb img,
  html body.single-product .og-engine-product-page .og-gallery-thumb .og-gallery-thumb-real-image,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb img,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb .og-gallery-thumb-real-image,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image img,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-image .og-gallery-thumb-real-image {
    width: 52px !important;
    height: 44px !important;
    object-fit: cover !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-gallery-thumb-label,
  html body.single-product .og-engine-product-page .og-engine-gallery .og-gallery-layout-side .og-gallery-thumb-label,
  html body.single-product .og-engine-product-page .og-engine-section-col--gallery .og-gallery-thumb-label {
    font-size: 11px !important;
    line-height: 1.1 !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
}

/* ==========================================================
   Builder Spacing Below Hero v1
   Push BUILD YOUR PRODUCT / configure block down from hero.
   CSS only. Hero + floating gallery untouched.
========================================================== */

@media (min-width: 901px) {
  html body.single-product .og-engine-product-page .og-engine-section--configure,
  html body.single-product .og-engine-product-page > .og-engine-section--configure {
    margin-top: 20px !important;
  }
}

@media (max-width: 900px) {
  html body.single-product .og-engine-product-page .og-engine-section--configure,
  html body.single-product .og-engine-product-page > .og-engine-section--configure {
    margin-top: 18px !important;
  }
}

/* ==========================================================
   UX Cleanup v1
   Hide grey intro line under each STEP badge.
========================================================== */

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-builder-step-desc,
html body.single-product .og-engine-product-page .og-engine-section--configure .og-builder-premium-v2 .og-builder-step-desc,
html body.single-product section.og-configurator-panel.og-builder-premium-v2 .og-builder-step-desc {
  display: none !important;
}

/* ==========================================================
   Artwork UX + Mobile Overview Cleanup v1
   Part 1: STEP desc hidden above (UX Cleanup v1).
   Part 4: Mobile overview — description/overview only (see Hotfix v2).
========================================================== */

/* ==========================================================
   Mobile Overview Gap Hotfix v2
   Narrow overview image hiding; reset other tab panels.
   Mobile only (max-width: 900px).
========================================================== */

@media (max-width: 900px) {
  /* 1. Hide images ONLY in description/overview panels */
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel--description img,
  html body.single-product .og-engine-product-page #tab-description img,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel--description .og-overview-image,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel--description .og-overview-image img,
  html body.single-product .og-engine-product-page .og-product-overview img,
  html body.single-product .og-engine-product-page .og-product-overview .og-overview-image,
  html body.single-product .og-engine-product-page .og-product-overview .og-overview-image img,
  html body.single-product .og-engine-product-page .og-engine-tab-panel[data-og-panel="overview"] img,
  html body.single-product .og-engine-product-page .og-engine-tab-panel[data-og-panel="overview"] .og-engine-tab-mockup-col,
  html body.single-product .og-engine-product-page .og-engine-tab-panel[data-og-panel="overview"] .og-engine-tab-lifestyle-mockup,
  html body.single-product .og-engine-product-page .og-engine-tab-panel[data-og-panel="overview"] .og-engine-tab-mockup {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  /* 2. Reset non-description Woo panels only (not OG tab panels) */
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel:not(.woocommerce-Tabs-panel--description),
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel:not(#tab-description) {
    margin-top: 0 !important;
    padding-top: 0 !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tab-panel.is-active:not([data-og-panel="overview"]) img,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel:not(.woocommerce-Tabs-panel--description) img,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel:not(#tab-description) img {
    display: block !important;
    visibility: visible !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    float: none !important;
    overflow: visible !important;
    transform: none !important;
    inset: auto !important;
  }

  /* 3. Full-width text ONLY inside active description/overview */
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel--description,
  html body.single-product .og-engine-product-page #tab-description,
  html body.single-product .og-engine-product-page .og-product-overview,
  html body.single-product .og-engine-product-page .og-engine-tab-panel[data-og-panel="overview"].is-active,
  html body.single-product .og-engine-product-page .og-engine-tab-panel[data-og-panel="overview"].is-active .og-engine-tab-split,
  html body.single-product .og-engine-product-page .og-engine-tab-panel[data-og-panel="overview"].is-active .og-engine-tab-copy-col,
  html body.single-product .og-engine-product-page .og-engine-tab-panel[data-og-panel="overview"].is-active .og-engine-tab-copy {
    display: block !important;
    grid-template-columns: 1fr !important;
    columns: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    float: none !important;
    position: static !important;
  }

  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel--description p,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel--description li,
  html body.single-product .og-engine-product-page .woocommerce-Tabs-panel--description div,
  html body.single-product .og-engine-product-page #tab-description p,
  html body.single-product .og-engine-product-page #tab-description li,
  html body.single-product .og-engine-product-page #tab-description div,
  html body.single-product .og-engine-product-page .og-product-overview p,
  html body.single-product .og-engine-product-page .og-product-overview li,
  html body.single-product .og-engine-product-page .og-product-overview div,
  html body.single-product .og-engine-product-page .og-engine-tab-panel[data-og-panel="overview"].is-active p,
  html body.single-product .og-engine-product-page .og-engine-tab-panel[data-og-panel="overview"].is-active li,
  html body.single-product .og-engine-product-page .og-engine-tab-panel[data-og-panel="overview"].is-active div,
  html body.single-product .og-engine-product-page .og-engine-tab-panel[data-og-panel="overview"].is-active .og-engine-overview-checklist li {
    max-width: 100% !important;
    width: 100% !important;
    line-height: 1.65 !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
}

/* ==========================================================
   Mobile Tabs Empty Space Fix v1
   Collapse hidden OG tab panels; active panel sizes to content.
   Mobile only (max-width: 900px).
========================================================== */

@media (max-width: 900px) {
  html body.single-product .og-engine-product-page .og-engine-section-tabs,
  html body.single-product .og-engine-product-page .og-engine-section-tabs .og-engine-premium-tabs,
  html body.single-product .og-engine-product-page .og-engine-premium-tabs,
  html body.single-product .og-engine-product-page .og-engine-tab-panels {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    aspect-ratio: auto !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
  }

  html body.single-product .og-engine-product-page .og-engine-premium-tabs {
    padding: 16px 18px 18px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tab-panels {
    display: block !important;
    position: relative !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tab-panel[hidden],
  html body.single-product .og-engine-product-page .og-engine-tab-panel:not(.is-active),
  html body.single-product .og-engine-product-page .og-engine-tab-panel.is-fading-out {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tab-panel.is-active {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    visibility: visible !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    transform: none !important;
    padding: 16px 18px 18px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tab-mockup-col {
    min-height: 0 !important;
    max-height: none !important;
  }
}

/* ==========================================================
   Artwork Vertical Cards Layout v4
========================================================== */

html body.single-product .og-engine-product-page .og-engine-summary .og-artwork-choice-panel,
html body.single-product .og-engine-product-page .og-summary-trust-area .og-artwork-choice-panel {
  display: none !important;
}

html body.single-product .og-engine-product-page .og-configurator-fields .og-artwork-choice-panel,
html body.single-product .og-engine-product-page .og-engine-configurator .og-artwork-choice-panel {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-grid,
html body.single-product .og-engine-product-page .og-artwork-choice-grid--tiers,
html body.single-product .og-engine-product-page .og-artwork-tier-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  width: 100% !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-card {
  position: relative !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 34px 56px minmax(0, 1fr) auto !important;
  align-items: start !important;
  gap: 14px !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  border-radius: 16px !important;
  background: #fff !important;
  min-height: 92px !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  text-align: left !important;
  cursor: pointer !important;
  overflow: visible !important;
  box-shadow: none !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-card input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-radio {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #c8ced8 !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-card.is-selected .og-artwork-tier-radio {
  border-color: #ff5a1f !important;
  box-shadow: inset 0 0 0 4px #ff5a1f !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-icon {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 14px !important;
  background: #f5f7fb !important;
  color: #071224 !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-content,
html body.single-product .og-engine-product-page .og-artwork-tier-copy {
  grid-column: 3 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-title {
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #071224 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-subtitle,
html body.single-product .og-engine-product-page .og-artwork-tier-description {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  color: #475569 !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-subtitle {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-description {
  grid-column: 3 / -1 !important;
  grid-row: 2 !important;
  margin-top: 8px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-badge,
html body.single-product .og-engine-product-page .og-artwork-tier-price {
  grid-column: 4 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  background: #f5f5f5 !important;
  color: #444444 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-card.is-selected,
html body.single-product .og-engine-product-page .og-artwork-tier-card[aria-pressed="true"] {
  border-color: #ff5a1f !important;
  background: rgba(255, 90, 31, 0.045) !important;
  box-shadow: 0 0 0 1px rgba(255, 90, 31, 0.18) !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-card.is-selected .og-artwork-tier-icon {
  background: #fff1e8 !important;
  color: #d85f12 !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-card.is-selected .og-artwork-tier-badge,
html body.single-product .og-engine-product-page .og-artwork-tier-card.is-selected .og-artwork-tier-price {
  background: #fff4ec !important;
  color: #d85f12 !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-helper {
  margin-top: 12px !important;
  padding: 12px 14px !important;
  border-radius: 10px !important;
  background: #eff6ff !important;
  color: #0f4c9c !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

html body.single-product .og-engine-product-page .og-summary-box .og-summary-cart,
html body.single-product .og-engine-product-page .og-engine-summary .og-summary-cart,
html body.single-product .og-engine-product-page .og-summary-has-cart .og-summary-cart form.cart,
html body.single-product .og-engine-product-page .og-summary-has-cart .og-summary-cart .single_add_to_cart_button {
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  max-width: 100% !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 0 !important;
}

html body.single-product .og-engine-product-page .og-summary-has-cart .og-summary-cart .single_add_to_cart_button,
html body.single-product .og-engine-product-page .og-engine-summary .og-summary-has-cart .og-summary-cart .single_add_to_cart_button {
  width: 100% !important;
  min-height: 54px !important;
  margin-top: 14px !important;
  padding: 16px 20px !important;
  border-radius: 14px !important;
  background: #f36b21 !important;
  border: 0 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  box-shadow: 0 10px 24px rgba(243, 107, 33, 0.28) !important;
}

html body.single-product .og-engine-product-page .og-summary-has-cart .og-summary-cart .single_add_to_cart_button:hover,
html body.single-product .og-engine-product-page .og-engine-summary .og-summary-has-cart .og-summary-cart .single_add_to_cart_button:hover {
  background: #e85f14 !important;
  filter: brightness(1.03) !important;
}

@media (max-width: 900px) {
  html body.single-product .og-engine-product-page .og-artwork-tier-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 28px 44px minmax(0, 1fr) auto !important;
    align-items: start !important;
    column-gap: 10px !important;
    row-gap: 6px !important;
    width: 100% !important;
    min-height: auto !important;
    padding: 14px 12px !important;
    overflow: visible !important;
    text-align: left !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-radio {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-icon {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-content,
  html body.single-product .og-engine-product-page .og-artwork-tier-copy {
    grid-column: 3 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-badge,
  html body.single-product .og-engine-product-page .og-artwork-tier-price {
    grid-column: 4 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: start !important;
    white-space: nowrap !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-title {
    font-size: 15px !important;
    line-height: 1.2 !important;
    margin: 0 0 4px !important;
    white-space: normal !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-subtitle {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    white-space: normal !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-description {
    grid-column: 3 / -1 !important;
    grid-row: 2 !important;
    margin-top: 8px !important;
    padding: 10px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    white-space: normal !important;
  }

  html body.single-product .og-engine-product-page .og-summary-box .og-summary-cart,
  html body.single-product .og-engine-product-page .og-engine-summary .og-summary-cart,
  html body.single-product .og-engine-product-page .og-summary-has-cart .og-summary-cart,
  html body.single-product .og-engine-product-page .og-summary-has-mobile-cart .og-summary-cart form.cart,
  html body.single-product .og-engine-product-page .og-summary-has-mobile-cart .og-summary-cart .single_add_to_cart_button {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-summary-has-cart .og-summary-cart .single_add_to_cart_button,
  html body.single-product .og-engine-product-page .og-summary-has-mobile-cart .og-summary-cart .single_add_to_cart_button,
  html body.single-product .og-engine-product-page .og-engine-summary .og-summary-has-cart .og-summary-cart .single_add_to_cart_button {
    width: 100% !important;
    min-height: 54px !important;
    margin-top: 14px !important;
    padding: 16px 20px !important;
    border-radius: 14px !important;
    background: #f36b21 !important;
    border: 0 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    box-shadow: 0 10px 24px rgba(243, 107, 33, 0.28) !important;
  }

  html body.single-product .og-engine-product-page .og-summary-has-cart .og-summary-cart .single_add_to_cart_button:hover,
  html body.single-product .og-engine-product-page .og-summary-has-mobile-cart .og-summary-cart .single_add_to_cart_button:hover {
    background: #e85f14 !important;
    filter: brightness(1.03) !important;
  }
}

/* ==========================================================
   Artwork Order + Mobile Layout + Cart Fix v5
========================================================== */

html body.single-product .og-engine-product-page .og-artwork-choice-panel .og-builder-step-desc,
html body.single-product .og-engine-product-page .og-engine-builder-step--artwork .og-builder-step-desc {
  display: none !important;
}

html body.single-product .og-engine-product-page .og-engine-builder-body > .og-artwork-choice-panel {
  display: none !important;
}

/* ==========================================================
   Sticky Summary + Mobile Artwork + Cart Fix v6
========================================================== */

@media (min-width: 901px) {
  html body.single-product .og-engine-product-page .og-engine-section-col--summary,
  html body.single-product .og-engine-product-page .og-engine-summary {
    position: sticky !important;
    top: 24px !important;
    align-self: start !important;
    z-index: 4 !important;
  }
}

html body.single-product .og-engine-product-page .og-artwork-tier-content .og-artwork-tier-description {
  position: static !important;
  display: block !important;
  margin-top: 8px !important;
  padding: 10px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  transform: none !important;
}

@media (max-width: 900px) {
  html body.single-product .og-engine-product-page .og-artwork-tier-card {
    display: grid !important;
    grid-template-columns: 30px 48px 1fr auto !important;
    grid-template-rows: auto auto auto !important;
    align-items: start !important;
    gap: 8px 10px !important;
    padding: 14px !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-radio {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-icon {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    width: 48px !important;
    height: 48px !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-content,
  html body.single-product .og-engine-product-page .og-artwork-tier-copy {
    grid-column: 3 / 4 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-title,
  html body.single-product .og-engine-product-page .og-artwork-tier-subtitle {
    display: block !important;
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-title {
    font-size: 15px !important;
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-subtitle {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-content .og-artwork-tier-description,
  html body.single-product .og-engine-product-page .og-artwork-tier-description {
    grid-column: auto !important;
    grid-row: auto !important;
    position: static !important;
    display: block !important;
    margin-top: 8px !important;
    padding: 10px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    transform: none !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-badge,
  html body.single-product .og-engine-product-page .og-artwork-tier-price {
    grid-column: 4 !important;
    grid-row: 1 !important;
    align-self: start !important;
    justify-self: end !important;
  }

  html body.single-product .og-engine-product-page .og-engine-summary .og-summary-cart,
  html body.single-product .og-engine-product-page .og-summary-box .og-summary-cart,
  html body.single-product .og-engine-product-page .og-summary-has-cart .og-summary-cart,
  html body.single-product .og-engine-product-page .og-summary-has-mobile-cart .og-summary-cart {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 18px !important;
    width: 100% !important;
  }

  html body.single-product .og-engine-product-page .og-engine-summary .og-summary-cart form.cart,
  html body.single-product .og-engine-product-page .og-summary-box .og-summary-cart form.cart,
  html body.single-product .og-engine-product-page .og-summary-has-cart .og-summary-cart form.cart {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
  }

  html body.single-product .og-engine-product-page .og-engine-summary .single_add_to_cart_button,
  html body.single-product .og-engine-product-page .og-summary-box .single_add_to_cart_button,
  html body.single-product .og-engine-product-page .og-engine-summary .og-summary-cart .single_add_to_cart_button,
  html body.single-product .og-engine-product-page .og-summary-box .og-summary-cart .single_add_to_cart_button,
  html body.single-product .og-engine-product-page .og-summary-has-cart .single_add_to_cart_button,
  html body.single-product .og-engine-product-page .og-summary-has-mobile-cart .single_add_to_cart_button {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-height: 56px !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ff5a1f !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 14px !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    box-shadow: 0 10px 24px rgba(255, 90, 31, 0.28) !important;
  }

  html body.single-product .og-engine-product-page .og-engine-summary .single_add_to_cart_button:hover,
  html body.single-product .og-engine-product-page .og-summary-box .single_add_to_cart_button:hover {
    background: #e85f14 !important;
    filter: brightness(1.03) !important;
  }
}

/* ==========================================================
   Artwork Layout Rescue v7
========================================================== */

html body.single-product .og-engine-product-page .og-artwork-tier-card {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 14px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  grid-template-columns: unset !important;
  grid-template-rows: unset !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-radio,
html body.single-product .og-engine-product-page .og-artwork-tier-icon,
html body.single-product .og-engine-product-page .og-artwork-tier-content,
html body.single-product .og-engine-product-page .og-artwork-tier-copy,
html body.single-product .og-engine-product-page .og-artwork-tier-badge,
html body.single-product .og-engine-product-page .og-artwork-tier-price,
html body.single-product .og-engine-product-page .og-artwork-tier-description,
html body.single-product .og-engine-product-page .og-artwork-tier-content .og-artwork-tier-description {
  grid-column: unset !important;
  grid-row: unset !important;
  align-self: unset !important;
  justify-self: unset !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-radio {
  flex: 0 0 20px !important;
  width: 20px !important;
  height: 20px !important;
  margin-top: 4px !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-icon {
  flex: 0 0 56px !important;
  width: 56px !important;
  height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-content,
html body.single-product .og-engine-product-page .og-artwork-tier-copy {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  display: block !important;
  flex-direction: unset !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-title,
html body.single-product .og-engine-product-page .og-artwork-tier-subtitle,
html body.single-product .og-engine-product-page .og-artwork-tier-description {
  display: block !important;
  position: static !important;
  transform: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  max-width: none !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-description,
html body.single-product .og-engine-product-page .og-artwork-tier-content .og-artwork-tier-description {
  margin-top: 8px !important;
  padding: 10px 12px !important;
  border-radius: 10px !important;
  background: rgba(16, 185, 129, 0.08) !important;
  line-height: 1.45 !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

html body.single-product .og-engine-product-page .og-artwork-tier-badge,
html body.single-product .og-engine-product-page .og-artwork-tier-price {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  align-self: flex-start !important;
  margin-left: auto !important;
}

@media (min-width: 901px) {
  html body.single-product .og-engine-product-page .og-engine-section-col--summary,
  html body.single-product .og-engine-product-page .og-engine-summary {
    position: static !important;
    top: auto !important;
    align-self: stretch !important;
  }

  html body.single-product .og-engine-product-page .og-engine-summary .og-summary-box {
    position: sticky !important;
    top: 24px !important;
    z-index: 5 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--configure,
  html body.single-product .og-engine-product-page .og-engine-section-col--summary,
  html body.single-product .og-engine-product-page .og-engine-summary,
  html body.single-product .og-engine-product-page .og-engine-summary-body {
    overflow: visible !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-card {
    padding: 16px 18px !important;
  }
}

@media (max-width: 900px) {
  html body.single-product .og-engine-product-page .og-artwork-tier-card {
    display: flex !important;
    padding: 14px !important;
    gap: 10px !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-icon {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-title {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-subtitle,
  html body.single-product .og-engine-product-page .og-artwork-tier-description {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-card:not(.is-selected) .og-artwork-tier-description {
    display: none !important;
  }

  html body.single-product .og-engine-product-page .og-mobile-summary-add-to-cart {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-height: 56px !important;
    margin-top: 14px !important;
    padding: 16px 20px !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ff5a1f !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 14px !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    box-shadow: 0 10px 24px rgba(255, 90, 31, 0.28) !important;
    cursor: pointer !important;
  }

  html body.single-product .og-engine-product-page .og-mobile-summary-add-to-cart:hover {
    background: #e85f14 !important;
    filter: brightness(1.03) !important;
  }
}

/* ==========================================================
   Artwork Description Width + Sticky Summary Fix v8
========================================================== */

@media (min-width: 901px) {
  html body.single-product .og-engine-product-page .og-engine-summary .og-summary-box {
    position: static !important;
    top: auto !important;
    z-index: auto !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section-col--summary {
    position: sticky !important;
    top: 24px !important;
    align-self: flex-start !important;
    height: fit-content !important;
    z-index: 10 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--configure,
  html body.single-product .og-engine-product-page .og-engine-section-grid,
  html body.single-product .og-engine-product-page .og-engine-section-grid--configure,
  html body.single-product .og-engine-product-page .og-engine-summary,
  html body.single-product .og-engine-product-page .og-engine-summary-body {
    overflow: visible !important;
    align-items: flex-start !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--configure {
    contain: none !important;
    transform: none !important;
    filter: none !important;
  }
}

@media (max-width: 900px) {
  html body.single-product .og-engine-product-page .og-artwork-tier-card.is-selected {
    flex-wrap: wrap !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-card.is-selected .og-artwork-tier-content,
  html body.single-product .og-engine-product-page .og-artwork-tier-card.is-selected .og-artwork-tier-copy {
    flex: 1 1 auto !important;
    flex-basis: auto !important;
    width: auto !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-card.is-selected .og-artwork-tier-description {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 12px !important;
    box-sizing: border-box !important;
  }
}

/* ==========================================================
   Sticky Summary Header Offset v9
========================================================== */

@media (min-width: 901px) {
  html body.single-product .og-engine-product-page .og-engine-section-col--summary {
    top: 96px !important;
  }
}

/* ==========================================================
   Sticky Summary Polish + Mobile Menu FOUC v10
========================================================== */

@media (min-width: 901px) {
  html body.single-product .og-engine-product-page .og-engine-summary .og-summary-box {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  html body.single-product .og-engine-product-page .og-summary-row,
  html body.single-product .og-engine-product-page .og-summary-total {
    display: grid !important;
    grid-template-columns: minmax(110px, 0.85fr) minmax(160px, 1.15fr) !important;
    column-gap: 22px !important;
    align-items: center !important;
  }

  html body.single-product .og-engine-product-page .og-summary-row strong,
  html body.single-product .og-engine-product-page .og-summary-total strong,
  html body.single-product .og-engine-product-page .og-summary-row span:last-child,
  html body.single-product .og-engine-product-page .og-summary-total span:last-child {
    text-align: right !important;
  }

  html body.single-product .og-engine-product-page .og-summary-cart {
    max-width: 280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* ==========================================================
   Product Page Final Mobile/Desktop Polish v11
========================================================== */

html body.single-product .og-engine-product-page .og-summary-total {
  align-items: center !important;
}

html body.single-product .og-engine-product-page .og-summary-total strong,
html body.single-product .og-engine-product-page .og-summary-total [data-og-summary="price"],
html body.single-product .og-engine-product-page .og-summary-total [data-og-summary="price"] .og-price-value {
  font-weight: 900 !important;
  line-height: 1.1 !important;
  color: #071224 !important;
}

@media (min-width: 901px) {
  html body.single-product .og-engine-product-page .og-summary-total strong,
  html body.single-product .og-engine-product-page .og-summary-total [data-og-summary="price"] .og-price-value {
    font-size: 36px !important;
  }

  html body.single-product .og-engine-product-page .og-summary-cart,
  html body.single-product .og-engine-product-page .og-summary-total + .og-summary-cart {
    margin-top: 16px !important;
  }

  html body.single-product .og-engine-product-page .og-summary-cart .single_add_to_cart_button,
  html body.single-product .og-engine-product-page .og-summary-has-cart .og-summary-cart .single_add_to_cart_button {
    margin-top: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-configurator-fields .og-artwork-choice-panel.og-builder-step,
  html body.single-product .og-engine-product-page .og-artwork-choice-panel.og-engine-builder-step--artwork {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin: 0 0 48px !important;
    padding: 0 !important;
  }

  /* v22: superseded — Step 4 meta/pill spacing canonical in v22 block */
  /*
  html body.single-product .og-engine-product-page .og-artwork-choice-panel .og-builder-step-meta {
    margin: 0 !important;
    gap: 0 !important;
  }
  */

  html body.single-product .og-engine-product-page .og-artwork-choice-panel .og-builder-step-heading {
    margin: 0 !important;
  }
}

@media (max-width: 900px) {
  html body.single-product .og-engine-product-page .og-summary-total strong,
  html body.single-product .og-engine-product-page .og-summary-total [data-og-summary="price"] .og-price-value {
    font-size: 42px !important;
  }

  html body.single-product .og-engine-product-page .og-summary-cart,
  html body.single-product .og-engine-product-page .og-summary-total + .og-summary-cart {
    margin-top: 18px !important;
  }

  html body.single-product .og-engine-product-page .og-summary-cart .single_add_to_cart_button,
  html body.single-product .og-engine-product-page .og-summary-has-cart .og-summary-cart .single_add_to_cart_button,
  html body.single-product .og-engine-product-page .og-mobile-summary-add-to-cart {
    margin-top: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-configurator-fields .og-artwork-choice-panel.og-builder-step,
  html body.single-product .og-engine-product-page .og-artwork-choice-panel.og-engine-builder-step--artwork,
  html body.single-product .og-engine-product-page .og-builder-step[data-og-builder-step].og-engine-builder-step--artwork {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin: 0 0 40px !important;
    padding: 0 !important;
  }

  /* v22: superseded — Step 4 meta/pill spacing canonical in v22 block */
  /*
  html body.single-product .og-engine-product-page .og-artwork-choice-panel .og-builder-step-meta {
    margin: 0 !important;
    gap: 0 !important;
  }
  */

  html body.single-product .og-engine-product-page .og-artwork-choice-panel .og-builder-step-heading {
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
  }
}

/* ==========================================================
   Step 4 Spacing + Mobile Menu Restore v12
   (Step 4 spacing superseded by v13 below)
========================================================== */

/* ==========================================================
   Final Product Page Polish v13
========================================================== */

@media (max-width: 900px) {
  /* v22: mobile TOTAL sizing canonical in v22 block */
  /*
  html body.single-product .og-engine-product-page .og-summary-total {
    grid-template-columns: auto minmax(0, 1fr) !important;
    overflow: visible !important;
    align-items: center !important;
  }

  html body.single-product .og-engine-product-page .og-summary-total strong,
  html body.single-product .og-engine-product-page .og-summary-total [data-og-summary="price"],
  html body.single-product .og-engine-product-page .og-summary-total [data-og-summary="price"] .og-price-value,
  html body.single-product .og-engine-product-page .og-summary-total .og-price-value {
    overflow: visible !important;
    white-space: nowrap !important;
    font-size: clamp(40px, 11vw, 48px) !important;
    line-height: 1.05 !important;
    padding-left: 6px !important;
    min-width: 0 !important;
    text-overflow: clip !important;
  }
  */

  /* v22: mobile tabs inset canonical in v22 block */
  /*
  html body.single-product .og-engine-product-page .og-engine-section-tabs,
  html body.single-product .og-engine-product-page .og-engine-tabs,
  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs ul.tabs,
  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs .panel,
  html body.single-product .og-engine-product-page .woocommerce-tabs ul.tabs,
  html body.single-product .og-engine-product-page .woocommerce-tabs .panel {
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
  }
  */
}

/* v22: superseded — panel-level Step 4 spacing removed (v13/v14); meta/pill only in v22
html body.single-product .og-engine-product-page .og-configurator-field-artwork,
html body.single-product .og-engine-product-page .og-artwork-choice-panel.og-configurator-field-artwork,
html body.single-product .og-engine-product-page .og-builder-step[data-og-builder-step="4"],
html body.single-product .og-engine-product-page .og-builder-step[data-og-step-key="artwork"],
html body.single-product .og-engine-product-page .og-engine-builder-step--artwork.og-builder-step {
  margin-top: 28px !important;
  padding-top: 24px !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-panel {
  margin-top: 42px !important;
  padding-top: 0 !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-panel::before {
  content: none !important;
  display: none !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-panel .og-builder-step-meta,
html body.single-product .og-engine-product-page .og-artwork-choice-panel .og-builder-step-pill {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

html body.single-product .og-engine-product-page .og-configurator-fields > .og-artwork-choice-panel {
  margin-top: 42px !important;
}
*/

/* v22: superseded — mobile summary sizing canonical in v22
@media (max-width: 900px) {
  html body.single-product .og-engine-product-page .og-summary-total .og-price-value,
  html body.single-product .og-engine-product-page .og-summary-total strong,
  html body.single-product .og-engine-product-page .og-summary-total [data-og-summary="price"] .og-price-value,
  html body.single-product .og-engine-product-page .og-summary-total [data-og-summary="price"] {
    font-size: clamp(34px, 9vw, 40px) !important;
    letter-spacing: -0.04em !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    padding-left: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-summary-total {
    column-gap: 10px !important;
  }
}
*/

/* v22: superseded — Step 4 meta/pill + desktop summary canonical in v22
html body.single-product .og-engine-product-page .og-artwork-choice-panel .og-builder-step-meta,
html body.single-product .og-engine-product-page .og-artwork-choice-panel .og-builder-step-pill {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

@media (min-width: 901px) {
  html body.single-product .og-engine-product-page .og-summary-total .og-price-value,
  html body.single-product .og-engine-product-page .og-summary-total strong,
  html body.single-product .og-engine-product-page [data-og-summary="price"] .og-price-value {
    letter-spacing: -0.085em !important;
    font-kerning: normal !important;
    word-spacing: -0.08em !important;
  }

  html body.single-product .og-engine-product-page .og-summary-cart {
    margin-top: 4px !important;
  }

  html body.single-product .og-engine-product-page .og-summary-cart form.cart,
  html body.single-product .og-engine-product-page .og-summary-cart .cart {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (min-width: 901px) {
  html body.single-product .og-engine-product-page .og-summary-total {
    overflow: visible !important;
  }

  html body.single-product .og-engine-product-page .og-summary-total .og-price-value,
  html body.single-product .og-engine-product-page .og-summary-total strong,
  html body.single-product .og-engine-product-page [data-og-summary="price"] .og-price-value {
    letter-spacing: -0.035em !important;
    word-spacing: normal !important;
    overflow: visible !important;
    padding-right: 8px !important;
  }

  html body.single-product .og-engine-product-page .og-summary-cart {
    margin-top: 4px !important;
  }
}
*/

/* ==========================================================
   Product Page Final Safe Polish v22
   Canonical overrides — supersedes conflicting v11–v20 fragments
========================================================== */

/* 1. Step 4 — meta/pill spacing only (matches Step 3) */
html body.single-product .og-engine-product-page .og-artwork-choice-panel .og-builder-step-meta,
html body.single-product .og-engine-product-page .og-artwork-choice-panel .og-builder-step-pill {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-panel,
html body.single-product .og-engine-product-page .og-configurator-fields > .og-artwork-choice-panel,
html body.single-product .og-engine-product-page .og-configurator-field-artwork,
html body.single-product .og-engine-product-page .og-artwork-choice-panel.og-configurator-field-artwork,
html body.single-product .og-engine-product-page .og-builder-step[data-og-builder-step="4"],
html body.single-product .og-engine-product-page .og-builder-step[data-og-step-key="artwork"],
html body.single-product .og-engine-product-page .og-engine-builder-step--artwork.og-builder-step {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

html body.single-product .og-engine-product-page .og-artwork-choice-panel::before {
  content: none !important;
  display: none !important;
}

/* 2. Desktop summary — safe price tighten + cart proximity */
@media (min-width: 901px) {
  html body.single-product .og-engine-product-page .og-summary-total {
    overflow: visible !important;
  }

  html body.single-product .og-engine-product-page .og-summary-total .og-price-value,
  html body.single-product .og-engine-product-page .og-summary-total strong,
  html body.single-product .og-engine-product-page .og-summary-total [data-og-summary="price"] .og-price-value,
  html body.single-product .og-engine-product-page [data-og-summary="price"] .og-price-value {
    letter-spacing: -0.035em !important;
    word-spacing: normal !important;
    overflow: visible !important;
    padding-right: 8px !important;
  }

  html body.single-product .og-engine-product-page .og-summary-cart,
  html body.single-product .og-engine-product-page .og-summary-total + .og-summary-cart {
    margin-top: 4px !important;
  }

  html body.single-product .og-engine-product-page .og-summary-cart form.cart,
  html body.single-product .og-engine-product-page .og-summary-cart .cart {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* 3. Mobile summary TOTAL */
@media (max-width: 900px) {
  html body.single-product .og-engine-product-page .og-summary-total {
    grid-template-columns: auto minmax(0, 1fr) !important;
    column-gap: 10px !important;
    overflow: visible !important;
    align-items: center !important;
  }

  html body.single-product .og-engine-product-page .og-summary-total .og-price-value,
  html body.single-product .og-engine-product-page .og-summary-total strong,
  html body.single-product .og-engine-product-page .og-summary-total [data-og-summary="price"] .og-price-value,
  html body.single-product .og-engine-product-page .og-summary-total [data-og-summary="price"] {
    font-size: clamp(34px, 9vw, 40px) !important;
    letter-spacing: -0.04em !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    padding-left: 0 !important;
    overflow: visible !important;
  }
}

/* 4. Mobile tabs — consistent inset, no stacked padding gap */
@media (max-width: 900px) {
  html body.single-product .og-engine-product-page .og-engine-section-tabs {
    padding: 12px 18px 16px !important;
    margin-top: 0 !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tabs,
  html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tabs,
  html body.single-product .og-engine-product-page .og-engine-section-tabs .og-engine-tabs {
    margin-top: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-premium-tabs,
  html body.single-product .og-engine-product-page > .og-engine-tabs .og-engine-premium-tabs {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-section--configure .og-engine-tab-nav {
    margin-bottom: 12px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs,
  html body.single-product .og-engine-product-page .woocommerce-tabs {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs ul.tabs,
  html body.single-product .og-engine-product-page .woocommerce-tabs ul.tabs {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 0 10px !important;
  }

  html body.single-product .og-engine-product-page .og-engine-tabs .woocommerce-tabs .panel,
  html body.single-product .og-engine-product-page .woocommerce-tabs .panel {
    padding: 0 0 8px !important;
    margin: 0 !important;
    min-height: 0 !important;
  }
}

/* =========================================================
   OG Frontend Experience v3.1.0
   Mobile Homepage Polish
   Safe CSS-only layer
========================================================= */

@media (max-width: 768px) {
  body.home .og-home-hero {
    padding-top: 32px !important;
    padding-bottom: 36px !important;
  }

  body.home .og-home-hero-copy {
    text-align: left !important;
  }

  body.home .og-home-hero h1,
  body.home .og-home-hero-title {
    font-size: clamp(38px, 11vw, 56px) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.06em !important;
    margin-bottom: 16px !important;
  }

  body.home .og-home-hero p,
  body.home .og-home-hero-subtitle {
    font-size: 16px !important;
    line-height: 1.5 !important;
    max-width: 34rem !important;
  }

  body.home .og-home-hero-actions,
  body.home .og-home-hero-buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 20px !important;
  }

  body.home .og-home-hero-actions a,
  body.home .og-home-hero-buttons a,
  body.home .og-home-hero .button {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    min-height: 48px !important;
    border-radius: 999px !important;
  }

  body.home .og-home-trust-bar,
  body.home .og-home-hero-trust {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-top: 22px !important;
  }

  body.home .og-home-trust-bar > *,
  body.home .og-home-hero-trust > * {
    min-height: 44px !important;
    border-radius: 14px !important;
  }

  body.home .og-home-categories-grid,
  body.home .og-home-category-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }

  body.home .og-home-category-card {
    border-radius: 18px !important;
    padding: 16px !important;
  }

  body.home .og-home-category-card h3 {
    font-size: 17px !important;
    line-height: 1.15 !important;
  }

  body.home .og-home-category-card p {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 420px) {
  body.home .og-home-categories-grid,
  body.home .og-home-category-grid {
    grid-template-columns: 1fr !important;
  }

  body.home .og-home-trust-bar,
  body.home .og-home-hero-trust {
    grid-template-columns: 1fr !important;
  }
}
/* ==========================================================
   Product Builder Compact UX V1 + Compact Price Summary V1
========================================================== */

html body.single-product .og-engine-product-page .og-builder-premium-v2.og-builder-compact-v1 .og-builder-step {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  margin-bottom: 0 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2.og-builder-compact-v1 .og-builder-step-desc {
  margin-bottom: 8px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2.og-builder-compact-v1 .og-builder-step-heading {
  margin-bottom: 8px !important;
  font-size: 20px !important;
}

/* Select presentation: STEP → heading → control (flex order backup).
 * Do not override row gap here — inherit the same step gap as segmented
 * rows so STEP→title stays consistent. Title→control uses the shared
 * compact heading margin + a 2px control offset (matches segmented groups). */
html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-presentation-select.og-builder-step,
html body.single-product .og-engine-product-page .og-builder-premium-v2.og-builder-compact-v1 .og-presentation-select {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-presentation-select > .og-builder-step-meta {
  order: 1 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-presentation-select > .og-builder-step-heading {
  order: 2 !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-presentation-select > select.og-storefront-select,
html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-presentation-select > .og-custom-select {
  order: 3 !important;
  /* Match segmented .og-option-button-group--segmented margin-top. */
  margin-top: 2px !important;
}

/*
 * Compact OG blue storefront selects.
 * Must beat legacy premium-v2 "hide all selects" rules that assume button chrome.
 */
html body.single-product .og-engine-product-page .og-builder-premium-v2 select.og-storefront-select:not(.og-custom-select__native),
html body.single-product .og-engine-product-page .og-builder-premium-v2.og-builder-compact-v1 select.og-storefront-select:not(.og-custom-select__native),
html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-presentation-select > select.og-storefront-select,
html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-presentation-select > select.og-generated-select.og-storefront-select {
  display: block !important;
  visibility: visible !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 12px 44px 12px 16px !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 2px solid #2f80d1 !important;
  border-radius: 14px !important;
  background-color: #f3f8fd !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%232f80d1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 16px 16px !important;
  color: #07142b !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  box-shadow: 0 4px 14px rgba(47, 128, 209, 0.1) !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
}

@media (hover: hover) and (pointer: fine) {
  html body.single-product .og-engine-product-page .og-builder-premium-v2 select.og-storefront-select:hover {
    border-color: #006cff !important;
    background-color: #ebf4fc !important;
    box-shadow: 0 6px 16px rgba(0, 108, 255, 0.12) !important;
  }
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 select.og-storefront-select:focus,
html body.single-product .og-engine-product-page .og-builder-premium-v2 select.og-storefront-select:focus-visible {
  outline: none !important;
  border-color: #006cff !important;
  box-shadow: 0 0 0 3px rgba(0, 108, 255, 0.22), 0 4px 14px rgba(47, 128, 209, 0.12) !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 select.og-storefront-select:disabled,
html body.single-product .og-engine-product-page .og-builder-premium-v2 select.og-storefront-select[disabled] {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
  background-color: #eef3f8 !important;
  border-color: #9dbada !important;
  color: #35506e !important;
  box-shadow: none !important;
}

/*
 * Enhanced Custom Select: native must not consume layout height.
 * Beats compact storefront-select face rules (relative + min-height:52px)
 * that otherwise leave a ~52px blank gap above the visible trigger on desktop.
 */
html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-custom-select > select.og-storefront-select,
html body.single-product .og-engine-product-page .og-builder-premium-v2.og-builder-compact-v1 .og-custom-select > select.og-storefront-select,
html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-presentation-select > .og-custom-select > select.og-storefront-select,
html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-presentation-select .og-custom-select > select.og-generated-select.og-storefront-select,
html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-custom-select > select.og-custom-select__native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  max-height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  left: 0 !important;
  top: 0 !important;
  visibility: hidden !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-presentation-select .og-option-button-group {
  display: none !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button-group--segmented {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
  gap: 8px !important;
  margin-top: 2px !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-presentation-segmented .og-option-button {
  min-height: 48px !important;
  padding: 10px 14px !important;
  -webkit-tap-highlight-color: transparent !important;
}

html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button.is-unavailable,
html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-option-button:disabled {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

html body.single-product .og-summary-box.og-summary-compact-v1 .og-summary-identity {
  display: grid !important;
  gap: 4px !important;
  margin-bottom: 12px !important;
}

html body.single-product .og-summary-box.og-summary-compact-v1 .og-summary-product-title {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #111111 !important;
  line-height: 1.2 !important;
}

html body.single-product .og-summary-box.og-summary-compact-v1 .og-summary-order-line,
html body.single-product .og-summary-box.og-summary-compact-v1 .og-summary-highlight {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #444444 !important;
  line-height: 1.35 !important;
}

html body.single-product .og-summary-box.og-summary-compact-v1 .og-summary-config-toggle {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #f36b21 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
}

html body.single-product .og-summary-box.og-summary-compact-v1 .og-summary-config-toggle:focus-visible {
  outline: 2px solid #f36b21 !important;
  outline-offset: 3px !important;
  border-radius: 4px !important;
}

html body.single-product .og-summary-box.og-summary-compact-v1 .og-summary-config-panel {
  margin-top: 10px !important;
  padding: 12px !important;
  border: 1px solid #ececec !important;
  border-radius: 12px !important;
  background: #fafafa !important;
}

html body.single-product .og-summary-box.og-summary-compact-v1 .og-summary-config-heading {
  margin-bottom: 8px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  color: #777777 !important;
}

html body.single-product .og-summary-box.og-summary-compact-v1 .og-summary-config-row {
  display: flex !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 6px 0 !important;
  font-size: 13px !important;
}

html body.single-product .og-summary-box.og-summary-compact-v1 .og-summary-config-row span {
  color: #666666 !important;
  font-weight: 600 !important;
}

html body.single-product .og-summary-box.og-summary-compact-v1 .og-summary-config-row strong {
  color: #111111 !important;
  font-weight: 700 !important;
  text-align: right !important;
}

html body.single-product .og-engine-starting-price.is-quote .og-engine-starting-label {
  display: none !important;
}

@media (max-width: 1100px) {
  html body.single-product .og-engine-product-page .og-builder-premium-v2 select.og-storefront-select:not(.og-custom-select__native),
  html body.single-product .og-engine-product-page .og-builder-premium-v2 .og-presentation-select > select.og-storefront-select,
  body.single-product select.og-storefront-select:not(.og-custom-select__native),
  body.single-product section.og-configurator-panel.og-builder-premium-v2 select.og-storefront-select:not(.og-custom-select__native),
  body.single-product .og-configurator-panel.og-builder-premium-v2 select.og-storefront-select:not(.og-custom-select__native),
  body.single-product section.og-configurator-panel.og-builder-premium-v2 > select.og-generated-select.og-storefront-select {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 52px !important;
    height: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    margin: 0 !important;
    padding: 12px 44px 12px 16px !important;
    border: 2px solid #2f80d1 !important;
    border-radius: 14px !important;
    background-color: #f3f8fd !important;
    color: #07142b !important;
    -webkit-tap-highlight-color: transparent !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}

/* ==========================================================
   Artwork options — responsive desktop cards (container-based)
   - Mobile/tablet (≤1100px): existing vertical single-column stack
   - Desktop panel medium: 2 × 2 equal columns
   - Desktop panel wide: 4 equal columns
========================================================== */

@media (min-width: 1101px) {
  html body.single-product .og-engine-product-page .og-artwork-choice-panel,
  html body.single-product .og-engine-product-page .og-engine-builder-step--artwork {
    container-type: inline-size !important;
    container-name: og-artwork !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-choice-grid,
  html body.single-product .og-engine-product-page .og-artwork-choice-grid--tiers,
  html body.single-product .og-engine-product-page .og-artwork-tier-grid {
    display: grid !important;
    /* Default desktop: 2×2 — avoids cramped 4-col in the builder column. */
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-card,
  html body.single-product .og-engine-product-page .og-artwork-choice-card.og-artwork-tier-card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: none !important;
    /* Extra bottom padding lifts price badges off the card edge. */
    padding: 16px 14px 22px !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition:
      border-color 0.2s ease,
      background-color 0.2s ease,
      box-shadow 0.2s ease !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-radio {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    flex: 0 0 20px !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-icon {
    flex: 0 0 48px !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-content,
  html body.single-product .og-engine-product-page .og-artwork-tier-copy {
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  /* Upload (no detail box): grow header block so badge still shares the bottom row. */
  html body.single-product .og-engine-product-page .og-artwork-tier-card:not(:has(.og-artwork-tier-description)) .og-artwork-tier-content,
  html body.single-product .og-engine-product-page .og-artwork-tier-card:not(:has(.og-artwork-tier-description)) .og-artwork-tier-copy {
    flex: 1 1 auto !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-title {
    display: block !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    /* Reserve two title lines so cards in a row share the same header rhythm. */
    min-height: calc(1.25em * 2) !important;
    margin: 0 !important;
    padding-right: 28px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-subtitle {
    display: block !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    /* Reserve two short-description lines for consistent alignment. */
    min-height: calc(1.35em * 2) !important;
    margin: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-description,
  html body.single-product .og-engine-product-page .og-artwork-tier-content .og-artwork-tier-description {
    display: block !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 4.2em !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    background: rgba(16, 185, 129, 0.08) !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-badge,
  html body.single-product .og-engine-product-page .og-artwork-tier-price {
    flex: 0 0 auto !important;
    align-self: flex-start !important;
    /* Keep badges on a shared bottom band, slightly above the card edge. */
    margin: auto 0 0 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-card:hover {
    border-color: #f36b21 !important;
    background: #fffaf7 !important;
    box-shadow: 0 6px 18px rgba(17, 17, 17, 0.06) !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-card.is-selected,
  html body.single-product .og-engine-product-page .og-artwork-tier-card[aria-pressed="true"] {
    border-color: #f36b21 !important;
    background: #fff7f2 !important;
    box-shadow: 0 0 0 2px rgba(243, 107, 33, 0.12) !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-card:focus-visible,
  html body.single-product .og-engine-product-page .og-artwork-tier-card:has(input:focus-visible) {
    outline: none !important;
    border-color: #006cff !important;
    box-shadow: 0 0 0 3px rgba(0, 108, 255, 0.22) !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-card.is-selected:focus-visible,
  html body.single-product .og-engine-product-page .og-artwork-tier-card.is-selected:has(input:focus-visible) {
    border-color: #f36b21 !important;
    box-shadow:
      0 0 0 2px rgba(243, 107, 33, 0.12),
      0 0 0 4px rgba(0, 108, 255, 0.2) !important;
  }

  /*
   * Wide Artwork panel only: 4 equal columns.
   * ~960px ≈ 4×220px cards + gaps — avoids cramped 4-col in the ~780px builder column.
   * Match desktop grid selector specificity so this can override the 2×2 default.
   */
  @container og-artwork (min-width: 960px) {
    html body.single-product .og-engine-product-page .og-artwork-choice-grid,
    html body.single-product .og-engine-product-page .og-artwork-choice-grid--tiers,
    html body.single-product .og-engine-product-page .og-artwork-tier-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  }
}

/* ==========================================================
   Upload My Artwork info box — mobile vertical
   Keep the same copy/structure as desktop; do not affect
   other cards' collapse-when-unselected behavior.
========================================================== */

@media (max-width: 1100px) {
  html body.single-product .og-engine-product-page .og-artwork-tier-card:has(input[value="upload-artwork"]) {
    flex-wrap: wrap !important;
  }

  html body.single-product .og-engine-product-page .og-artwork-tier-card:has(input[value="upload-artwork"]) .og-artwork-tier-description {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    margin-top: 12px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}

/* ==========================================================
   OG Platform — hide mobile scrollbars (keep scrolling)
   Mobile / narrow only: max-width 1100px
   Scoped to page + Product Builder scroll containers (no global *).
========================================================== */

@media (max-width: 1100px) {
  html,
  body,
  html body.single-product .og-engine-benefits,
  html body.single-product .og-gallery-preview-grid,
  html body.single-product .og-engine-gallery .og-gallery-preview-grid,
  html body.single-product .og-engine-section-col--gallery .og-gallery-preview-grid,
  html body.single-product .og-custom-select__panel,
  html body.single-product .og-custom-select__list,
  html body.single-product .og-engine-tab-panels,
  html body.single-product .og-engine-builder-body {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar,
  html body.single-product .og-engine-benefits::-webkit-scrollbar,
  html body.single-product .og-gallery-preview-grid::-webkit-scrollbar,
  html body.single-product .og-engine-gallery .og-gallery-preview-grid::-webkit-scrollbar,
  html body.single-product .og-engine-section-col--gallery .og-gallery-preview-grid::-webkit-scrollbar,
  html body.single-product .og-custom-select__panel::-webkit-scrollbar,
  html body.single-product .og-custom-select__list::-webkit-scrollbar,
  html body.single-product .og-engine-tab-panels::-webkit-scrollbar,
  html body.single-product .og-engine-builder-body::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    background: transparent !important;
  }
}

/* ==========================================================
   OG Platform — desktop scrollbars (design system)
   Desktop only: min-width 1101px
========================================================== */

@media (min-width: 1101px) {
  html,
  body,
  html body.single-product .og-engine-benefits,
  html body.single-product .og-gallery-preview-grid,
  html body.single-product .og-engine-gallery .og-gallery-preview-grid,
  html body.single-product .og-engine-section-col--gallery .og-gallery-preview-grid,
  html body.single-product .og-custom-select__panel,
  html body.single-product .og-custom-select__list,
  html body.single-product .og-engine-tab-panels,
  html body.single-product .og-engine-builder-body {
    scrollbar-width: thin;
    scrollbar-color: var(--og-scrollbar-thumb, var(--og-brand, #006cff))
      var(--og-scrollbar-track, var(--og-bg-soft, #f4f8fc));
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar,
  html body.single-product .og-engine-benefits::-webkit-scrollbar,
  html body.single-product .og-gallery-preview-grid::-webkit-scrollbar,
  html body.single-product .og-engine-gallery .og-gallery-preview-grid::-webkit-scrollbar,
  html body.single-product .og-engine-section-col--gallery .og-gallery-preview-grid::-webkit-scrollbar,
  html body.single-product .og-custom-select__panel::-webkit-scrollbar,
  html body.single-product .og-custom-select__list::-webkit-scrollbar,
  html body.single-product .og-engine-tab-panels::-webkit-scrollbar,
  html body.single-product .og-engine-builder-body::-webkit-scrollbar {
    width: var(--og-scrollbar-size, 8px);
    height: var(--og-scrollbar-size, 8px);
  }

  html::-webkit-scrollbar-track,
  body::-webkit-scrollbar-track,
  html body.single-product .og-engine-benefits::-webkit-scrollbar-track,
  html body.single-product .og-gallery-preview-grid::-webkit-scrollbar-track,
  html body.single-product .og-engine-gallery .og-gallery-preview-grid::-webkit-scrollbar-track,
  html body.single-product .og-engine-section-col--gallery .og-gallery-preview-grid::-webkit-scrollbar-track,
  html body.single-product .og-custom-select__panel::-webkit-scrollbar-track,
  html body.single-product .og-custom-select__list::-webkit-scrollbar-track,
  html body.single-product .og-engine-tab-panels::-webkit-scrollbar-track,
  html body.single-product .og-engine-builder-body::-webkit-scrollbar-track {
    background: var(--og-scrollbar-track, var(--og-bg-soft, #f4f8fc));
    border-radius: 999px;
  }

  html::-webkit-scrollbar-thumb,
  body::-webkit-scrollbar-thumb,
  html body.single-product .og-engine-benefits::-webkit-scrollbar-thumb,
  html body.single-product .og-gallery-preview-grid::-webkit-scrollbar-thumb,
  html body.single-product .og-engine-gallery .og-gallery-preview-grid::-webkit-scrollbar-thumb,
  html body.single-product .og-engine-section-col--gallery .og-gallery-preview-grid::-webkit-scrollbar-thumb,
  html body.single-product .og-custom-select__panel::-webkit-scrollbar-thumb,
  html body.single-product .og-custom-select__list::-webkit-scrollbar-thumb,
  html body.single-product .og-engine-tab-panels::-webkit-scrollbar-thumb,
  html body.single-product .og-engine-builder-body::-webkit-scrollbar-thumb {
    background: var(--og-scrollbar-thumb, var(--og-brand, #006cff));
    border-radius: 999px;
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: background-color 0.2s ease;
  }

  html::-webkit-scrollbar-thumb:hover,
  body::-webkit-scrollbar-thumb:hover,
  html body.single-product .og-engine-benefits::-webkit-scrollbar-thumb:hover,
  html body.single-product .og-gallery-preview-grid::-webkit-scrollbar-thumb:hover,
  html body.single-product .og-engine-gallery .og-gallery-preview-grid::-webkit-scrollbar-thumb:hover,
  html body.single-product .og-engine-section-col--gallery .og-gallery-preview-grid::-webkit-scrollbar-thumb:hover,
  html body.single-product .og-custom-select__panel::-webkit-scrollbar-thumb:hover,
  html body.single-product .og-custom-select__list::-webkit-scrollbar-thumb:hover,
  html body.single-product .og-engine-tab-panels::-webkit-scrollbar-thumb:hover,
  html body.single-product .og-engine-builder-body::-webkit-scrollbar-thumb:hover {
    background: var(--og-scrollbar-thumb-hover, var(--og-brand-dark, #0052c3));
  }
}
