/* === STRUCTURE DEBUG COLORS - FORCE OVERRIDE === */

.product.type-product {
  background: #fff !important;
  padding: 0 0 50px 0 !important;
}

.product-page-container {
    background: transparent !important; /* light pink */
    padding: 0!important;
}

.product-page-container .woostify-container {
    background: transparent !important; /* very light blue */
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    max-width: 100% !important;
    flex-direction: row !important;
    gap: 0 !important;
    min-height: 100svh !important;
    height: auto !important;
}

.product-gallery {
    padding: 0px !important;
    flex: 1 !important;
    margin: 0 !important;
    position: relative !important;
    min-height: 100svh !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    /*background: #8dd3c7 !important; */
}

.product-images,
.product-images-container {
    background: transparent !important; /* light gray-blue */
}

.product-images {
    width: 100% !important;
    min-height: 100svh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.product-images-container,
.product-images-container .flickity-viewport,
.product-images-container .flickity-slider,
.product-images .image-item,
.product-images .image-item a {
    width: 100% !important;
    min-height: clamp(420px, 72vh, 760px) !important;
}

.product-images .image-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
}

.product-images .image-item img {
    display: block !important;
    max-width: min(78vw, 680px) !important;
    max-height: min(78vh, 760px) !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transform-origin: center center !important;
    transition: transform 0.35s ease !important;
}

.product-images .image-item:hover img {
    transform: scale(1.06) !important;
}

.product-images .image-item.ez-zoom,
.product-images .image-item.ez-zoom a {
    transform-origin: center center !important;
}

.product-images .image-item.ez-zoom:hover,
.product-images .image-item.ez-zoom:hover a {
    transform: none !important;
}

.product-images-container .flickity-viewport {
    overflow: hidden !important;
}

.product-thumbnail-images {
    background: transparent !important; /* pale yellow */
    padding: 0px !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 140px !important;
    z-index: 99 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}


.product-thumbnail-images-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
  min-height: 40% !important;
  max-height: 60% !important;
  overflow: hidden !important;
  width: 100% !important;
  background: transparent !important;
}

.thumbnail-item {
  width: 100px !important;
  height: 100px !important;
  transition: all 0.4s ease !important;
  z-index: 1 !important;
  opacity: 0.3 !important;
  filter: blur(2px) !important;
  transform: scale(0.8) !important;
  position: relative;
}

.thumbnail-item.is-selected {
  z-index: 10 !important;
  transform: scale(1.5) !important;
  opacity: 1 !important;
  filter: none !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3) !important;
}


/* Previous 1 */
.thumbnail-item.is-selected ~ .thumbnail-item:nth-child(1),
.thumbnail-item:nth-child(1):has(+ .is-selected) {
  transform: scale(0.95) !important;
  opacity: 0.8 !important;
  filter: blur(0.2px) !important;
  z-index: 3 !important;
}

/* Previous 2 */
.thumbnail-item.is-selected ~ .thumbnail-item:nth-child(2),
.thumbnail-item:nth-child(2):has(+ .thumbnail-item.is-selected) {
  transform: scale(0.85) !important;
  opacity: 0.7 !important;
  filter: blur(0.5px) !important;
  z-index: 2 !important;
}

/* Previous 3 */
.thumbnail-item.is-selected ~ .thumbnail-item:nth-child(3),
.thumbnail-item:nth-child(3):has(+ .thumbnail-item.is-selected) {
  transform: scale(0.75) !important;
  opacity: 0.6 !important;
  filter: blur(0.8px) !important;
  z-index: 1 !important;
}

.thumb-btn {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 20 !important;
}

.thumb-prev-btn {
  top: 15% !important;
}

.thumb-next-btn {
  bottom: 15% !important;
}

/* love icon and % discount*/

.wlfmc-add-to-wishlist.wlfmc_position_image_top_left {
  right: 0 !important;
  left: auto !important;
  top: 0 !important;
  position: absolute !important;
  z-index: 99 !important;
  margin: 0 !important;
  padding: 0.5em !important;
}
/* Optional: Align inside image container if needed */
.product .wlfmc-add-to-wishlist {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}

/* Tooltip positioning override if needed */
.wlfmc-tooltip-top::after {
  left: auto !important;
  right: 0 !important;
}


/* Product summary */
/* Luxurious base styling */
.product-summary {
    background: transparent !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-right: 30px !important;
}

