.offer.merch {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(240px, .85fr) 1.15fr;
  gap: 42px;
  align-items: center;
  padding: 0;
  overflow: hidden;
  border-color: #d8c5df;
}

.merch-photo {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  background: #efe6df;
}

.merch-copy { padding: 44px 48px 44px 0; }
.merch-note { color: var(--muted); margin: 14px 0 20px; font-size: 1.05rem; }
.color-options { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; color: var(--muted); font-size: .88rem; flex-wrap: wrap; }
.swatch { width: 22px; height: 22px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 1px #cbbdce; }
.swatch.purple { background: #4e1c87; }
.swatch.wine { background: #722f37; }
.swatch.navy { background: #030f28; }
.swatch.brown { background: #6f4e37; }

.product-card-image {
  width: 100%;
  height: 245px;
  object-fit: contain;
  margin: -6px 0 24px;
  filter: drop-shadow(0 12px 10px #2c123f24);
}

.journal-offer .tag,
.devotional-offer .tag { margin-bottom: 18px; }

.set-image-pair {
  height: 245px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  margin: -6px -8px 24px;
  padding: 10px 4px 0;
  border-bottom: 1px solid #ffffff38;
}

.set-image-pair img {
  width: 51%;
  height: 225px;
  object-fit: contain;
  margin-right: -7px;
  filter: drop-shadow(0 9px 10px #16091f40);
}

.set-image-pair img:last-child { width: 47%; }
.set-offer .tag { margin-bottom: 18px; }

@media (max-width: 900px) {
  .offer.merch { grid-template-columns: 1fr; }
  .merch-photo { height: auto; min-height: 0; max-height: 560px; }
  .merch-copy { padding: 6px 32px 34px; }
}
