/** Shopify CDN: Minification failed

Line 1135:0 Unexpected "}"

**/
/* New Product Page Layout - Clean Design */

/* Image loading optimizations */
.product-page-new img {
  content-visibility: auto;
  image-rendering: auto;
}

.product-page-new__featured-img,
.product-page-new__gallery-img {
  background-color: #f5f5f5;
}

/* Aspect ratio hints to prevent layout shift */
.product-page-new__main-image {
  background-color: #f5f5f5;
  display: flex;
  align-items: flex-start;
}

.product-page-new__gallery-item {
  background-color: #f5f5f5;
}

/* Content visibility for off-screen sections */
.product-recommendations-section,
.product-recently-viewed-grid {
  content-visibility: auto;
  contain-intrinsic-size: 0 400px;
}

/* Loading state removed - show content immediately */

/* Hide footer initially until page is loaded to prevent flicker */
body.template-product:not(.page-loaded) footer,
body.template-product:not(.page-loaded) [class*="footer"],
body.template-product:not(.page-loaded) footer-group,
body.template-product:not(.page-loaded) [id*="footer"],
body.template-product:not(.page-loaded) [data-section-type*="footer"] {
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in, height 0.3s ease-in;
}

/* Show footer after page is loaded */
body.template-product.page-loaded footer,
body.template-product.page-loaded [class*="footer"],
body.template-product.page-loaded footer-group,
body.template-product.page-loaded [id*="footer"],
body.template-product.page-loaded [data-section-type*="footer"] {
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in, height 0.3s ease-in;
}

/* Prevent footer flicker during color changes */
body.template-product footer,
body.template-product [class*="footer"],
body.template-product footer-group,
body.template-product [id*="footer"],
body.template-product [data-section-type*="footer"] {
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
}

/* Hide footer during product color changes */
body.template-product.product-changing-color footer,
body.template-product.product-changing-color [class*="footer"],
body.template-product.product-changing-color footer-group,
body.template-product.product-changing-color [id*="footer"],
body.template-product.product-changing-color [data-section-type*="footer"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
}

/* Hide recommended section during product color changes */
body.template-product.product-changing-color .product-recommendations-section {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
}