.summary.entry-summary {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.summary.entry-summary .woocommerce-product-rating {
  display: none !important; /* Hide star rating */
}
/* ===============================
   PRODUCT TITLE + PRICE STYLING
   =============================== */

/* Reset all margin/padding for title and price */
.product_title,
.price {
    margin: 0 !important;
    padding: 0 !important;
}

:root {
  --product-product-title-font-size: 24px;
  --product-product-title-font-weight: 500;
  --product-product-title-text-transform: uppercase;
  --product-product-title-color: #222;
  --product-product-title-font-family: var(--app-font-secondary);

  --product-product-price-font-size: 20px;
  --product-product-price-font-weight: 400;
  --product-product-price-color: #333;
  --product-product-price-font-family: var(--app-font-principal);

  --product-product-shipping-info-font-family: var(--app-font-principal);
  --product-product-shipping-info-font-size: 16px;
  --product-product-shipping-info-font-weight: 300;
  --product-product-shipping-info-text-transform: none;
  --product-product-shipping-info-color: var(--app-logo-color);

  --product-product-product_meta-font-family: var(--app-font-secondary);
  --product-product-product_meta-font-family: 13px;
}
/* PRODUCT TITLE */
.product_title {
  font-family: var(--product-product-title-font-family) !important;
  font-size: var(--product-product-title-font-size) !important;
  font-weight: var(--product-product-title-font-weight) !important;
  text-transform: var(--product-product-title-text-transform) !important;
  color: var(--product-product-title-color) !important;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}

/* PRICE WRAPPER – Clean reset */
.product-page-container .price, 
.product-page-container .price *, 
.product-page-container .woocommerce-Price-amount, 
.product-page-container .woocommerce-Price-currencySymbol {
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: var(--product-product-price-font-family) !important;
    font-size: var(--product-product-price-font-size) !important;
    font-weight: var(--product-product-price-font-weight) !important;
    text-transform: var(--product-product-price-text-transform) !important;
    color: var(--product-product-price-color) !important;
    line-height: 1.4;
}

.product-price-row {
    margin-top: 10px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: #000000 1px solid !important;
}

.product-price-row .price {
    flex: 1;
}

.product-price-row .shipping-info {
    margin-left: 20px;
    margin-bottom: -5px;
    font-family: var(--product-product-shipping-info-font-family) !important;
    font-size: var(--product-product-shipping-info-font-size) !important;
    font-weight: var(--product-product-shipping-info-font-weight) !important;
    text-transform: var(--product-product-shipping-info-text-transform) !important;
    color: var(--product-product-shipping-info-color) !important;
    text-align: right;
}

/* Display price as a block with underline */
.price {
    display: block !important;
    margin-top: 0px !important;
}

/* Hide fake/del price */
.price del {
    display: none !important;
}

/* Ensure real/ins price displays cleanly */
.price ins {
    text-decoration: none !important;
    font-weight: 400 !important;
    color: #333 !important;
}

/* Add elegant bottom border */
/* .product-price-row-t::after {
    content: "" !important;
    display: block !important;
    margin-top: 30px !important;
    border-bottom: none !important;
} */

/* FORCE override of unwanted .price background/padding/border */
.summary .price,
.summary .woocommerce-loop-product__title,
.summary .woocommerce-noreviews,
.summary .woocommerce-Reviews-title {
    background: none !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}


/* Move category (meta) above Add to Cart */
.product_meta {
    order: -1;
    background: transparent !important;
    padding: 10px 0 !important;
    border: none !important;
    font-family: var(--product-product-product_meta-font-family) !important;
    font-size: var(--product-product-product_meta-font-size) !important;
    margin-bottom: 0px;
    margin-top: -8px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    column-gap: 16px;
    row-gap: 6px;
    align-items: flex-start;
    width: 100% !important;
}

/* Force spans to behave like blocks that can wrap */
.product_meta > span {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.product_meta > span > span,
.product_meta a {
  color: #333;
  font-family: var(--product-product-price-font-family) !important;
  font-weight: 400;
}

.product_meta > span > span,
.product_meta a:hover {
  color: var(--app-logo-color) !important;
}

/* =============================
   Variation Table Cleanup
============================= */
/* Horizontal, luxurious layout for selected display */
/* =====================
   VARIATION TITLE LINE
===================== */
.selected-variations-display {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    margin-bottom: 0px;
    margin-top: -10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Separator */
.selected-variations-display .sep {
    color: #aaa;
    font-weight: 400;
}

/* Reset button moved right */
.inline-reset-btn {
    margin-left: auto;
    padding: 4px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.inline-reset-btn:hover {
    opacity: 0.6;
}

/* =====================
   COLOR SWATCHES
===================== */
.color-variable-item {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 1px #ccc;
    transition: all 0.2s ease;
    position: relative;
}

.color-variable-item.selected {
    border-color: #0052cc !important;
    box-shadow: 0 0 0 2px #0052cc;
}

/* =====================
   RADIO OPTIONS (e.g. Size)
===================== */
/* Force horizontal layout with wrap on radio variation items */
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Hide WooCommerce tooltip */
.variable-item::before, .variable-item::after {
    display: none !important;
}


/* Side-by-side layout for variation UI */
table.variations {
    display: flex;
    flex-direction: row;
    gap: 20px;
    border: none;
    margin: 0;
    padding: 0;
}

table.variations tr {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
}

.woo-variation-items-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

/* Remove label padding */
table.variations th.label {
    display: none !important;
}

/* Clear button (icon-only) */
.reset_variations {
  gap: 5px !important;
}
a.reset_variations {
    background: transparent;
    border: none;
    padding: 4px;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
}

a.reset_variations:hover {
    opacity: 0.6;
}

/* Prevent price line border */
.woocommerce-variation-price {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    border: none !important;
}

.woocommerce-variation .price::after{
    border: none !important;
}

form.variations_form > div:has(.selected-variations-display) {
    width: 100%;
}

/* buttons add and -+ */
.woocommerce-variation-add-to-cart {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  border: 1px solid #000 !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}


form.cart:not(.variations_form):not(.wvs-loaded) {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  border: none !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  margin-bottom: 10px !important;
}

.quantity {
  display: flex !important;
  align-items: center !important;
  min-width: 100px !important;
  flex: 0 0 auto !important;
  background-color: #000 !important;
  border-right: 1px solid #000 !important;
  border-radius: 0 !important;
}



.quantity input {
  width: 40px !important;
  height: 100% !important;
  border: none !important;
  text-align: center !important;
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1rem !important;
}


.product-qty {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 45px !important;
  height: 100% !important;
  background-color: #000 !important;
  color: #fff !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  transition: all 0.2s ease-in-out !important;
}

.cart:not(.elementor-menu-cart__products) .quantity {
  margin-right: 0 !important;
  padding-right: 1px !important;
  border: 1px solid #000 !important;
}

.product-qty:hover {
  background-color: var(--app-logo-color) !important;
  border: var(--app-logo-color) !important;
  color: #fff !important;
}

/* .product-qty:hover svg path {
  fill: #000 !important;
} */

.product-qty svg path {
  fill: #fff !important;
  transition: fill 0.2s ease-in-out !important;
}


.single_add_to_cart_button {
  flex: 1 1 auto !important;
  background-color: #fff !important;
  color: #000 !important;
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-radius: 0 !important;
  padding: 0.75em 1em !important;
  text-align: center !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease-in-out !important;
}

.single_add_to_cart_button:hover {
  background-color: var(--app-logo-color) !important;
  border: var(--app-logo-color) !important;
  color: #fff !important;
}



.product-features {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  align-items: start;
  justify-content: center;
  margin-top: 20px !important;
}
.feature-item {
  display: flex !important;
  gap: 10px !important;
  align-items: start;
  justify-content: center;
  text-align: center;
}

.feature-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--app-logo-color);
  flex-shrink: 0;
}
/* .feature-item img {
  height: 14px !important;
} */

.feature-item .feature-text {
  min-height: 14px !important;
  height: auto !important;
  margin-top: -10px !important;
  font-family: var(--app-font-secondary) !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere;
}

.feature-item .feature-text:hover {
  color: #000 !important;
}

/* paypal */
.ppc-button-wrapper {
  display: none !important;
}
/* Description moved to bottom */
.woocommerce-product-details__short-description {
    order: 10;
    background: transparent !important;
    padding: 20px 0 0 !important;
    border: none !important;
    color: #444;
    font-size: 14px;
    line-height: 1.7;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.product-group-btns .woostify-lightbox-button,
.product-group-btns .photoswipe-toggle-button {
  z-index: 100 !important;
  background: transparent !important;
}


.product-group-btns .woostify-lightbox-button:hover,
.product-group-btns .photoswipe-toggle-button:hover {
  background: var(--app-logo-color) !important;
  color: #fff !important;
}



.product-group-btns .woostify-lightbox-button:hover,
.product-group-btns .photoswipe-toggle-button:hover {
  border-color: var(--app-logo-color) !important;
}

/* 
.product.type-product.shipping-taxable.product-type-simple:hover
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  color: var(--app-logo-color) !important;
} */



.woostify-tag-on-sale.onsale.sale-left {
  display: none !important;
}

.product-images .image-item a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
/* =====================
   Detail and Reviews
===================== */

.woostify-container {
    /*background: transparent !important; */
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 100% !important;
    max-width: 100% !important;
}
.woocommerce-tabs {
    margin: 0 !important;
    padding: 0 !important;
}
/* Hide the tab headers entirely */
.woocommerce-tabs .wc-tabs {
  display: none !important;
}

/* Make each panel always visible */
.woocommerce-tabs .woocommerce-Tabs-panel {
  display: block !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
}
/*
.woocommerce-Tabs-panel--description {
    background-color: #f1dfa9 !important;  
    height: 100vh !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
}
    */


/* Main container starts small and grows on scroll */
/* .woocommerce-Tabs-panel--description {
  transform: scale(0.6) !important;
  transform-origin: center center !important;
  transition: transform 1s ease !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 100vh !important;
  overflow: hidden !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
} */

/* When in view, scale to full */
/* .woocommerce-Tabs-panel--description.in-view {
  transform: scale(1) !important;
} */

/* =============================================================== 
   ===========  Image background for description panel =========== 
   =============================================================== */

/* === Background Layout for Product Description === */
.description-bg-panel {
  min-height: 100svh !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  position: relative !important;
  margin-bottom: 0 !important;
  overflow: hidden !important;
  isolation: isolate;
  box-shadow: 0 70px 80px -70px rgba(0, 0, 0, 0.55) !important;
  transform: scale(0.985);
  opacity: 0;
  transition: transform 1.1s cubic-bezier(.2, .75, .2, 1), opacity 0.85s ease;
}

.description-bg-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: inherit;
  background-size: cover;
  background-position: inherit;
  transform: scale(1.08);
  transition: transform 1.4s cubic-bezier(.2, .75, .2, 1), filter 1.4s ease;
  filter: saturate(0.9) contrast(1.02);
}

.description-bg-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.62) 30%, rgba(0, 0, 0, 0.26) 62%, rgba(0, 0, 0, 0.06) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.34));
}

