@charset "UTF-8";

/** Live layout-responsive Single Product composition. Purchase geometry belongs to purchase.css. */
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-page__breadcrumbs,
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-page__sidebar,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-page__breadcrumbs,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-page__sidebar { display:none; }

html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-page__layout.has-sidebar,
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-product__hero,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-page__layout.has-sidebar,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-product__hero { grid-template-columns:minmax(0,1fr); }

html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-product__hero,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-product__hero { padding-top:var(--stm-single-mobile-media-top-gap); }
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-summary.is-sticky,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-summary.is-sticky { position:relative;top:auto; }
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-media .woocommerce-product-gallery__image img,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-media .woocommerce-product-gallery__image img {
  width:100%;height:auto;max-height:none;object-fit:contain;transform:none;
}
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-tools,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-tools {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:center;
  gap:var(--stm-space-3);
  width:100%;
}
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-tools [data-stm-compare-toggle],
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-tools [data-stm-compare-toggle] { justify-self:start; }
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-tools [data-stm-wishlist-toggle],
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-tools [data-stm-wishlist-toggle] { justify-self:end; }
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-price,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-price { grid-template-columns:minmax(0,1fr) auto;width:100%;align-items:center; }
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-price__value,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-price__value { justify-self:start; }
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-price__stock,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-price__stock { justify-self:end; }

html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-recommendations ul.products,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-recommendations ul.products {
  display:flex;gap:var(--stm-single-recommendation-gap);padding:0 0 var(--stm-space-2);
  overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;
  scrollbar-width:thin;-webkit-overflow-scrolling:touch;
}
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-recommendations ul.products > li.product {
  flex:0 0 var(--stm-single-reco-card-tablet);width:var(--stm-single-reco-card-tablet);
}
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-recommendations ul.products > li.product {
  flex:0 0 var(--stm-single-reco-card-mobile);width:var(--stm-single-reco-card-mobile);
}
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-recommendations ul.products.is-dragging,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-recommendations ul.products.is-dragging {
  cursor:grabbing;scroll-snap-type:none;user-select:none;
}

html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront.stm-product-gallery-vertical .stm-single-media .woocommerce-product-gallery.is-stm-gallery-ready { display:block; }
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront.stm-product-gallery-vertical .stm-single-media .flex-control-thumbs {
  grid-template-columns:repeat(auto-fill,minmax(64px,64px));max-height:none;margin-top:var(--stm-space-3);overflow:visible;
}
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront.stm-product-gallery-grid .stm-single-media .woocommerce-product-gallery__wrapper { grid-template-columns:minmax(0,1fr); }
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-page__container,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-page__container {
  width:100%;
  max-width:100%;
  margin-inline:0;
  padding:0 10px var(--stm-single-page-padding-y);
}
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-page__layout,
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-page__content,
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-product,
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-product__hero,
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-product__details,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-page__layout,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-page__content,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-product,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-product__hero,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-product__details {
  width:100%;
  max-width:100%;
  min-width:0;
}
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-tabs .woocommerce-tabs ul.tabs.wc-tabs,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-tabs .woocommerce-tabs ul.tabs.wc-tabs {
  gap:4px;
  padding:4px;
  overflow:hidden;
}
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-tabs .woocommerce-tabs ul.tabs.wc-tabs li,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-tabs .woocommerce-tabs ul.tabs.wc-tabs li {
  flex:1 1 0;
  min-width:0;
}
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-tabs .woocommerce-tabs ul.tabs.wc-tabs li a,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-tabs .woocommerce-tabs ul.tabs.wc-tabs li a {
  min-width:0;
  width:100%;
  min-height:var(--stm-single-tab-button-height);
  padding-inline:4px;
  font-size:var(--stm-single-tab-compact-font-size);
  overflow:hidden;
  white-space:nowrap;
}
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-tabs #tab-description {
  --stm-single-description-video-padding-current:var(--stm-single-description-video-tablet-padding);
  --stm-single-vertical-video-max-current:var(--stm-single-vertical-video-tablet-max-width);
  font-size:var(--stm-single-description-tablet-size);
}
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-tabs #tab-description {
  --stm-single-description-video-padding-current:var(--stm-single-description-video-mobile-padding);
  --stm-single-vertical-video-max-current:var(--stm-single-vertical-video-mobile-max-width);
  font-size:var(--stm-single-description-mobile-size);
}
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-tabs #tab-additional_information { font-size:var(--stm-single-additional-tablet-size); }
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-tabs #tab-additional_information { font-size:var(--stm-single-additional-mobile-size); }
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-tabs #tab-reviews { font-size:var(--stm-single-reviews-tablet-size); }
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-tabs #tab-reviews { font-size:var(--stm-single-reviews-mobile-size); }
html[data-stm-layout="tablet"] body.single-product.stm-engine-storefront .stm-single-gallery-nav__button,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-gallery-nav__button { opacity:1;transform:translateY(-50%) scale(1); }
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-tabs .woocommerce-tabs ul.tabs.wc-tabs li a { font-size:min(var(--stm-single-tab-compact-font-size),2.8vw); }
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-media,
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-summary { padding:12px;border-radius:var(--stm-radius-lg); }
html[data-stm-layout="mobile"] body.single-product.stm-engine-storefront .stm-single-summary__title { font-size:min(var(--stm-single-title-size),26px); }
html[data-stm-layout="mobile"] .stm-product-lightbox { padding:10px; }
html[data-stm-layout="mobile"] .stm-product-lightbox__close { top:10px;right:10px; }
html[data-stm-layout="mobile"] .stm-product-lightbox__image { max-width:96vw;max-height:88vh; }
