.section--upcoming{background:linear-gradient(135deg,rgba(0,229,255,.08),transparent 45%),#0d0d0d;border-bottom:1px solid var(--line)}
.section--upcoming .card{box-shadow:0 22px 50px rgba(0,0,0,.22)}
.empty-note,.merch-empty{padding:2rem;border:1px solid var(--line);color:var(--muted);text-align:center}
.faq-additional{margin-top:5rem;padding-top:4rem;border-top:1px solid var(--line)}
.section--merch{background:linear-gradient(145deg,#f5f1e8,#fff);color:#080808}
.section--merch .eyebrow{color:var(--pink)}
.section--merch .section-heading>div:last-child{color:#444}
.merch-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.35rem}
.merch-card{display:flex;flex-direction:column;background:#fff;border:1px solid #d8d4cc;box-shadow:0 16px 42px rgba(0,0,0,.08);transition:transform .25s,box-shadow .25s}
.merch-card:hover{transform:translateY(-5px);box-shadow:0 22px 52px rgba(0,0,0,.14)}
.merch-card__image{display:block;aspect-ratio:1;background:#eee;overflow:hidden}
.merch-card__image img{width:100%;height:100%;object-fit:cover}
.merch-card__body{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:1.2rem}
.merch-card h3{font-size:1.25rem;margin-bottom:.75rem}
.merch-card__price{margin:auto 0 1rem;color:#333;font-weight:900}
.footer-social{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.45rem;margin:0 0 1rem}
.footer-social a{padding:.35rem .55rem;border:1px solid var(--line);color:#ddd;font-size:.63rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.footer-social a:hover,.footer-social a:focus-visible{border-color:var(--cyan);color:var(--cyan)}
.footer-shop{font-weight:800}
.woocommerce-shell{min-width:0}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:2rem;color:var(--muted)}
.woocommerce .woocommerce-ordering select,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce .quantity .qty{background:#111;border:1px solid var(--line);color:#fff;padding:.7rem}
.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.35rem;margin:0;padding:0}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}
.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:0 0 1.25rem;background:#111;border:1px solid var(--line)}
.woocommerce ul.products li.product a img{margin:0 0 1.2rem;aspect-ratio:1;object-fit:cover}
.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .button{margin-left:1.2rem;margin-right:1.2rem}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--display);font-size:1.25rem;color:#fff;text-transform:uppercase}
.woocommerce ul.products li.product .price{color:var(--cyan);font-weight:900}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{border-radius:0;background:var(--pink);color:#fff;font-size:.75rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{background:var(--cyan);color:#050505}
.woocommerce div.product{display:grid;grid-template-columns:minmax(280px,1fr) minmax(0,1fr);gap:clamp(2rem,6vw,6rem)}
.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none;width:auto}
.woocommerce div.product .product_title{font-size:clamp(2rem,5vw,4rem)}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--cyan);font-size:1.4rem;font-weight:900}
.woocommerce-message,.woocommerce-info{border-top-color:var(--cyan);background:#111;color:#fff}
.woocommerce-message::before,.woocommerce-info::before{color:var(--cyan)}
.woocommerce table.shop_table{border-color:var(--line);border-radius:0}
.woocommerce table.shop_table td,.woocommerce table.shop_table th{border-color:var(--line)}
@media(max-width:980px){.merch-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce div.product{grid-template-columns:1fr}.footer-social{justify-content:center}}
@media(max-width:600px){.merch-grid,.woocommerce ul.products{grid-template-columns:1fr}}