.description-bg-panel.in-view {
  transform: scale(1);
  opacity: 1;
}

.description-bg-panel.in-view::before {
  transform: scale(1);
}

.description-overlay {
  background-color: transparent !important;
  width: 100% !important;
  min-height: 100svh !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: clamp(32px, 6vw, 96px) !important;
  gap: clamp(24px, 6vw, 96px) !important;
  box-sizing: border-box !important;
}

.description-left, .description-right {
  flex: 0 1 50% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.description-left {
  max-width: min(620px, 58vw) !important;
  max-height: min(76svh, 760px) !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
  overflow: auto !important;
  overscroll-behavior: contain;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: translateY(28px);
  opacity: 0;
  transition: transform 0.9s cubic-bezier(.2, .75, .2, 1) 0.15s, opacity 0.8s ease 0.15s;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) transparent;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.description-left::-webkit-scrollbar {
  width: 4px;
}

.description-left::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
}

.description-bg-panel.in-view .description-left {
  transform: translateY(0);
  opacity: 1;
}

.description-left h2,
.description-left h2 span {
  font-size: clamp(1.45rem, 3vw, 2.65rem) !important;
  line-height: 1.08 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-family: var(--app-font-secondary) !important;
  letter-spacing: 0 !important;
  color: inherit !important;
  margin: 0 0 0.75em !important;
}


