body.dz-collections-page-body {
  background: #eef0f5 !important;
  color: #111827 !important;
  cursor: auto;
}

body.dz-collections-page-body .cursor,
body.dz-collections-page-body .cursor-ring {
  display: none;
}

.dz-collections-page,
.dz-collections-page * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.dz-collections-page {
  min-height: 100vh;
  padding: 24px 0 60px;
  background: #eef0f5;
  color: #111827;
  font-family: "DM Sans", Arial, sans-serif;
}

.dz-collections-page a,
.dz-collections-page button {
  cursor: pointer;
}

.dz-collections-hero,
.dz-collections-strip,
.dz-collection-grid-section,
.dz-collection-editorial,
.dz-collection-products-section {
  width: min(1440px, calc(100% - 64px));
  margin-right: auto;
  margin-left: auto;
}

.dz-collections-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.42fr);
  gap: 28px;
  align-items: end;
  min-height: min(620px, calc(100vh - 136px));
  margin-bottom: 24px;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 8px;
  background-image:
    linear-gradient(90deg, rgba(7, 10, 16, 0.92) 0%, rgba(7, 10, 16, 0.72) 46%, rgba(7, 10, 16, 0.22) 100%),
    var(--dz-collection-hero-image);
  background-position: center;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

.dz-collections-hero__content {
  max-width: 760px;
}

.dz-collections-hero__content > span,
.dz-collection-section-heading > span,
.dz-collection-editorial__content > span {
  display: inline-block;
  margin-bottom: 12px;
  color: #ff4a4f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dz-collections-hero h1 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 950;
  line-height: 0.92;
}

.dz-collections-hero p {
  max-width: 640px;
  margin: 0 0 28px;
  color: #d9dee7;
  font-size: 17px;
  line-height: 1.7;
}

.dz-collections-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dz-collection-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.dz-collection-button--primary {
  background: #ff3b3f;
  color: #ffffff;
}

.dz-collection-button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.dz-collections-hero__stats {
  display: grid;
  gap: 12px;
}

.dz-collections-hero__stats span {
  display: grid;
  gap: 5px;
  min-height: 78px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #c7cfda;
  font-size: 13px;
  backdrop-filter: blur(12px);
}

.dz-collections-hero__stats strong {
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
}

.dz-collections-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.dz-collections-strip div {
  min-width: 0;
  padding: 22px;
  border: 1px solid #d7dbe3;
  border-radius: 8px;
  background: #ffffff;
}

.dz-collections-strip strong,
.dz-collections-strip span {
  display: block;
}

.dz-collections-strip strong {
  margin-bottom: 6px;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

.dz-collections-strip span {
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

.dz-collection-grid-section,
.dz-collection-products-section {
  margin-bottom: 24px;
  padding: clamp(24px, 3vw, 40px);
  border-radius: 8px;
  background: #ffffff;
}

.dz-collection-section-heading {
  margin-bottom: 28px;
}

.dz-collection-section-heading h2 {
  max-width: 680px;
  margin: 0;
  color: #111827;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 950;
  line-height: 1;
}

.dz-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.dz-collection-card {
  display: grid;
  min-width: 0;
  border: 1px solid #dfe3ea;
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  text-decoration: none;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.dz-collection-card:hover {
  border-color: #ff3b3f;
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.11);
  transform: translateY(-4px);
}

.dz-collection-card__media {
  position: relative;
  display: grid;
  aspect-ratio: 1.18 / 1;
  background: #eef0f5;
  place-items: center;
  overflow: hidden;
}

.dz-collection-card--ink .dz-collection-card__media {
  background: #18202c;
}

.dz-collection-card--red .dz-collection-card__media {
  background: #ff3b3f;
}

.dz-collection-card--teal .dz-collection-card__media {
  background: #08a8b4;
}

.dz-collection-card--blue .dz-collection-card__media {
  background: #24528f;
}

.dz-collection-card--sand .dz-collection-card__media {
  background: #d8b48e;
}

.dz-collection-card--slate .dz-collection-card__media {
  background: #2f3a4a;
}

.dz-collection-card__media img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.18));
  transition: transform 0.25s ease;
}