/* Hide design scroll bar (thumbnails) at bottom */
.product-gallery__thumbnails,
.product-gallery__thumbnails-holder,
.product-gallery--has-thumbnails .product-gallery__thumbnails {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Hide explore selection or related products section if it exists */
.product-recommendation,
.product-recommendations,
[class*="explore"],
[class*="selection"][class*="explore"],
.sidebar-widget[class*="explore"],
.product-recommendations,
product-recommendations,
[data-section-id*="17626654445c332780"],
[data-section-id*="1762578287bab9368e"],
section[class*="ai_gen_block_fd73ddc"],
section[class*="ai_gen_block_fe313c6"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide horizontal scroll bars on product gallery */
.product-gallery,
.product-gallery__thumbnails,
.product-gallery__thumbnails-holder,
[class*="scroll"][class*="gallery"],
.product-gallery--scroll {
  overflow-x: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.product-gallery::-webkit-scrollbar,
.product-gallery__thumbnails::-webkit-scrollbar,
.product-gallery__thumbnails-holder::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.product-page-new {
  display: grid;
  grid-template-columns: 50vw 1fr;
  gap: 0;
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  overflow: visible !important;
  align-items: start;
  min-height: 100vh;
  height: auto;
  align-content: start;
}

/* Gallery container - left side */
.product-page-new__gallery-container {
  position: relative;
  overflow: visible !important;
  height: auto;
}

/* Info container - right side */
.product-page-new__info-container {
  position: relative !important;
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  align-content: flex-start !important;
  min-height: 200vh !important; /* Ensure minimum height for sticky to work */
}

body.template-product {
  overflow-x: hidden;
  overflow-y: visible !important;
}

body.template-product .shopify-section:has(.product-page-new),
body.template-product section[data-section-type="main-product"] {
  overflow: visible !important;
  overflow-y: visible !important;
  overflow-x: hidden !important;
}

body.template-product section[data-section-type="main-product"],
body.template-product .shopify-section:has(.product-page-new),
body.template-product #main {
  overflow: visible !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  height: auto !important;
  position: relative !important;
}

body.template-product {
  overflow-y: visible !important;
  overflow-x: hidden !important;
}

.product-page-new > *:nth-child(2) {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
}

/* Remove top spacing from product page section */
body.template-product .product-page-new,
body.template-product section[data-section-type="main-product"] .product-page-new,
body.template-product .shopify-section:has(.product-page-new) {
  margin-top: 0 !important;
  padding-top: 0 !important;
  overflow: visible !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

body.template-product section[data-section-type="main-product"],
body.template-product .shopify-section:has(.product-page-new),
body.template-product #main {
  overflow: visible !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

body.template-product .product-page-new {
  margin-left: -50vw !important;
  left: 50% !important;
  padding-left: 0 !important;
}

body.template-product .product-page-new__gallery {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

body.template-product .product-page-new__main-image,
body.template-product .product-page-new__featured-img,
body.template-product .product-page-new__image-gallery {
  margin-left: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
}

body.template-product #main,
body.template-product .shopify-section {
  padding-left: 0 !important;
  margin-left: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
}

body.template-product .product-page-new {
  margin-left: -50vw !important;
  left: 50% !important;
  padding-left: 0 !important;
}

body.template-product .product-page-new__gallery {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

body.template-product .product-page-new__main-image,
body.template-product .product-page-new__featured-img,
body.template-product .product-page-new__image-gallery {
  margin-left: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
}

body.template-product #main,
body.template-product .shopify-section {
  padding-left: 0 !important;
  margin-left: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
}

.product-page-new__gallery {
  position: relative;
  height: fit-content;
  width: 100%;
  padding: 0 40px 40px 0;
  padding-top: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  contain: layout style paint;
  box-sizing: border-box;
  background: #fff;
}

.product-page-new__main-image {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0 !important;
  margin-left: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  aspect-ratio: 4/5;
  position: relative;
  overflow: hidden;
}

.product-page-new__featured-img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0 !important;
  object-fit: cover;
  object-position: center;
  margin-left: 0 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  opacity: 1;
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.product-page-new__image-gallery {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.product-page-new__image-gallery.loaded {
  opacity: 1;
  visibility: visible;
}

/* Hide featured image duplicate in gallery on desktop (it's shown above) */
.product-page-new__gallery-item--featured {
  display: none;
}

.product-page-new__gallery-item {
  width: 100%;
  cursor: pointer;
  border: none;
  border-radius: 0 !important;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  margin: 0;
  padding: 0;
  aspect-ratio: 4/5;
  position: relative;
}

.product-page-new__gallery-img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0 !important;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.product-page-new__gallery-item,
.product-page-new__main-image {
  position: relative;
}

.product-page-new__gallery-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.product-page-new__gallery-img,
.product-page-new__featured-img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.product-page-new__info {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px;
  padding: 0 60px 40px 60px !important;
  padding-top: 100px !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
  box-sizing: border-box !important;
  background: #fff !important;
  max-width: 495px !important;
  contain: layout style;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  align-self: flex-start !important;
  height: fit-content !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-y: visible !important;
  width: 100% !important;
}

/* Header fade transition for product page */
body.template-product #site-header[data-sticky-header] {
  transition: opacity 0.3s ease-out !important;
  box-shadow: none !important;
}

body.template-product #site-header[data-sticky-header]::after,
body.template-product #site-header[data-sticky-header]::before,
body.template-product #site-header[data-sticky-header] .header__bottom--border::before {
  display: none !important;
  content: none !important;
}

.product-page-new__id {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: -16px;
}

.product-page-new__title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.product-page-new__title {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.product-page-new__wishlist {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
}

.product-page-new__wishlist svg {
  width: 24px;
  height: 24px;
  stroke: #000;
  fill: none;
}

.product-page-new__wishlist.active svg {
  fill: #000;
}

.product-page-new__price {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0;
  line-height: 1;
}

.product-page-new__title-row + .product-page-new__price {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Price wrapper above Place in Cart button - right aligned */
.product-page-new__price-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.product-page-new__price-wrapper .product-page-new__price {
  text-align: right;
  margin-bottom: 0;
}

.product-page-new__info h1,
.product-page-new__info .product-page-new__title {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.product-page-new__section {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

/* Remove border-bottom from section before description */
.product-page-new__section:has(+ .product-page-new__section:has(.product-page-new__description)) {
  border-bottom: none !important;
}

.product-page-new__section:has(.product-page-new__description),
.product-page-new__description-section {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  position: relative;
}

/* Remove border-top from first expandable section that comes after description */
.product-page-new__section:has(.product-page-new__description) + .product-page-new__expandable,
.product-page-new__section:has(.product-page-new__description) ~ .product-page-new__expandable:first-of-type {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove any pseudo-elements that might create a line */
.product-page-new__section:has(.product-page-new__description)::before,
.product-page-new__section:has(.product-page-new__description)::after {
  display: none !important;
  content: none !important;
  border: none !important;
}

/* Remove border from any element that comes before description */
.product-page-new__section:has(.product-page-new__description) *::before,
.product-page-new__section:has(.product-page-new__description) *::after {
  border-top: none !important;
}

/* Remove border-bottom from form section that comes before description */
.product-page-new__section[data-product-form] + .product-page-new__section:has(.product-page-new__description),
.product-page-new__section[data-product-form] {
  border-bottom: none !important;
}

/* Remove border from Material section if it comes before description */
.product-page-new__section:has(.product-page-new__material-link) + .product-page-new__section:has(.product-page-new__description),
.product-page-new__section:has(.product-page-new__material-link) {
  border-bottom: none !important;
}

/* Remove all borders from any section that comes before description */
.product-page-new__section:not(:has(.product-page-new__description)):has(+ .product-page-new__section:has(.product-page-new__description)) {
  border-bottom: none !important;
  border-top: none !important;
}

/* Remove border from icons section */
.product-icons-list,
.product-icons-list-container {
  border-top: none !important;
}

.product-icons-list {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Remove border-top from any parent element containing icons */
.product-text .product-icons-list,
.product-variant__block:has(.product-icons-list),
.product-variant__block + .product-variant__block:has(.product-icons-list) {
  border-top: none !important;
}

/* Remove border-top from the block that contains icons */
.product-variant__block:has(.product-icons-list)::before,
.product-variant__block:has(.product-icons-list)::after {
  display: none !important;
}

/* Remove border-top from divider or any element before icons */
.divider + .product-icons-list,
.product-icons-list::before,
.product-icons-list::after {
  border-top: none !important;
  display: none !important;
}

/* Remove any border-top from elements that come before icons in product-text */
.product-text > *:has(+ .product-icons-list),
.product-text > *:has(+ * .product-icons-list) {
  border-bottom: none !important;
}

.product-page-new__section:has(.product-page-new__description)::before {
  display: none !important;
}

/* Remove border from description section when it comes after size selector with dimensions guide */
.product-page-new__section[data-size-selector] ~ .product-page-new__section:has(.product-page-new__description),
.product-page-new__section:has(.product-page-new__description) {
  border-top: none !important;
  border-bottom: none !important;
}

/* Keep border-bottom on dimensions guide expandable (first line) */
.product-page-new__expandable:has(.product-page-new__size-gallery),
.product-page-new__expandable:has(.product-page-new__size-image-container) {
  border-bottom: 1px solid #e5e5e5 !important;
  border-top: 1px solid #e5e5e5 !important;
  margin-top: 20px !important;
  padding-top: 0 !important;
}

.product-page-new__section:last-child {
  border-bottom: none;
}

.product-page-new__section[data-color-selector] {
  border-bottom: none !important;
  border-top: 1px solid #e5e5e5 !important;
  padding-top: 5px !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  line-height: normal !important;
  height: fit-content !important;
  min-height: 0 !important;
  max-height: fit-content !important;
  overflow: visible !important;
  background: none !important;
  background-color: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  align-content: flex-start !important;
  justify-content: flex-start !important;
  align-self: flex-start !important;
  vertical-align: top !important;
  gap: 0 !important;
}

.product-page-new__section[data-color-selector] > * {
  line-height: normal;
  height: fit-content !important;
  min-height: 0 !important;
}

.product-page-new__section[data-color-selector]::after {
  display: none !important;
  content: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
}

.product-page-new__section[data-color-selector] .product-page-new__colors {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  height: fit-content !important;
  min-height: 0 !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  align-self: flex-start !important;
}

.product-page-new__section[data-color-selector] .product-page-new__colors:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove any spacing after color swatches */
.product-page-new__section[data-color-selector] .product-page-new__section-title-row {
  margin-bottom: 12px !important;
  height: fit-content !important;
  min-height: 0 !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  align-items: flex-start !important;
  padding-bottom: 0 !important;
}

.product-page-new__section[data-color-selector] *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.product-page-new__section[data-size-selector] {
  border-top: none !important;
  border-bottom: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.product-page-new__section[data-color-selector] + .product-page-new__section[data-size-selector] {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Remove all spacing/gap after the colors container */
.product-page-new__section[data-color-selector] > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


/* Ensure no spacing from flexbox or grid gaps and prevent stretching */
.product-page-new__info > .product-page-new__section[data-color-selector] {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  align-self: flex-start !important;
  flex-basis: auto !important;
  flex-shrink: 1 !important;
  flex-grow: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: fit-content !important;
  min-height: 0 !important;
}

/* Remove flexbox gap between color selector and next sibling - compensate for parent gap */
.product-page-new__info > .product-page-new__section[data-color-selector] + * {
  margin-top: -24px !important;
}

/* Ensure section content doesn't create extra space */
.product-page-new__section[data-color-selector] > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  height: fit-content !important;
  min-height: 0 !important;
}

/* Remove any gap between color selector and next element */
.product-page-new__section[data-color-selector] + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Ensure color selector section has absolutely no bottom spacing */
.product-page-new__section[data-color-selector]:has(.product-page-new__colors) {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  background: none !important;
  background-color: transparent !important;
  border-bottom: none !important;
  height: auto !important;
  min-height: 0 !important;
  box-sizing: border-box !important;
}

/* Force section to collapse - remove any residual spacing */
.product-page-new__section[data-color-selector]:has(.product-page-new__colors:last-child) {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  height: fit-content !important;
  min-height: 0 !important;
}

.product-page-new__section[data-color-selector] .product-page-new__colors:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Final override - ensure no visual block appears and section collapses completely */
.product-page-new__section[data-color-selector] {
  display: block !important;
  box-sizing: border-box !important;
  height: fit-content !important;
  min-height: 0 !important;
  max-height: none !important;
  align-self: flex-start !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

/* Remove any visual block/spacing after colors - ensure section collapses */
.product-page-new__section[data-color-selector]::after,
.product-page-new__section[data-color-selector]::before {
  display: none !important;
  content: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  width: 0 !important;
  min-height: 0 !important;
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

.product-page-new__section-title {
  font-size: 0.65rem;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-page-new__section-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  align-items: center !important;
  vertical-align: middle !important;
}

.product-page-new__section-title-row .product-page-new__section-title {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  vertical-align: middle !important;
}

.product-page-new__current-color {
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: capitalize;
  text-align: right;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
}

.product-page-new__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  line-height: 0 !important;
}

.product-page-new__color-swatch {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
}

.product-page-new__color-swatch.active {
  border-color: #000;
}

.product-page-new__color-more {
  font-size: 0.75rem;
  color: #666;
  margin-left: 8px;
}

.product-page-new__color-swatch {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-page-new__color-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  z-index: 1;
}

.product-page-new__color-swatch:hover .product-page-new__color-preview {
  opacity: 1;
}

.product-page-new__color-swatch.active .product-page-new__color-preview {
  opacity: 0.3;
}

.product-page-new__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-page-new__size-btn {
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  font-size: 0.65rem;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  flex: 1 1 calc(50% - 4px);
  min-width: 0;
  text-align: center;
}

.product-page-new__size-btn:hover {
  border-color: #000;
  background: #f5f5f5;
}

.product-page-new__size-btn.active {
  border-color: #000;
  background: #000;
  color: #fff;
}

/* Size Gallery - Swipeable between sizes */
.product-page-new__size-gallery {
  position: relative;
  width: 100%;
  margin-top: 8px;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  pointer-events: auto;
}

/* Size Gallery Navigation Arrows */
.product-page-new__size-gallery-track {
  flex: 1;
  order: 2;
}

.product-page-new__size-gallery-arrow {
  position: relative;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  opacity: 0.9;
  flex-shrink: 0;
}

.product-page-new__size-gallery-arrow:hover {
  opacity: 1;
}

.product-page-new__size-gallery-arrow:active {
  opacity: 0.8;
}

.product-page-new__size-gallery-arrow svg {
  width: 20px;
  height: 20px;
}

.product-page-new__size-gallery-arrow--prev {
  order: 1;
}

.product-page-new__size-gallery-arrow--next {
  order: 3;
}

.product-page-new__size-gallery-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.product-page-new__size-gallery-track {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  gap: 0;
  user-select: none;
  overscroll-behavior-x: none;
  overscroll-behavior-y: auto; /* Allow vertical scroll to pass through to page */
  touch-action: pan-x pan-y pinch-zoom;
}

.product-page-new__size-gallery-track::-webkit-scrollbar {
  display: none;
}

.product-page-new__size-gallery-item {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  aspect-ratio: 1 / 1;
  cursor: zoom-in;
  flex-shrink: 0;
  overflow: hidden;
  /* Allow page scrolling when hovering over item */
  pointer-events: auto;
}

.product-page-new__size-gallery-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: 1;
  display: block;
}

.product-page-new__size-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
  display: block;
  pointer-events: auto;
  /* Allow page scrolling when hovering over image on desktop */
  touch-action: pan-y;
}

/* Desktop: Ensure page scrolling works when hovering over size gallery image */
@media (min-width: 1025px) {
  .product-page-new__size-gallery-item img {
    pointer-events: auto;
  }
  
  .product-page-new__size-gallery-item {
    pointer-events: auto;
    /* Don't capture scroll events - allow them to bubble to page */
    overscroll-behavior-y: auto;
  }
  
  .product-page-new__size-gallery-track {
    /* Allow vertical scroll to pass through to page when not horizontally scrolling */
    overscroll-behavior-y: auto;
  }
}

.product-page-new__size-gallery-item:hover img {
  transform: scale(1.02);
}

}

/* Legacy support for old container references */
.product-page-new__size-image-container {
  display: none;
}

.product-page-new__size-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-page-new__material-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.product-page-new__material-link svg {
  width: 16px;
  height: 16px;
}

.product-page-new__section[data-product-form] {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.product-page-new__button {
  width: 100%;
  padding: 16px 24px;
  background: #000;
  color: #fff;
  border: none;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.2s, transform 0.3s ease !important;
  border-radius: 999px;
  position: relative;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.no-touchevents .product-page-new__button:hover:not(.working):not(:disabled),
.product-page-new__button:hover:not(.working):not(:disabled) {
  background: #333 !important;
  transform: translateY(-5px) !important; /* Move button up 5px on hover */
}

.product-page-new__button:active:not(.working):not(:disabled) {
  transform: translateY(-3px) !important; /* Slightly less movement on click */
}

.product-page-new__button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.product-page-new__button.working {
  background: #000 !important; /* Keep button black during loading */
  cursor: wait;
  pointer-events: none;
}

/* Rotating logo loader animation */
@keyframes rotateLogo {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.product-page-new__button.button--loader .button__preloader,
.product-page-new__add-to-cart-button.button--loader .button__preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  display: none;
  z-index: 2;
}

.product-page-new__button.button--loader.working .button__preloader,
.product-page-new__add-to-cart-button.button--loader.working .button__preloader {
  display: block;
}

.product-page-new__button.button--loader.working .button__text,
.product-page-new__add-to-cart-button.button--loader.working .button__text {
  opacity: 0;
}

.product-page-new__button .button__logo-loader,
.product-page-new__add-to-cart-button .button__logo-loader {
  width: 24px;
  height: 24px;
  animation: rotateLogo 2s linear infinite;
  display: block;
  /* Keep original logo color */
}

.product-page-new__button.button--loader.working {
  background: #000 !important; /* Keep black during loading */
}

.product-page-new__add-to-cart-button.button--loader.working {
  background: #000 !important; /* Keep black during loading */
  opacity: 1 !important;
}

.product-page-new__link {
  text-decoration: underline;
  color: inherit;
  font-size: 0.875rem;
  margin-top: 12px;
  display: inline-block;
}

.product-page-new__delivery {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.6;
}

.product-page-new__description {
  font-size: 12px;
  line-height: 1.8;
  color: #000;
}

.product-page-new__read-more {
  margin-top: 10px;
  background: none;
  border: none;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0;
  display: none;
}

.product-page-new__expandable {
  border-bottom: 1px solid #e5e5e5;
  border-top: none !important;
  padding: 0;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 50px;
  display: block;
  cursor: default;
  user-select: none;
  position: relative;
  overflow: visible !important;
}

/* Force remove border-top from first expandable after description */
.product-page-new__description-section + .product-page-new__expandable,
.product-page-new__section:has(.product-page-new__description) + .product-page-new__expandable {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove any border from elements between description and expandable */
.product-page-new__description-section ~ *,
.product-page-new__section:has(.product-page-new__description) ~ * {
  border-top: none !important;
}

.product-page-new__expandable:has(.product-page-new__size-gallery) + .product-page-new__section:has(.product-page-new__description),
.product-page-new__expandable:has(.product-page-new__size-image-container) + .product-page-new__section:has(.product-page-new__description),
.product-page-new__section[data-size-selector] .product-page-new__expandable:has(.product-page-new__size-gallery) ~ *,
.product-page-new__section[data-size-selector] .product-page-new__expandable:has(.product-page-new__size-image-container) ~ *,
.product-page-new__section[data-size-selector] + .product-page-new__section:has(.product-page-new__description) {
  border-top: none !important;
}

.product-page-new__info > .product-page-new__expandable {
  margin-top: -24px !important;
}

.product-page-new__info > .product-page-new__expandable:first-of-type {
  margin-top: 0 !important;
}

.product-page-new__expandable:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.product-page-new__expandable-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto !important;
  cursor: pointer !important;
  position: relative;
  z-index: 10;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.product-page-new__expandable-title {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.product-page-new__expandable-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-page-new__expandable.active .product-page-new__expandable-icon {
  transform: rotate(45deg);
}

/* Size Selection - always open and non-collapsible */
.product-page-new__expandable[data-size-selection="true"] .product-page-new__expandable-header {
  pointer-events: none !important;
  cursor: default !important;
}

.product-page-new__expandable[data-size-selection="true"] .product-page-new__expandable-icon {
  display: none !important;
}

.product-page-new__expandable-content {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
  display: none !important;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.3s ease, 
              padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0s linear 0.3s;
  transform-origin: top;
}

/* Hide expandable content initially to prevent flash on load - more aggressive */
.product-page-new__expandable:not(.active) .product-page-new__expandable-content {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.product-page-new__expandable.active .product-page-new__expandable-content.content-ready {
  display: block !important;
  max-height: 5000px !important;
  opacity: 1 !important;
  padding-top: 12px !important;
  padding-bottom: 20px !important;
  overflow: visible !important;
  position: relative !important;
  visibility: visible !important;
}

/* Show content after page is ready (class added by JS) */
.product-page-new__expandable.active .product-page-new__expandable-content.page-ready {
  visibility: visible;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.3s ease, 
              padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0s linear 0s;
}

.product-page-new__expandable-content {
  font-size: 12px !important;
}

.product-page-new__expandable-content p {
  font-size: 12px !important;
  line-height: 1.8;
  color: #000;
  margin: 0 !important;
  padding: 0 !important;
}

.product-page-new__expandable-content p:first-child {
  margin-top: 0 !important;
}

.product-page-new__expandable-content p:last-child {
  margin-bottom: 0 !important;
}

.product-page-new__expandable-content ul {
  font-size: 12px !important;
  line-height: 1.8;
  color: #000;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}

.product-page-new__expandable-content ul:first-child {
  margin-top: 0 !important;
}

.product-page-new__expandable-content li {
  font-size: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product-page-new__expandable-content li:last-child {
  margin-bottom: 0 !important;
}

.product-page-new__expandable-content strong {
  font-size: 12px !important;
  font-weight: 700;
  color: #000;
}

.product-page-new__expandable-content * {
  font-size: 12px !important;
}

.dimensions-content {
  display: none !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
  align-items: start;
}

/* Show dimensions content when parent expandable content is ready */
.product-page-new__expandable-content.content-ready .dimensions-content {
  display: grid !important;
}

/* Placeholder for dimensions content while loading */
.dimensions-content-placeholder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
  min-height: 200px;
}

.dimensions-content-placeholder::before,
.dimensions-content-placeholder::after {
  content: '';
  display: block;
  background: #f5f5f5;
  border-radius: 8px;
  min-height: 100px;
}

/* Hide placeholder when dimensions content is loaded */
.dimensions-content-placeholder.hidden {
  display: none !important;
}

.dimensions-content p {
  margin: 0 !important;
  padding: 15px !important;
  background: #f9f9f9;
  border-radius: 8px;
  border: 2px solid #e5e5e5;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

/* Collapsible Dimension Blocks */
.dimension-block {
  margin: 0 !important;
  background: #f9f9f9;
  border-radius: 8px;
  border: 2px solid #e5e5e5;
  overflow: hidden;
  height: auto;
  align-self: start;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.dimension-block__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.dimension-block__title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  flex: 1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.dimension-block__arrow-wrapper {
  width: 28px;
  height: 28px;
  padding: 4px;
  margin-left: 10px;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.dimension-block__arrow-wrapper:hover {
  background: rgba(0, 0, 0, 0.08);
}

.dimension-block__arrow {
  width: 16px;
  height: 16px;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.dimension-block.expanded .dimension-block__arrow {
  transform: rotate(45deg);
}

.dimension-block.expanded .dimension-block__arrow-wrapper {
  background: rgba(0, 0, 0, 0.05);
}

.dimension-block__content {
  padding: 0 15px 15px 15px;
  font-size: 12px !important;
  line-height: 1.6 !important;
  color: #000000;
}

.dimension-block.active {
  background: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}

.dimension-block.active .dimension-block__title {
  color: #333 !important;
}

.dimension-block.active .dimension-block__header {
  background: #e5e5e5;
}

/* Hide empty paragraphs */
.dimensions-content p:empty,
.dimensions-content p:blank {
  display: none !important;
}

/* Only make last item full width if odd number of items */
.dimensions-content p:last-child:nth-child(odd),
.dimensions-content .dimension-block:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

/* Remove leading line breaks */
.dimensions-content p br:first-child {
  display: none;
}

.dimensions-content p strong {
  display: block;
  font-size: 14px;
  white-space: nowrap;
}

.dimensions-content p:hover {
  background: #f0f0f0 !important;
  border-color: #ccc !important;
}

.dimensions-content p.active {
  background: #cccccc !important;
  border-color: #cccccc !important;
  color: #333 !important;
}

.dimensions-content p.active strong {
  color: #333 !important;
}

/* Hide the size selector section visually but keep buttons functional */
[data-size-selector] > .product-page-new__section-title {
  display: none !important;
}

[data-size-selector] > .product-page-new__sizes {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Hide go to top button */
#go-top,
.main-go-top {
  display: none !important;
  visibility: hidden !important;
}

@media screen and (max-width: 350px) {
  .dimensions-content {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  
  .dimensions-content p:last-child:nth-child(odd),
  .dimensions-content .dimension-block:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

/* Ensure dimension blocks are visible on mobile */
@media screen and (max-width: 1024px) {
  .dimension-block {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    margin-bottom: 8px !important;
    position: relative !important;
    z-index: 1 !important;
  }
  
  .dimensions-content {
    gap: 8px !important;
    margin-top: 15px !important;
  }
  
  .dimension-block__header {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 2 !important;
  }
  
  .dimension-block__title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 2 !important;
  }
  
  .dimension-block__arrow-wrapper {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 2 !important;
  }
  
  .product-page-new__expandable.active .dimensions-content {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  .product-page-new__expandable.active .dimensions-content .dimension-block {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1 !important;
  }
}

/* Hide dots and slider on desktop (shown on mobile via media query) */
.product-page-new__gallery-dots,
.product-page-new__gallery-slider {
  display: none;
}

/* Mobile Responsive */
@media screen and (max-width: 1024px) {
  .product-page-new,
  body.template-product .product-page-new {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 0 !important;
    padding: 0 !important;
  }
  
  body.template-product #main,
  body.template-product .shopify-section {
    padding-left: 0 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
  }
  
  .product-page-new__gallery-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    height: auto !important;
    min-height: 65vh !important;
  }
  
  .product-page-new__gallery,
  body.template-product .product-page-new__gallery {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
    margin-left: 0 !important;
    height: auto !important;
    min-height: 65vh !important;
    display: flex !important;
    flex-direction: column !important;
  }
  
  body.template-product .product-page-new__main-image,
  body.template-product .product-page-new__featured-img,
  body.template-product .product-page-new__image-gallery {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
  }
  
  /* Hide the main featured image on mobile - we'll show all images in swiper */
  .product-page-new__main-image {
    display: none !important;
  }
  
  /* Mobile Swipeable Gallery */
  .product-page-new__image-gallery {
    display: flex !important;
    flex-direction: row !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    line-height: 0 !important;
    height: 65vh !important;
    max-height: 65vh !important;
    flex-shrink: 0 !important;
  }
  
  .product-page-new__image-gallery::-webkit-scrollbar {
    display: none;
  }
  
  .product-page-new__gallery-item {
    flex: 0 0 100vw !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    margin: 0 !important;
    padding: 0 !important;
    height: 65vh !important;
    max-height: 65vh !important;
    line-height: 0 !important;
    position: relative !important;
    aspect-ratio: unset !important;
    overflow: hidden !important;
  }
  
  /* Ensure sale tag doesn't create space */
  .product-page-new__gallery-item .hc-sale-tag {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    position: absolute !important;
    z-index: 1 !important;
  }
  
  /* Show featured image in gallery on mobile */
  .product-page-new__gallery-item--featured {
    display: block !important;
  }
  
  .product-page-new__gallery-img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    aspect-ratio: unset !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    border: none !important;
    outline: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  .product-page-new__gallery-placeholder {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    display: block !important;
  }
  
  /* Mobile Gallery Pagination Dots - Hidden, using slider instead */
  .product-page-new__gallery-dots {
    display: none !important;
  }
  
  /* Mobile Gallery Slider Indicator */
  .product-page-new__gallery-slider {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    background: #fff !important;
    position: relative !important;
    z-index: 10 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-shrink: 0 !important;
    order: 2 !important;
  }
  
  .product-page-new__gallery-slider-track {
    width: 100% !important;
    max-width: 100% !important;
    height: 4px !important;
    background: #e5e5e5 !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .product-page-new__gallery-slider-thumb {
    position: absolute !important;
    top: 0 !important;
    left: 0;
    height: 100% !important;
    background: #000 !important;
    border-radius: 0 !important;
  }
  
  .product-page-new__info-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: auto !important;
    height: auto !important;
  }
  
  .product-page-new__info {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 20px !important;
    padding-top: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }
  
  /* Remove spacing above title row on mobile */
  .product-page-new__info > .product-page-new__title-row:first-child,
  .product-page-new__info > .product-page-new__title-row:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  /* Remove any spacing from elements before title */
  .product-page-new__info > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  .product-page-new__title-row {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  .product-page-new__title {
    font-size: 1.2rem !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  .product-page-new__price {
    font-size: 1rem !important;
  }
}

/* Size Image Lightbox */
.product-page-new__size-image {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .product-page-new__size-image {
    cursor: zoom-in;
  }
  
  /* Show arrows on mobile - swipe disabled */
  .product-page-new__size-gallery-arrow {
    display: flex !important;
  }
  
  /* Mobile size gallery - swiping disabled, arrows only */
  .product-page-new__size-gallery-track {
    display: flex !important;
    flex-direction: row !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important; /* Disable horizontal scrolling/swiping on mobile */
    overflow-y: visible !important;
    touch-action: pan-y !important; /* Allow vertical page scrolling */
    -webkit-overflow-scrolling: touch !important;
  }
  
  .product-page-new__size-gallery-item {
    touch-action: pan-y !important; /* Allow vertical page scrolling, no horizontal swiping */
    -webkit-overflow-scrolling: touch !important;
  }
  
  .product-page-new__size-gallery-item img {
    touch-action: pan-y !important; /* Allow vertical page scrolling, no horizontal swiping */
    pointer-events: auto;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
  }
  
  /* Ensure page scrolling works when touching the size image area */
  .product-page-new__size-gallery-item {
    -webkit-overflow-scrolling: touch !important;
    will-change: transform;
  }
  
  .product-page-new__size-gallery-track::-webkit-scrollbar {
    display: none;
  }
  
  .product-page-new__size-gallery-item {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  
  /* Ensure scrolling works for dimension images and expandable content */
  .dimensions-content,
  .dimensions-content *,
  .dimensions-content img {
    touch-action: pan-y !important; /* Allow vertical page scrolling */
    -webkit-overflow-scrolling: touch !important;
    overflow: visible !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    pointer-events: auto !important;
  }
  
  .product-page-new__expandable-content {
    touch-action: pan-y !important; /* Allow vertical page scrolling */
    -webkit-overflow-scrolling: touch !important;
    overflow: visible !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
  }
  
  .product-page-new__expandable-content * {
    touch-action: pan-y !important; /* Allow vertical page scrolling */
  }
  
  .product-page-new__expandable-content img {
    touch-action: pan-y !important; /* Allow vertical page scrolling */
    pointer-events: auto !important;
  }
  
  /* Ensure expandable section itself allows scrolling */
  .product-page-new__expandable {
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: touch !important;
    overflow: visible !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
  }
  
  /* Ensure size gallery container allows scrolling */
  .product-page-new__size-gallery {
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: touch !important;
    overflow: visible !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
  }
}

.size-image-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow: hidden;
}

.size-image-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.size-image-lightbox__image-container {
  position: relative;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto; /* Allow scrolling when image is zoomed */
  -webkit-overflow-scrolling: touch;
}

.size-image-lightbox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  cursor: default;
  transition: transform 0.2s ease;
  transform-origin: center center;
  pointer-events: auto !important;
  user-select: none;
  position: relative;
}

.size-image-lightbox__image.zoomed {
  cursor: grab;
}

.size-image-lightbox__image.zoomed:active {
  cursor: grabbing;
}

@media (max-width: 1024px) {
  .size-image-lightbox__image {
    cursor: zoom-in;
  }
}

.size-image-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  z-index: 10;
}

.size-image-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.size-image-lightbox__close svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  stroke-width: 2;
}

.size-image-lightbox__zoom-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  pointer-events: none;
}

/* Main Gallery Lightbox */
.main-gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.main-gallery-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.main-gallery-lightbox__track {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
  cursor: grab;
}

.main-gallery-lightbox__track:active {
  cursor: grabbing;
}

.main-gallery-lightbox__container {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.main-gallery-lightbox__image {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

.main-gallery-lightbox__prev,
.main-gallery-lightbox__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.main-gallery-lightbox__prev:hover,
.main-gallery-lightbox__next:hover {
  background: rgba(255, 255, 255, 0.2);
}

.main-gallery-lightbox__prev:disabled,
.main-gallery-lightbox__next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.main-gallery-lightbox__prev {
  left: 20px;
}

.main-gallery-lightbox__next {
  right: 20px;
}

.main-gallery-lightbox__prev svg,
.main-gallery-lightbox__next svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  stroke-width: 2;
}

.main-gallery-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.2s ease;
}

.main-gallery-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.main-gallery-lightbox__close svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  stroke-width: 2;
}

.main-gallery-lightbox__counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  pointer-events: none;
  z-index: 10;
}

/* Full Width Add To Cart Button */
.product-page-new__add-to-cart-button {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 12px !important;
  padding: 14px 20px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: all 0.3s ease, transform 0.3s ease !important;
  position: relative !important;
}

/* Remove all text animations */
.product-page-new__add-to-cart-button .button__text {
  animation: none !important;
  transform: none !important;
  transition: none !important;
  text-align: center !important;
  width: 100% !important;
  display: block !important;
}

/* Hover animation - move button up */
.no-touchevents .product-page-new__add-to-cart-button:hover:not(.working):not(:disabled),
.product-page-new__add-to-cart-button:hover:not(.working):not(:disabled) {
  transform: translateY(-5px) !important;
}

.product-page-new__add-to-cart-button:active:not(.working):not(:disabled) {
  transform: translateY(-3px) !important;
}

.product-page-new__add-to-cart-button:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

.product-page-new__add-to-cart-button.working {
  background: #000 !important; /* Keep black during loading */
  pointer-events: none !important;
  opacity: 1 !important;
}

/* Desktop Place in Cart Bar (inside product info) */