/* Static-site repair (Devin Rice Studios). Swiper 8's stylesheet gives .swiper-wrapper overflow:hidden;
   the Pelicula interactive title carousel relies on slides overflowing the wrapper (Swiper 5 behaviour),
   so its titles were clipped out of view. */
.qodef-interactive-link-carousel .swiper-wrapper{overflow:visible!important}
/* Merch grids that replace the old Shopify Buy Button embeds (3 columns / 30px gutters like the embed). */
.drs-merch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px 30px;margin:0}
@media(max-width:600px){.drs-merch-grid{grid-template-columns:1fr}}
.drs-merch-card{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit}
.drs-merch-img{display:block;width:100%;aspect-ratio:4/5;overflow:hidden;background:#111}
.drs-merch-img img{width:100%;height:100%;object-fit:cover;display:block}
.drs-merch-title{display:block;margin:18px 0 6px;font-size:18px;line-height:1.3}
.drs-merch-price{display:block;font-size:16px;opacity:.8;margin-bottom:16px}
.drs-merch-btn{display:inline-block;padding:12px 28px;background:#111;color:#fff;font-size:15px;letter-spacing:.04em;text-transform:uppercase;border:1px solid #111;transition:background .2s,color .2s}
.drs-merch-card:hover .drs-merch-btn{background:#fff;color:#111}
/* Idle title colour. Theme default is rgba(255,255,255,.2), unreadable over the bright Books artwork. Adjust to taste. */
.qodef-interactive-link-carousel.qodef-skin--light > .qodef-m-inner .qodef-m-content-holder .qodef-m-content-line .qodef-m-item-content{color:rgba(255,255,255,.5)}
