/* Functional additions inherit the original Saints Market palette and typefaces. */
.market-directory{margin-block:2rem;scroll-margin-top:8rem}.market-directory h2,.market-detail h1,.market-detail h2{font-family:"Cinzel",serif}
.market-search-controls{display:grid;grid-template-columns:2fr 1fr auto;gap:1rem;align-items:end;margin-block:1.25rem}.market-search-controls label{display:grid;gap:.5rem;font-size:1rem;font-weight:700}
.market-search-controls input,.market-search-controls select{width:100%;min-width:0;min-height:48px;padding:.75rem;border:1px solid var(--store-line);border-radius:.5rem;background:var(--store-paper);color:var(--store-ink);font:inherit}
.market-action{display:inline-block;min-height:44px;padding:.75rem 1rem;border:1px solid var(--store-gold);border-radius:.5rem;background:var(--store-forest);color:var(--store-cream);font:inherit;cursor:pointer;text-decoration:none}
.market-directory-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.market-directory-grid li{min-width:0}
.market-directory-grid a{display:flex;gap:1rem;align-items:center;height:100%;padding:1rem;background:var(--store-paper);border:1px solid var(--store-line);border-radius:.75rem;color:var(--store-ink);text-decoration:none}
.market-directory-grid img{width:80px;height:80px;object-fit:contain;flex-shrink:0}.market-directory-grid a>span{display:grid;gap:.4rem;overflow-wrap:anywhere}.market-directory-grid strong{font-size:1rem;line-height:1.4}.market-directory-grid small,.market-directory-grid span>span{font-size:.875rem;line-height:1.4}
.market-directory [hidden],.market-search-controls[hidden]{display:none!important}.market-directory a:hover{border-color:var(--store-gold-deep)}.market-directory :focus-visible,.market-detail :focus-visible{outline:3px solid var(--store-gold-deep);outline-offset:3px}
.market-detail{width:min(100% - 2rem,var(--store-width));margin:2rem auto 4rem;color:var(--store-ink);font-size:1rem;line-height:1.7}.market-detail a:not(.market-action){color:var(--store-forest);text-decoration:underline;text-underline-offset:.2em}
.market-breadcrumbs{display:flex;flex-wrap:wrap;gap:.65rem;margin-block:1rem 2rem;font-size:.875rem}.market-product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:2rem;align-items:start}.market-product-layout>*{min-width:0}
.market-product-photo{display:block;width:100%;height:auto;max-height:600px;object-fit:contain;border-radius:1rem;margin-bottom:1rem}.market-detail .product-card__identity h1{margin:0;font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.3;overflow-wrap:anywhere}
.market-help{background:var(--store-paper);border:1px solid var(--store-line);border-radius:1rem;padding:clamp(1rem,3vw,2rem);margin-block:2rem}.market-help h2{font-size:clamp(1.2rem,2.5vw,1.7rem);line-height:1.4}.market-welcome-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.market-welcome-grid .market-help{margin:0}
@media(max-width:900px){.market-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-search-controls{grid-template-columns:1fr 1fr}.market-search-controls label:first-child{grid-column:1/-1}}
@media(max-width:600px){.market-directory-grid,.market-product-layout,.market-welcome-grid,.market-search-controls{grid-template-columns:1fr}.market-directory-grid img{width:64px;height:64px}.market-detail{width:calc(100% - 1.5rem)}}

