/** Shopify CDN: Minification failed

Line 361:0 Unexpected "}"

**/
/* Remove image padding on product cards in the collection product grid */
.product-grid .card__inner {
  --image-padding: 0rem;
}

.product-grid .card__media {
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .collection .grid__item:only-child:not(.collection-group__products-row .grid__item) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Card item is always full width on mobile */
  .collection-group__card-item {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 1.6rem;
  }
}

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

.collection .loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

@media screen and (max-width: 749px) {
  .collection .loading-overlay {
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    left: 0;
  }
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 1.5rem;
    padding-left:1.5rem;
  }
}

.collection__description > * {
  margin: 0;
}

.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 2.5rem;
  }

  .collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 5rem;
  }

  .collection slider-component:not(.page-width-desktop) {
    padding: 0;
  }

  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}

/* ================================================================
   Sub-collection group headers — card in grid on desktop, full-width banner on mobile
   ================================================================ */

/* The li wrapper — on desktop it's one grid column; on mobile it spans full width */
.collection-group__card-item {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 990px) {
  /* Match the desktop grid column widths from base.css */
  .grid--4-col-desktop .collection-group__card-item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .collection-group__card-item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--5-col-desktop .collection-group__card-item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--6-col-desktop .collection-group__card-item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--2-col-desktop .collection-group__card-item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.collection-group__header {
  position: relative;
  width: 100%;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  aspect-ratio: 1 / 1;
}

.collection-group__header::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.85) 20%, rgba(0,0,0,0) 40%);
  pointer-events: none;
}

@media screen and (min-width: 750px) {
  .collection-group__header::after {
    background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 25%, rgba(0,0,0,0) 60%);
  }
}

@media screen and (min-width: 990px) {
  .collection-group__header {
    aspect-ratio: 1 / 1;
  }
}

/* =====================================================
   DESKTOP: collection group becomes a full-width banner
   header + products in a bordered container below.
   MOBILE: header stacks above the product grid naturally.
   ===================================================== */

/* Base wrapper for each collection group */
.collection-group {
  margin-bottom: 4rem;
}

/* ---- Desktop ---- */
@media screen and (min-width: 750px) {
  .collection-group {
    border: 1px solid rgba(var(--color-foreground), 0.1);
    border-radius: 1.2rem;
    overflow: hidden;
    margin-bottom: 3.2rem;
  }

  /* Header banner: full width, landscape height — text aligned left-center */
  .collection-group .collection-group__header {
    aspect-ratio: unset;
    height: 38rem;
    border-radius: 0;
    width: 100%;
    align-items: center;
  }

  /* Text block pinned to the left with max width so it stays in the gradient zone */
  .collection-group .collection-group__header-text {
    padding: 2.4rem 3.2rem;
    max-width: 48rem;
  }

  .collection-group .collection-group__header-title {
    font-size: 2.6rem;
  }

  /* Show description on desktop */
  .collection-group .collection-group__header-desc {
    display: block !important;
    max-width: 40rem;
    margin-top: 0.4rem;
  }

  /* Products row: subtle top border separates it from the banner,
     background uses the theme's secondary colour scheme.
     Let the existing grid--X-col-desktop gap variables handle spacing. */
  .collection-group__products-row {
    border-top: 1px solid rgba(var(--color-foreground), 0.08);
    margin: 0 !important;
    padding: 2rem 2.4rem 2.4rem;
    background: rgba(var(--color-foreground), 0.03);
  }

  /* Remove dividers between product cells */
  .collection-group__products-row > li {
    border-right: none;
    padding: 0;
  }

  .collection-group__products-row > li:last-child {
    border-right: none;
  }
}

/* ---- Mobile ---- */
@media screen and (max-width: 749px) {
  .collection-group {
    margin-bottom: 2rem;
  }

  .collection-group__products-row {
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* First group: no top margin (flush below banner/header) */
  .collection-group--first {
    margin-top: 0;
  }

  /* First group slides under the header */
  .collection-group--first .collection-group__header {
    margin-top: calc(-1 * var(--header-height, 6rem));
    padding-top: var(--header-height, 6rem);
    box-sizing: border-box;
  }

  /* First group header text: flex row — text left, filter button right */
  .collection-group--first .collection-group__header-text {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.2rem;
  }

  .collection-group--first .collection-group__header-text-inner {
    flex: 1;
    min-width: 0;
  }

  /* Header bleed edge-to-edge on mobile */
  .collection-group .collection-group__header {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
  }
}

@media screen and (max-width: 749px) {
  .collection-group__header {
    aspect-ratio: 1 / 1;
    border-radius: 0;
    margin: 0;
    /* Bleed out past the page-width padding (1.5rem each side) */
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
  }
}

.collection-group__header--plain {
  min-height: auto;
  aspect-ratio: auto;
  background: rgba(var(--color-foreground), 0.04);
  padding: 1.6rem 2rem;
  align-items: center;
}

.collection-group__header--plain::after {
  display: none;
}

.collection-group__header-img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.collection-group__header-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Mobile override image: hidden by default via inline style on the element.
   On mobile, the CSS overrides that to show it and hide the desktop image. */
.collection-group__header-img--mobile {
  display: none;
}

@media screen and (max-width: 749px) {
  .collection-group__header-img--mobile {
    display: block !important;
  }

  .collection-group__header-img--desktop.collection-group__header-img--has-mobile-override {
    display: none !important;
  }
}
}

.collection-group__header-overlay {
  display: none;
}

.collection-group__header-text {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2rem 2.4rem;
}

.collection-group__header--plain .collection-group__header-text {
  padding: 0;
}

.collection-group__header-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: #fff;
}

.collection-group__header--plain .collection-group__header-title {
  color: rgb(var(--color-foreground));
  font-size: 1.8rem;
}

.collection-group__header-desc {
  font-size: 1.4rem;
  color: rgba(255,255,255,0.9);
  margin: 0;
}

@media screen and (min-width: 990px) {
  .collection-group__header-desc {
    display: none;
  }
}

.collection-group__grid {
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 749px) {
  .collection-group__grid {
    margin-top: 1.6rem;
    margin-bottom: 2.4rem;
  }

  /* Remove top margin on the very first product grid so it sits flush
     directly below the collection banner with no gap */
  .collection-group__grid:first-child,
  .product-grid-container .collection-group__grid:first-of-type {
    margin-top: 0;
  }
}

.collection-subcollections {
  margin-bottom: 3.2rem;
}

.collection-subcollections__grid {
  display: grid;
  grid-template-columns: repeat(var(--subcol-count, 3), 1fr);
  gap: 1.2rem;
}

@media screen and (max-width: 749px) {
  .collection-subcollections__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
}

.collection-subcollections__card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-decoration: none;
  color: rgb(var(--color-foreground));
  border-radius: var(--media-radius, 0.8rem);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.collection-subcollections__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(var(--color-foreground), 0.12);
}

.collection-subcollections__img {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: var(--media-radius, 0.8rem);
  overflow: hidden;
  background-color: rgba(var(--color-foreground), 0.06);
}

.collection-subcollections__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.collection-subcollections__card:hover .collection-subcollections__img img {
  transform: scale(1.04);
}

.collection-subcollections__img-placeholder {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-foreground), 0.08);
}

.collection-subcollections__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 55%);
  pointer-events: none;
}

.collection-subcollections__title {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 0.2rem 0.4rem;
  line-height: 1.3;
}

@media screen and (min-width: 750px) {
  .collection-subcollections__title {
    font-size: 1.6rem;
  }
}
