.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: #17284a; }
.swatch.brown { background: #6f4e37; }

.product-card-image {
  width: 100%;
  height: 245px;
  object-fit: contain;
  object-position: center;
  margin: -10px 0 24px;
  padding: 10px;
  background: linear-gradient(145deg, #f7f0e9, #eee4dc);
  border: 1px solid #eadfed;
}

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

.set-image-pair {
  height: 245px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  margin: -10px 0 24px;
  padding: 12px 10px 0;
  overflow: hidden;
  background: linear-gradient(145deg, #fff8ea, #e9d8ee);
  border: 1px solid #ffffff38;
}

.set-image-pair img {
  width: 51%;
  height: 225px;
  object-fit: contain;
  object-position: bottom center;
  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; }
}
