.dv-catalog {
  padding-top: var(--section-y);
}

body.home .dv-catalog .dv-section__head h2,
.dv-catalog-page-list .dv-section__head h2 {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
  max-width: 680px;
}

.dv-catalog .dv-card figure {
  aspect-ratio: 4 / 3;
}

.dv-catalog .dv-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dv-catalog-page-list {
  padding-top: clamp(54px, 7vw, 92px);
}

.dv-catalog-page-list .dv-card-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dv-catalog-page-list .dv-card {
  width: 100%;
}

.dv-catalog-page-list .dv-card figure {
  aspect-ratio: 4 / 3;
  background: #e7e2d8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dv-catalog-page-list .dv-card img {
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
}

.dv-catalog-page-list .dv-card:hover img {
  transform: none;
}

.dv-catalog-page-list .dv-card h3 {
  margin-top: 20px;
}

.dv-catalog-page-list .dv-card h3 a {
  min-height: 0;
}

.dv-catalog-page-list .dv-card p {
  margin-top: 12px;
  padding-bottom: 24px;
}


.dv-art-classic-hero .dv-hero__image img {
  object-position: 50% 50%;
}

.dv-art-classic-collections .dv-card-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dv-art-classic-collections .dv-card {
  width: 100%;
}

.dv-art-classic-collections .dv-card figure {
  align-items: center;
  aspect-ratio: 1;
  background: #e6e2da;
  display: flex;
  justify-content: center;
}

.dv-art-classic-collections .dv-card figure a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.dv-art-classic-collections .dv-card img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.dv-classic-doors-hero.dv-hero--cover .dv-hero__image img {
  object-position: 66% 50%;
}


@media (max-width: 1024px) {
  .dv-catalog-page-list .dv-card-grid,
  .dv-art-classic-collections .dv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .dv-catalog-page-list .dv-card-grid,
  .dv-art-classic-collections .dv-card-grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive */
@media (max-width: 1180px) {
  .dv-catalog .dv-section__head {
  grid-template-columns: 1fr;
  }

  .dv-catalog {
  padding-top: var(--section-y);
  }
}

@media (max-width: 430px) {
  .dv-catalog {
  padding-top: 42px;
  }
}