.description-left p,
.description-left li,
.description-left strong,
.description-left span {
  font-size: clamp(0.9rem, 1.15vw, 1.05rem) !important;
  line-height: 1.65 !important;
  font-family: var(--app-font-secondary);
  color: inherit !important;
}

.description-left p,
.description-left ol,
.description-left ul,
.description-left hr,
.description-left h3 {
  max-width: 100%;
  margin-top: 0 !important;
}

.description-left hr {
  width: 64px;
  margin: 1.15rem 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.45) !important;
}

.description-left ol,
.description-left ul {
  padding-left: 1.25rem !important;
}

.description-left img.emoji {
  width: 0.9em !important;
  height: 0.9em !important;
}



/* Optional: make right half usable later */
.description-right {
  align-items: center !important;
}



/* =============================================================== 
   ================= Product Size & Image & Video ================ 
   =============================================================== */

/* ================= Lux Layout ================= */
.lux-additional-info {
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 0 !important;
}

.lux-additional-info .lux-additional-layout {
  display: flex;
  flex-wrap: nowrap;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
  opacity: 0;
  transform: translateY(44px) scale(0.985);
  transition: opacity 0.9s ease, transform 1.1s cubic-bezier(.2, .75, .2, 1);
}

.lux-additional-info .lux-additional-layout.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lux-additional-info .lux-image-side {
  flex: 0 0 50%;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

.lux-additional-info .lux-image-side img {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  object-fit: cover;
  display: block;
  transform: scale(1.08);
  filter: saturate(0.92) contrast(1.04);
  transition: transform 1.4s cubic-bezier(.2, .75, .2, 1), filter 1.4s ease;
}

.lux-additional-info .lux-additional-layout.in-view .lux-image-side img {
  transform: scale(1);
}

.lux-additional-info .lux-info-side {
  flex: 0 0 50%;
  min-height: 100svh;
  padding: clamp(36px, 6vw, 96px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #151515;
  font-family: var(--app-font-principal);
  position: relative;
  z-index: 1;
  background: #fff;
  text-shadow: none;
}

.lux-additional-info .lux-secondary-content {
  max-width: 680px;
  max-height: 70svh;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.28) transparent;
  transform: translateY(28px);
  opacity: 0;
  transition: transform 0.9s cubic-bezier(.2, .75, .2, 1) 0.16s, opacity 0.8s ease 0.16s;
}

.lux-additional-info .lux-secondary-content::-webkit-scrollbar {
  width: 4px;
}

.lux-additional-info .lux-secondary-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.28);
}

.lux-additional-info .lux-additional-layout.in-view .lux-secondary-content {
  transform: translateY(0);
  opacity: 1;
}

.lux-additional-info .lux-secondary-content * {
  font-size: clamp(0.95rem, 1.2vw, 1.2rem) !important;
  line-height: 1.7 !important;
  color: inherit !important;
  font-family: var(--app-font-principal) !important;
}

.woocommerce-Tabs-panel--reviews {
  display: none !important;
}

.lux-additional-info .lux-info-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

/* ================= Table Styling ================= */
.lux-additional-info .lux-info-side table {
  width: 100%;
  border-collapse: collapse;
  border: none; /* ⬅️ Remove outer border */
}

.lux-additional-info .lux-info-side th,
.lux-additional-info .lux-info-side td {
  padding: 0.6rem 0.5rem;
  text-align: left;
  border: none;
  color: #333;
  font-weight: 400;
  vertical-align: top;
}

.lux-additional-info .lux-info-side th {
  background-color: transparent !important;
  font-weight: 600;
  color: #000;
  width: 150px; /* ⬅️ Slightly wider column */
  white-space: nowrap;
}


/* ================= Video ================= */
.lux-explain-video-section {
  width: 100%;
  overflow: hidden;
  background: transparent;
  position: relative;
  opacity: 0;
  transform: translateY(44px) scale(0.985);
  transition: opacity 0.9s ease, transform 1.1s cubic-bezier(.2, .75, .2, 1);
}

.lux-explain-video-section.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lux-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100svh;
  min-height: 100svh;
  max-height: none;
  position: relative;
  overflow: hidden;
}

.lux-additional-info .lux-video-element {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  border: 0;
  transform: scale(1);
  filter: saturate(0.9) contrast(1.04);
  transition: transform 1.35s cubic-bezier(.2, .75, .2, 1), filter 0.9s ease;
}

.lux-additional-info iframe.lux-video-youtube {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  pointer-events: none;
}

.lux-explain-video-section.in-view .lux-video-element {
  transform: scale(1);
}

.lux-video-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.42)),
    linear-gradient(90deg, rgba(0,0,0,0.28), transparent 45%, rgba(0,0,0,0.28));
  pointer-events: none;
}

.lux-video-controls {
  position: absolute;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(18px, 3vw, 42px);
  display: flex;
  gap: 1px;
  z-index: 2;
}

.lux-video-control {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #090909;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.lux-video-control:hover {
  background: var(--app-logo-color);
  color: #fff;
}

.lux-icon-pause,
.lux-icon-sound {
  width: 16px;
  height: 16px;
  position: relative;
  display: block;
}

.lux-icon-pause::before,
.lux-icon-pause::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 4px;
  height: 14px;
  background: currentColor;
}

.lux-icon-pause::before {
  left: 3px;
}

.lux-icon-pause::after {
  right: 3px;
}

.lux-video-play[data-state="paused"] .lux-icon-pause::before {
  top: 1px;
  left: 4px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
  background: transparent;
}

