@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* Hover / transitions — desktop pointer devices only (avoids sticky :hover on touch) */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.single-product-hero {
  background-color: var(--wp--preset--color--eb-breadcrumb-muted);
}
.single-product-hero__shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}
@media screen and (max-width: 991px) {
  .single-product-hero__shell {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-width: 0;
  }
}
.single-product-hero__media-col {
  display: flex;
  flex-direction: row;
  gap: 2.3125rem;
  align-items: flex-start;
  padding: 2.5rem 0.625rem 0.625rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .single-product-hero__media-col {
    position: static;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
    max-width: 100%;
    padding: 1rem 0 0.5rem;
    overflow-x: clip;
  }
}
.single-product-hero__thumbs-rail {
  display: flex;
  flex-direction: column;
  gap: 2.0625rem;
  flex-shrink: 0;
  padding-left: 1rem;
  max-height: calc(4 * 5.375rem + 3 * 2.0625rem);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}
.single-product-hero__thumbs-rail::-webkit-scrollbar {
  display: none;
}
.single-product-hero__thumb-btn {
  appearance: none;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  flex-shrink: 0;
  scroll-snap-align: start;
  outline: none;
  width: 5.8125rem;
  height: 5.375rem;
  border-radius: 0.5rem;
  overflow: hidden;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}
.single-product-hero__thumb-btn:hover, .single-product-hero__thumb-btn.is-active {
  opacity: 1;
}
.single-product-hero__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-product-hero__main-wrap {
  position: relative;
  flex: 1;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: var(--wp--preset--color--bg-white);
  aspect-ratio: 509/566;
}
.single-product-hero__main-fancybox {
  display: block;
  cursor: zoom-in;
  height: 100%;
}
.single-product-hero__main-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity 0.2s ease;
}
.single-product-hero__main-placeholder {
  width: 100%;
  height: 25rem;
  background-color: var(--wp--preset--color--bg-secondary-lightest);
}
.single-product-hero__fancybox-hidden {
  display: none;
}
.single-product-hero__img-tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
}
.single-product-hero__tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.single-product-hero__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-family: "Liter", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  background-color: var(--wp--preset--color--bg-white);
  white-space: nowrap;
}
.single-product-hero__tag {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .single-product-hero__tag {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-product-hero__tag {
    font-size: 0.75rem;
  }
}
.single-product-hero__tag--category {
  background-color: var(--wp--preset--color--eb-timeline-cyan);
  white-space: normal;
  line-height: 1.2;
  text-align: left;
  align-self: flex-start;
}
.single-product-hero__content-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 2.5rem;
}
.single-product-hero__breadcrumb {
  margin: 0 0 1.5rem;
  position: absolute;
  top: 0.1875rem;
  left: 0;
}
.single-product-hero__header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.single-product-hero__title {
  margin: 0;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  font-family: "Liter", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.single-product-hero__title {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .single-product-hero__title {
    font-size: calc(32px + 16 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-product-hero__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .single-product-hero__title {
    font-weight: 400;
  }
  .single-product-hero__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) and (min-width: 569px) {
  .single-product-hero__title {
    font-size: calc(24px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 991px) and (min-width: 1440px) {
  .single-product-hero__title {
    font-size: 2rem;
  }
}
.single-product-hero__subtitle {
  margin: 0;
  color: var(--wp--preset--color--eb-gray-dark);
  font-weight: 400;
  line-height: 1.4;
}
.single-product-hero__subtitle {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .single-product-hero__subtitle {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-product-hero__subtitle {
    font-size: 0.875rem;
  }
}
.single-product-hero__meta-tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  margin-top: 0.5rem;
}
.single-product-hero__wysiwyg {
  color: var(--wp--preset--color--eb-hero-cta-dark);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.single-product-hero__wysiwyg p {
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}
.single-product-hero__wysiwyg p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .single-product-hero__wysiwyg p {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-product-hero__wysiwyg p {
    font-size: 0.875rem;
  }
}
.single-product-hero__wysiwyg p:first-child {
  font-weight: 400;
  line-height: 1.2;
}
.single-product-hero__wysiwyg p:first-child {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .single-product-hero__wysiwyg p:first-child {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-product-hero__wysiwyg p:first-child {
    font-size: 1.25rem;
  }
}
.single-product-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media screen and (max-width: 991px) {
  .single-product-hero__breadcrumb {
    position: relative;
    top: auto;
    left: auto;
    order: 0;
    margin: 0 0 0.5rem;
  }
  .single-product-hero__main-wrap {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    aspect-ratio: 1/1;
  }
  .single-product-hero__thumbs-rail {
    order: 2;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    gap: 0.75rem;
    padding-left: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }
  .single-product-hero__thumbs-rail::-webkit-scrollbar {
    display: none;
  }
  .single-product-hero__thumb-btn {
    flex-shrink: 0;
    width: 4.5rem;
    height: 4.25rem;
  }
  .single-product-hero__content-col {
    min-width: 0;
    max-width: 100%;
    padding-top: 0;
    gap: 1.5rem;
  }
  .single-product-hero__meta-tags {
    gap: 0.5rem;
    width: 100%;
  }
  .single-product-hero__tag-row {
    gap: 0.5rem;
  }
}