/* Imported from: ../../sub-components/OreDuneEditorialImage/styles.css */
.cc_oredu26a_pPqFNHXcYm .oredune-editorial-image {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.cc_oredu26a_pPqFNHXcYm .oredune-editorial-image__media {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* End import: ../../sub-components/OreDuneEditorialImage/styles.css */
/* Imported from: ../ProductSlider/styles.css */
.cc_oredu26a_pPqFNHXcYm .kombos-product-slider {
  background: #f3efe9;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-bottom: 6.5rem;
  padding-top: 6.5rem;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__slider {
  overflow: hidden;
  position: relative;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__track {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__track::-webkit-scrollbar {
  display: none;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__card {
  display: flex;
  flex: 0 0 78%;
  flex-direction: column;
  gap: 1.15rem;
  min-width: 0;
  scroll-snap-align: start;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__card .kombos-product-card__image-wrapper {
  border-radius: 1.25rem;
  overflow: hidden;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__card .kombos-product-card__media {
  background: #e7e0d7;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__card .kombos-product-card__image {
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__card:hover .kombos-product-card__image {
  transform: scale(1.025);
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__card-content {
  display: grid;
  gap: 0.35rem;
  padding: 0 0.35rem;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__edition {
  color: #8a7766;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__card-content .kombos-card-product-name__link {
  color: #201a16;
  font-family: var(--oredune-font);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.25;
  text-decoration: none;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__card-content .kombos-card-product-price {
  align-items: baseline;
  display: flex;
  gap: 0.55rem;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__card-content .kombos-card-product-price__current {
  color: #5f5145;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  font-weight: 500;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__arrow {
  display: none;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  z-index: var(--kombos-z-dropdown);
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__arrow--left { left: 1rem; }
.cc_oredu26a_pPqFNHXcYm .kombos-product-slider__arrow--right { right: 1rem; }

@media (max-width: 767px) {
  .cc_oredu26a_pPqFNHXcYm .kombos-product-slider__wrapper {
    gap: 1.75rem;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .cc_oredu26a_pPqFNHXcYm .kombos-product-slider__track {
    gap: 0.75rem;
  }

  .cc_oredu26a_pPqFNHXcYm .kombos-product-slider__card {
    flex-basis: min(62vw, 15rem);
    gap: 0.8rem;
  }
}

@media (min-width: 768px) {
  .cc_oredu26a_pPqFNHXcYm .kombos-product-slider__wrapper {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  .cc_oredu26a_pPqFNHXcYm .kombos-product-slider__card { flex-basis: 44%; }
}

@media (min-width: 1024px) {
  .cc_oredu26a_pPqFNHXcYm .kombos-product-slider__wrapper {
    padding-bottom: 10rem;
    padding-top: 10rem;
  }

  .cc_oredu26a_pPqFNHXcYm .kombos-product-slider__track { gap: 1.5rem; }

  .cc_oredu26a_pPqFNHXcYm .kombos-product-slider__card {
    flex: 0 0 calc((100% - (var(--columns) - 1) * 1.5rem) / var(--columns));
  }

  .cc_oredu26a_pPqFNHXcYm .kombos-product-slider__arrow { display: flex; }
}

/* End import: ../ProductSlider/styles.css */
/* Imported from: ../../sub-components/ProductCard/styles.css */
/* ===== Product Card ===== */
.cc_oredu26a_pPqFNHXcYm .kombos-product-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

/* Image wrapper */
.cc_oredu26a_pPqFNHXcYm .kombos-product-card__image-wrapper {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__media-link {
  display: block;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__media {
  width: 100%;
  height: auto;
  display: block;
  background: var(--kombos-gray-100);
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__media--primary {
  transition: opacity 0.3s ease;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__media--hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__image-wrapper:hover .kombos-product-card__media--primary {
  opacity: 0;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__image-wrapper:hover .kombos-product-card__media--hover {
  opacity: 1;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__media--placeholder {
  border: 1px solid var(--kombos-gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--kombos-gray-300);
  font-size: 4rem;
}

/* Badges */
.cc_oredu26a_pPqFNHXcYm .kombos-product-card__badges {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Favorite */
.cc_oredu26a_pPqFNHXcYm .kombos-product-card__favorite {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 1.5rem;
  color: var(--kombos-gray-900);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Out of stock overlay */
.cc_oredu26a_pPqFNHXcYm .kombos-product-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
  pointer-events: none;
}

.cc_oredu26a_pPqFNHXcYm .kombos-product-card__sold-out-badge {
  backdrop-filter: blur(10px);
  background: rgba(31, 24, 20, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  bottom: 0.85rem;
  box-shadow: 0 0.55rem 1.4rem rgba(22, 16, 12, 0.2);
  color: #fffaf3;
  font-size: 0.58rem;
  font-weight: 600;
  left: 0.85rem;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 0.68rem 0.82rem 0.62rem;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}


/* Add to Cart Button */
.cc_oredu26a_pPqFNHXcYm .kombos-product-card__add-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .cc_oredu26a_pPqFNHXcYm .kombos-product-card__sold-out-badge {
    bottom: 1rem;
    left: 1rem;
  }
}

/* End import: ../../sub-components/ProductCard/styles.css */

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story {
  background: #faf8f5;
  color: #211b17;
  width: 100%;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__inner {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  padding-bottom: 7rem;
  padding-top: 7rem;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__intro {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__kicker {
  color: #8a7766;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  margin: 0 0 1.5rem;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__title {
  font-family: var(--oredune-font);
  font-size: clamp(2.35rem, 6vw, 5.3rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__lead {
  color: #76695e;
  font-size: 0.93rem;
  line-height: 1.7;
  margin: 1.75rem 0 0;
  max-width: 34rem;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category-grid, .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category-stack {
  display: grid;
  gap: 1rem;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category {
  color: white;
  display: block;
  min-height: 23rem;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category::after, .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__wide-link::after {
  background: linear-gradient(180deg, transparent 42%, rgba(19, 13, 9, 0.58));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category .oredune-editorial-image, .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category .oredune-editorial-image__media, .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__wide-link .oredune-editorial-image, .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__wide-link .oredune-editorial-image__media, .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__wide-static {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 42%;
  position: absolute;
  width: 100%;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category .oredune-editorial-image__media, .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__wide-link .oredune-editorial-image__media, .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__wide-static {
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category:hover .oredune-editorial-image__media, .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__wide-link:hover .oredune-editorial-image__media, .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__wide-link:hover .ore-dune-editorial-story__wide-static {
  transform: scale(1.035);
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category-copy {
  bottom: 1.5rem;
  display: grid;
  gap: 0.25rem;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  z-index: 2;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category-copy strong {
  font-family: var(--oredune-font);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category-copy > span:last-child {
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__wide-link {
  color: white;
  display: block;
  height: min(72vw, 44rem);
  min-height: 28rem;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-block {
  display: grid;
  gap: 3.5rem;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products {
  display: grid;
  gap: 2rem;
  min-width: 0;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products-heading {
  display: grid;
  gap: 0.8rem;
  text-align: center;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products-heading p {
  color: #8a7766;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products-heading h3 {
  font-family: var(--oredune-font);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
  text-wrap: balance;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__mobile-title-break {
  display: none;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products .kombos-product-slider {
  background: transparent;
  overflow: visible;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products .kombos-product-slider__wrapper {
  padding: 0;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products .kombos-product-slider__track {
  padding-bottom: 0.25rem;
}

@media (max-width: 767px) {
  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products {
    gap: 1.5rem;
  }

  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products-heading {
    padding-inline: 0.75rem;
  }

  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products-heading h3 {
    font-size: clamp(1.7rem, 7.4vw, 2rem);
    line-height: 1.08;
    margin-inline: auto;
    max-width: 20rem;
    overflow-wrap: normal;
  }

  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__mobile-title-break {
    display: initial;
  }

  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products .kombos-product-slider__track {
    gap: 0.75rem;
  }

  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products .kombos-product-slider {
    inline-size: 100%;
    max-inline-size: calc(100vw - 2rem);
    min-inline-size: 0;
  }

  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products
    .kombos-product-slider__wrapper, .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products
    .kombos-product-slider__slider, .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products
    .kombos-product-slider__track {
    inline-size: 100%;
    max-inline-size: 100%;
    min-inline-size: 0;
  }

  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products .kombos-product-slider__card {
    flex-basis: min(62vw, 15rem);
    gap: 0.8rem;
  }

  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products
    .kombos-product-slider__card
    .kombos-product-card__image-wrapper {
    border-radius: 1rem;
  }

  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products
    .kombos-product-slider__card-content
    .kombos-card-product-name__link {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__wide-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  inset: 50% 1rem auto;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  z-index: 2;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__wide-copy > span {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__wide-copy strong {
  font-family: var(--oredune-font);
  font-size: clamp(2.8rem, 7vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0.9rem 0 1.4rem;
}

.cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__wide-copy em {
  border-bottom: 1px solid rgba(255,255,255,.75);
  font-size: 0.72rem;
  font-style: normal;
  letter-spacing: 0.08em;
  padding-bottom: 0.35rem;
}

@media (min-width: 768px) {
  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__inner {
    gap: 7rem;
    padding-bottom: 10rem;
    padding-top: 10rem;
  }

  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category-grid {
    grid-template-columns: 1.55fr 0.85fr;
    gap: 1.25rem;
  }

  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category-stack { gap: 1.25rem; }

  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category--primary { min-height: 52rem; }
  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category-stack .ore-dune-editorial-story__category { min-height: 25.375rem; }

  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__category-copy {
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
  }

  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-block {
    gap: 5rem;
  }

  .cc_oredu26a_pPqFNHXcYm .ore-dune-editorial-story__signature-products {
    gap: 3rem;
  }
}
