.product-visual,
.product-visual.aqua,
.product-visual.pale {
  background: #fff !important;
  border-bottom: 1px solid #e9eeee;
}

.product-visual img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: contrast(1.035) saturate(1.025);
}

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

.pack-grid figure {
  background: #fff;
}

.pack-grid img {
  background: #fff;
  object-fit: contain;
}

.product-guides {
  background: #f4f8f8;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.guide-card {
  overflow: hidden;
  border: 1px solid #dce7e7;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(18, 54, 63, .07);
}

.guide-video {
  aspect-ratio: 16 / 9;
  background: #e6eeee;
}

.guide-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.guide-card > div:last-child {
  padding: 24px 26px 28px;
}

.guide-card p {
  margin: 0 0 7px;
  color: #00899a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.guide-card h3 {
  margin: 0 0 8px;
  color: #12363f;
  font-size: 24px;
}

.guide-card span {
  color: #687d82;
}

@media (max-width: 820px) {
  .pack-grid,
  .guide-grid {
    grid-template-columns: 1fr;
  }
}