.dz-collection-card:hover .dz-collection-card__media img {
  transform: translateY(-5px) scale(1.04);
}

.dz-collection-card__media span {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  font-size: 12px;
  font-weight: 900;
}

.dz-collection-card__body {
  display: flex;
  flex-direction: column;
  min-height: 228px;
  padding: 22px;
}

.dz-collection-card__body p {
  margin: 0 0 8px;
  color: #ff3b3f;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.dz-collection-card__body h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.dz-collection-card__body small {
  display: block;
  margin-bottom: 20px;
  color: #667085;
  font-size: 14px;
  line-height: 1.62;
}

.dz-collection-card__body em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 40px;
  margin-top: auto;
  padding: 0 16px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.dz-collection-card:hover .dz-collection-card__body em {
  background: #ff3b3f;
}

.dz-collection-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.82fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.dz-collection-editorial__media,
.dz-collection-editorial__content {
  border-radius: 8px;
  overflow: hidden;
}

.dz-collection-editorial__media {
  background: #dfe4ea;
}

.dz-collection-editorial__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: contain;
  padding: clamp(28px, 5vw, 72px);
}

.dz-collection-editorial__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 62px);
  background: #111827;
  color: #ffffff;
}

.dz-collection-editorial__content h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 950;
  line-height: 1;
}

.dz-collection-editorial__content p {
  margin: 0 0 28px;
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.75;
}

.dz-collection-editorial__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dz-collection-editorial__links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.dz-collection-editorial__links a:hover {
  background: #ffffff;
  color: #111827;
}

.dz-collection-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.dz-collection-products .dz-store-product__image {
  background: #eef0f5;
}

@media (max-width: 1120px) {
  .dz-collections-hero,
  .dz-collection-editorial {
    grid-template-columns: 1fr;
  }

  .dz-collections-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dz-collection-grid,
  .dz-collection-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .dz-collections-page {
    padding-top: 16px;
  }

  .dz-collections-hero,
  .dz-collections-strip,
  .dz-collection-grid-section,
  .dz-collection-editorial,
  .dz-collection-products-section {
    width: calc(100% - 40px);
  }

  .dz-collections-hero {
    min-height: 0;
    padding: 30px 22px;
  }

  .dz-collections-hero h1 {
    font-size: 42px;
  }

  .dz-collections-hero p {
    font-size: 14px;
  }

  .dz-collections-hero__actions,
  .dz-collections-hero__stats,
  .dz-collections-strip,
  .dz-collection-grid,
  .dz-collection-editorial,
  .dz-collection-products {
    grid-template-columns: 1fr;
  }

  .dz-collections-hero__actions {
    display: grid;
  }

  .dz-collection-button {
    width: 100%;
  }

  .dz-collection-grid-section,
  .dz-collection-products-section {
    padding: 22px 18px;
  }

  .dz-collection-card__body {
    min-height: 0;
  }

  .dz-collection-editorial__media img {
    min-height: 300px;
    padding: 28px;
  }
}

@media (max-width: 420px) {
  .dz-collections-hero,
  .dz-collections-strip,
  .dz-collection-grid-section,
  .dz-collection-editorial,
  .dz-collection-products-section {
    width: calc(100% - 32px);
  }

  .dz-collections-hero {
    padding: 26px 18px;
  }

  .dz-collections-hero h1 {
    font-size: 36px;
  }

  .dz-collection-card__media {
    aspect-ratio: 1 / 0.92;
  }

  .dz-collection-card__body h3,
  .dz-collection-section-heading h2,
  .dz-collection-editorial__content h2 {
    font-size: 30px;
  }
}
