/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 73:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:series-card (INDEX:68) */
<style>
.series-card {
  max-width: 100%;
  margin: 0 auto 48px;
  text-align: center;
  position: relative;
}
.series-card img {
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
.series-card .text-box {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0 12px;
  width: 100%;
}
.series-card .text-box h3,
.series-card .text-box p {
  margin: 0;
}
.series-card .text-box h3 {
  font-size: clamp(22px, 2.8vw, 32px); /* 크기 증가 */
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 4px;
  letter-spacing: 0.03em;
}
.series-card .text-box p {
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 4px 0 0;
}
.text-white .text-box h3,
.text-white .text-box p {
  color: white;
}
.text-black .text-box h3,
.text-black .text-box p {
  color: black;
}
.shadow-none .text-box {
  text-shadow: none;
}
.shadow-light .text-box {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.shadow-medium .text-box {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); /* 강조된 중간 그림자 */
}
.shadow-strong .text-box {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}
</style>
/* END_SECTION:series-card */