/** Shopify CDN: Minification failed

Line 335:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:hero-product-slider (INDEX:15) */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@700&family=DM+Sans:wght@400;500;700&family=Karla:wght@400;500&display=swap');

.hero-product-slide__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-product-slide__media {
  position: relative;
}
.hero-product-slide__media img,
.hero-product-slide__media .media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Floating cards (shared position system) ---------- */
.hero-product-card,
.hero-collection-card {
  position: absolute;
  z-index: 2;
  max-width: 38rem;
  width: calc(100% - 4rem);
  border-radius: 1.2rem;
  background-color: var(--card-bg-color, #ffede2);
  background-color: color-mix(in srgb, var(--card-bg-color, #ffede2) var(--card-bg-opacity, 90%), transparent);
  backdrop-filter: blur(var(--card-blur, 8px));
  -webkit-backdrop-filter: blur(var(--card-blur, 8px));
  box-shadow: 0 8px 30px rgb(0 0 0 / 15%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: "DM Sans", sans-serif;
}
.hero-product-card:hover,
.hero-collection-card:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 14px 40px rgb(0 0 0 / 20%);
}

/* Desktop positions (6 options) */
.hero-product-card--bottom-right,
.hero-collection-card--bottom-right {
  inset-block-end: 2.4rem;
  inset-inline-end: 2.4rem;
}
.hero-product-card--bottom-left,
.hero-collection-card--bottom-left {
  inset-block-end: 2.4rem;
  inset-inline-start: 2.4rem;
}
.hero-product-card--bottom-center,
.hero-collection-card--bottom-center {
  inset-block-end: 2.4rem;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.hero-product-card--bottom-center:hover,
.hero-collection-card--bottom-center:hover {
  transform: translateX(-50%) translateY(-0.4rem);
}
.hero-product-card--top-right,
.hero-collection-card--top-right {
  inset-block-start: 2.4rem;
  inset-inline-end: 2.4rem;
}
.hero-product-card--top-left,
.hero-collection-card--top-left {
  inset-block-start: 2.4rem;
  inset-inline-start: 2.4rem;
}
.hero-product-card--top-center,
.hero-collection-card--top-center {
  inset-block-start: 2.4rem;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.hero-product-card--top-center:hover,
.hero-collection-card--top-center:hover {
  transform: translateX(-50%) translateY(-0.4rem);
}

/* Mobile positions (independent from desktop) */
@media (width <= 767px) {
  .hero-product-card,
  .hero-collection-card {
    width: calc(100% - 2rem);
    max-width: 34rem;
    /* reset all desktop insets so only the mobile-* class below applies */
    inset-block-start: auto;
    inset-block-end: auto;
    inset-inline-start: auto;
    inset-inline-end: auto;
    transform: none;
  }
  [class*="--mobile-bottom-center"] {
    inset-block-end: 1.4rem;
    inset-inline-start: 50%;
    transform: translateX(-50%);
  }
  [class*="--mobile-bottom-left"] {
    inset-block-end: 1.4rem;
    inset-inline-start: 1rem;
  }
  [class*="--mobile-bottom-right"] {
    inset-block-end: 1.4rem;
    inset-inline-end: 1rem;
  }
  [class*="--mobile-top-center"] {
    inset-block-start: 1.4rem;
    inset-inline-start: 50%;
    transform: translateX(-50%);
  }
  [class*="--mobile-top-left"] {
    inset-block-start: 1.4rem;
    inset-inline-start: 1rem;
  }
  [class*="--mobile-top-right"] {
    inset-block-start: 1.4rem;
    inset-inline-end: 1rem;
  }
}

/* ---------- Product card (HIRA layout: media+text row, then price+button row) ---------- */
.hero-product-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: var(--card-padding, 1.6rem);
}
.hero-product-card--align-center .hero-product-card__top {
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.hero-product-card--align-center .hero-product-card__media {
  align-self: center;
  margin: 0;
  border-radius: 0.8rem;
}
.hero-product-card--align-center .hero-product-card__text {
  align-items: center;
}
.hero-product-card--align-center .hero-product-card__bottom {
  justify-content: center;
}
.hero-product-card__top {
  display: flex;
  align-items: stretch;
  gap: 1.2rem;
}
.hero-product-card__media {
  flex-shrink: 0;
  align-self: stretch;
  display: block;
  width: var(--card-image-size, 9rem);
  min-height: 100%;
  border-radius: 0.8rem 0 0 0.8rem;
  overflow: hidden;
  background: #f5f2ec;
  margin: calc(var(--card-padding, 1.6rem) * -1) 0 calc(var(--card-padding, 1.6rem) * -1) calc(var(--card-padding, 1.6rem) * -1);
}
.hero-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-product-card__text {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  justify-content: center;
}
.hero-product-card__title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #21383e;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-product-card__tagline {
  font-family: "Karla", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7b8a8c;
  margin: 0;
}
.hero-product-card__bottom {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-block-start: 0.4rem;
}
.hero-product-card__bottom--left {
  justify-content: flex-start;
}
.hero-product-card__bottom--right {
  justify-content: flex-end;
}
.hero-product-card__bottom--center {
  justify-content: center;
}
.hero-product-card__bottom--with-price {
  justify-content: space-between !important;
}
.hero-product-card__bottom--full .hero-product-card__cta {
  width: 100%;
}
.hero-product-card__bottom--full .hero-product-card__cta .btn,
.hero-product-card__bottom--full .hero-product-card__cta button {
  width: 100%;
}
.hero-product-card__price {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #21383e;
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  flex-shrink: 0;
  margin-block-start: 0.2rem;
}
.hero-product-card__price .compare-at-price {
  font-size: 1.3rem;
  font-weight: 400;
  color: #a8a29a;
  text-decoration: line-through;
}
.hero-product-card__cta {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.hero-product-card__cta quick-add-component,
.hero-product-card__cta add-to-cart-component,
.hero-product-card__cta product-form-component,
.hero-product-card__cta form {
  display: flex;
  align-items: center;
  margin: 0;
}
.hero-product-card__cta .btn,
.hero-product-card__cta button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background-color: #212121 !important;
  border-color: #212121 !important;
  color: #ffffff !important;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0.5rem;
  padding-inline: 1.8rem;
  height: auto;
  min-height: 4rem;
  white-space: nowrap;
  margin: 0;
}
.hero-product-card__cta .btn:hover,
.hero-product-card__cta button:hover {
  background-color: #3b3b3b !important;
  border-color: #3b3b3b !important;
}
.hero-product-card__cta .btn .icon,
.hero-product-card__cta button .icon {
  display: none !important;
}
.hero-product-card__cta .btn__text,
.hero-product-card__cta .add-to-cart-text {
  display: inline !important;
  color: inherit !important;
}

/* ---------- Collection card ---------- */
.hero-collection-card {
  padding: 2rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.hero-collection-card__title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #21383e;
}
.hero-collection-card__description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  color: #436067;
  line-height: 1.4;
}
.hero-collection-card__cta {
  align-self: flex-start;
  margin-block-start: 0.6rem;
}
.hero-collection-card__cta.btn {
  --color-primary-button-background: 33 33 33;
  --color-primary-button-text: 255 255 255;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0.5rem;
  padding-inline: 1.8rem;
}
/* END_SECTION:hero-product-slider */

/* CSS from block stylesheet tags */
/* START_BLOCK:_slide (INDEX:154) */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@700&family=DM+Sans:wght@400;500;700&family=Karla:wght@400;500&display=swap');

/* Let clicks pass through the empty area of the content overlay so the
   image link underneath is clickable; the actual heading/text/button
   inside stay clickable as normal. */
.slide__content {
  pointer-events: none;
}
.slide__content > * {
  pointer-events: auto;
}

.hero-product-card,
.hero-collection-card {
  position: absolute;
  z-index: 2;
  max-width: 38rem;
  width: calc(100% - 4rem);
  border-radius: 1.2rem;
  background-color: var(--card-bg-color, #ffede2);
  background-color: color-mix(in srgb, var(--card-bg-color, #ffede2) var(--card-bg-opacity, 90%), transparent);
  backdrop-filter: blur(var(--card-blur, 8px));
  -webkit-backdrop-filter: blur(var(--card-blur, 8px));
  box-shadow: 0 8px 30px rgb(0 0 0 / 15%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: "DM Sans", sans-serif;
}
.hero-product-card:hover,
.hero-collection-card:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 14px 40px rgb(0 0 0 / 20%);
}

.hero-product-card--bottom-right,
.hero-collection-card--bottom-right {
  inset-block-end: 2.4rem;
  inset-inline-end: 2.4rem;
}
.hero-product-card--bottom-left,
.hero-collection-card--bottom-left {
  inset-block-end: 2.4rem;
  inset-inline-start: 2.4rem;
}
.hero-product-card--bottom-center,
.hero-collection-card--bottom-center {
  inset-block-end: 2.4rem;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.hero-product-card--bottom-center:hover,
.hero-collection-card--bottom-center:hover {
  transform: translateX(-50%) translateY(-0.4rem);
}
.hero-product-card--top-right,
.hero-collection-card--top-right {
  inset-block-start: 2.4rem;
  inset-inline-end: 2.4rem;
}
.hero-product-card--top-left,
.hero-collection-card--top-left {
  inset-block-start: 2.4rem;
  inset-inline-start: 2.4rem;
}
.hero-product-card--top-center,
.hero-collection-card--top-center {
  inset-block-start: 2.4rem;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.hero-product-card--top-center:hover,
.hero-collection-card--top-center:hover {
  transform: translateX(-50%) translateY(-0.4rem);
}

@media (width <= 767px) {
  .hero-product-card,
  .hero-collection-card {
    width: calc(100% - 2rem);
    max-width: 34rem;
    inset-block-start: auto;
    inset-block-end: auto;
    inset-inline-start: auto;
    inset-inline-end: auto;
    transform: none;
  }
  [class*="--mobile-bottom-center"] {
    inset-block-end: 1.4rem;
    inset-inline-start: 50%;
    transform: translateX(-50%);
  }
  [class*="--mobile-bottom-left"] {
    inset-block-end: 1.4rem;
    inset-inline-start: 1rem;
  }
  [class*="--mobile-bottom-right"] {
    inset-block-end: 1.4rem;
    inset-inline-end: 1rem;
  }
  [class*="--mobile-top-center"] {
    inset-block-start: 1.4rem;
    inset-inline-start: 50%;
    transform: translateX(-50%);
  }
  [class*="--mobile-top-left"] {
    inset-block-start: 1.4rem;
    inset-inline-start: 1rem;
  }
  [class*="--mobile-top-right"] {
    inset-block-start: 1.4rem;
    inset-inline-end: 1rem;
  }
}

.hero-product-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: var(--card-padding, 1.6rem);
}
.hero-product-card--align-center .hero-product-card__top {
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.hero-product-card--align-center .hero-product-card__media {
  align-self: center;
  margin: 0;
  border-radius: 0.8rem;
}
.hero-product-card--align-center .hero-product-card__text {
  align-items: center;
}
.hero-product-card--align-center .hero-product-card__bottom {
  justify-content: center;
}
.hero-product-card__top {
  display: flex;
  align-items: stretch;
  gap: 1.2rem;
}
.hero-product-card__media {
  flex-shrink: 0;
  display: block;
  width: var(--card-image-size, 9rem);
  border-radius: 0.8rem;
  overflow: hidden;
  background: #f5f2ec;
  margin: calc(var(--card-padding, 1.6rem) * -1) 0 calc(var(--card-padding, 1.6rem) * -1) calc(var(--card-padding, 1.6rem) * -1);
}
.hero-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-product-card__text {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
}
.hero-product-card__title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #21383e;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-product-card__tagline {
  font-family: "Karla", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7b8a8c;
  margin: 0;
}
.hero-product-card__bottom {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-block-start: 0.4rem;
}
.hero-product-card__bottom--left {
  justify-content: flex-start;
}
.hero-product-card__bottom--right {
  justify-content: flex-end;
}
.hero-product-card__bottom--center {
  justify-content: center;
}
.hero-product-card__bottom--with-price {
  justify-content: space-between !important;
}
.hero-product-card__bottom--full .hero-product-card__cta {
  width: 100%;
}
.hero-product-card__bottom--full .hero-product-card__cta .btn,
.hero-product-card__bottom--full .hero-product-card__cta button {
  width: 100%;
}
.hero-product-card__price {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #21383e;
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  flex-shrink: 0;
}
.hero-product-card__price .compare-at-price {
  font-size: 1.3rem;
  font-weight: 400;
  color: #a8a29a;
  text-decoration: line-through;
}
.hero-product-card__cta {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.hero-product-card__cta quick-add-component,
.hero-product-card__cta add-to-cart-component,
.hero-product-card__cta product-form-component,
.hero-product-card__cta form {
  display: flex;
  align-items: center;
  margin: 0;
}
.hero-product-card__cta .btn,
.hero-product-card__cta button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background-color: #212121 !important;
  border-color: #212121 !important;
  color: #ffffff !important;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0.5rem;
  padding-inline: 1.8rem;
  height: auto;
  min-height: 4rem;
  white-space: nowrap;
  margin: 0;
}
.hero-product-card__cta .btn:hover,
.hero-product-card__cta button:hover {
  background-color: #3b3b3b !important;
  border-color: #3b3b3b !important;
}
.hero-product-card__cta .btn .icon,
.hero-product-card__cta button .icon {
  display: none !important;
}
.hero-product-card__cta .btn__text,
.hero-product-card__cta .add-to-cart-text {
  display: inline !important;
  color: inherit !important;
}

.hero-collection-card {
  padding: 2rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.hero-collection-card__title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #21383e;
}
.hero-collection-card__description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  color: #436067;
  line-height: 1.4;
}
.hero-collection-card__cta {
  align-self: flex-start;
  margin-block-start: 0.6rem;
}
.hero-collection-card__cta.btn {
  background-color: #212121 !important;
  border-color: #212121 !important;
  color: #ffffff !important;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0.5rem;
  padding-inline: 1.8rem;
}
/* END_BLOCK:_slide */