.lux-video-play[data-state="paused"] .lux-icon-pause::after {
  display: none;
}

.lux-icon-sound::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 6px;
  background: currentColor;
}

.lux-icon-sound::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 3px;
  width: 8px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-radius: 50%;
}

.lux-video-sound[data-muted="true"] .lux-icon-sound {
  opacity: 0.72;
}

.lux-video-sound[data-muted="true"] .lux-icon-sound::after {
  transform: rotate(45deg);
  border-radius: 0;
}

/* ================= Media Story ================= */
.lux-media-story-section {
  background: var(--color-background, #fff);
  padding: clamp(18px, 3vw, 42px);
  opacity: 1;
  transform: translateY(44px);
  transition: opacity 0.9s ease, transform 1.1s cubic-bezier(.2, .75, .2, 1);
}

.lux-media-story-section.in-view {
  opacity: 1;
  transform: translateY(0);
}

.lux-media-story-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 22px);
}

.lux-media-tile {
  position: relative;
  grid-column: span 6;
  min-height: clamp(420px, 72svh, 860px);
  height: clamp(420px, 72svh, 860px);
  margin: 0;
  overflow: hidden;
  background: #f5f2ed;
  isolation: isolate;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 1s cubic-bezier(.2, .75, .2, 1), box-shadow 0.35s ease;
}

.lux-media-tile.is-hero {
  grid-column: 1 / -1;
  min-height: 100svh;
  height: 100svh;
}

.lux-media-tile.is-wide {
  grid-column: span 8;
}

.lux-media-tile img,
.lux-media-tile video {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.04);
  filter: saturate(0.94) contrast(1.03);
  transition: transform 1.2s cubic-bezier(.2, .75, .2, 1), filter 0.8s ease;
  border: 0;
  pointer-events: none;
}

.lux-media-story-section:not(.in-view) .lux-media-tile {
  opacity: 0.01;
  transform: translateY(34px);
}

.lux-media-story-section.in-view .lux-media-tile {
  opacity: 1;
  transform: translateY(0);
}

.lux-media-story-section.in-view .lux-media-tile:nth-child(2) {
  transition-delay: 0.08s;
}

.lux-media-story-section.in-view .lux-media-tile:nth-child(3) {
  transition-delay: 0.16s;
}

.lux-media-story-section.in-view .lux-media-tile:nth-child(4) {
  transition-delay: 0.24s;
}

.lux-media-story-section.in-view .lux-media-tile img,
.lux-media-story-section.in-view .lux-media-tile video {
  transform: scale(1);
}

.lux-media-story-section.in-view .lux-media-tile:hover img,
.lux-media-story-section.in-view .lux-media-tile:hover video {
  transform: scale(1.045) translateY(-1.5%);
  filter: saturate(1) contrast(1.06);
}

.lux-media-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(0,0,0,0.12));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.lux-media-tile:hover::after {
  opacity: 1;
}

/* ================= Responsive ================= */




/* =============================================================== 
   ================= About Us & Related products ================= 
   =============================================================== */

/*
/* Rolex-style intro */
/* Fix layout of related intro section */
.related.products .related-intro {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  padding: 8rem 2rem !important;
  margin: 0 auto 0 auto !important;
  flex-wrap: wrap !important;
  gap: 2rem !important;
}

/* Left column (heading) */
.related.products .related-intro-left {
  flex: 1 1 40% !important;
}

/* Right column (description + link) */
.related.products .related-intro-right {
  flex: 1 1 55% !important;
  max-width: 600px !important;
}

/* Heading */
.related.products .related-intro-left h2 {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: var(--app-logo-color) !important;
  margin: 0 0 1rem 0 !important;
}

/* Description text */
.related.products .related-intro-right p {
  font-size: 1.1rem !important;
  color: #333 !important;
  line-height: 1.6 !important;
  margin-bottom: 1rem !important;
}

/* Link */
.related.products .related-intro-link {
  font-weight: 600 !important;
  color: var(--app-logo-color) !important;
  text-decoration: none !important;
  font-size: 1rem !important;
}

.related.products .related-intro-link:hover {
  color: var(--app-secondary-color) !important;
}


.related.products .related-intro-link:hover {
  text-decoration: underline !important;
}


/* ================= Related Products =================== */

/* Wrap */
.related.products {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
  padding: 0 1rem !important;
}

/* Title */
.related.products .related-title {
  text-align: center !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  margin-bottom: 2rem !important;
  letter-spacing: 0.05em !important;
  padding: 0 !important;
  margin-top: 0 !important;
}


/* Product grid container */
.related.products ul.products {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10rem !important; /* more space between products */
  flex-wrap: wrap !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.related.products ul.products::after {
  display: none !important; 
}

.related.products ul.products li {
  margin: 0 !important;
  padding: 0 !important;
}

/* Each product card */
.related.products ul.products li.product {
  flex: 0 0 360px !important; /* wider product block */
  text-align: center !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  transition: none !important;

}

/* Hide sale badges */
.related.products .onsale {
  display: none !important;
}

/* Hide star rating */
.related.products .star-rating {
  display: none !important;
}

/* Keep wishlist icon visible (don't hide .wlfmc...) */

.related.products .product-loop-image-wrapper {
  background: transparent !important;
}

/* Product image styling */
.related.products ul.products li.product img {
  max-width: 100% !important;
  height: 350px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto 1.5rem auto !important;
  background: transparent !important;
}


.related.products .product-loop-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0px;
  text-align: center;
}

/* Product title styling */
.related.products .woocommerce-loop-product__title {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  margin: 0 auto 0.75rem auto !important;

  display: inline-block;
  text-align: center;
  white-space: normal;
  line-height: 1.4;
}



