/** Shopify CDN: Minification failed

Line 7:74 Unexpected "*"

**/
/* Dearly Desire — collection page polish. Same approach as dd-product.css: targets Dawn's own
   confirmed class names directly rather than the shared --color-*/--font-* variables, so it
   layers on top of whatever the merchant sets in Theme settings instead of overriding it. */

.collection-hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.collection-hero__description {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}

.card-wrapper .card__inner {
  border-radius: 18px;
  overflow: hidden;
}

.card__heading {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.04em;
}

.card .price {
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.card .price-item--sale {
  color: #B4737F;
}

.card__badge .badge {
  border-radius: 100px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-add__submit.button {
  border-radius: 100px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.quick-add__submit.button--secondary {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(38, 34, 35, 0.16);
}
.quick-add__submit.button--secondary:hover {
  background: #262223;
  color: #FFFFFF;
  border-color: #262223;
}

.facets__summary {
  border-radius: 100px;
}

.facets__reset {
  color: #B4737F;
}

.pagination__item {
  font-family: 'Jost', sans-serif;
}
.pagination__item--current {
  color: #B4737F;
}
