/** Shopify CDN: Minification failed

Line 750:27 Unexpected "{"
Line 750:36 Expected ":"
Line 754:27 Unexpected "{"
Line 754:36 Expected ":"
Line 931:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:maison-collection-product-grid (INDEX:74) */
.maison-collection-product-grid {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
  }

  @media screen and (min-width: 768px) {
    .maison-collection-product-grid {
      padding-top: var(--padding-top-desktop);
      padding-bottom: var(--padding-bottom-desktop);
    }
  }

  .maison-collection-product-grid__container {
    width: 100%;
    max-width: 1392px;
    margin: 0 auto;
    padding-inline: 16px;
  }

  .maison-collection-product-grid__container #product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
    column-gap: 32px;
    margin-top: 35px;
  }

  @media screen and (max-width: 940px) {
    .maison-collection-product-grid__container #product-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media screen and (max-width: 768px) {
    .maison-collection-product-grid__container #product-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
  }

  .maison-collection-product-grid__container #product-grid .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .filter-icon {
    margin-right: 8px;
  }

  .facets__heading {
    color: rgba(1, 0, 5, 0.75);
    text-align: center;
    font-family: 'JUST Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .facets__disclosure {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #dfd3b2;
  }

  .maison-collection-product-grid__container {
    overflow-x: clip;
  }
  .maison-collection-product-grid__container #product-grid {
    width: 100%;
  }
  .maison-collection-product-grid__container #product-grid .grid__item {
    min-width: 0;
  }
  @media screen and (max-width: 1200px) and (min-width: 769px) {
    .maison-collection-product-grid__container #product-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
/* END_SECTION:maison-collection-product-grid */

/* START_SECTION:maison-grid (INDEX:78) */
.maison-grid {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
    background: linear-gradient(180deg, #fefcf8 0%, #e9d0b9 100%);
  }

  @media screen and (min-width: 768px) {
    .maison-grid {
      padding-top: var(--padding-top-desktop);
      padding-bottom: var(--padding-bottom-desktop);
    }
  }

  .maison-grid__container {
    width: 100%;
    max-width: 1392px;
    margin: 0 auto;
    padding-inline: 16px;
  }

  .maison-grid__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  @media screen and (max-width: 768px) {
    .maison-grid__content {
      gap: 20px;
    }
  }

  .maison-grid__top {
    display: flex;
    align-items: center;
    gap: 33px;
  }

  @media screen and (max-width: 991px) {
    .maison-grid__top {
      flex-direction: column;
    }
  }

  @media screen and (max-width: 768px) {
    .maison-grid__top {
      gap: 20px;
    }
  }

  .maison-grid__top-image {
    width: 100%;
    max-width: 317px;
  }

  @media screen and (max-width: 768px) {
    .maison-grid__top-image {
      max-width: 343px;
    }
  }

  .maison-grid__top-image img {
    display: block;
    border-radius: 123px;
    object-fit: cover;
  }

  @media screen and (max-width: 768px) {
    .maison-grid__top-image img {
      width: 100%;
    }
  }

  .maison-grid__top-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 33px;
    padding: 44px 24px 44px 44px;
    border-radius: 24px;
    background: #fefcf8;
    width: 100%;
  }

  @media screen and (max-width: 768px) {
    .maison-grid__top-banner {
      flex-direction: column;
      align-items: flex-start;
      padding: 18px;
    }
  }

  .top-banner__left {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .top-banner__left-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .top-banner__left-text .top-banner__left-title {
    color: var(--Text-Primary, #502d1e);
    font-family: 'Bebas Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0;
  }

  @media screen and (max-width: 768px) {
    .top-banner__left-text .top-banner__left-title {
      font-size: 24px;
      line-height: 140%;
    }
  }

  .top-banner__left-text .top-banner__left-description {
    color: var(--Text-Secondary, rgba(1, 0, 5, 0.75));
    font-family: 'JUST Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
  }

  @media screen and (max-width: 768px) {
    .top-banner__left-text .top-banner__left-description {
      font-size: 18px;
    }
  }

  .top-banner__right {
    /* padding-inline: 33.5px; */
    width: 100%;
    max-width: 224px;
  }

  @media screen and (max-width: 768px) {
    .top-banner__right {
      max-width: 100%;
      padding-inline: 0;
    }
  }

  .top-banner__right p {
    color: var(--Text-Secondary, rgba(1, 0, 5, 0.75));
    font-family: 'JUST Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
  }

  .top-banner__right p strong {
    font-weight: 500;
  }

  .top-banner__right p em {
    font-style: normal !important;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  .maison-grid__bottom {
    display: flex;
    align-items: center;
    gap: 33px;
  }

  @media screen and (max-width: 991px) {
    .maison-grid__bottom {
      flex-direction: column;
      gap: 20px;
    }
  }

  .maison-grid__bottom-image {
    width: 100%;
    max-width: 666px;
    flex: 1;
  }

  @media screen and (max-width: 991px) {
    .maison-grid__bottom-image {
      max-width: 100%;
    }
  }

  .maison-grid__bottom-image img {
    display: block;
    border-radius: 24px;
    object-fit: cover;
    width: 100%;
  }

  @media screen and (max-width: 768px) {
    .maison-grid__bottom-image img {
      height: 197px;
    }
  }

  .bottom-banner__left-text {
    display: flex;
    max-width: 313px;
    padding: 44px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    gap: 24px;
    align-self: stretch;
    border-radius: 24px;
    background: #fefcf8;
  }

  @media screen and (max-width: 991px) {
    .bottom-banner__left-text {
      max-width: 100%;
    }
  }

  @media screen and (max-width: 768px) {
    .bottom-banner__left-text {
      padding: 18px;
      max-width: 100%;
    }
  }

  .bottom-banner__left-title {
    margin: 0;
    color: var(--Text-Primary, #502d1e);
    font-family: 'Bebas Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
  }

  @media screen and (max-width: 768px) {
    .bottom-banner__left-title {
      font-size: 20px;
    }
  }

  .bottom-banner__left-description {
    margin: 0;
    font-family: 'JUST Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--Text-Secondary, rgba(1, 0, 5, 0.75));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .bottom-banner__logo {
    width: 100%;
    max-width: 315px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media screen and (max-width: 768px) {
    .bottom-banner__logo {
      max-width: 100%;
    }
  }

  .bottom-banner__logo img {
    display: block;
    border-radius: 24px;
    object-fit: contain;
    width: auto;
  }

  @media screen and (max-width: 768px) {
    .bottom-banner__logo img {
      width: 100%;
      height: 323px;
    }
  }

  /* Reveal on scroll (IntersectionObserver) */
  .maison-grid[data-maison-reveal] .maison-grid__content {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.05s;
  }

  .maison-grid.maison-reveal--visible .maison-grid__content {
    opacity: 1;
    transform: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .maison-grid[data-maison-reveal] .maison-grid__content {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }
/* END_SECTION:maison-grid */

/* START_SECTION:maison-our-journey (INDEX:81) */
.maison-our-journey {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
    background-color: var(--background-color);
  }

  @media screen and (min-width: 768px) {
    .maison-our-journey {
      padding-top: var(--padding-top-desktop);
      padding-bottom: var(--padding-bottom-desktop);
    }
  }

  .maison-our-journey__container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-inline: 20px;
  }

  .maison-our-journey__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  @media screen and (max-width: 768px) {
    .maison-our-journey__content {
      gap: 20px;
    }
  }

  .maison-our-journey__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .maison-our-journey__heading h3 {
    color: var(--title-color);
    font-family: 'Bebas Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
  }

  @media screen and (max-width: 768px) {
    .maison-our-journey__heading h3 {
      font-size: 32px;
      line-height: 130%;
    }
  }

  .maison-our-journey__heading p {
    color: var(--text-color);
    text-align: center;
    font-family: 'JUST Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 auto;
    max-width: 464px;
  }

  .maison-our-journey__heading span {
    color: var(--subheading-color);
    font-family: 'JUST Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
  }

  .maison-our-journey__timeline-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 24px;
    border: 1px solid #bfb599;
    background: #fffefe;
    position: relative;
    width: calc(50% - 45px);
  }

  @media screen and (max-width: 991px) {
    .maison-our-journey__timeline-block {
      width: 100%;
    }
  }

  @media screen and (max-width: 749px) {
    .maison-our-journey__timeline-block {
      padding: 12px;
      width: calc(100% - 44px);
      margin-left: auto;
    }
  }

  .maison-our-journey__timeline-block.timeline-block__left {
    left: 0;
    display: flex;
    justify-content: center;
  }

  @media screen and (max-width: 991px) {
    .maison-our-journey__timeline-block.timeline-block__left {
      left: 44px;
    }
  }

  @media screen and (max-width: 749px) {
    .maison-our-journey__timeline-block.timeline-block__left {
      left: 0;
    }
  }

  .maison-our-journey__timeline-block.timeline-block__right {
    left: calc(50% + 36px);
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  @media screen and (max-width: 991px) {
    .maison-our-journey__timeline-block.timeline-block__right {
      left: 44px;
    }
  }

  @media screen and (max-width: 749px) {
    .maison-our-journey__timeline-block.timeline-block__right {
      left: 0;
    }
  }

  .maison-our-journey__timeline-block.timeline-block__left::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='24' viewBox='0 0 12 24' fill='none'%3E%3Cg clip-path='url(%23clip0_10396_14047)'%3E%3Cpath d='M-1 -1L10.5858 10.5858C11.3668 11.3668 11.3668 12.6332 10.5858 13.4142L-1 25V-1Z' fill='%23FEDF89'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10396_14047'%3E%3Crect width='12' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 12px;
    height: 24px;
    position: absolute;
    right: -12px;
  }

  @media screen and (max-width: 991px) {
    .maison-our-journey__timeline-block.timeline-block__left::after {
      right: auto;
      left: -12px;
      rotate: 180deg;
    }
  }

  @media screen and (max-width: 991px) {
    .maison-our-journey__timeline-block.timeline-block__left::before {
      right: auto;
      left: -45px;
    }
  }

  .maison-our-journey__timeline-block.timeline-block__right::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='24' viewBox='0 0 12 24' fill='none'%3E%3Cg clip-path='url(%23clip0_10396_14060)'%3E%3Cpath d='M13 25L1.41422 13.4142C0.633167 12.6332 0.633167 11.3668 1.41421 10.5858L13 -0.999999L13 25Z' fill='%23FEDF89'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10396_14060'%3E%3Crect width='12' height='24' fill='white' transform='translate(12 24) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 12px;
    height: 24px;
    position: absolute;
    left: -12px;
  }

  .maison-our-journey__timeline {
    position: relative;
    width: 100%;
    max-width: 942px;
  }

  @media screen and (max-width: 991px) {
    .maison-our-journey__timeline {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      max-width: fit-content;
    }
  }

  @media screen and (max-width: 749px) {
    .maison-our-journey__timeline {
      max-width: 100%;
    }
  }

  .maison-our-journey__timeline::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    border-left: 2px dashed #b3a98e;
  }

  @media screen and (max-width: 991px) {
    .maison-our-journey__timeline::after {
      left: 10px;
    }
  }

  .timeline-block__year h5 {
    margin: 0;
    color: var(--title-color);
    font-family: 'Bebas Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
  }

  @media screen and (max-width: 768px) {
    .timeline-block__year h5 {
      font-size: 20px;
    }
  }

  .timeline-block__subtitle {
    padding-inline: 8px;
    width: fit-content;
    border-radius: 8px;
    border-top: 1px solid var(--Color-Brand-2-3300, #301e0e);
    border-right: 1px solid var(--Color-Brand-2-3300, #301e0e);
    border-left: 1px solid var(--Color-Brand-2-3300, #301e0e);
    background: #fedf89;
    box-shadow: 0 2px 0 0 #2c2609;
  }

  .timeline-block__subtitle span {
    color: #1d211e;
    text-align: center;
    font-family: 'JUST Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
  }

  @media screen and (max-width: 768px) {
    .timeline-block__subtitle p {
      font-size: 12px;
    }
  }

  .timeline-block__text {
    margin-top: 4px;
  }

  .timeline-block__text p {
    margin: 0;
    color: #534f42;
    font-family: 'JUST Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  @media screen and (max-width: 768px) {
    .timeline-block__text {
      margin-top: 0;
    }

    .timeline-block__text p {
      font-size: 14px;
    }
  }

  /* Reveal on scroll (IntersectionObserver) */
  .maison-our-journey__container[data-maison-reveal] {
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.05s;
    will-change: opacity, transform;
  }

  .maison-our-journey__container[data-maison-reveal]:not(.maison-reveal--visible) {
    opacity: 0;
    transform: translateY(20px);
  }

  @media (prefers-reduced-motion: reduce) {
    .maison-our-journey__container[data-maison-reveal] {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }
/* END_SECTION:maison-our-journey */

/* START_SECTION:maison-product-slider (INDEX:82) */
.maison-product-slider {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
    background: linear-gradient(180deg, #fefcf8 0%, #e9d0b9 100%);
  }

  @media screen and (min-width: 768px) {
    .maison-product-slider {
      padding-top: var(--padding-top-desktop);
      padding-bottom: var(--padding-bottom-desktop);
    }
  }

  .maison-product-slider__container {
    width: 100%;
    max-width: 1392px;
    margin: 0 auto;
    padding-inline: 16px;
  }

  @media screen and (max-width: 749px) {
    .maison-product-slider__container {
      padding-inline: 0;
    }
  }

  .maison-product-slider__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  /* Reveal on scroll (IntersectionObserver) - content only (not background) */
  .maison-product-slider--{{ section.id }} .maison-product-slider__content[data-maison-reveal] {
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  .maison-product-slider--{{ section.id }}
    .maison-product-slider__content[data-maison-reveal]:not(.maison-reveal--visible) {
    opacity: 0;
    transform: translateY(20px);
  }

  .maison-product-slider__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    position: relative;
  }

  @media screen and (max-width: 900px) {
    .maison-product-slider__header {
      justify-content: center;
    }
  }

  @media screen and (max-width: 749px) {
    .maison-product-slider__header {
      padding-inline: 16px;
    }
  }

  .maison-product-slider__header-title h3 {
    color: #502d1e;
    font-family: 'Bebas Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
  }

  .maison-product-slider__header-title h3 strong {
    font-weight: 400;
    color: #8c734c;
  }

  .maison-product-slider__main-slider .maison-product-card__image img,
  .maison-product-slider__main-slider .maison-product-card__image svg {
    border-radius: 16px;
  }

  .maison-product-slider__main-slider .maison-product-card__info {
    padding: 12px 8px;
    background: transparent;
  }

  .maison-product-slider__main-slider .swiper-slide {
    height: auto;
  }

  .maison-product-slider__main-slider .maison-product-card__add-to-cart {
    width: 100%;
    display: flex;
  }

  .maison-product-slider__main-slider .maison-product-card__add-to-cart button {
    padding: 0;
  }

  .maison-product-slider__desktop-arrows {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
    z-index: 1;
  }

  .maison-product-slider__desktop-arrows .swiper-button-prev {
    rotate: 180deg;
  }

  .maison-product-slider__desktop-arrows .desktop {
    display: flex !important;
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 18px;
    border: 1px solid #968e78;
    padding: 16px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .maison-product-slider__desktop-arrows .desktop::after {
    display: none;
  }

  .maison-product-slider__header-pagination {
    display: flex;
    align-items: center;
    width: 100%;
    flex: 1;
  }

  .maison-product-slider .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    display: flex;
    align-items: center;
    height: 2px !important;
  }

  .maison-product-slider .swiper-pagination-progressbar {
    background: #40403f10 !important;
  }

  .swiper-pagination-progressbar-fill {
    background: #6e6e5f !important;
  }

  @media screen and (max-width: 900px) {
    .maison-product-slider__desktop-arrows,
    .maison-product-slider__header-pagination {
      display: none;
    }
  }

  .maison-product-slider__pagination-wrapper {
    display: none;
    position: relative;
    align-items: center;
    gap: 18px;
    z-index: 1;
  }

  @media screen and (max-width: 900px) {
    .maison-product-slider__pagination-wrapper {
      display: flex;
    }
  }

  @media screen and (max-width: 749px) {
    .maison-product-slider__pagination-wrapper {
      padding-inline: 16px;
    }
  }

  .maison-product-slider__pagination-wrapper .swiper-button-prev {
    rotate: 180deg;
  }

  .maison-product-slider__pagination-wrapper .mobile {
    display: flex !important;
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 15.429px;
    border: 0.857px solid #968e78;
    padding: 13.714px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    background: transparent;
  }

  .maison-product-slider__pagination-wrapper .mobile svg {
    width: 20px;
    height: 20px;
  }

  .maison-product-slider__pagination-wrapper .mobile::after {
    display: none;
  }
/* END_SECTION:maison-product-slider */

/* START_SECTION:stroopperie-homepage (INDEX:102) */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap');
  .sp-home { --brown: #4b2f21; --brown-deep: #271c13; --cream: #FCFAF3; --paper: #FCFAF3; --gold: #877455; --tan: #ab9882; --waffle-brown: #654b36; --waffle-beige: #ab9882; color: var(--brown); background: var(--paper); overflow: hidden; }
  .sp-home *, .sp-home *::before, .sp-home *::after { box-sizing: border-box; }
  .sp-shell { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
  .sp-home h1, .sp-home h2, .sp-home h3, .sp-home p { margin-top: 0; }
  .sp-home h1, .sp-home h2, .sp-home h3 { color: inherit; }
  .sp-home h1, .sp-home h2 { font-family: 'Bebas Neue', 'Arial Narrow', sans-serif; text-transform: uppercase; letter-spacing: .02em; line-height: .9; }
  .sp-home h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(3.8rem, 8vw, 8rem); text-align: center; }
  .sp-home h1 span { display: block; color: #877455; }
  .sp-home h2 { margin-bottom: 28px; font-size: clamp(2.5rem, 5vw, 5rem); }
  .sp-home h3 { font-family: 'Bebas Neue', 'Arial Narrow', sans-serif; text-transform: uppercase; letter-spacing: .02em; }
  .sp-kicker { margin-bottom: 12px; color: #ab9882; font-size: .72rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
  .sp-kicker--brown { color: var(--brown); opacity: .72; }
  .sp-hero { position: relative; min-height: min(780px, 84vh); display: grid; align-items: center; color: #fefefe; isolation: isolate; }
  .sp-hero__media, .sp-hero__shade { position: absolute; inset: 0; z-index: -2; }
  .sp-hero__media video, .sp-hero__media img { width: 100%; height: 100%; object-fit: cover; }
  .sp-hero__shade { z-index: -1; background: linear-gradient(90deg, rgba(39,28,19,.86) 0%, rgba(75,47,33,.48) 58%, rgba(75,47,33,.18) 100%); }
  .sp-hero__content { display: flex; flex-direction: column; align-items: center; padding-block: 110px 90px; text-align: center; }
  .sp-hero__copy { max-width: 610px; margin-bottom: 10px; font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.65; }
  .sp-hero__trust { margin-bottom: 28px; font-size: .78rem; letter-spacing: .06em; }
  .sp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
  .sp-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid currentColor; border-radius: 999px; font-size: .74rem; font-weight: 800; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
  .sp-button:hover { transform: translateY(-2px); }
  .sp-button--gold { border-color: var(--gold); color: var(--brown-deep); background: var(--gold); }
  .sp-button--ghost { color: #fefefe; background: rgba(255,255,255,.05); }
  .sp-button--brown { color: #fff; background: var(--brown); }
  .sp-ticker { color: #fefefe; background: var(--brown-deep); overflow: hidden; }
  .sp-ticker__track { width: max-content; display: flex; animation: spTicker 30s linear infinite; }
  .sp-ticker__group { display: flex; align-items: center; gap: 28px; padding: 14px; white-space: nowrap; }
  .sp-ticker span { font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
  .sp-ticker i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
  .sp-products, .sp-ritual, .sp-tin, .sp-reviews { padding-block: clamp(70px, 9vw, 120px); }
  .sp-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
  .sp-slider-controls { display: flex; gap: 8px; padding-bottom: 28px; }
  .sp-slider-controls button { width: 42px; height: 42px; border: 1px solid var(--brown); border-radius: 50%; color: var(--brown); background: transparent; cursor: pointer; }
  .sp-product-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(245px, 290px); gap: 16px; padding-bottom: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .sp-product-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid rgba(75,47,33,.18); border-radius: 13px; background: #fff; overflow: hidden; scroll-snap-align: start; }
  .sp-product-card__image { aspect-ratio: .96; display: block; background: var(--cream); overflow: hidden; }
  .sp-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
  .sp-product-card:hover .sp-product-card__image img { transform: scale(1.035); }
  .sp-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 17px; }
  .sp-product-card__type { margin-bottom: 4px; opacity: .62; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
  .sp-product-card h3 { min-height: 2.1em; margin-bottom: 6px; font-size: 1.35rem; line-height: 1.05; }
  .sp-product-card h3 a { color: inherit; text-decoration: none; }
  .sp-price { margin-bottom: 13px; font-weight: 800; }
  .sp-product-form { margin-top: auto; }
  .sp-product-form button { width: 100%; min-height: 38px; border: 1px solid var(--brown); border-radius: 999px; color: var(--brown); background: transparent; cursor: pointer; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
  .sp-product-form button:hover:not(:disabled) { color: #fff; background: var(--brown); }
  .sp-product-form button:disabled { opacity: .45; cursor: not-allowed; }
  .sp-pattern { color: #fefefe; background-color: var(--waffle-brown); background-image: linear-gradient(45deg, transparent 46%, var(--waffle-beige) 47%, var(--waffle-beige) 53%, transparent 54%), linear-gradient(-45deg, transparent 46%, var(--waffle-beige) 47%, var(--waffle-beige) 53%, transparent 54%); background-size: 64px 64px; }
  .sp-fresh { padding-block: clamp(75px, 9vw, 120px); text-align: center; }
  .sp-fresh__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .sp-fresh-card { position: relative; min-height: 430px; border-radius: 14px; overflow: hidden; text-align: left; isolation: isolate; }
  .sp-fresh-card video, .sp-fresh-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
  .sp-fresh-card__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(39,28,19,.84), rgba(39,28,19,.04) 62%); }
  .sp-fresh-card__text { position: absolute; inset: auto 22px 18px; }
  .sp-fresh-card h3 { margin-bottom: 2px; font-size: 1.7rem; }
  .sp-fresh-card p { margin-bottom: 0; opacity: .78; font-size: .78rem; }
  .sp-section-note { margin: 24px auto 0; opacity: .7; font-size: .75rem; text-align: center; }
  .sp-section-note--brown { color: var(--brown); }
  .sp-ritual { background: var(--cream); text-align: center; }
  .sp-ritual__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .sp-step { padding: 30px 24px; border-radius: 12px; background: #fff; box-shadow: 0 10px 35px rgba(75,47,33,.07); }
  .sp-step span { width: 28px; height: 28px; display: inline-grid; place-items: center; margin-bottom: 13px; border-radius: 50%; color: #fff; background: var(--gold); font-weight: 800; }
  .sp-step h3 { margin-bottom: 7px; font-size: 1.5rem; }
  .sp-step p { margin-bottom: 0; opacity: .66; font-size: .82rem; line-height: 1.55; }
  .sp-tin { background: var(--paper); }
  .sp-tin__grid, .sp-story__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(36px, 7vw, 90px); }
  .sp-tin__gallery { overflow: hidden; border-radius: 16px; box-shadow: 0 20px 60px rgba(75,47,33,.13); }
  .sp-tin__gallery img { width: 100%; display: block; }
  .sp-tin__copy > p:not(.sp-kicker), .sp-story__copy > p:not(.sp-kicker) { margin-bottom: 26px; opacity: .76; line-height: 1.75; }
  .sp-tin__copy .sp-price { margin: 0 0 0 6px; }
  .sp-pattern-light { background-color: var(--waffle-brown); background-image: linear-gradient(45deg, transparent 46%, var(--waffle-beige) 47%, var(--waffle-beige) 53%, transparent 54%), linear-gradient(-45deg, transparent 46%, var(--waffle-beige) 47%, var(--waffle-beige) 53%, transparent 54%); background-size: 64px 64px; }
  .sp-details { padding-block: clamp(75px, 9vw, 115px); text-align: center; }
  .sp-details__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
  .sp-detail-card { border: 1px solid rgba(75, 47, 33, .34); border-radius: 12px; background: #f2e7d7; overflow: hidden; text-align: left; }
  .sp-detail-card img { width: 100%; aspect-ratio: .92; object-fit: cover; background: #eadbc6; mix-blend-mode: multiply; }
  .sp-detail-card div { padding: 16px; }
  .sp-detail-card h3 { margin-bottom: 4px; font-size: 1.35rem; }
  .sp-detail-card p { margin-bottom: 0; opacity: .64; font-size: .74rem; }
  .sp-story { padding-block: clamp(80px, 10vw, 130px); color: #fefefe; background: var(--brown-deep); }
  .sp-story__images { position: relative; padding: 0 55px 45px 0; }
  .sp-story__images > img:first-child { width: 100%; min-height: 360px; border-radius: 14px; object-fit: cover; }
  .sp-story__images > img:last-child:not(:first-child) { position: absolute; right: 0; bottom: 0; width: 38%; border: 7px solid var(--brown-deep); border-radius: 8px; }
  .sp-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 30px 0; }
  .sp-stats strong, .sp-stats span { display: block; }
  .sp-stats strong { color: #ab9882; font-family: 'Bebas Neue', 'Arial Narrow', sans-serif; font-size: 2rem; }
  .sp-stats span { opacity: .6; font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; }
  .sp-reviews { background: var(--cream); text-align: center; }
  .sp-reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; text-align: left; }
  .sp-review { margin: 0; padding: 25px; border-radius: 12px; background: #fff; box-shadow: 0 12px 35px rgba(75,47,33,.06); }
  .sp-review div { margin-bottom: 15px; color: var(--gold); letter-spacing: .12em; }
  .sp-review p { min-height: 6em; margin-bottom: 18px; line-height: 1.65; }
  .sp-review cite { opacity: .62; font-size: .7rem; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .sp-newsletter { padding-block: clamp(80px, 10vw, 125px); text-align: center; }
  .sp-newsletter__inner { max-width: 760px; }
  .sp-newsletter h2 { margin-bottom: 16px; }
  .sp-newsletter__inner > p:not(.sp-kicker) { max-width: 620px; margin-inline: auto; opacity: .78; }
  .sp-newsletter__form { position: relative; max-width: 600px; display: grid; grid-template-columns: 1fr auto; gap: 8px; margin: 28px auto 0; }
  .sp-newsletter__form input { min-width: 0; min-height: 48px; padding: 0 20px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: #fff; background: rgba(255,255,255,.08); }
  .sp-newsletter__form input::placeholder { color: rgba(255,255,255,.64); }
  .sp-newsletter__form button { min-height: 48px; padding: 0 24px; border: 0; border-radius: 999px; color: var(--brown-deep); background: var(--gold); cursor: pointer; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .sp-newsletter__form .errors, .sp-form-message { grid-column: 1 / -1; margin: 8px 0 0; color: #fff; }
  body:has(.sp-home) .shopify-section-group-footer-group { display: none; }
  .sp-footer { padding-block: 58px 28px; color: #eae2d6; background: #271c13; }
  .sp-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 50px; }
  .sp-footer__brand { max-width: 330px; }
  .sp-footer__logo { margin-bottom: 14px; color: #877455; font-family: 'Bebas Neue', 'Arial Narrow', sans-serif; font-size: 2rem; letter-spacing: .08em; text-transform: uppercase; }
  .sp-footer__brand p:last-child { opacity: .65; font-size: .77rem; line-height: 1.65; }
  .sp-footer h2 { margin-bottom: 14px; color: #877455; font-family: inherit; font-size: .66rem; line-height: 1; letter-spacing: .14em; }
  .sp-footer ul { margin: 0; padding: 0; list-style: none; }
  .sp-footer li + li { margin-top: 8px; }
  .sp-footer a { color: inherit; opacity: .72; font-size: .74rem; text-decoration: none; }
  .sp-footer a:hover { opacity: 1; }
  .sp-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); opacity: .55; font-size: .63rem; }
  .sp-footer__bottom div { display: flex; gap: 16px; }
  .visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  @keyframes spTicker { to { transform: translateX(-50%); } }
  @media (max-width: 900px) {
    .sp-fresh__grid, .sp-ritual__grid, .sp-reviews__grid { grid-template-columns: 1fr; }
    .sp-fresh-card { min-height: 360px; }
    .sp-tin__grid, .sp-story__grid { grid-template-columns: 1fr; }
    .sp-details__grid { grid-template-columns: repeat(2, 1fr); }
    .sp-review p { min-height: 0; }
  }
  @media (max-width: 600px) {
    .sp-shell { width: min(100% - 26px, 1200px); }
    .sp-hero { min-height: 680px; }
    .sp-hero__content { padding-block: 110px 70px; }
    .sp-hero__shade { background: linear-gradient(0deg, rgba(39,28,19,.88), rgba(39,28,19,.3)); }
    .sp-heading-row { align-items: center; }
    .sp-heading-row h2 { margin-bottom: 15px; }
    .sp-slider-controls { padding-bottom: 15px; }
    .sp-product-track { grid-auto-columns: 78vw; }
    .sp-details__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .sp-detail-card div { padding: 12px; }
    .sp-story__images { padding-right: 35px; }
    .sp-newsletter__form { grid-template-columns: 1fr; }
    .sp-footer__grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
    .sp-footer__brand { grid-column: 1 / -1; }
    .sp-footer__bottom { flex-direction: column; }
  }
  @media (prefers-reduced-motion: reduce) {
    .sp-ticker__track { animation: none; }
    .sp-button, .sp-product-card__image img { transition: none; }
  }

  /* Studio75 precision pass v2 */
  .sp-home {
    --brown: #4b2f21;
    --brown-deep: #271c13;
    --cream: #FCFAF3;
    --paper: #FCFAF3;
    --gold: #877455;
    --tan: #ab9882; --waffle-brown: #654b36; --waffle-beige: #ab9882;
    font-family: 'Mulish', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.45;
  }
  .sp-home p,
  .sp-home a,
  .sp-home button,
  .sp-home input,
  .sp-home cite {
    font-family: 'Mulish', Arial, sans-serif !important;
  }
  .sp-home h1,
  .sp-home h2,
  .sp-home h3,
  .sp-home .sp-footer__logo {
    font-family: 'Bebas Neue', 'Arial Narrow', sans-serif !important;
    font-weight: 400 !important;
  }
  .sp-shell {
    width: min(1120px, calc(100% - 48px));
  }
  .sp-home h1 {
    max-width: 760px;
    margin-bottom: 16px;
    font-size: clamp(58px, 5.35vw, 77px);
    line-height: .93;
    letter-spacing: .01em;
  }
  .sp-home h2 {
    margin-bottom: 24px;
    font-size: clamp(34px, 3.05vw, 44px);
    line-height: .95;
    letter-spacing: .01em;
  }
  .sp-kicker {
    margin-bottom: 9px;
    font-size: 9px;
    line-height: 1.25;
    letter-spacing: .18em;
  }
  .sp-hero {
    min-height: 720px;
  }
  .sp-hero__content {
    padding-block: 92px 76px;
  }
  .sp-hero__copy {
    max-width: 540px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 1.55;
  }
  .sp-hero__trust {
    margin-bottom: 22px;
    font-size: 10px;
  }
  .sp-button {
    min-height: 38px;
    padding: 9px 19px;
    font-size: 9px;
    letter-spacing: .09em;
  }
  .sp-ticker__group {
    gap: 25px;
    padding: 11px 14px;
  }
  .sp-ticker span {
    font-size: 8px;
  }
  .sp-products,
  .sp-ritual,
  .sp-tin,
  .sp-reviews {
    padding-block: 64px;
  }
  .sp-fresh,
  .sp-details {
    padding-block: 68px;
  }
  .sp-story,
  .sp-newsletter {
    padding-block: 70px;
  }
  .sp-slider-controls {
    padding-bottom: 23px;
  }
  .sp-slider-controls button {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
  .sp-product-track {
    grid-auto-columns: calc((100% - 64px) / 5);
    gap: 16px;
  }
  .sp-product-card {
    border-radius: 9px;
  }
  .sp-product-card__image {
    aspect-ratio: 1 / 1.08;
  }
  .sp-product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sp-product-card__body {
    padding: 12px;
  }
  .sp-product-card__type {
    font-size: 7px;
  }
  .sp-product-card h3 {
    min-height: 2em;
    margin-bottom: 5px;
    font-size: 17px;
  }
  .sp-price {
    margin-bottom: 9px;
    font-size: 12px;
  }
  .sp-product-form button {
    min-height: 30px;
    font-size: 8px;
  }
  .sp-fresh__grid {
    gap: 16px;
  }
  .sp-fresh-card {
    min-height: 330px;
    border-radius: 9px;
  }
  .sp-fresh-card__text {
    inset: auto 15px 14px;
  }
  .sp-fresh-card h3 {
    font-size: 17px;
  }
  .sp-fresh-card p {
    font-size: 9px;
  }
  .sp-section-note {
    margin-top: 17px;
    font-size: 9px;
  }
  .sp-ritual__grid {
    gap: 14px;
  }
  .sp-step {
    padding: 22px 18px;
    border-radius: 9px;
  }
  .sp-step span {
    width: 22px;
    height: 22px;
    margin-bottom: 9px;
    font-size: 10px;
  }
  .sp-step h3 {
    margin-bottom: 5px;
    font-size: 17px;
  }
  .sp-step p {
    font-size: 10px;
    line-height: 1.5;
  }
  .sp-tin__grid,
  .sp-story__grid {
    grid-template-columns: 1fr 1fr;
    gap: 46px;
  }
  .sp-tin__gallery {
    aspect-ratio: 1.45 / 1;
    border-radius: 10px;
  }
  .sp-tin__gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sp-tin__copy > p:not(.sp-kicker),
  .sp-story__copy > p:not(.sp-kicker) {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 1.55;
  }
  .sp-details__grid {
    gap: 12px;
  }
  .sp-detail-card {
    border-radius: 9px;
  }
  .sp-detail-card img {
    display: block;
    width: 100%;
    height: 245px;
    aspect-ratio: auto;
    object-fit: cover;
  }
  .sp-detail-card div {
    padding: 11px;
  }
  .sp-detail-card h3 {
    font-size: 16px;
  }
  .sp-detail-card p {
    font-size: 9px;
  }
  .sp-story__images {
    padding: 0 42px 34px 0;
  }
  .sp-story__images > img:first-child {
    height: 330px;
    min-height: 0;
  }
  .sp-story__images > img:last-child:not(:first-child) {
    width: 36%;
    border-width: 5px;
  }
  .sp-stats {
    gap: 12px;
    margin: 22px 0;
  }
  .sp-stats strong {
    font-size: 25px;
  }
  .sp-stats span {
    font-size: 7px;
  }
  .sp-reviews__grid {
    gap: 14px;
  }
  .sp-review {
    padding: 18px;
    border-radius: 9px;
  }
  .sp-review div {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .sp-review p {
    margin-bottom: 13px;
    font-size: 10px;
    line-height: 1.55;
  }
  .sp-review cite {
    font-size: 8px;
  }
  .sp-newsletter__inner {
    max-width: 620px;
  }
  .sp-newsletter h2 {
    margin-bottom: 12px;
  }
  .sp-newsletter__inner > p:not(.sp-kicker) {
    max-width: 520px;
    font-size: 11px;
  }
  .sp-newsletter__form {
    max-width: 470px;
    margin-top: 20px;
  }
  .sp-newsletter__form input,
  .sp-newsletter__form button {
    min-height: 38px;
    font-size: 9px;
  }
  .sp-footer {
    padding-block: 40px 22px;
  }
  .sp-footer__grid {
    gap: 34px;
  }
  .sp-footer__logo {
    font-size: 24px;
  }
  .sp-footer__brand p:last-child,
  .sp-footer a {
    font-size: 9px;
  }
  .sp-footer__bottom {
    margin-top: 28px;
    padding-top: 15px;
    font-size: 8px;
  }
  @media (max-width: 900px) {
    .sp-shell {
      width: min(100% - 32px, 640px);
    }
    .sp-home h1 {
      max-width: 430px;
      font-size: 48px;
    }
    .sp-home h2 {
      font-size: 31px;
    }
    .sp-hero {
      min-height: 570px;
    }
    .sp-hero__content {
      padding-block: 82px 56px;
    }
    .sp-products,
    .sp-ritual,
    .sp-tin,
    .sp-reviews,
    .sp-fresh,
    .sp-details,
    .sp-story,
    .sp-newsletter {
      padding-block: 50px;
    }
    .sp-product-track {
      grid-auto-columns: 58%;
      gap: 12px;
    }
    .sp-fresh-card {
      min-height: 275px;
    }
    .sp-tin__grid,
    .sp-story__grid {
      gap: 28px;
    }
    .sp-tin__gallery {
      aspect-ratio: 1.35 / 1;
    }
    .sp-details__grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .sp-detail-card img {
      height: 210px;
    }
    .sp-story__images > img:first-child {
      height: 270px;
    }
  }
  @media (max-width: 600px) {
    .sp-shell {
      width: calc(100% - 30px);
    }
    .sp-home h1 {
      max-width: 360px;
      margin-bottom: 12px;
      font-size: 40px;
    }
    .sp-home h2 {
      margin-bottom: 20px;
      font-size: 28px;
    }
    .sp-kicker {
      margin-bottom: 8px;
      font-size: 8px;
    }
    .sp-hero {
      min-height: 520px;
    }
    .sp-hero__content {
      padding-block: 72px 44px;
    }
    .sp-hero__copy {
      max-width: 350px;
      font-size: 11px;
    }
    .sp-hero__trust {
      margin-bottom: 18px;
      font-size: 8px;
    }
    .sp-actions {
      gap: 8px;
    }
    .sp-button {
      min-height: 34px;
      padding: 8px 15px;
      font-size: 8px;
    }
    .sp-products,
    .sp-ritual,
    .sp-tin,
    .sp-reviews,
    .sp-fresh,
    .sp-details,
    .sp-story,
    .sp-newsletter {
      padding-block: 42px;
    }
    .sp-product-track {
      grid-auto-columns: 72%;
    }
    .sp-fresh-card {
      min-height: 235px;
    }
    .sp-step {
      padding: 18px 14px;
    }
    .sp-tin__grid,
    .sp-story__grid {
      grid-template-columns: 1fr;
      gap: 26px;
    }
    .sp-tin__gallery {
      aspect-ratio: 1.3 / 1;
    }
    .sp-details__grid {
      grid-template-columns: 1fr 1fr;
      gap: 9px;
    }
    .sp-detail-card img {
      height: 165px;
    }
    .sp-detail-card div {
      padding: 9px;
    }
    .sp-story__images {
      padding: 0 30px 25px 0;
    }
    .sp-story__images > img:first-child {
      height: 240px;
    }
    .sp-review {
      padding: 16px;
    }
    .sp-newsletter__form {
      grid-template-columns: 1fr;
      gap: 8px;
    }
    .sp-footer {
      padding-block: 34px 20px;
    }
    .sp-footer__grid {
      gap: 24px 16px;
    }
  }


  /* Studio75 footer precision pass v3 */
  .sp-footer {
    padding: 52px 0 22px;
    color: #eae2d6;
    background: #271c13;
  }
  .sp-footer__main {
    display: grid;
    grid-template-columns: minmax(280px, 1.55fr) minmax(130px, .65fr) minmax(130px, .65fr);
    align-items: start;
    gap: 70px;
  }
  .sp-footer__brand {
    max-width: 290px;
  }
  .sp-footer__seal {
    display: block;
    width: 116px;
    height: auto;
    margin: 0 0 18px;
    object-fit: contain;
  }
  .sp-footer__brand p {
    margin: 0;
    color: rgba(234, 226, 214, .76);
    font-size: 10px;
    line-height: 1.6;
  }
  .sp-footer__column h2 {
    margin: 2px 0 13px;
    color: #877455;
    font-family: 'Bebas Neue', 'Arial Narrow', sans-serif !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .sp-footer__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp-footer__column li + li {
    margin-top: 8px;
  }
  .sp-footer__column a {
    color: rgba(234, 226, 214, .78);
    font-size: 9px;
    line-height: 1.35;
    text-decoration: none;
  }
  .sp-footer__column a:hover {
    color: #fefefe;
  }
  .sp-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 38px;
    padding-top: 17px;
    border-top: 1px solid rgba(135, 116, 85, .17);
    color: rgba(234, 226, 214, .5);
    font-size: 8px;
    line-height: 1.4;
  }
  @media (max-width: 749px) {
    .sp-footer {
      padding: 38px 0 20px;
    }
    .sp-footer__main {
      grid-template-columns: 1fr 1fr;
      gap: 30px 24px;
    }
    .sp-footer__brand {
      grid-column: 1 / -1;
      max-width: 270px;
    }
    .sp-footer__seal {
      width: 104px;
      margin-bottom: 15px;
    }
    .sp-footer__bottom {
      flex-direction: column;
      gap: 8px;
      margin-top: 28px;
      padding-top: 14px;
    }
  }

  .sp-details > .sp-shell > .sp-kicker,
  .sp-details > .sp-shell > h2 {
    color: #ffffff;
    opacity: 1;
  }
  .sp-product-card__bundle {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: grid;
    gap: 3px;
    padding: 3px;
    background: #ffffff;
    overflow: hidden;
  }
  .sp-product-card__bundle--grand {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .sp-product-card__bundle--mix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sp-product-card__bundle--trio {
    grid-template-columns: 1fr;
  }
  .sp-product-card__bundle .sp-bundle-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
  }
  .sp-detail-card__bundle {
    height: 245px;
    display: grid;
    gap: 3px;
    padding: 3px;
    background: #eadbc6;
    overflow: hidden;
  }
  .sp-detail-card__bundle--grand {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .sp-detail-card__bundle--trio {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 0;
    padding: 0;
  }
  .sp-bundle-item {
    position: relative;
    min-width: 0;
    min-height: 0;
    background: #ffffff;
    overflow: hidden;
  }
  .sp-detail-card__bundle .sp-bundle-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sp-bundle-item__qty {
    position: absolute;
    right: 6px;
    bottom: 6px;
    min-width: 25px;
    padding: 4px 6px;
    border-radius: 999px;
    color: #ffffff;
    background: #4b2f21;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
  }
  @media (max-width: 600px) {
    .sp-detail-card__bundle {
      height: 165px;
    }
    .sp-detail-card__bundle--trio {
      padding: 10px 3px;
    }
    .sp-bundle-item__qty {
      right: 4px;
      bottom: 4px;
      min-width: 21px;
      padding: 3px 5px;
      font-size: 8px;
    }
  }

  .sp-detail-card__bundle--grand .sp-bundle-item:nth-child(2) img {
    transform: scale(1.5);
    transform-origin: center 62%;
  }
  .sp-detail-card__bundle--grand .sp-bundle-item:nth-child(3) img {
    object-fit: contain;
    transform: none;
  }
  .sp-detail-card__bundle--grand .sp-bundle-item:nth-child(4) img {
    transform: scale(1.22);
  }
  .sp-detail-card__bundle--trio .sp-bundle-item img {
    object-fit: contain;
    transform: none;
  }


  .sp-hero {
    min-height: min(820px, 90vh);
  }
  .sp-hero__media video,
  .sp-hero__media img {
    object-position: 38% center;
    filter: saturate(1.08) contrast(1.06);
  }
  .sp-hero__shade {
    background: linear-gradient(90deg, rgba(39, 28, 19, .76) 0%, rgba(39, 28, 19, .58) 52%, rgba(39, 28, 19, .46) 100%);
  }
  .sp-hero__content {
    position: relative;
    z-index: 1;
  }
  .sp-hero__content h1,
  .sp-hero__copy,
  .sp-hero__trust,
  .sp-hero__content > .sp-kicker {
    text-shadow: 0 2px 18px rgba(20, 12, 7, .72);
  }
  .sp-hero__content h1 span {
    color: #e0b35b;
  }
  .sp-product-card {
    border-color: rgba(75, 47, 33, .34);
    background: #f2e7d7;
    box-shadow: 0 12px 30px rgba(75, 47, 33, .12);
  }
  .sp-product-card__image,
  .sp-product-card__bundle,
  .sp-product-card__bundle .sp-bundle-item {
    background: #eadbc6;
  }
  .sp-product-card__body {
    color: var(--brown-deep);
    background: #f2e7d7;
  }
  .sp-product-card__image img {
    mix-blend-mode: multiply;
  }
  .sp-detail-card,
  .sp-detail-card > div:last-child {
    color: var(--brown-deep);
    background: #f2e7d7;
  }
  .sp-detail-card__bundle,
  .sp-detail-card__bundle .sp-bundle-item {
    background: #eadbc6;
  }
  .sp-detail-card > img,
  .sp-detail-card__bundle img {
    background: #eadbc6;
    mix-blend-mode: multiply;
  }
  .sp-story {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    isolation: isolate;
  }
  .sp-story::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(39, 28, 19, .74);
    content: "";
  }
  .sp-story__grid {
    min-height: 320px;
    position: relative;
    grid-template-columns: 1fr;
  }
  .sp-story__images {
    width: 100vw;
    position: absolute;
    top: -70px;
    bottom: -70px;
    left: 50%;
    z-index: 0;
    padding: 0;
    transform: translateX(-50%);
  }
  .sp-story__images > img:first-child {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
  }
  .sp-story__images > img:last-child:not(:first-child) {
    display: none;
  }
  .sp-story__copy {
    width: 100%;
    position: relative;
    z-index: 2;
    max-width: 620px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: center;
    margin-inline: auto;
    text-align: center;
  }
  .sp-story__copy > p:not(.sp-kicker) {
    max-width: 560px;
  }
  .sp-story__copy .sp-stats {
    width: 100%;
  }
  .sp-story__copy .sp-button {
    margin-inline: auto;
  }
  .sp-product-card,
  .sp-product-card__image,
  .sp-product-card__body,
  .sp-product-card__bundle,
  .sp-product-card__bundle .sp-bundle-item,
  .sp-step,
  .sp-tin__gallery,
  .sp-detail-card,
  .sp-detail-card > div:last-child,
  .sp-detail-card__bundle,
  .sp-detail-card__bundle .sp-bundle-item {
    background: #eae2d6 !important;
  }
  .sp-product-card__image img,
  .sp-product-card__bundle img,
  .sp-tin__gallery img,
  .sp-detail-card > img,
  .sp-detail-card__bundle img {
    object-fit: contain !important;
    background: #eae2d6 !important;
    mix-blend-mode: multiply;
    image-rendering: auto;
    filter: contrast(1.04) saturate(1.02);
  }
  @media (max-width: 900px) {
    .sp-hero {
      min-height: 640px;
    }
    .sp-hero__media video,
    .sp-hero__media img {
      object-position: 30% center;
    }
  }
  @media (max-width: 600px) {
    .sp-hero {
      min-height: 580px;
    }
    .sp-hero__media video,
    .sp-hero__media img {
      object-position: 24% center;
    }
    .sp-hero__shade {
      background: linear-gradient(0deg, rgba(39, 28, 19, .84) 0%, rgba(39, 28, 19, .52) 62%, rgba(39, 28, 19, .38) 100%);
    }
  }


  /* Product-grid normalization: use the source-photo white uniformly. */
  .sp-product-card,
  .sp-product-card__image,
  .sp-product-card__body,
  .sp-product-card__bundle,
  .sp-product-card__bundle .sp-bundle-item {
    background: #ffffff !important;
  }
  .sp-product-card {
    height: 100%;
  }
  .sp-product-card__image {
    aspect-ratio: 1 / 1 !important;
  }
  .sp-product-card__image img,
  .sp-product-card__bundle img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center !important;
    background: #ffffff !important;
    mix-blend-mode: normal !important;
    filter: none !important;
    transform: none !important;
    image-rendering: auto;
  }
  .sp-product-card:hover .sp-product-card__image img {
    transform: none !important;
  }


  /* Keep every product presentation on the same clean white canvas. */
  .sp-step,
  .sp-tin__gallery,
  .sp-detail-card,
  .sp-detail-card > div:last-child,
  .sp-detail-card__bundle,
  .sp-detail-card__bundle .sp-bundle-item {
    background: #ffffff !important;
  }
  .sp-tin__gallery img,
  .sp-detail-card > img,
  .sp-detail-card__bundle img {
    background: #ffffff !important;
    mix-blend-mode: normal !important;
    filter: none !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
  }



  /* Ad manager mobile readability pass — 2026-09-10 */
  @media (max-width: 600px) {
    .sp-hero__content > .sp-kicker {
      font-size: 9px;
      line-height: 1.35;
      letter-spacing: .16em;
    }
    .sp-hero__copy {
      max-width: 360px;
      margin-bottom: 12px;
      font-size: 13px;
      line-height: 1.55;
    }
    .sp-hero__trust {
      margin-bottom: 22px;
      font-size: 11px;
      line-height: 1.45;
      font-weight: 700;
      letter-spacing: .035em;
    }
    .sp-actions {
      gap: 10px;
    }
    .sp-button {
      min-height: 44px;
      padding: 11px 20px;
      font-size: 10px;
      line-height: 1.2;
      letter-spacing: .08em;
    }
  }
/* END_SECTION:stroopperie-homepage */

/* START_SECTION:stroopperie-ticker (INDEX:103) */
.stroopperie-ticker {
    overflow: hidden;
    background: var(--ticker-background);
    color: var(--ticker-color);
  }

  .stroopperie-ticker__viewport {
    overflow: hidden;
    padding-block: 14px;
  }

  .stroopperie-ticker__track {
    display: flex;
    width: max-content;
    animation: stroopperie-ticker-scroll var(--ticker-duration) linear infinite;
    will-change: transform;
  }

  .stroopperie-ticker:hover .stroopperie-ticker__track {
    animation-play-state: paused;
  }

  .stroopperie-ticker__group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
  }

  .stroopperie-ticker__item {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    padding-inline: 28px 0;
    font-family: var(--font-heading-family);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .stroopperie-ticker__star {
    font-size: 1rem;
  }

  @keyframes stroopperie-ticker-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  @media (prefers-reduced-motion: reduce) {
    .stroopperie-ticker__track {
      animation: none;
    }
  }

  @media screen and (max-width: 749px) {
    .stroopperie-ticker__viewport {
      padding-block: 12px;
    }

    .stroopperie-ticker__item {
      gap: 22px;
      padding-inline: 22px 0;
      font-size: 1.1rem;
    }
  }
/* END_SECTION:stroopperie-ticker */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:maison-card-product (INDEX:180) */
.maison-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .maison-product-card__image-wrapper {
    position: relative;
    overflow: hidden;
  }

  .maison-product-card__image img,
  .maison-product-card__image svg {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .maison-product-card__info {
    background: #FEFCF8;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
  }

  @media screen and (max-width: 768px) {
    .maison-product-card__info {
      padding: 8px 8px 12px 8px;
      gap: 8px;
    }
  }

  .maison-product-card__top {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  @media screen and (max-width: 768px) {
    .maison-product-card__top {
      gap: 4px;
      flex-direction: column-reverse;
    }
  }

  .maison-product-card__title a {
    overflow: hidden;
    color: #502d1e;
    text-overflow: ellipsis;
    font-family: 'JUST Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    text-decoration: none;
  }

  @media screen and (max-width: 768px) {
    .maison-product-card__title a {
      font-size: 14px;
    }
  }

  .maison-product-card__rating {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .maison-product-card__stars {
    display: flex;
    gap: 1px;
    align-items: center;
  }

  @media screen and (max-width: 768px) {
    .maison-product-card__stars svg {
      width: 12px;
      height: auto;
    }
    .maison-product-card__stars {
      gap: 0px;
    }
    .maison-product-card__reviews {
      font-weight: 400;
    }
  }

  .maison-product-card__reviews {
    overflow: hidden;
    color: var(--Text-Secondary, rgba(1, 0, 5, 0.75));
    text-align: center;
    text-overflow: ellipsis;
    font-family: 'JUST Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .price-item.price-item--regular,
  .price-item.price-item--sale.price-item--last {
    font-family: 'JUST Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--Text-Primary, #010005);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
  }

  .price-item.price-item--regular.price-item--strikethrough {
    font-family: 'JUST Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
    margin: 0;
  }

  .maison-product-card__add-to-cart button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    width: 100%;
    height: 44px;
    background: linear-gradient(180deg, rgba(221, 154, 58, 1) 100%);
    border: 1.5px solid #301e0e;
    border-bottom: 0;
    border-radius: 12px;
    box-shadow: 0 4px 0 0 rgba(44, 38, 9, 1);
    text-decoration: none;
    cursor: pointer;
    transform: translateY(0);
    transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
  }

  @media screen and (max-width: 768px) {
    .maison-product-card__add-to-cart button {
      height: 44px;
    }
  }

  @media (hover: hover) and (pointer: fine) {
    .maison-product-card__add-to-cart button:hover {
      transform: translateY(2px);
      box-shadow: 0 2px 0 0 rgba(44, 38, 9, 1);
      filter: brightness(1.01);
    }
  }

  .maison-product-card__add-to-cart button:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 0 rgba(44, 38, 9, 1);
  }

  .maison-product-card__add-to-cart button:focus-visible {
    outline: 2px solid #301e0e;
    outline-offset: 2px;
  }

  @media (prefers-reduced-motion: reduce) {
    .maison-product-card__add-to-cart button {
      transition: none;
    }
  }

  .maison-product-card__add-to-cart button span {
    color: var(--Text-Primary, #502d1e);
    font-family: 'JUST Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
  }

  @media screen and (max-width: 768px) {
    .maison-product-card__add-to-cart button span {
      font-size: 14px;
    }
  }

  .maison-product-card__add-to-cart button svg {
    width: clamp(20px, 2vw, 24px);
    height: clamp(20px, 2vw, 24px);
    flex: 0 0 auto;
  }

  @media screen and (max-width: 768px) {
    .maison-product-card__add-to-cart button svg {
      display: none;
    }
  }

  .maison-product-card__add-to-cart {
    margin-top: auto;
  }

  @media screen and (max-width: 768px) {
    .maison-product-card__price {
      margin-bottom: 4px;
    }
  }
/* END_SNIPPET:maison-card-product */