/* Price styling */
.related.products .product-loop-meta .price {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #111 !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  margin-bottom: 1.5rem !important;
}

/* Cart button (optional cleanup) */
.related.products ul.products li.product .loop-add-to-cart-btn {
  margin-top: 1rem !important;
}





/*
.woocommerce-tabs {
    width: 100% !important;
    background: #413527 !important;
    padding: 15px !important;
    border: 1px dashed #fb923c !important;
}

.woocommerce-Tabs-panel {
    background: #583535 !important;
    padding: 15px !important;
    border: 1px solid #ef4444 !important;
}
#reviews,
#comments,
#review_form_wrapper {
    background: #ecfccb !important;
    padding: 10px !important;
    border: 1px dashed #65a30d !important;
}

.related.products {
    background: #fef2f2 !important;
    padding: 15px !important;
    border: 1px dashed #f87171 !important;
}

.woocommerce-loop-product__title,
.price,
.woocommerce-noreviews,
.woocommerce-Reviews-title {
    background: #f3f4f6 !important;
    padding: 5px !important;
    border: 1px solid #9ca3af !important;
}
*/






















.custom-product-gallery-actions {
  --gallery-action-size: 44px;
  --gallery-action-bg: var(--app-logo-color);
  --gallery-action-bg-hover: color-mix(in srgb, var(--app-logo-color) 88%, white 12%);
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1px;
  isolation: isolate;
}

.custom-product-gallery-actions .custom-gallery-action,
.custom-product-gallery-actions .custom-gallery-action > a,
.custom-product-gallery-actions .custom-gallery-action > button,
.custom-product-gallery-actions .wlfmc-add-button > a {
  width: var(--gallery-action-size) !important;
  height: var(--gallery-action-size) !important;
  min-width: var(--gallery-action-size) !important;
  min-height: var(--gallery-action-size) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--gallery-action-bg) !important;
  color: #fff !important;
  box-shadow: none !important;
  cursor: pointer;
}

.custom-product-gallery-actions .custom-gallery-action {
  position: relative !important;
  inset: auto !important;
  overflow: hidden;
  transition: background-color 0.18s ease;
}

.custom-product-gallery-actions .custom-gallery-action:hover,
.custom-product-gallery-actions .custom-gallery-action:hover > a,
.custom-product-gallery-actions .custom-gallery-action:hover > button,
.custom-product-gallery-actions .custom-gallery-action:hover .wlfmc-add-button > a {
  background: var(--gallery-action-bg-hover) !important;
}

.custom-product-gallery-actions .wlfmc-add-button {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.custom-product-gallery-actions .action-wishlist {
  order: 1;
}

.custom-product-gallery-actions .action-fullscreen {
  order: 2;
}

.custom-product-gallery-actions .action-video {
  order: 3;
}

.custom-product-gallery-actions svg,
.custom-product-gallery-actions svg path {
  fill: currentColor !important;
  color: #fff !important;
}

.custom-product-gallery-actions svg {
  width: 18px !important;
  height: 18px !important;
  transition: transform 0.18s ease;
}

.custom-product-gallery-actions .wishlist-icon-img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1);
  transition: transform 0.18s ease;
}

.custom-product-gallery-actions .custom-gallery-action:hover svg,
.custom-product-gallery-actions .custom-gallery-action:hover .wishlist-icon-img {
  transform: scale(1.12);
}

.custom-product-gallery-actions .wlfmc-tooltip::after,
.custom-product-gallery-actions .wlfmc-tooltip::before {
  display: none !important;
}

.product-gallery > .product-images > .product-group-btns,
.product-gallery > .product-images > .wlfmc-add-to-wishlist:not(.custom-gallery-action) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


/* Empty */
.wlfmc_add_to_wishlist .wishlist-icon-img {
  content: url('/wp-content/themes/woostify-child/assets/images/wishlist-empty.svg');
  opacity: 1 !important;
}

/* Filled */
.wlfmc_delete_item .wishlist-icon-img {
  content: url('/wp-content/themes/woostify-child/assets/images/wishlist.svg');
  opacity: 1 !important;
}



.site-main .product-loop-wrapper .product-loop-meta a .woostify-svg-icon {
    color: var(--app-logo-color) !important;
    margin-right: 5px;
    transition-duration: 0s;
}

.site-main .product-loop-wrapper .cart-sidebar-content .woocommerce-mini-cart__buttons a:not(.checkout), 
.site-main .product-loop-wrapper .product-loop-meta .button, 
.site-main .product-loop-wrapper .multi-step-checkout-button[data-action="back"], 
.site-main .product-loop-wrapper .multi-step-checkout-button[data-action="back"] .woostify-svg-icon, 
.site-main .product-loop-wrapper .review-information-link, 
.site-main .product-loop-wrapper a {
    color: var(--app-logo-color) !important;
}


.site-main .product-loop-wrapper .product-loop-meta a:hover .woostify-svg-icon {
    color: var(--app-logo-color-hover) !important;
}

.site-main .product-loop-wrapper .cart-sidebar-content:hover .woocommerce-mini-cart__buttons a:not(.checkout), 
.site-main .product-loop-wrapper .product-loop-meta:hover .button, 
.site-main .product-loop-wrapper .multi-step-checkout-button[data-action="back"]:hover, 
.site-main .product-loop-wrapper .multi-step-checkout-button[data-action="back"]:hover .woostify-svg-icon, 
.site-main .product-loop-wrapper .review-information-link, 
.site-main .product-loop-wrapper a:hover {
    color: var(--app-logo-color-hover) !important;
}


