.seurick-collection-cover,
.section-main-collection-cover,
[data-section-type="main-collection-cover"] {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  isolation: isolate;
}

.seurick-collection-cover {
  background: #f4f6fb;
}

.seurick-collection-cover__viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 2400 / 858;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  background: linear-gradient(135deg, #f4f7fb 0%, #e9eef8 55%, #fff6ed 100%);
}

.seurick-collection-cover__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 420ms ease;
  will-change: transform;
}

.seurick-collection-cover__slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #f4f7fb 0%, #e9eef8 55%, #fff6ed 100%);
}

.seurick-collection-cover__media,
.seurick-collection-cover__media img,
.section-main-collection-cover img,
[data-section-type="main-collection-cover"] img {
  display: block;
  width: 100%;
  height: 100%;
}

.seurick-collection-cover__media img,
.section-main-collection-cover img,
[data-section-type="main-collection-cover"] img {
  object-fit: contain;
  object-position: center;
  max-height: none;
}

.seurick-collection-cover__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 20, 35, .55), rgba(12, 20, 35, .18) 46%, rgba(12, 20, 35, .05));
  pointer-events: none;
}

.seurick-collection-cover__copy {
  position: absolute;
  left: clamp(22px, 7vw, 104px);
  right: clamp(22px, 9vw, 120px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 680px;
  color: #ffffff;
}

.seurick-collection-cover__fallback .seurick-collection-cover__copy {
  color: #15244a;
}

.seurick-collection-cover__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.seurick-collection-cover h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0;
}

.seurick-collection-cover__subtitle {
  margin: 14px 0 0;
  max-width: 560px;
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.45;
  font-weight: 600;
}

.seurick-collection-cover__arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: #172554;
  transform: translateY(-50%);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
}

.seurick-collection-cover__arrow:hover,
.seurick-collection-cover__arrow:focus-visible {
  background: #ffffff;
  transform: translateY(-50%) scale(1.04);
}

.seurick-collection-cover__arrow--prev {
  left: 18px;
}

.seurick-collection-cover__arrow--next {
  right: 18px;
}

.seurick-collection-cover__arrow span {
  display: block;
  margin-top: -2px;
  font-size: 30px;
  line-height: 1;
}

.seurick-collection-cover__dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 4;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.seurick-collection-cover__dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  cursor: pointer;
  padding: 0;
}

.seurick-collection-cover__dot[aria-current="true"] {
  width: 26px;
  background: #ffffff;
}

.seurick-collection-cover[data-slide-count="0"] .seurick-collection-cover__arrow,
.seurick-collection-cover[data-slide-count="0"] .seurick-collection-cover__dots,
.seurick-collection-cover[data-slide-count="1"] .seurick-collection-cover__arrow,
.seurick-collection-cover[data-slide-count="1"] .seurick-collection-cover__dots {
  display: none;
}

.seurick-collection-cover[data-has-configured-slides="true"] [data-seurick-cover-fallback] {
  display: none;
}

.section-main-collection-products,
[data-section-type="main-collection-products"] {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

.section-main-collection-products img,
[data-section-type="main-collection-products"] img,
.product-card img {
  max-width: 100%;
}

.product-card [class*="image"],
[class*="product-card"] [class*="image"] {
  aspect-ratio: 1 / 1;
}

.product-card img,
[class*="product-card"] img {
  object-fit: cover;
  object-position: center;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@media (max-width: 1023px) {
  .seurick-collection-cover__viewport {
    aspect-ratio: 2400 / 858;
    min-height: 0;
    max-height: none;
  }
}

@media (max-width: 767px) {
  .seurick-collection-cover__viewport {
    aspect-ratio: 45 / 56;
    min-height: 0;
    max-height: none;
  }

  .seurick-collection-cover__copy {
    left: 18px;
    right: 18px;
  }

  .seurick-collection-cover h1 {
    font-size: clamp(30px, 11vw, 44px);
  }

  .seurick-collection-cover__subtitle {
    font-size: 14px;
    line-height: 1.42;
  }

  .seurick-collection-cover__arrow {
    display: none;
  }

  .seurick-collection-cover__dots {
    top: 12px;
    right: 12px;
    bottom: auto;
    left: auto;
    padding: 5px 7px;
    border-radius: 999px;
    background: rgba(8, 15, 28, .2);
    transform: none;
  }
}
