:root{--shop-red:#e63946;--shop-cream:#f1faee;--shop-aqua:#a8dadc;--shop-blue:#457b9d;--shop-navy:#1d3557;--shop-border:#d7e0e7}
.shop-page{margin:0;min-width:320px;color:#17253b;background:#fff}.shop-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--shop-border);background:#fff}.shop-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.7rem}.shop-header img{display:block;width:11.5rem;height:auto}.shop-header nav{display:flex;align-items:center;gap:1rem;font-weight:800}.shop-header nav a{text-decoration:none}.shop-cart-link{display:inline-flex;align-items:center;gap:.4rem}.shop-cart-link span{display:grid;min-width:1.5rem;height:1.5rem;place-items:center;border-radius:999px;color:white;background:var(--shop-red);font-size:.75rem}.shop-flashes{position:fixed;z-index:40;top:5rem;right:1rem;width:min(24rem,calc(100% - 2rem))}.shop-alert{padding:.85rem 1rem;border-left:.3rem solid var(--shop-blue);border-radius:.55rem;background:white;box-shadow:0 12px 32px #1d355722}.shop-alert--error{border-color:var(--shop-red)}.shop-alert--success{border-color:#18734a}.shop-hero{padding:clamp(2.5rem,7vw,5rem) 0;color:white;background:linear-gradient(135deg,var(--shop-navy),var(--shop-blue))}.shop-hero h1{max-width:16ch;margin:.2rem 0;font-size:clamp(2.1rem,6vw,4rem)}.shop-hero p{max-width:48rem;line-height:1.65}.shop-filters{margin-bottom:3rem;padding:1rem;border:1px solid var(--shop-border);border-radius:1rem;background:#f8fafb}.shop-filters summary{cursor:pointer;color:var(--shop-navy);font-size:1.2rem;font-weight:900}.shop-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;margin-top:1rem}.shop-filter-grid label,.shop-form label{display:grid;gap:.4rem;font-weight:750}.shop-filter-grid input,.shop-filter-grid select,.shop-form input,.shop-form select,.shop-form textarea,.shop-cart-lines input{width:100%;min-height:2.9rem;padding:.65rem .75rem;border:1px solid #aebbc8;border-radius:.6rem;background:white}.shop-filter-grid .button-row{grid-column:1/-1}.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;margin-bottom:3rem}.shop-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--shop-border);border-radius:1rem;background:white;box-shadow:0 10px 30px #1d355711}.shop-card>img{width:100%;aspect-ratio:4/3;object-fit:cover}.shop-card__placeholder{display:grid;aspect-ratio:4/3;place-items:center;background:var(--shop-cream)}.shop-card__placeholder img{max-height:75%;width:auto}.shop-card__body{display:grid;align-content:start;gap:.5rem;padding:1.15rem}.shop-card__body h3,.shop-card__body p{margin:0}.shop-label{justify-self:start;padding:.25rem .5rem;border-radius:999px;color:white;background:var(--shop-red);font-size:.72rem;font-weight:900}.shop-number{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:2rem;letter-spacing:.14em}.shop-draw{color:#5f6b7a;font-size:.85rem}.shop-price{color:var(--shop-navy);font-size:1.25rem;font-weight:900}.shop-stock{color:#176b45;font-weight:800}.is-sold-out{opacity:.72}.is-sold-out .shop-stock{color:#9a2634}.shop-card button:disabled{cursor:not-allowed;opacity:.55}.shop-empty{padding:2rem;border:1px dashed #9eacba;border-radius:1rem;background:#fafcfd}.shop-pagination{display:flex;justify-content:center;gap:1rem;margin-block:2rem}.shop-pagination a{color:var(--shop-blue);font-weight:850}.shop-narrow{max-width:58rem}.shop-cart-lines{display:grid;gap:.7rem}.shop-cart-lines article{display:grid;grid-template-columns:1fr 8rem 8rem;align-items:center;gap:1rem;padding:1rem;border:1px solid var(--shop-border);border-radius:.8rem}.shop-cart-lines article div{display:grid;gap:.25rem}.shop-cart-lines span,.muted{color:#5f6b7a}.shop-total{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-block:1rem;padding:1rem;border-radius:.7rem;background:var(--shop-cream);font-size:1.15rem}.shop-clear{margin-top:1rem}.shop-clear button{border:0;color:#9a2634;background:none;text-decoration:underline;cursor:pointer}.shop-checkout-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(18rem,.6fr);align-items:start;gap:1.5rem}.shop-form{display:grid;gap:1.2rem}.shop-form fieldset{display:grid;gap:1rem;margin:0;padding:1.2rem;border:1px solid var(--shop-border);border-radius:1rem}.shop-form legend{padding:0 .4rem;color:var(--shop-navy);font-size:1.15rem;font-weight:900}.shop-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.shop-form-grid .wide{grid-column:1/-1}.shipping-options{display:grid;gap:.65rem}.shipping-options label{display:flex;align-items:flex-start;gap:.7rem;padding:.8rem;border:1px solid var(--shop-border);border-radius:.7rem}.shipping-options input{width:1.2rem;min-height:auto;margin-top:.2rem}.shipping-options span{display:grid;gap:.15rem}.shipping-options small{color:#5f6b7a}.shop-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:.65rem}.shop-check input{width:1.2rem;min-height:auto}.field-error{color:#a51f2c;font-size:.84rem;font-weight:750}.button--full{width:100%}.shop-summary{position:sticky;top:6rem;padding:1.2rem;border:1px solid var(--shop-border);border-radius:1rem;background:#f8fafb}.shop-summary h2{margin-top:0}.shop-summary>p{display:flex;justify-content:space-between;gap:1rem}.shop-confirmation{padding:clamp(1.25rem,4vw,2.5rem);border:1px solid var(--shop-border);border-radius:1rem}.shop-confirmation dl{display:grid;gap:.6rem}.shop-confirmation dl div{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.6rem;border-bottom:1px solid var(--shop-border)}.shop-confirmation dt{font-weight:800}.shop-confirmation dd{margin:0}.shop-footer{padding:2rem 0;color:white;background:var(--shop-navy)}.shop-footer a{color:white}.age-dialog{width:min(34rem,calc(100% - 2rem));padding:0;border:0;border-radius:1rem;box-shadow:0 24px 70px #0006}.age-dialog::backdrop{background:#1d3557cc}.age-dialog>div{padding:2rem}.age-dialog h2{color:var(--shop-navy)}
@media(max-width:900px){.shop-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-checkout-grid{grid-template-columns:1fr}.shop-summary{position:static}}
@media(max-width:620px){.shop-header__inner{align-items:flex-start;flex-direction:column}.shop-header nav{width:100%;justify-content:space-between;font-size:.9rem}.shop-filter-grid,.shop-grid,.shop-form-grid{grid-template-columns:1fr}.shop-form-grid .wide{grid-column:auto}.shop-cart-lines article{grid-template-columns:1fr}.shop-cart-lines article>strong{text-align:right}.shop-flashes{top:7.5rem}}
.shop-nav__buy{padding:.55rem .8rem;border-radius:.55rem;color:white;background:var(--shop-red)}.shop-nav__buy:hover{color:white;background:var(--shop-navy)}.shop-hero__packs{display:inline-flex;margin-top:.65rem;padding:.7rem 1rem;border:2px solid #fff;border-radius:.65rem;color:#fff;font-weight:850;text-decoration:none}.shop-hero__packs:hover{color:var(--shop-navy);background:#fff}.shop-search-heading{max-width:48rem;margin-bottom:1.2rem;scroll-margin-top:7rem}.shop-search-heading h2{margin:.2rem 0;font-size:clamp(1.8rem,4vw,2.7rem)}.shop-search-heading p{margin:.5rem 0;color:#5f6b7a}.shop-availability-note{margin:-1.7rem 0 3rem;padding:.8rem 1rem;border-left:.3rem solid var(--shop-aqua);border-radius:.4rem;background:var(--shop-cream);font-weight:750}.shop-mobile-actions{display:none}
@media(max-width:620px){.shop-page{padding-bottom:4.2rem}.shop-header nav{flex-wrap:wrap;gap:.45rem;font-size:.82rem}.shop-nav__buy{padding:.45rem .6rem}.shop-mobile-actions{position:fixed;z-index:35;right:0;bottom:0;left:0;display:grid;grid-template-columns:1.2fr .8fr;gap:.45rem;padding:.55rem;background:#fffffff5;border-top:1px solid var(--shop-border);box-shadow:0 -8px 25px #1d355722;backdrop-filter:blur(12px)}.shop-mobile-actions a{display:grid;min-height:3rem;place-items:center;padding:.55rem;border:2px solid var(--shop-red);border-radius:.6rem;color:white;background:var(--shop-red);font-size:.86rem;font-weight:900;text-decoration:none}.shop-mobile-actions a:last-child{color:var(--shop-navy);background:white;border-color:var(--shop-aqua)}}

.shop-pattern-form{margin-bottom:3rem;padding:clamp(1rem,3vw,1.5rem);border:1px solid var(--shop-border);border-radius:1rem;background:#f8fafb}.shop-pattern-form fieldset{margin:0;padding:0;border:0}.shop-pattern-grid{display:grid;grid-template-columns:repeat(5,minmax(3.8rem,5.6rem));justify-content:start;gap:clamp(.45rem,2vw,.9rem)}.shop-pattern-cell{display:grid;gap:.3rem}.shop-pattern-cell select{width:100%;min-height:4rem;padding:.35rem;border:2px solid var(--shop-aqua);border-radius:.7rem;color:var(--shop-navy);background:#fff;font-size:1.8rem;font-weight:900;text-align:center;text-align-last:center}.shop-pattern-step{min-height:2.2rem;border:0;border-radius:.5rem;color:var(--shop-navy);background:var(--shop-cream);font-size:1rem;font-weight:900;cursor:pointer}.shop-pattern-step:hover,.shop-pattern-step:focus-visible{color:#fff;background:var(--shop-blue)}.shop-pattern-form .button-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.2rem}.shop-pack-notice{padding:.75rem;border-radius:.55rem;background:var(--shop-cream);font-size:.9rem;line-height:1.45}
@media(max-width:620px){.shop-pattern-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.35rem}.shop-pattern-cell select{min-height:3.5rem;font-size:1.45rem}}

/* Catálogo de Navidad: buscador y compra directa */
.shop-catalog{padding-top:clamp(1.25rem,4vw,2.5rem);background:linear-gradient(180deg,#f7fbfb 0,#fff 34rem)}
.shop-store-intro{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 13rem;align-items:end;gap:1.5rem;overflow:hidden;margin-bottom:1.5rem;padding:clamp(1.4rem,4vw,2.4rem);border-radius:1.5rem;color:#fff;background:linear-gradient(130deg,var(--shop-navy),#294f78 68%,var(--shop-blue));box-shadow:0 18px 45px #1d35572b}
.shop-store-intro::after{position:absolute;right:8rem;bottom:-8rem;width:20rem;height:20rem;border:3rem solid #a8dadc18;border-radius:50%;content:""}
.shop-store-intro__copy{position:relative;z-index:1;max-width:48rem}
.shop-store-intro .eyebrow{color:var(--shop-aqua)}
.shop-store-intro h1{max-width:17ch;margin:.2rem 0 .65rem;color:#fff;font-size:clamp(2rem,5vw,3.6rem);line-height:1.02}
.shop-store-intro__copy>p:not(.eyebrow){max-width:44rem;margin:0;color:#f4fbfb;font-size:clamp(1rem,2vw,1.15rem);line-height:1.6}
.shop-store-intro>img{position:relative;z-index:1;display:block;justify-self:center;width:min(100%,11rem);height:auto;filter:drop-shadow(0 16px 18px #0a1b2e66)}
.shop-trust-list{display:flex;flex-wrap:wrap;gap:.55rem;margin:1.25rem 0 0;padding:0;list-style:none}
.shop-trust-list li{padding:.42rem .7rem;border:1px solid #ffffff3d;border-radius:999px;color:#fff;background:#ffffff14;font-size:.78rem;font-weight:850}
.shop-trust-list li::before{margin-right:.35rem;color:#ffd166;content:"✓"}

.shop-search-panel{scroll-margin-top:6.5rem;margin-bottom:clamp(2.5rem,6vw,4.5rem);padding:clamp(1.2rem,4vw,2rem);border:1px solid #cbdde0;border-radius:1.4rem;background:#fff;box-shadow:0 18px 45px #1d355714}
.shop-search-heading{max-width:54rem;margin:0 0 1.2rem}
.shop-search-heading h2{margin:.15rem 0 .45rem;color:var(--shop-navy);font-size:clamp(1.65rem,4vw,2.45rem)}
.shop-search-heading p{margin:0;color:#526273;font-size:1rem;line-height:1.55}
.shop-pattern-form{margin:0;padding:1rem;border:1px solid #d7e6e8;border-radius:1rem;background:linear-gradient(135deg,#f1faee,#f7fbfb)}
.shop-pattern-form fieldset{margin:0;padding:0;border:0}
.shop-pattern-form legend{margin-bottom:.75rem;color:var(--shop-navy);font-weight:900}
.shop-pattern-grid{display:grid;grid-template-columns:repeat(5,minmax(3.8rem,5.4rem));justify-content:start;gap:clamp(.45rem,2vw,.85rem)}
.shop-pattern-cell{display:grid;grid-template-columns:1fr;gap:.3rem;text-align:center}
.shop-pattern-index{color:#627383;font-size:.72rem;font-weight:900;text-transform:uppercase}
.shop-pattern-cell select{width:100%;min-height:4.25rem;padding:.3rem;border:2px solid var(--shop-aqua);border-radius:.75rem;color:var(--shop-navy);background:#fff;font-size:1.9rem;font-weight:950;text-align:center;text-align-last:center;box-shadow:inset 0 -5px 0 #1d355708}
.shop-pattern-cell select:focus-visible{outline:3px solid #e6394640;outline-offset:2px;border-color:var(--shop-red)}
.shop-pattern-step{min-height:2rem;border:1px solid #d5e3e5;border-radius:.5rem;color:var(--shop-navy);background:#fff;font-size:.85rem;font-weight:900;cursor:pointer}
.shop-pattern-step:hover,.shop-pattern-step:focus-visible{border-color:var(--shop-blue);color:#fff;background:var(--shop-blue)}
.shop-search-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem}
.shop-search-submit{min-width:min(100%,17rem)}
.shop-search-shortcuts{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.9rem;color:#617180;font-size:.85rem}
.shop-search-shortcuts span{font-weight:850}
.shop-search-shortcuts a{padding:.3rem .55rem;border:1px solid #cbdde0;border-radius:999px;color:var(--shop-navy);background:#fff;font-weight:800;text-decoration:none}
.shop-search-shortcuts a:hover{border-color:var(--shop-blue);color:#fff;background:var(--shop-blue)}
.shop-availability-note{margin:1rem 0 0;padding:.75rem .9rem;border:0;border-radius:.65rem;color:#415364;background:#f5f7f8;font-size:.88rem;font-weight:750}
.shop-availability-note::before{margin-right:.4rem;color:#18734a;content:"●"}

.shop-results,.shop-packs{scroll-margin-top:6.5rem;margin-bottom:clamp(3rem,7vw,5rem)}
.shop-section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}
.shop-section-heading>div{max-width:48rem}
.shop-section-heading h2{margin:.15rem 0;color:var(--shop-navy);font-size:clamp(1.7rem,4vw,2.5rem)}
.shop-section-heading p{margin:.35rem 0;color:#5b6a79}
.shop-result-count{flex:0 0 auto;padding:.5rem .8rem;border-radius:999px!important;color:var(--shop-navy)!important;background:var(--shop-cream)}
.shop-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.shop-product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #d6e1e5;border-radius:1.15rem;background:#fff;box-shadow:0 12px 34px #1d355712;transition:transform .18s ease,box-shadow .18s ease}
.shop-product-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px #1d355720}
.shop-product-media{position:relative;display:grid;aspect-ratio:5/3;place-items:center;overflow:hidden;border-bottom:1px solid #dce7e9;background:linear-gradient(145deg,#f1faee,#eaf5f5)}
.shop-product-media>img{display:block;width:100%;height:100%;padding:.55rem;object-fit:contain}
.shop-product-media .shop-card__placeholder{width:100%;height:100%;aspect-ratio:auto;background:transparent}
.shop-product-media .shop-card__placeholder img{width:auto;max-width:50%;height:82%;object-fit:contain;filter:drop-shadow(0 9px 10px #1d355725)}
.shop-product-badge{position:absolute;top:.7rem;left:.7rem;padding:.35rem .6rem;border-radius:999px;color:#fff;background:#18734a;box-shadow:0 4px 14px #1d35572b;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.shop-product-badge--promo{background:var(--shop-red)}
.shop-product-body{display:grid;align-content:start;gap:.7rem;height:100%;padding:1.1rem}
.shop-product-body h3,.shop-product-body p{margin:0}
.shop-product-body form{align-self:end;margin-top:auto}
.shop-draw{overflow:hidden;color:#627181;font-size:.8rem;font-weight:700;white-space:nowrap;text-overflow:ellipsis}
.shop-ticket-number{display:flex;gap:.22rem;margin:.15rem 0!important;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}
.shop-ticket-number span{display:grid;min-width:0;min-height:2.8rem;flex:1;place-items:center;border:1px solid #cbdadd;border-radius:.42rem;color:var(--shop-navy);background:#fff;box-shadow:inset 0 -4px 0 #1d35570a;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:950}
.shop-product-meta{display:flex;align-items:end;justify-content:space-between;gap:.7rem;padding-top:.65rem;border-top:1px solid #e1e8eb}
.shop-price{color:var(--shop-navy);font-size:1.35rem;font-weight:950}
.shop-stock{color:#176b45;font-size:.82rem;font-weight:850;text-align:right}
.shop-product-card .button--full{min-height:2.9rem;border-color:var(--shop-red);color:#fff;background:var(--shop-red);font-weight:900}
.shop-product-card .button--full:hover{border-color:var(--shop-navy);background:var(--shop-navy)}
.shop-pack-count{justify-self:start;padding:.38rem .6rem;border-radius:.5rem;color:var(--shop-navy);background:var(--shop-cream);font-weight:900}
.shop-pack-notice{padding:.7rem;border-radius:.55rem;color:#4e6070;background:#f5f7f8;font-size:.84rem;line-height:1.45}
.shop-empty--friendly{display:flex;align-items:center;gap:1.25rem}
.shop-empty--friendly img{flex:0 0 auto;width:5.5rem;height:auto}
.shop-empty h3{margin-top:0;color:var(--shop-navy)}
.shop-empty .button{margin-top:.5rem}

@media(max-width:900px){.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-store-intro{grid-template-columns:minmax(0,1fr) 9rem}.shop-store-intro>img{width:8.5rem}}
@media(max-width:620px){.shop-catalog{padding-top:.8rem}.shop-store-intro{grid-template-columns:1fr;padding:1.25rem}.shop-store-intro h1{font-size:2.2rem}.shop-store-intro>img{position:absolute;right:-1rem;bottom:-2.3rem;width:7.5rem;opacity:.23}.shop-store-intro__copy{padding-right:.4rem}.shop-trust-list{padding-right:3rem}.shop-trust-list li{font-size:.7rem}.shop-search-panel{padding:1rem}.shop-pattern-form{padding:.75rem}.shop-pattern-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.3rem}.shop-pattern-cell select{min-height:3.5rem;padding:.15rem;font-size:1.4rem}.shop-pattern-step{min-height:1.9rem}.shop-search-actions{display:grid;grid-template-columns:1fr}.shop-search-actions .button{width:100%}.shop-section-heading{align-items:start;flex-direction:column}.shop-product-grid{grid-template-columns:1fr}.shop-empty--friendly{align-items:flex-start}.shop-empty--friendly img{width:4rem}.shop-ticket-number span{min-height:3.2rem;font-size:1.8rem}}

/* Experiencia de compra v2: estética de décimo, buscador protagonista y compra directa */
.shop-catalog--v2{padding:clamp(1rem,3vw,2rem) 0 0;background:linear-gradient(180deg,#faf6ed 0,#fff 48rem)}
.lottery-finder{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 15rem;gap:0;overflow:hidden;border:1px solid #7d111b;border-radius:1.75rem;background:linear-gradient(130deg,#74131b 0,#a71925 58%,#c42b37 100%);box-shadow:0 24px 60px #5a101f2b}
.lottery-finder::before{position:absolute;inset:0;background:radial-gradient(circle at 72% 25%,#ffd4772e 0 1px,transparent 2px) 0 0/22px 22px,linear-gradient(115deg,transparent 0 64%,#fff08 64% 65%,transparent 65%);content:"";pointer-events:none}
.lottery-finder__copy{position:relative;z-index:2;align-self:center;padding:clamp(1.7rem,4vw,3.3rem) clamp(1.3rem,4vw,3.5rem) 2rem}
.lottery-kicker{display:flex;align-items:center;gap:.5rem;margin:0 0 .65rem;color:#ffd477;font-size:.76rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.lottery-kicker span{font-size:1rem}
.lottery-kicker--dark{color:#a71925}
.lottery-finder h1{max-width:17ch;margin:0 0 .8rem;color:#fffdf7;font-size:clamp(2.35rem,5.4vw,4.65rem);line-height:.94;letter-spacing:-.045em;text-wrap:balance}
.lottery-finder__lead{max-width:44rem;margin:0;color:#fff7ed;font-size:clamp(1rem,1.7vw,1.16rem);line-height:1.65}
.lottery-assurances{display:flex;flex-wrap:wrap;gap:.65rem;margin:1.5rem 0 0;padding:0;list-style:none}
.lottery-assurances li{display:grid;gap:.08rem;padding:.55rem .75rem;border:1px solid #ffffff38;border-radius:.65rem;color:#fff;background:#4e08182b;backdrop-filter:blur(4px)}
.lottery-assurances strong{font-size:.76rem}.lottery-assurances span{color:#ffe8dc;font-size:.66rem}
.lottery-finder__character{position:relative;z-index:2;display:grid;align-self:stretch;min-height:20rem;place-items:end center;padding:1rem 1rem 0}
.lottery-finder__character>img{position:relative;z-index:2;display:block;width:min(100%,12rem);height:auto;filter:drop-shadow(0 20px 20px #3c071d66)}
.lottery-finder__halo{position:absolute;right:-2rem;bottom:-4rem;width:17rem;height:17rem;border:1px solid #ffd47766;border-radius:50%;box-shadow:0 0 0 2.7rem #ffd47712,0 0 0 5.4rem #ffd4770a}
.lottery-adult-seal{position:absolute;z-index:3;top:1.4rem;right:1.4rem;display:grid;width:3rem;height:3rem;place-items:center;border:2px solid #fff;border-radius:50%;color:#8f111d;background:#ffd477;box-shadow:0 8px 20px #4e081844;font-size:.82rem;font-weight:950}

.lottery-search-card{position:relative;z-index:4;grid-column:1/-1;margin:0 clamp(.8rem,2.5vw,2rem) clamp(.8rem,2.5vw,2rem);padding:clamp(1rem,2.5vw,1.65rem);border-radius:1.2rem;color:#1d3557;background:#fffdf8;box-shadow:0 15px 36px #42071138}
.lottery-search-card::before,.lottery-search-card::after{position:absolute;top:50%;width:1.25rem;height:1.25rem;border-radius:50%;background:#a71925;content:"";transform:translateY(-50%)}
.lottery-search-card::before{left:-.62rem}.lottery-search-card::after{right:-.62rem}
.lottery-search-card__heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}
.lottery-search-card__heading>div{display:grid;grid-template-columns:auto 1fr;column-gap:.7rem;align-items:center}
.lottery-step{grid-row:1/3;display:grid;width:2.45rem;height:2.45rem;place-items:center;border-radius:50%;color:#fff;background:#1d3557;font-size:.72rem;font-weight:950}
.lottery-search-card__heading p,.lottery-search-card__heading h2{margin:0}
.lottery-search-card__heading>div p{color:#a71925;font-size:.7rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.lottery-search-card__heading h2{color:#1d3557;font-size:clamp(1.25rem,2.4vw,1.75rem);line-height:1.15}
.shop-catalog--v2 .lottery-number-form{display:grid;gap:.9rem;margin:0;padding:0;border:0;background:none}
.lottery-picker-row{display:flex;align-items:center;gap:1.4rem}
.shop-catalog--v2 .lottery-number-form fieldset{min-width:0;margin:0;padding:0;border:0}
.lottery-number-picker{display:grid;grid-template-columns:repeat(5,minmax(3.25rem,4.35rem));gap:.45rem}
.lottery-digit{display:grid;grid-template-rows:1.2rem 3.8rem 1.2rem;gap:.1rem;text-align:center}
.lottery-digit label{grid-row:2}
.shop-catalog--v2 .lottery-digit select{width:100%;height:3.8rem;min-height:3.8rem;padding:.15rem;border:2px solid #8f1b2d;border-radius:.7rem;color:#1d3557;background:#fff;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:1.8rem;font-weight:950;text-align:center;text-align-last:center;box-shadow:0 4px 10px #1d355710}
.shop-catalog--v2 .lottery-digit select:focus-visible{outline:3px solid #ffd47799;outline-offset:2px;border-color:#a71925}
.shop-catalog--v2 .lottery-digit .shop-pattern-step{display:grid;min-height:0;padding:0;place-items:center;border:0;color:#1d3557;background:transparent;font-size:1.35rem;font-weight:950;line-height:1;cursor:pointer}
.shop-catalog--v2 .lottery-digit .shop-pattern-step:hover,.shop-catalog--v2 .lottery-digit .shop-pattern-step:focus-visible{color:#a71925;transform:scale(1.12)}
.lottery-reset-button{display:grid;min-width:6.2rem;min-height:5.7rem;place-items:center;padding:.45rem;border:2px solid #ef7b86;border-radius:.7rem;color:#8a8d94;text-decoration:none}
.lottery-reset-button span{color:#e63946;font-size:1.8rem;line-height:1}.lottery-reset-button small{font-size:.7rem}
.lottery-reset-button:hover,.lottery-reset-button:focus-visible{border-color:#a71925;color:#a71925;background:#fff7f5}
.lottery-search-actions{display:flex;align-items:center;gap:.8rem;padding-bottom:.05rem}
.lottery-search-submit{display:inline-flex;min-width:13.8rem;min-height:3.8rem;align-items:center;justify-content:center;gap:.45rem;border-color:#a71925;color:#fff;background:#a71925;box-shadow:0 10px 22px #a7192533;font-weight:950}
.lottery-search-submit:hover{border-color:#1d3557;background:#1d3557}
.lottery-search-submit span{font-size:1.45rem}
.lottery-search-footer{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-top:.85rem;padding-top:.75rem;border-top:1px dashed #d9cbbb}
.lottery-availability{display:flex;align-items:center;gap:.35rem;margin:0;color:#27644a;font-size:.72rem;font-weight:850}
.lottery-availability span{font-size:.55rem}

.lottery-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:clamp(1.2rem,3vw,2rem) 0 clamp(3rem,6vw,5rem);padding:0;border:1px solid #e4ddd2;border-radius:1rem;background:#e4ddd2;list-style:none;overflow:hidden}
.lottery-steps li{display:flex;align-items:center;gap:.8rem;padding:1rem 1.2rem;background:#fff}
.lottery-steps li>span{display:grid;flex:0 0 2.15rem;width:2.15rem;height:2.15rem;place-items:center;border-radius:50%;color:#a71925;background:#f9ece8;font-size:.75rem;font-weight:950}
.lottery-steps strong{color:#1d3557;font-size:.84rem}.lottery-steps p{margin:.15rem 0 0;color:#71767e;font-size:.72rem}

.lottery-results,.lottery-packs{scroll-margin-top:6rem;margin-bottom:clamp(3.5rem,7vw,6rem)}
.store-section-head{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}
.store-section-head h2{margin:0;color:#1d3557;font-size:clamp(2rem,4vw,3.25rem);line-height:1}
.store-section-head>div>p:last-child{margin:.6rem 0 0;color:#66717d}
.lottery-result-count{display:grid;min-width:5.2rem;place-items:center;margin:0;padding:.7rem 1rem;border:1px solid #e4dacc;border-radius:.8rem;color:#1d3557;background:#fff}
.lottery-result-count strong{font-size:1.55rem;line-height:1}.lottery-result-count span{font-size:.67rem;font-weight:850;text-transform:uppercase}
.lottery-ticket-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(17rem,18.5rem));justify-content:start;gap:1rem}
.lottery-ticket-grid:has(> :only-child){grid-template-columns:minmax(17rem,18.5rem)}
.lottery-ticket-card{position:relative;display:flex;width:100%;max-width:18.5rem;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #ddd4c7;border-radius:.8rem;background:#fff;box-shadow:0 12px 30px #40101b12;transition:transform .2s ease,box-shadow .2s ease}
.lottery-ticket-card::before,.lottery-ticket-card::after{display:none}
.lottery-ticket-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px #40101b20}
.lottery-ticket-card__media,.lottery-pack-card__media{position:relative;display:grid;aspect-ratio:5/3;place-items:center;overflow:hidden;border-bottom:1px dashed #cfc3b5;background:linear-gradient(145deg,#f9f1df,#eef7f5)}
.lottery-ticket-card__media{padding:0;background:#fff}
.lottery-media-fallback{position:absolute;inset:0;display:grid;grid-template-columns:auto 1fr;align-items:center;justify-content:center;gap:.85rem;padding:1rem 2rem;color:#1d3557;background:linear-gradient(145deg,#f9f1df,#eef7f5)}
.lottery-media-fallback img{justify-self:end;width:auto;height:82%;filter:drop-shadow(0 8px 9px #1d355727)}
.lottery-media-fallback span{max-width:8rem;font-family:Georgia,serif;font-size:1.15rem;font-weight:800;line-height:1.05}
.lottery-ticket-card__image{position:relative;z-index:2;display:block;width:100%;height:100%;padding:.22rem;object-fit:contain;background:#fff}
.is-image-missing .lottery-ticket-card__image{display:none}
.lottery-stock-ribbon{position:absolute;z-index:3;top:.45rem;left:.45rem;padding:.28rem .45rem;border-radius:.3rem;color:#fff;background:#28734d;box-shadow:0 4px 12px #173d2b33;font-size:.55rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}
.lottery-stock-ribbon--promo{background:#a71925}
.lottery-ticket-card__body{display:grid;align-content:start;gap:.55rem;height:40%;padding:.72rem .78rem .75rem}
.lottery-ticket-card__body p,.lottery-ticket-card__body h3{margin:0}
.lottery-ticket-card__summary{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.65rem}
.lottery-ticket-card__draw{min-width:0}.lottery-draw-name{overflow:hidden;color:#a71925;font-size:.64rem;font-weight:950;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis}.lottery-draw-date{margin-top:.18rem!important;color:#68717b;font-size:.64rem;white-space:nowrap}
.lottery-ticket-card__price{display:grid;justify-items:end;gap:.05rem;text-align:right}.lottery-ticket-card__price strong{color:#1d3557;font-size:1.08rem;line-height:1}.lottery-ticket-card__price span{color:#28734d;font-size:.57rem;font-weight:900;white-space:nowrap}
.shop-catalog--v2 .shop-ticket-number{position:absolute;z-index:4;top:13%;right:20%;bottom:auto;left:31%;display:grid;min-height:0;place-items:center;margin:0!important;border:0;color:#071625;background:transparent;box-shadow:none;font-family:"Arial Black",Arial,sans-serif;font-size:clamp(2.25rem,3vw,2.2rem);font-weight:950;letter-spacing:.12em;line-height:1;text-shadow:0 1px 0 #fff}
.lottery-ticket-card__body form,.lottery-pack-card__body form{align-self:end;margin-top:auto}
.lottery-purchase-form{display:grid;grid-template-columns:6.9rem minmax(0,1fr);gap:.42rem;width:100%}
.lottery-quantity-control{display:grid;grid-template-columns:2.15rem 2.6rem 2.15rem;overflow:hidden;border:1px solid #b7c5d2;border-radius:.55rem;background:#f6f9fb}
.lottery-quantity-control button{display:grid;min-height:2.75rem;padding:0;place-items:center;border:0;color:#fff;background:#245b99;font-size:1.25rem;font-weight:950;cursor:pointer}
.lottery-quantity-control button:hover,.lottery-quantity-control button:focus-visible{background:#183f70}.lottery-quantity-control button:disabled{cursor:not-allowed;opacity:.45}
.lottery-quantity-control label{display:block}.lottery-quantity-control input{width:100%;height:100%;min-height:2.75rem;padding:.2rem;border:0;color:#183f70;background:#fff;font-size:1rem;font-weight:950;text-align:center;-moz-appearance:textfield}
.lottery-quantity-control input::-webkit-outer-spin-button,.lottery-quantity-control input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}
.lottery-buy-button{display:flex;width:100%;min-height:2.75rem;align-items:center;justify-content:center;gap:.45rem;padding:.45rem .6rem;border-color:#a71925;color:#fff;background:#a71925;box-shadow:0 7px 17px #a7192529;font-size:.76rem;font-weight:950;line-height:1.15}
.lottery-buy-button:hover{border-color:#1d3557;background:#1d3557}
.lottery-payment-note{color:#7c7b7a;font-size:.54rem;line-height:1.3;text-align:center}

.lottery-empty{display:flex;align-items:center;gap:1.4rem;padding:1.5rem;border:1px solid #e2d8ca;border-radius:1rem;background:#fff}
.lottery-empty img{width:5.2rem;height:auto}.lottery-empty h3{margin:.15rem 0;color:#1d3557}.lottery-empty p:not(.lottery-kicker){margin:.4rem 0 1rem;color:#66717d}
.store-section-head--packs{padding-top:1.5rem;border-top:1px solid #eee5d9}
.lottery-pack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.lottery-pack-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #ddd4c7;border-radius:1rem;background:#fff;box-shadow:0 16px 38px #40101b12}
.lottery-media-fallback--pack{grid-template-columns:1fr;place-items:center}.lottery-media-fallback--pack img{justify-self:center}
.lottery-pack-card__body{display:grid;gap:.65rem;height:100%;padding:1.05rem}.lottery-pack-card__body h3,.lottery-pack-card__body p{margin:0}.lottery-pack-card__body>p:not(.lottery-pack-count,.lottery-payment-note){color:#68727d;font-size:.86rem;line-height:1.5}
.lottery-pack-count{justify-self:start;padding:.3rem .55rem;border-radius:999px;color:#a71925;background:#f9ece8;font-size:.67rem;font-weight:950;text-transform:uppercase}
.lottery-pack-card__meta{display:flex;align-items:end;justify-content:space-between;padding-top:.65rem;border-top:1px solid #eee7de}.lottery-pack-card__meta strong{color:#1d3557;font-size:1.35rem}.lottery-pack-card__meta span{color:#28734d;font-size:.72rem;font-weight:900}
.lottery-pack-empty{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-color:#e2d8ca;background:#fff}.lottery-pack-empty h3{margin:.15rem 0;color:#1d3557}.lottery-pack-empty p:not(.lottery-kicker){margin:.4rem 0;color:#66717d}

@media(max-width:980px){.lottery-finder{grid-template-columns:minmax(0,1fr) 11rem}.lottery-finder__character{min-height:17rem}.lottery-pack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.shop-catalog--v2{padding-top:.6rem}.lottery-finder{grid-template-columns:1fr;border-radius:1.1rem}.lottery-finder__copy{padding:1.4rem 1.1rem 1rem}.lottery-finder h1{font-size:2.45rem}.lottery-finder__lead{padding-right:3rem;font-size:.95rem}.lottery-assurances{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin-top:1rem}.lottery-assurances li:last-child{grid-column:1/-1}.lottery-finder__character{position:absolute;right:-1.4rem;top:3.3rem;min-height:0;padding:0;opacity:.28}.lottery-finder__character>img{width:7.5rem}.lottery-finder__halo,.lottery-adult-seal{display:none}.lottery-search-card{margin:.45rem;padding:.85rem;border-radius:.9rem}.lottery-search-card::before,.lottery-search-card::after{display:none}.lottery-search-card__heading{align-items:start;flex-direction:column}.lottery-picker-row{align-items:end;gap:.55rem}.lottery-number-picker{grid-template-columns:repeat(5,minmax(0,1fr));gap:.25rem}.lottery-digit{grid-template-rows:1rem 3rem 1rem}.shop-catalog--v2 .lottery-digit select{height:3rem;min-height:3rem;padding:.05rem;font-size:1.35rem;border-radius:.5rem}.shop-catalog--v2 .lottery-digit .shop-pattern-step{font-size:1rem}.lottery-reset-button{min-width:3.8rem;min-height:5rem}.lottery-reset-button span{font-size:1.35rem}.lottery-reset-button small{font-size:.56rem}.lottery-search-actions{display:block}.lottery-search-submit{width:100%;min-width:0;min-height:3.4rem}.lottery-search-footer{justify-content:flex-start}.lottery-availability{white-space:normal}.lottery-steps{grid-template-columns:1fr;margin-bottom:3rem}.lottery-steps li{padding:.8rem 1rem}.store-section-head{align-items:flex-start;flex-direction:column}.lottery-result-count{display:flex;min-width:0;gap:.35rem;padding:.45rem .7rem}.lottery-result-count strong{font-size:1rem}.lottery-ticket-grid,.lottery-pack-grid,.lottery-ticket-grid:has(> :only-child){grid-template-columns:1fr}.lottery-ticket-card{justify-self:center}.lottery-ticket-card__media,.lottery-pack-card__media{aspect-ratio:5/3}.lottery-empty,.lottery-pack-empty{align-items:flex-start;flex-direction:column}.lottery-empty img{width:4rem}.shop-catalog--v2 .shop-ticket-number{font-size:2.05rem}.lottery-purchase-form{grid-template-columns:6.9rem minmax(0,1fr)}.lottery-quantity-control{grid-template-columns:2.15rem 2.6rem 2.15rem}}