@media (max-width: 1000px) {

  .description-left {
    flex: 0 1 58% !important;
  }
  .description-right {
    flex: 1 1 auto !important;
  }

  .lux-additional-info .lux-secondary-content * {
    font-size: 21px;
  }
}


@media (max-width: 991px) {
  .product-page-container .woostify-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  .product-page-container .woostify-container .product-summary {
    padding-top: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    margin-top: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: clamp(48px, 9vh, 96px) !important;
    align-items: flex-start !important;
  }

  .product-page-container .woostify-container .product-gallery {
    min-height: clamp(430px, 58svh, 620px) !important;
    height: auto !important;
    margin-top: 80px !important;
  }

  .product-gallery .product-images {
    min-height: clamp(430px, 58svh, 620px) !important;
  }

  .product-images-container,
  .product-images-container .flickity-viewport,
  .product-images-container .flickity-slider,
  .product-images .image-item,
  .product-images .image-item a {
    min-height: clamp(360px, 52svh, 560px) !important;
  }

  .product-images .image-item img {
    max-width: min(78vw, 620px) !important;
    max-height: 52svh !important;
  }

  .summary.entry-summary {
    width: 100% !important;
  }

  .woocommerce-product-details__short-description {
    padding-bottom: 0 !important;
    overflow-wrap: anywhere;
  }

  .product-summary .summary.entry-summary {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .lux-additional-info .lux-secondary-content * {
    font-size: 20px;
  }

}

@media (max-width: 800px) {
  .description-bg-panel {
    min-height: clamp(520px, 78svh, 760px) !important;
    background-position: center center !important;
  }

  .description-bg-panel::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.42) 36%, rgba(0, 0, 0, 0.82) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.12));
  }

  .description-overlay {
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: stretch !important;
    min-height: clamp(520px, 78svh, 760px) !important;
    padding: 28px 22px !important;
  }

  .description-left {
    flex: 0 1 auto !important;
    max-width: 100% !important;
    max-height: 56svh !important;
    padding: 0 !important;
  }

  .lux-additional-info .lux-secondary-content * {
    font-size: 18px;
  }

  .lux-media-story-section {
    padding: 12px;
  }

  .lux-media-story-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lux-media-tile,
  .lux-media-tile.is-hero,
  .lux-media-tile.is-wide {
    grid-column: 1 / -1;
    min-height: clamp(380px, 68svh, 640px);
    height: clamp(380px, 68svh, 640px);
  }

}