/* Keep the original collection cards and product layout. */
.store-catalog-view__navigation{flex-wrap:wrap;gap:1rem;justify-content:space-between}
.store-collection-switch{display:grid;gap:.4rem;font-weight:700;max-width:100%}
.store-collection-switch select,.store-inline-search input{font:inherit;color:var(--store-ink);background:var(--store-paper);border:1px solid var(--store-line);border-radius:8px;padding:.75rem;min-height:44px;max-width:100%}
.store-inline-search{margin:0 0 1.5rem}.store-inline-search>label{display:block;font-weight:700;margin-bottom:.5rem}.store-inline-search>div{display:flex;gap:.75rem;flex-wrap:wrap}.store-inline-search input{flex:1;min-width:0}.store-inline-search p{margin:.75rem 0;line-height:1.5}
@media(max-width:600px){.store-collection-switch{width:100%}.store-inline-search input{flex-basis:100%}}
/* Product shopping layout, preserving Saints Market's existing palette. */
.store-collection__character{height:auto!important;object-fit:contain;max-height:none}
.store-browse__card img{object-fit:cover;width:100%;height:100%}
.market-gold-button,.saints-market-page .store-catalog-back{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;min-height:48px;padding:.85rem 1.3rem;border:1px solid var(--store-gold-deep,#a87516);border-radius:10px;background:linear-gradient(115deg,#c89121,#f4d675 48%,#dfae39);color:#123a2c!important;font:700 .95rem/1.3 Inter,sans-serif;text-decoration:none!important;box-shadow:0 5px 15px #a8751633;transition:transform .2s,box-shadow .2s,filter .2s;cursor:pointer}
.market-gold-button:hover,.saints-market-page .store-catalog-back:hover{transform:translateY(-2px);box-shadow:0 8px 22px #a8751655;filter:brightness(1.06)}
.market-gold-button:focus-visible,.market-outline-button:focus-visible,.store-catalog-back:focus-visible{outline:3px solid var(--store-forest);outline-offset:4px}
.market-product-link{width:100%;margin-top:1.2rem;position:relative;overflow:hidden}
.market-product-link:after{content:"";position:absolute;inset:-50% auto -50% -40%;width:25%;background:linear-gradient(90deg,transparent,#ffffff65,transparent);transform:skewX(-20deg);animation:market-button-shine 6s ease-in-out infinite;pointer-events:none}
@keyframes market-button-shine{0%,65%{left:-40%}90%,100%{left:130%}}
.market-outline-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.8rem 1.1rem;border:1px solid var(--store-forest);border-radius:10px;color:var(--store-forest);background:var(--store-paper);font:700 .9rem/1.3 Inter,sans-serif;cursor:pointer;text-decoration:none}
.market-return{margin-bottom:1.5rem}.market-detail{font-family:Inter,sans-serif}
.market-detail .market-featured-product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:1.25rem 2rem;padding:clamp(1rem,3vw,2rem);border:1px solid var(--store-line);border-radius:18px;background:var(--store-paper)}
.market-featured-product>.product-card__bar,.market-featured-product>.product-card__identity,.market-featured-product>.market-product-tools{grid-column:1/-1}
.market-featured-product>.paypal-button-slot{grid-column:1;min-width:0;align-self:start}
.market-featured-product>.product-card__details{grid-column:2;margin:0;align-self:start;font-size:1rem;line-height:1.75}
.market-featured-product .product-card__details-content,.market-featured-product .product-card__details-content p,.market-featured-product .product-card__details-content li{font-size:1rem;line-height:1.75}
.market-featured-product .product-card__details>summary{font-size:1.1rem;padding:1rem 0}
.market-detail .product-card__identity h1{font-size:clamp(1.8rem,3.3vw,2.8rem);line-height:1.2;text-transform:none}
.market-product-tools{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;padding-bottom:1.2rem;border-bottom:1px solid var(--store-line)}
.market-product-tools p{flex-basis:100%;margin:0;overflow-wrap:anywhere}.market-product-tools p:empty{display:none}
.market-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.market-detail .market-related-card{display:flex;flex-direction:column;gap:.8rem;padding:1rem;border:1px solid var(--store-line);border-radius:14px;background:var(--store-cream);text-decoration:none!important;color:var(--store-forest);transition:transform .2s,box-shadow .2s}
.market-related-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px #123a2c22}.market-related-card img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;border-radius:10px}.market-related-card>span{font-weight:700;font-size:1rem;line-height:1.45}.market-related-card>strong{margin-top:auto;font-size:.9rem;color:var(--store-forest)}
.market-detail .store-faq{margin:2rem 0}.store-faq{scroll-margin-top:8rem}.market-paypal-cart-provider{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);pointer-events:none}
@media(max-width:700px){.market-detail .market-featured-product{grid-template-columns:minmax(0,1fr)}.market-featured-product>.paypal-button-slot,.market-featured-product>.product-card__details{grid-column:1}.market-related-grid{grid-template-columns:minmax(0,1fr)}.market-product-tools>*:not(p){flex:1 1 auto}.market-detail{padding-bottom:5rem}}
@media(prefers-reduced-motion:reduce){.market-product-link:after{animation:none;display:none}.market-gold-button,.store-catalog-back,.market-related-card{transition:none!important;transform:none!important}}
