/** Shopify CDN: Minification failed

Line 284:0 Expected "}" to go with "{"

**/
.collection-hero__inner {
  display: flex;
  flex-direction: column;
}

.collection-hero--with-image .collection-hero__inner {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

@media screen and (min-width: 750px) {
  .collection-hero.collection-hero--with-image {
    padding: calc(4rem + var(--page-width-margin)) 0 calc(4rem + var(--page-width-margin));
    overflow: hidden;
  }

  .collection-hero--with-image .collection-hero__inner {
    padding-bottom: 0;
  }
}

.collection-hero__text-wrapper {
  flex-basis: 100%;
}

@media screen and (min-width: 750px) {
  .collection-hero {
    padding: 0;
  }

  .collection-hero__inner {
    align-items: center;
    flex-direction: row;
    padding-bottom: 0;
  }
}

.collection-hero__title {
  margin: 2.5rem 0;
}

.collection-hero__title + .collection-hero__description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .collection-hero__title + .collection-hero__description {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .collection-hero__description {
    max-width: 66.67%;
  }

  .collection-hero--with-image .collection-hero__description {
    max-width: 100%;
  }
}

.collection-hero--with-image .collection-hero__title {
  margin: 0;
}

.collection-hero--with-image .collection-hero__text-wrapper {
  padding: 5rem 0 4rem;
}

.collection-hero__image-container {
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

@media screen and (max-width: 749px) {
  .collection-hero__image-container {
    height: 20rem;
  }
}

@media screen and (min-width: 750px) {
  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 4rem 2rem 4rem 0;
    flex-basis: 50%;
  }

  .collection-hero__image-container {
    align-self: stretch;
    flex: 1 0 50%;
    margin-left: 3rem;
    min-height: 20rem;
  }
  /* DÖMÖS PLUG - Collection title + description final override */

.collection-hero__title,
.collection-hero .collection-hero__title,
.collection-hero h1,
.collection-hero__text-wrapper h1 {
  font-size: 52px !important;
  line-height: 0.95 !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
  text-transform: uppercase !important;
  color: #111111 !important;
  margin-bottom: 22px !important;
}

.collection-hero__description,
.collection-hero__description *,
.collection-hero__text-wrapper .rte,
.collection-hero__text-wrapper .rte *,
.collection-hero__text-wrapper p {
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  color: #2b2b2b !important;
  max-width: 760px !important;
}

@media screen and (max-width: 749px) {
  .collection-hero__title,
  .collection-hero .collection-hero__title,
  .collection-hero h1,
  .collection-hero__text-wrapper h1 {
    font-size: 34px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.03em !important;
    margin-bottom: 16px !important;
  }

  .collection-hero__description,
  .collection-hero__description *,
  .collection-hero__text-wrapper .rte,
  .collection-hero__text-wrapper .rte *,
  .collection-hero__text-wrapper p {
    font-size: 15px !important;
    line-height: 1.45 !important;
    max-width: 100% !important;
  }
}
/* DÖMÖS PLUG - Collection page redesign */

.collection-hero,
.collection-hero.color-scheme-1,
.collection-hero__inner {
  background: #f5f5f5 !important;
}

.collection-hero__text-wrapper {
  padding-top: 34px !important;
  padding-bottom: 30px !important;
}

.collection-hero__title,
.collection-hero h1,
.collection-hero__text-wrapper h1 {
  font-family: Impact, "Arial Black", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(38px, 6vw, 76px) !important;
  line-height: 0.92 !important;
  font-weight: 900 !important;
  letter-spacing: -0.035em !important;
  text-transform: uppercase !important;
  color: #111111 !important;
  margin-bottom: 18px !important;
}

.collection-hero__description,
.collection-hero__description *,
.collection-hero__text-wrapper .rte,
.collection-hero__text-wrapper .rte *,
.collection-hero__text-wrapper p {
  max-width: 760px !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  color: #333333 !important;
}

/* Filter / product count row */

.facets-container,
.mobile-facets__wrapper,
.product-count {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
}

.facets__summary,
.mobile-facets__open,
.product-count__text,
.product-count__text span {
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #111111 !important;
}

/* Product cards */

.card__heading,
.card__heading a,
.product-card-wrapper .card__heading {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #111111 !important;
}

.price,
.price__regular,
.price-item {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
  color: #111111 !important;
}

/* Mobile */

@media screen and (max-width: 749px) {
  .collection-hero__text-wrapper {
    padding-top: 26px !important;
    padding-bottom: 24px !important;
  }

  .collection-hero__title,
  .collection-hero h1,
  .collection-hero__text-wrapper h1 {
    font-size: clamp(34px, 11vw, 52px) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.025em !important;
    margin-bottom: 16px !important;
  }

  .collection-hero__description,
  .collection-hero__description *,
  .collection-hero__text-wrapper .rte,
  .collection-hero__text-wrapper .rte *,
  .collection-hero__text-wrapper p {
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
  }

  .facets__summary,
  .mobile-facets__open,
  .product-count__text,
  .product-count__text span {
    font-size: 11px !important;
    letter-spacing: 0.07em !important;
  }

  .card__heading,
  .card__heading a,
  .product-card-wrapper .card__heading {
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
  }

  .price,
  .price__regular,
  .price-item {
    font-size: 18px !important;
    font-weight: 900 !important;
  }
}