@media (max-width: 768px) {
  .custom-product-gallery-actions {
    --gallery-action-size: 38px;
    right: 14px;
    bottom: 88px;
  }

  .custom-product-gallery-actions svg,
  .custom-product-gallery-actions .wishlist-icon-img {
    width: 15px !important;
    height: 15px !important;
  }

  .product-page-container .woostify-container .product-gallery {
    min-height: clamp(430px, 58svh, 560px) !important;
    margin-top: 72px !important;
    padding-bottom: 92px !important;
  }

  .product-gallery .product-images {
    min-height: clamp(360px, 48svh, 480px) !important;
  }

  .product-images-container,
  .product-images-container .flickity-viewport,
  .product-images-container .flickity-slider,
  .product-images .image-item,
  .product-images .image-item a {
    width: 100% !important;
    min-height: clamp(300px, 42svh, 420px) !important;
  }

  .product-images .image-item img {
    max-width: 78vw !important;
    max-height: 38svh !important;
  }

  .product-thumbnail-images {
    top: auto !important;
    bottom: 12px !important;
    left: 50% !important;
    width: min(82vw, 420px) !important;
    height: 72px !important;
    transform: translateX(-50%) !important;
    z-index: 110 !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    pointer-events: auto;
  }

  .product-thumbnail-images-container {
    width: 100% !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    padding: 0 !important;
    gap: 8px !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none;
  }

  .product-thumbnail-images-container::-webkit-scrollbar {
    display: none;
  }

  .thumbnail-item,
  .thumbnail-item.is-selected {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    flex: 0 0 54px !important;
    transform: scale(1) !important;
    filter: none !important;
    opacity: 0.58 !important;
    box-shadow: none !important;
  }

  .thumbnail-item.is-selected,
  .thumbnail-item.is-nav-selected {
    opacity: 1 !important;
    outline: 1px solid var(--app-logo-color);
    outline-offset: 2px;
  }

  .thumbnail-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .thumb-btn {
    display: none !important;
  }

  .product-summary {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .product-price-row {
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .product-price-row .shipping-info {
    max-width: 45% !important;
    margin-left: 0 !important;
    line-height: 1.35 !important;
  }

  .lux-additional-info .lux-additional-layout {
    flex-direction: column;
    min-height: auto;
    height: auto;
  }

  .lux-additional-info .lux-image-side {
    flex: none;
    width: 100%;
    min-height: clamp(360px, 56svh, 620px);
  }

  .lux-additional-info .lux-image-side img {
    min-height: clamp(360px, 56svh, 620px);
  }

  .lux-additional-info .lux-info-side {
    flex: none;
    width: 100%;
    min-height: auto;
    padding: 28px 20px 44px;
    align-items: stretch;
    background: #fff;
  }

  .lux-additional-info .lux-secondary-content {
    max-width: 100%;
    max-height: none;
    overflow: visible;
  }
  
  .lux-additional-info .lux-secondary-content * {
     font-size: clamp(0.95rem, 3.6vw, 1.1rem) !important;
  }

  .lux-explain-video-section,
  .lux-video-frame,
  .lux-additional-info .lux-video-element {
    min-height: auto;
    height: auto;
  }

  .lux-video-frame {
    aspect-ratio: 4 / 5;
    height: auto;
    min-height: auto;
    max-height: 78svh;
  }

  .lux-additional-info .lux-video-element {
    height: 100%;
    min-height: 100%;
  }
}

@media (max-width: 600px) {
  .lux-additional-info .lux-secondary-content * {
      font-size: clamp(0.92rem, 3.8vw, 1.05rem) !important;
  }
}

@media (max-width: 500px) {
  .custom-product-gallery-actions {
    --gallery-action-size: 34px;
    right: 12px;
    bottom: 82px;
  }

  .custom-product-gallery-actions svg,
  .custom-product-gallery-actions .wishlist-icon-img {
    width: 14px !important;
    height: 14px !important;
  }

  .product-page-container .woostify-container .product-gallery {
    min-height: clamp(390px, 54svh, 500px) !important;
    margin-top: 64px !important;
    padding-bottom: 84px !important;
  }

  .product-gallery .product-images {
    min-height: clamp(300px, 42svh, 390px) !important;
  }

  .product-images-container,
  .product-images-container .flickity-viewport,
  .product-images-container .flickity-slider,
  .product-images .image-item,
  .product-images .image-item a {
    width: 100% !important;
    min-height: clamp(260px, 38svh, 350px) !important;
  }

  .product-images .image-item img {
    max-width: 76vw !important;
    max-height: 34svh !important;
  }

  .woocommerce-product-details__short-description {
    font-size: 13px !important;
    line-height: 1.55 !important;
    padding-top: 12px !important;
  }

  .product-summary {
    padding-bottom: 64px !important;
  }

  .product_title {
    font-size: clamp(18px, 5.4vw, 24px) !important;
    line-height: 1.18 !important;
  }

  .product-price-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 4px !important;
  }

  .product-price-row .shipping-info {
    max-width: 100% !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }

  .lux-additional-info .lux-secondary-content * {
      font-size: 20px;
  }
}

@media (max-width: 400px) {
  .description-overlay {
    padding: 22px 16px !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
  }

  .description-bg-panel,
  .description-overlay {
    min-height: clamp(460px, 72svh, 620px) !important;
  }

  .description-left {
    max-height: 50svh !important;
    padding: 0 !important;
  }

  .description-left h2,
  .description-left h2 span {
    font-size: clamp(1.3rem, 8vw, 2rem) !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
  }

  .description-left p,
  .description-left li,
  .description-left strong,
  .description-left span {
    font-size: 0.9rem !important;
    line-height: 1.55 !important;
  }

  .quantity {
    min-width: 112px !important;
    max-height: 40px !important;
  }

  .product-qty {
    max-height: 40px !important;
    max-width: 35px !important;
  }

  .single_add_to_cart_button.button:not(.woostify-buy-now) {
    max-height: 40px !important;
    max-width: none !important;
    min-width: 0 !important;
    width: auto !important;
    flex: 1 1 0 !important;
    padding: 4px !important;
  }

  .lux-additional-info .lux-secondary-content * {
    font-size: 18px;
  }

  .related.products .product-loop-content .woocommerce-loop-product__title {
    text-align: center !important;
    width: 80% !important;
    margin-left: 10% !important;
    padding: 10px;
  }

  .animated-meta {
    display: flex;
    gap: 20px;
  }

  .related.products .product-loop-meta .price {
    margin: 0 !important;
    margin-bottom: -4px !important;
  }

  .related.products ul.products li.product .loop-add-to-cart-btn {
    margin: 0 !important;
  }
}

@media (max-width: 300px) {
   .description-left h2,
  .description-left h2 span {
    font-size: 1.45rem !important;
    font-weight: 600 !important;
  }

  .description-left p,
  .description-left li,
  .description-left strong,
  .description-left span {
    font-size: 0.82rem !important;
    line-height: 1.45 !important;
  }

  .lux-additional-info .lux-secondary-content * {
    font-size: 14px;
  }
}

@media (max-width: 100px) {
  .description-left {
    flex: 1 1 auto !important;
  }
  .description-right {
    flex: 1 1 auto !important;
  }
}

/* Keep quantity compact and let Add to cart occupy all remaining phone width. */
@media (max-width: 600px) {
  form.cart:not(.variations_form):not(.wvs-loaded),
  .woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
  }

  form.cart .quantity,
  .woocommerce-variation-add-to-cart .quantity {
    flex: 0 0 auto !important;
  }

  form.cart .single_add_to_cart_button.button:not(.woostify-buy-now),
  .woocommerce-variation-add-to-cart .single_add_to_cart_button.button:not(.woostify-buy-now) {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  /*
   * Mobile description: show the beginning immediately and let the panel grow
   * with its text. Long descriptions use normal page scrolling, so no text is
   * trapped above an internally centered scroll area.
   */
  .description-bg-panel,
  .description-overlay {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
  }

  .description-bg-panel {
    overflow: visible !important;
  }

  .description-overlay {
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 16px 14px !important;
  }

  .description-left {
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    justify-content: flex-start !important;
    overflow: visible !important;
    overscroll-behavior: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .description-left h2,
  .description-left h2 span {
    margin: 0 0 8px !important;
    font-size: clamp(1.15rem, 5.6vw, 1.45rem) !important;
    line-height: 1.15 !important;
  }

  .description-left p,
  .description-left li,
  .description-left strong,
  .description-left span {
    font-size: clamp(0.78rem, 3.5vw, 0.9rem) !important;
    line-height: 1.45 !important;
  }

  .description-left p,
  .description-left ul,
  .description-left ol {
    margin-bottom: 8px !important;
  }
}

