[data-theme=toyshop]{font-family:var(--fonts-sans);color:var(--colors-foreground);background:var(--colors-background);line-height:1.6}[data-theme=toyshop] *,[data-theme=toyshop] :before,[data-theme=toyshop] :after{box-sizing:border-box}[data-theme=toyshop] a{color:inherit;text-decoration:none}[data-theme=toyshop] img{max-width:100%;height:auto;display:block}[data-theme=toyshop] h1,[data-theme=toyshop] h2,[data-theme=toyshop] h3{font-family:var(--fonts-serif);letter-spacing:-.01em;margin:0 0 .5em}[data-theme=toyshop] h1{font-size:clamp(2rem,4vw,3rem);font-weight:700}[data-theme=toyshop] h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:600}[data-theme=toyshop] h3{font-size:clamp(1.125rem,2vw,1.375rem);font-weight:600}[data-theme=toyshop] p{margin:0 0 .75em}[data-theme=toyshop] .ts-header{align-items:center;gap:var(--spacing-block-gap);padding:1rem var(--spacing-page-x);border-bottom:2px solid var(--colors-border);background:var(--colors-primary);color:var(--colors-primary-foreground);flex-wrap:wrap;display:flex}[data-theme=toyshop] .ts-header__announcement{text-align:center;background:var(--colors-accent);color:var(--colors-accent-foreground);padding:.5rem var(--spacing-page-x);margin:-1rem calc(-1*var(--spacing-page-x))0;flex-basis:100%;order:-1;font-size:.875rem;font-weight:600}[data-theme=toyshop] .ts-header__announcement-link{text-underline-offset:2px;margin-left:.5rem;font-weight:700;text-decoration:underline}[data-theme=toyshop] .ts-header__skip-link{position:absolute;inset-block-start:-9999px;inset-inline-start:-9999px}[data-theme=toyshop] .ts-header__skip-link:focus{background:var(--colors-accent);color:var(--colors-accent-foreground);border-radius:var(--radii-sm);padding:.5rem .75rem;position:static}[data-theme=toyshop] .ts-header__logo{font-family:var(--fonts-serif);color:var(--colors-primary-foreground);flex-shrink:0;font-size:1.5rem;font-weight:700}[data-theme=toyshop] .ts-header__nav{flex:1;align-items:center;gap:1.5rem;display:flex}[data-theme=toyshop] .ts-header__nav-item{color:var(--colors-primary-foreground);opacity:.9;font-size:.9375rem;font-weight:600}[data-theme=toyshop] .ts-header__nav-item:hover{opacity:1;text-underline-offset:3px;text-decoration:underline}[data-theme=toyshop] .ts-header__actions{align-items:center;gap:.75rem;display:flex}[data-theme=toyshop] .ts-header__action{color:var(--colors-primary-foreground);border-radius:var(--radii-full);border:2px solid var(--colors-primary-foreground);opacity:.9;transition:opacity var(--motion-fast)ease;padding:.375rem .875rem;font-size:.875rem;font-weight:600}[data-theme=toyshop] .ts-header__action:hover{opacity:1;background:var(--colors-primary-foreground);color:var(--colors-primary)}[data-theme=toyshop] .ts-hero{min-height:70vh;display:grid;position:relative;overflow:hidden}[data-theme=toyshop] .ts-hero__image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}[data-theme=toyshop] .ts-hero__content{z-index:1;padding:var(--spacing-section-y)var(--spacing-page-x);color:#fff;background:linear-gradient(#0000 40%,#0009 100%);flex-direction:column;justify-content:flex-end;display:flex;position:relative}[data-theme=toyshop] .ts-hero__headline{font-family:var(--fonts-serif);color:#fff;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3.5rem)}[data-theme=toyshop] .ts-hero__subhead{opacity:.9;margin-bottom:1.5rem;font-size:clamp(1rem,2vw,1.25rem)}[data-theme=toyshop] .ts-hero__cta{background:var(--colors-accent);color:var(--colors-accent-foreground);border-radius:var(--radii-full);width:fit-content;transition:transform var(--motion-fast)ease,box-shadow var(--motion-fast)ease;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:700;display:inline-flex}[data-theme=toyshop] .ts-hero__cta:hover{box-shadow:var(--shadows-md);transform:translateY(-2px)}[data-theme=toyshop] .ts-cat-age{padding:var(--spacing-section-y)var(--spacing-page-x)}[data-theme=toyshop] .ts-cat-age__heading{text-align:center;margin-bottom:2rem}[data-theme=toyshop] .ts-cat-age__grid{gap:var(--spacing-block-gap);grid-template-columns:repeat(auto-fill,minmax(160px,1fr));margin:0;padding:0;list-style:none;display:grid}[data-theme=toyshop] .ts-cat-age__item{display:contents}[data-theme=toyshop] .ts-cat-age__tile{border-radius:var(--radii-lg);border:2px solid var(--colors-border);background:var(--colors-background);transition:box-shadow var(--motion-fast)ease,border-color var(--motion-fast)ease;flex-direction:column;align-items:center;gap:.75rem;padding:1rem .5rem;display:flex}[data-theme=toyshop] .ts-cat-age__tile:hover{box-shadow:var(--shadows-md);border-color:var(--colors-accent)}[data-theme=toyshop] .ts-cat-age__image{aspect-ratio:1;object-fit:cover;border-radius:var(--radii-md);width:100%}[data-theme=toyshop] .ts-cat-age__placeholder{aspect-ratio:1;background:var(--colors-muted);border-radius:var(--radii-md);width:100%}[data-theme=toyshop] .ts-cat-age__label{text-align:center;font-size:.9375rem;font-weight:700}[data-theme=toyshop] .ts-cat-age__empty{text-align:center;color:var(--colors-muted-foreground);padding:3rem}[data-theme=toyshop] .ts-cat-grid{padding:var(--spacing-section-y)var(--spacing-page-x)}[data-theme=toyshop] .ts-cat-grid__heading{text-align:center;margin-bottom:2rem}[data-theme=toyshop] .ts-cat-grid__list{gap:var(--spacing-block-gap);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin:0;padding:0;list-style:none;display:grid}[data-theme=toyshop] .ts-cat-grid__item{display:contents}[data-theme=toyshop] .ts-cat-grid__tile{border-radius:var(--radii-lg);aspect-ratio:4/3;transition:box-shadow var(--motion-fast)ease;display:block;position:relative;overflow:hidden}[data-theme=toyshop] .ts-cat-grid__tile:hover{box-shadow:var(--shadows-lg)}[data-theme=toyshop] .ts-cat-grid__image{object-fit:cover;width:100%;height:100%}[data-theme=toyshop] .ts-cat-grid__placeholder{background:var(--colors-muted);width:100%;height:100%}[data-theme=toyshop] .ts-cat-grid__overlay{color:#fff;background:linear-gradient(#0000 40%,#0009 100%);flex-direction:column;justify-content:flex-end;padding:1rem;display:flex;position:absolute;inset:0}[data-theme=toyshop] .ts-cat-grid__label{font-family:var(--fonts-serif);font-size:1.125rem;font-weight:700}[data-theme=toyshop] .ts-cat-grid__shop-now{opacity:.9;text-underline-offset:2px;font-size:.8125rem;font-weight:600;text-decoration:underline}[data-theme=toyshop] .ts-cat-grid__empty{text-align:center;color:var(--colors-muted-foreground);padding:3rem}[data-theme=toyshop] .ts-promo{background:var(--colors-muted);gap:0;display:grid;overflow:hidden}[data-theme=toyshop] .ts-promo[data-layout=full]{min-height:400px;position:relative}[data-theme=toyshop] .ts-promo[data-layout=split]{grid-template-columns:1fr 1fr}@media (max-width:768px){[data-theme=toyshop] .ts-promo[data-layout=split]{grid-template-columns:1fr}}[data-theme=toyshop] .ts-promo__image-wrap{overflow:hidden}[data-theme=toyshop] .ts-promo[data-layout=full] .ts-promo__image-wrap{position:absolute;inset:0}[data-theme=toyshop] .ts-promo__image{object-fit:cover;width:100%;height:100%}[data-theme=toyshop] .ts-promo__content{z-index:1;padding:calc(var(--spacing-section-y)*1.5)var(--spacing-page-x);flex-direction:column;justify-content:center;display:flex;position:relative}[data-theme=toyshop] .ts-promo[data-layout=full] .ts-promo__content{color:#fff;background:linear-gradient(90deg,#00000080 0%,#0000 70%)}[data-theme=toyshop] .ts-promo[data-align=center] .ts-promo__content{text-align:center;align-items:center}[data-theme=toyshop] .ts-promo__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--colors-accent);margin-bottom:.5rem;font-size:.8125rem;font-weight:700}[data-theme=toyshop] .ts-promo[data-layout=full] .ts-promo__eyebrow{color:var(--colors-accent)}[data-theme=toyshop] .ts-promo__headline{font-family:var(--fonts-serif);margin-bottom:.75rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}[data-theme=toyshop] .ts-promo__subhead{opacity:.85;margin-bottom:1.5rem;font-size:1rem}[data-theme=toyshop] .ts-promo__cta{background:var(--colors-accent);color:var(--colors-accent-foreground);border-radius:var(--radii-full);width:fit-content;transition:transform var(--motion-fast)ease;align-items:center;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:700;display:inline-flex}[data-theme=toyshop] .ts-promo__cta:hover{transform:translateY(-2px)}[data-theme=toyshop] .ts-grid{padding:var(--spacing-section-y)var(--spacing-page-x)}[data-theme=toyshop] .ts-grid__title{text-align:center;margin-bottom:2rem}[data-theme=toyshop] .ts-grid__list{gap:var(--spacing-block-gap);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin:0;padding:0;list-style:none;display:grid}[data-theme=toyshop] .ts-grid__item{display:contents}[data-theme=toyshop] .ts-grid__product{border-radius:var(--radii-lg);border:1px solid var(--colors-border);background:var(--colors-background);transition:box-shadow var(--motion-fast)ease;flex-direction:column;gap:.5rem;display:flex;overflow:hidden}[data-theme=toyshop] .ts-grid__product:hover{box-shadow:var(--shadows-md)}[data-theme=toyshop] .ts-grid__image{aspect-ratio:1;object-fit:cover;width:100%}[data-theme=toyshop] .ts-grid__name{padding:0 .75rem;font-size:.9375rem;font-weight:600}[data-theme=toyshop] .ts-grid__price{color:var(--colors-primary);align-items:center;gap:.5rem;padding:0 .75rem .75rem;font-size:.9375rem;font-weight:700;display:flex}[data-theme=toyshop] .ts-grid__compare-price{color:var(--colors-muted-foreground);font-weight:400;text-decoration:line-through}[data-theme=toyshop] .ts-grid__empty{text-align:center;color:var(--colors-muted-foreground);padding:3rem}[data-theme=toyshop] .ts-best-sellers{padding:var(--spacing-section-y)var(--spacing-page-x);overflow:hidden}[data-theme=toyshop] .ts-best-sellers__title{text-align:center;margin-bottom:2rem}[data-theme=toyshop] .ts-best-sellers__viewport{position:relative;overflow:hidden}[data-theme=toyshop] .ts-best-sellers__track{gap:var(--spacing-block-gap);transition:transform var(--motion-medium)ease;margin:0;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-best-sellers__item{flex:0 0 var(--ts-bs-tile-width,280px)}[data-theme=toyshop] .ts-best-sellers__product{border-radius:var(--radii-lg);border:1px solid var(--colors-border);background:var(--colors-background);flex-direction:column;gap:.5rem;display:flex;overflow:hidden}[data-theme=toyshop] .ts-best-sellers__image{aspect-ratio:1;object-fit:cover;width:100%}[data-theme=toyshop] .ts-best-sellers__name{padding:0 .75rem;font-size:.9375rem;font-weight:600}[data-theme=toyshop] .ts-best-sellers__price{color:var(--colors-primary);align-items:center;gap:.5rem;padding:0 .75rem .75rem;font-size:.9375rem;font-weight:700;display:flex}[data-theme=toyshop] .ts-best-sellers__compare{color:var(--colors-muted-foreground);font-weight:400;text-decoration:line-through}[data-theme=toyshop] .ts-best-sellers__controls{justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}[data-theme=toyshop] .ts-best-sellers__nav{border-radius:var(--radii-full);border:2px solid var(--colors-accent);width:2.5rem;height:2.5rem;color:var(--colors-accent);cursor:pointer;transition:background var(--motion-fast)ease,color var(--motion-fast)ease;background:0 0;justify-content:center;align-items:center;font-size:1.25rem;display:inline-flex}[data-theme=toyshop] .ts-best-sellers__nav:hover:not(:disabled){background:var(--colors-accent);color:var(--colors-accent-foreground)}[data-theme=toyshop] .ts-best-sellers__nav:disabled{opacity:.3;cursor:not-allowed}[data-theme=toyshop] .ts-testimonials{padding:var(--spacing-section-y)var(--spacing-page-x);background:var(--colors-muted)}[data-theme=toyshop] .ts-testimonials__heading{text-align:center;margin-bottom:2rem}[data-theme=toyshop] .ts-testimonials__track{position:relative;overflow:hidden}[data-theme=toyshop] .ts-testimonials__item{background:var(--colors-background);border-radius:var(--radii-xl);max-width:700px;box-shadow:var(--shadows-sm);margin:0 auto;padding:2rem}[data-theme=toyshop] .ts-testimonials__quote{font-family:var(--fonts-serif);margin-bottom:1rem;font-size:1.125rem;font-style:italic}[data-theme=toyshop] .ts-testimonials__author{font-size:.9375rem;font-weight:700}[data-theme=toyshop] .ts-testimonials__role{color:var(--colors-muted-foreground);font-size:.8125rem}[data-theme=toyshop] .ts-testimonials__stars{color:var(--colors-accent);letter-spacing:.1em;margin-top:.75rem;font-size:1rem}[data-theme=toyshop] .ts-testimonials__controls{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}[data-theme=toyshop] .ts-testimonials__nav{border-radius:var(--radii-full);border:2px solid var(--colors-accent);width:2.25rem;height:2.25rem;color:var(--colors-accent);cursor:pointer;transition:background var(--motion-fast)ease,color var(--motion-fast)ease;background:0 0;justify-content:center;align-items:center;font-size:1.125rem;display:inline-flex}[data-theme=toyshop] .ts-testimonials__nav:hover:not(:disabled){background:var(--colors-accent);color:var(--colors-accent-foreground)}[data-theme=toyshop] .ts-testimonials__nav:disabled{opacity:.3;cursor:not-allowed}[data-theme=toyshop] .ts-testimonials__dots{align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-testimonials__dot{border-radius:var(--radii-full);background:var(--colors-border);cursor:pointer;width:.5rem;height:.5rem;transition:background var(--motion-fast)ease,transform var(--motion-fast)ease;border:none;padding:0}[data-theme=toyshop] .ts-testimonials__dot[aria-current=true]{background:var(--colors-accent);transform:scale(1.4)}[data-theme=toyshop] .ts-newsletter{padding:var(--spacing-section-y)var(--spacing-page-x);background:var(--colors-primary);color:var(--colors-primary-foreground);text-align:center}[data-theme=toyshop] .ts-newsletter__heading{font-family:var(--fonts-serif);color:var(--colors-primary-foreground);margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem)}[data-theme=toyshop] .ts-newsletter__subhead{opacity:.85;margin-bottom:1.5rem;font-size:1rem}[data-theme=toyshop] .ts-newsletter__form{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}[data-theme=toyshop] .ts-newsletter__input{border-radius:var(--radii-full);border:2px solid var(--colors-primary-foreground);color:var(--colors-primary-foreground);background:0 0;outline:none;min-width:280px;padding:.75rem 1.25rem;font-size:1rem}[data-theme=toyshop] .ts-newsletter__input::placeholder{color:var(--colors-primary-foreground);opacity:.6}[data-theme=toyshop] .ts-newsletter__input:focus{background:#ffffff1a}[data-theme=toyshop] .ts-newsletter__submit{border-radius:var(--radii-full);background:var(--colors-accent);color:var(--colors-accent-foreground);cursor:pointer;transition:transform var(--motion-fast)ease;border:none;padding:.75rem 1.75rem;font-size:1rem;font-weight:700}[data-theme=toyshop] .ts-newsletter__submit:hover:not(:disabled){transform:translateY(-2px)}[data-theme=toyshop] .ts-newsletter__submit:disabled{opacity:.6;cursor:not-allowed}[data-theme=toyshop] .ts-newsletter__success{color:var(--colors-accent);margin-top:1rem;font-weight:600}[data-theme=toyshop] .ts-newsletter__error{color:var(--colors-danger-foreground);margin-top:1rem;font-size:.875rem}[data-theme=toyshop] .ts-pdp{padding:var(--spacing-section-y)var(--spacing-page-x)}[data-theme=toyshop] .ts-pdp__breadcrumbs{margin-bottom:1.5rem}[data-theme=toyshop] .ts-pdp__breadcrumbs-list{color:var(--colors-muted-foreground);flex-wrap:wrap;gap:.25rem .5rem;margin:0;padding:0;font-size:.875rem;list-style:none;display:flex}[data-theme=toyshop] .ts-pdp__breadcrumbs-item a{color:var(--colors-accent);text-underline-offset:2px;text-decoration:underline}[data-theme=toyshop] .ts-pdp__layout{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}@media (max-width:768px){[data-theme=toyshop] .ts-pdp__layout{grid-template-columns:1fr}}[data-theme=toyshop] .ts-pdp__image--primary{border-radius:var(--radii-xl);object-fit:cover;width:100%}[data-theme=toyshop] .ts-pdp__thumbs{flex-wrap:wrap;gap:.5rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-pdp__thumb{object-fit:cover;border-radius:var(--radii-md);border:2px solid var(--colors-border);width:4rem;height:4rem}[data-theme=toyshop] .ts-pdp__title{font-family:var(--fonts-serif);margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem)}[data-theme=toyshop] .ts-pdp__price{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}[data-theme=toyshop] .ts-pdp__current-price{color:var(--colors-primary);font-size:1.5rem;font-weight:700}[data-theme=toyshop] .ts-pdp__compare-price{color:var(--colors-muted-foreground);font-size:1rem;text-decoration:line-through}[data-theme=toyshop] .ts-pdp__rating{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}[data-theme=toyshop] .ts-pdp__rating-stars{color:var(--colors-accent)}[data-theme=toyshop] .ts-pdp__description{margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}[data-theme=toyshop] .ts-pdp__option-group{border:none;margin:0 0 1rem;padding:0}[data-theme=toyshop] .ts-pdp__option-label{margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}[data-theme=toyshop] .ts-pdp__option-list{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-pdp__option-button{border-radius:var(--radii-md);border:2px solid var(--colors-border);cursor:pointer;transition:border-color var(--motion-fast)ease,background var(--motion-fast)ease;background:0 0;padding:.5rem 1rem;font-size:.875rem;font-weight:600}[data-theme=toyshop] .ts-pdp__option-button[aria-checked=true]{border-color:var(--colors-accent);background:var(--colors-accent);color:var(--colors-accent-foreground)}[data-theme=toyshop] .ts-pdp__option-button:disabled{opacity:.4;cursor:not-allowed}[data-theme=toyshop] .ts-pdp__add-to-cart{border-radius:var(--radii-full);background:var(--colors-accent);width:100%;color:var(--colors-accent-foreground);cursor:pointer;transition:opacity var(--motion-fast)ease,transform var(--motion-fast)ease;border:none;margin-bottom:1.5rem;padding:1rem;font-size:1rem;font-weight:700}[data-theme=toyshop] .ts-pdp__add-to-cart:hover:not(:disabled){transform:translateY(-2px)}[data-theme=toyshop] .ts-pdp__add-to-cart:disabled{opacity:.5;cursor:not-allowed}[data-theme=toyshop] .ts-pdp__specs-accordion{border-top:1px solid var(--colors-border);padding-top:1rem}[data-theme=toyshop] .ts-pdp__specs-toggle{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.5rem 0;font-size:1rem;font-weight:700;display:flex}[data-theme=toyshop] .ts-pdp__specs{gap:.5rem;margin-top:.75rem;display:grid}[data-theme=toyshop] .ts-pdp__spec{border-bottom:1px solid var(--colors-border);grid-template-columns:1fr 1fr;gap:.5rem;padding-bottom:.5rem;font-size:.875rem;display:grid}[data-theme=toyshop] .ts-pdp__spec-label{color:var(--colors-muted-foreground)}[data-theme=toyshop] .ts-pdp__spec-value{font-weight:600}[data-theme=toyshop] .ts-footer{padding:var(--spacing-section-y)var(--spacing-page-x);background:var(--colors-primary);color:var(--colors-primary-foreground)}[data-theme=toyshop] .ts-footer__inner{flex-direction:column;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}[data-theme=toyshop] .ts-footer__brand{flex-direction:column;gap:.5rem;display:flex}[data-theme=toyshop] .ts-footer__tagline{opacity:.8;font-size:.9375rem}[data-theme=toyshop] .ts-footer__contact{flex-wrap:wrap;gap:.5rem 1.5rem;font-size:.9375rem;display:flex}[data-theme=toyshop] .ts-footer__contact-link{opacity:.85;text-underline-offset:2px;transition:opacity var(--motion-fast)ease;text-decoration:underline}[data-theme=toyshop] .ts-footer__contact-link:hover{opacity:1}[data-theme=toyshop] .ts-footer__social{gap:.75rem;margin:0;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-footer__social-link{border-radius:var(--radii-full);border:1px solid var(--colors-primary-foreground);color:var(--colors-primary-foreground);opacity:.8;transition:opacity var(--motion-fast)ease;align-items:center;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;display:inline-flex}[data-theme=toyshop] .ts-footer__social-link:hover{opacity:1}[data-theme=toyshop] .ts-footer__legal{border-top:1px solid #fff3;flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem;margin:0;padding:1.25rem 0 0;list-style:none;display:flex}[data-theme=toyshop] .ts-footer__copyright{opacity:.7;flex:1;margin:0;font-size:.8125rem}[data-theme=toyshop] .ts-footer__legal-link{color:var(--colors-primary-foreground);opacity:.7;text-underline-offset:2px;font-size:.8125rem;text-decoration:underline}[data-theme=toyshop] .ts-footer__legal-link:hover{opacity:1}@media (max-width:768px){[data-theme=toyshop] .ts-header{flex-wrap:wrap;gap:.75rem}[data-theme=toyshop] .ts-header__nav{flex-wrap:wrap;flex-basis:100%;gap:1rem}[data-theme=toyshop] .ts-footer__inner{text-align:center;align-items:center}[data-theme=toyshop] .ts-footer__social,[data-theme=toyshop] .ts-footer__legal{justify-content:center}}[data-theme=toyshop] .ts-cart{padding:var(--spacing-page-x);max-width:1200px;margin:0 auto}[data-theme=toyshop] .ts-cart__heading{margin-bottom:1.5rem;font-size:2rem}[data-theme=toyshop] .ts-cart__empty{text-align:center;padding:4rem 1rem}[data-theme=toyshop] .ts-cart__empty-icon{margin-bottom:1rem;font-size:4rem}[data-theme=toyshop] .ts-cart__empty-heading{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}[data-theme=toyshop] .ts-cart__empty-cta{background:var(--colors-primary);color:var(--colors-primary-foreground);border-radius:var(--radii-full);margin-top:1rem;padding:.75rem 2rem;font-weight:600;display:inline-block}[data-theme=toyshop] .ts-cart__layout{grid-template-columns:1fr 340px;align-items:start;gap:2rem;display:grid}[data-theme=toyshop] .ts-cart__lines{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-cart__line{background:var(--colors-surface,#fff);border-radius:var(--radii-lg);box-shadow:var(--shadows-sm);align-items:center;gap:1rem;padding:1rem;display:flex}[data-theme=toyshop] .ts-cart__line-info{flex-direction:column;flex:1;gap:.25rem;display:flex}[data-theme=toyshop] .ts-cart__line-title{font-weight:600}[data-theme=toyshop] .ts-cart__line-variant{color:var(--colors-muted-foreground,#888);font-size:.875rem}[data-theme=toyshop] .ts-cart__line-actions{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}[data-theme=toyshop] .ts-cart__qty-stepper{align-items:center;gap:.5rem;display:flex}[data-theme=toyshop] .ts-cart__qty-btn{border-radius:var(--radii-full);border:2px solid var(--colors-primary);width:32px;height:32px;color:var(--colors-primary);cursor:pointer;background:0 0;font-size:1.25rem;line-height:1}[data-theme=toyshop] .ts-cart__qty-value{text-align:center;min-width:2rem;font-weight:700}[data-theme=toyshop] .ts-cart__remove{color:var(--colors-danger,#e53e3e);cursor:pointer;background:0 0;border:none;font-size:.875rem}[data-theme=toyshop] .ts-cart__summary{background:var(--colors-surface,#fff);border-radius:var(--radii-xl);box-shadow:var(--shadows-md);padding:1.5rem;position:sticky;top:1rem}[data-theme=toyshop] .ts-cart__summary-heading{margin-bottom:1rem;font-size:1.25rem}[data-theme=toyshop] .ts-cart__totals{margin:0 0 1rem;padding:0;list-style:none}[data-theme=toyshop] .ts-cart__total-row{justify-content:space-between;padding:.5rem 0;display:flex}[data-theme=toyshop] .ts-cart__total-row--total{border-top:2px solid var(--colors-border,#e2e8f0);margin-top:.5rem;font-size:1.125rem;font-weight:700}[data-theme=toyshop] .ts-cart__checkout-cta{text-align:center;background:var(--colors-primary);width:100%;color:var(--colors-primary-foreground);border-radius:var(--radii-full);cursor:pointer;border:none;padding:1rem;font-size:1.125rem;font-weight:700;display:block}[data-theme=toyshop] .ts-cart__summary-note{color:var(--colors-muted-foreground,#888);text-align:center;margin-top:.5rem;font-size:.75rem}[data-theme=toyshop] .ts-checkout{padding:var(--spacing-page-x);max-width:1000px;margin:0 auto}[data-theme=toyshop] .ts-checkout__steps{margin-bottom:2rem}[data-theme=toyshop] .ts-checkout__step-list{gap:0;margin:0;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-checkout__step{opacity:.4;flex-direction:column;flex:1;align-items:center;gap:.25rem;transition:opacity .2s;display:flex}[data-theme=toyshop] .ts-checkout__step--active,[data-theme=toyshop] .ts-checkout__step--done{opacity:1}[data-theme=toyshop] .ts-checkout__step-icon{font-size:1.5rem}[data-theme=toyshop] .ts-checkout__step-label{font-size:.75rem;font-weight:600}[data-theme=toyshop] .ts-checkout__layout{grid-template-columns:1fr 300px;align-items:start;gap:2rem;display:grid}[data-theme=toyshop] .ts-checkout__section{border:none;margin:0 0 1.5rem;padding:0}[data-theme=toyshop] .ts-checkout__section-title{margin-bottom:1rem;font-size:1.25rem;font-weight:700}[data-theme=toyshop] .ts-checkout__fields{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}[data-theme=toyshop] .ts-checkout__label{flex-direction:column;gap:.25rem;font-size:.875rem;font-weight:600;display:flex}[data-theme=toyshop] .ts-checkout__label--full{grid-column:1/-1}[data-theme=toyshop] .ts-checkout__input{border:2px solid var(--colors-border,#e2e8f0);border-radius:var(--radii-md);padding:.625rem .75rem;font-family:inherit;font-size:1rem}[data-theme=toyshop] .ts-checkout__nav{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}[data-theme=toyshop] .ts-checkout__next-btn,[data-theme=toyshop] .ts-checkout__submit-btn{background:var(--colors-primary);color:var(--colors-primary-foreground);border-radius:var(--radii-full);cursor:pointer;border:none;padding:.75rem 2rem;font-weight:700}[data-theme=toyshop] .ts-checkout__back-btn{border:2px solid var(--colors-primary);color:var(--colors-primary);border-radius:var(--radii-full);cursor:pointer;background:0 0;padding:.75rem 2rem;font-weight:700}[data-theme=toyshop] .ts-checkout__aside{background:var(--colors-surface,#fff);border-radius:var(--radii-xl);box-shadow:var(--shadows-md);padding:1.5rem;position:sticky;top:1rem}[data-theme=toyshop] .ts-checkout--success{text-align:center;padding:4rem 1rem}[data-theme=toyshop] .ts-checkout__success-icon{margin-bottom:1rem;font-size:4rem}[data-theme=toyshop] .ts-checkout__success-heading{font-size:2rem}[data-theme=toyshop] .ts-account{padding:var(--spacing-page-x);max-width:900px;margin:0 auto}[data-theme=toyshop] .ts-account__profile{text-align:center;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}[data-theme=toyshop] .ts-account__avatar{font-size:4rem}[data-theme=toyshop] .ts-account__name{font-size:2rem}[data-theme=toyshop] .ts-account__email{color:var(--colors-muted-foreground,#888)}[data-theme=toyshop] .ts-account__signout{color:var(--colors-danger,#e53e3e);font-size:.875rem}[data-theme=toyshop] .ts-account__nav{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}[data-theme=toyshop] .ts-account__nav-link{background:var(--colors-primary);color:var(--colors-primary-foreground);border-radius:var(--radii-full);padding:.75rem 1.5rem;font-weight:600}[data-theme=toyshop] .ts-account__addresses{background:var(--colors-surface,#fff);border-radius:var(--radii-xl);padding:1.5rem}[data-theme=toyshop] .ts-account__section-title{margin-bottom:1rem;font-size:1.25rem}[data-theme=toyshop] .ts-account__addr-list{gap:1rem;margin:0;padding:0;list-style:none;display:grid}[data-theme=toyshop] .ts-account__addr-item{border:2px solid var(--colors-border,#e2e8f0);border-radius:var(--radii-lg);justify-content:space-between;padding:1rem;display:flex}[data-theme=toyshop] .ts-account__addr-actions{gap:.5rem;display:flex}[data-theme=toyshop] .ts-account__addr-edit,[data-theme=toyshop] .ts-account__addr-delete{cursor:pointer;background:0 0;border:none;font-size:.875rem}[data-theme=toyshop] .ts-account__addr-delete{color:var(--colors-danger,#e53e3e)}[data-theme=toyshop] .ts-account__add-addr-btn{border:2px dashed var(--colors-primary);color:var(--colors-primary);border-radius:var(--radii-lg);cursor:pointer;background:0 0;width:100%;margin-top:1rem;padding:.75rem 1.5rem;font-weight:600}[data-theme=toyshop] .ts-account__addr-form{background:var(--colors-surface,#fff);border-radius:var(--radii-lg);border:2px solid var(--colors-primary);margin-top:1rem;padding:1.5rem}[data-theme=toyshop] .ts-account__addr-fields{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem;display:grid}[data-theme=toyshop] .ts-account__addr-label{flex-direction:column;gap:.25rem;font-size:.875rem;font-weight:600;display:flex}[data-theme=toyshop] .ts-account__addr-input{border:2px solid var(--colors-border,#e2e8f0);border-radius:var(--radii-md);padding:.5rem .75rem;font-family:inherit}[data-theme=toyshop] .ts-account__addr-form-actions{gap:.75rem;display:flex}[data-theme=toyshop] .ts-account__addr-save{background:var(--colors-primary);color:var(--colors-primary-foreground);border-radius:var(--radii-full);cursor:pointer;border:none;padding:.625rem 1.25rem;font-weight:700}[data-theme=toyshop] .ts-account__addr-cancel{border:2px solid var(--colors-border,#e2e8f0);border-radius:var(--radii-full);cursor:pointer;background:0 0;padding:.625rem 1.25rem}[data-theme=toyshop] .ts-account__addr-badge{color:var(--colors-accent);font-size:.75rem;font-weight:700}[data-theme=toyshop] .ts-orders{padding:var(--spacing-page-x);max-width:900px;margin:0 auto}[data-theme=toyshop] .ts-orders__heading{margin-bottom:1.5rem;font-size:2rem}[data-theme=toyshop] .ts-orders__empty{text-align:center;padding:4rem 1rem}[data-theme=toyshop] .ts-orders__empty-icon{margin-bottom:1rem;font-size:4rem}[data-theme=toyshop] .ts-orders__list{flex-direction:column;gap:1rem;display:flex}[data-theme=toyshop] .ts-orders__card{background:var(--colors-surface,#fff);border-radius:var(--radii-xl);box-shadow:var(--shadows-sm);padding:1.25rem}[data-theme=toyshop] .ts-orders__card-header{justify-content:space-between;margin-bottom:.75rem;display:flex}[data-theme=toyshop] .ts-orders__order-number{font-weight:700}[data-theme=toyshop] .ts-orders__card-body{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:.75rem;display:flex}[data-theme=toyshop] .ts-orders__status{border-radius:var(--radii-full);background:var(--colors-muted,#f1f5f9);align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-flex}[data-theme=toyshop] .ts-orders__status--delivered{color:#065f46;background:#d1fae5}[data-theme=toyshop] .ts-orders__status--shipped{color:#1e40af;background:#dbeafe}[data-theme=toyshop] .ts-orders__status--cancelled{color:#991b1b;background:#fee2e2}[data-theme=toyshop] .ts-orders__status--processing{color:#92400e;background:#fef3c7}[data-theme=toyshop] .ts-orders__total{margin-left:auto;font-weight:700}[data-theme=toyshop] .ts-orders__detail-link{color:var(--colors-primary);font-size:.875rem;font-weight:600;display:inline-block}[data-theme=toyshop] .ts-order-detail{padding:var(--spacing-page-x);max-width:900px;margin:0 auto}[data-theme=toyshop] .ts-order-detail__back{color:var(--colors-primary);margin-bottom:1.5rem;font-weight:600;display:inline-block}[data-theme=toyshop] .ts-order-detail__header{margin-bottom:2rem}[data-theme=toyshop] .ts-order-detail__title{margin-bottom:.5rem;font-size:2rem}[data-theme=toyshop] .ts-order-detail__meta{color:var(--colors-muted-foreground,#888);gap:1rem;display:flex}[data-theme=toyshop] .ts-order-detail__status{color:var(--colors-primary);font-weight:600}[data-theme=toyshop] .ts-order-detail__section-title{border-bottom:2px solid var(--colors-border,#e2e8f0);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem}[data-theme=toyshop] .ts-order-detail__timeline{margin-bottom:2rem}[data-theme=toyshop] .ts-order-detail__timeline-list{gap:1rem;margin:0;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-order-detail__timeline-item{opacity:.4;text-align:center;flex-direction:column;flex:1;align-items:center;gap:.25rem;display:flex}[data-theme=toyshop] .ts-order-detail__timeline-item--done{opacity:1}[data-theme=toyshop] .ts-order-detail__timeline-dot{border-radius:var(--radii-full);background:var(--colors-primary);width:12px;height:12px}[data-theme=toyshop] .ts-order-detail__lines{margin-bottom:2rem}[data-theme=toyshop] .ts-order-detail__line-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-order-detail__line{background:var(--colors-surface,#fff);border-radius:var(--radii-lg);box-shadow:var(--shadows-sm);gap:1rem;padding:1rem;display:flex}[data-theme=toyshop] .ts-order-detail__line-image{object-fit:cover;border-radius:var(--radii-md);width:72px;height:72px}[data-theme=toyshop] .ts-order-detail__line-info{flex-direction:column;flex:1;gap:.25rem;display:flex}[data-theme=toyshop] .ts-order-detail__line-price{font-weight:700}[data-theme=toyshop] .ts-order-detail__summary-row{grid-template-columns:1fr 1fr;gap:2rem;display:grid}[data-theme=toyshop] .ts-order-detail__totals-dl{margin:0}[data-theme=toyshop] .ts-order-detail__total-row{justify-content:space-between;padding:.5rem 0;display:flex}[data-theme=toyshop] .ts-order-detail__total-row--grand{border-top:2px solid var(--colors-border,#e2e8f0);margin-top:.5rem;font-weight:700}[data-theme=toyshop] .ts-wishlist{padding:var(--spacing-page-x);max-width:1200px;margin:0 auto}[data-theme=toyshop] .ts-wishlist__heading{margin-bottom:1.5rem;font-size:2rem}[data-theme=toyshop] .ts-wishlist__empty{text-align:center;padding:4rem 1rem}[data-theme=toyshop] .ts-wishlist__empty-icon{margin-bottom:1rem;font-size:4rem}[data-theme=toyshop] .ts-wishlist__empty-heading{font-size:1.5rem;font-weight:700}[data-theme=toyshop] .ts-wishlist__empty-cta{background:var(--colors-primary);color:var(--colors-primary-foreground);border-radius:var(--radii-full);margin-top:1rem;padding:.75rem 2rem;font-weight:600;display:inline-block}[data-theme=toyshop] .ts-wishlist__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}[data-theme=toyshop] .ts-wishlist__item{background:var(--colors-surface,#fff);border-radius:var(--radii-xl);box-shadow:var(--shadows-sm);flex-direction:column;display:flex;overflow:hidden}[data-theme=toyshop] .ts-wishlist__product-link{flex-direction:column;flex:1;display:flex}[data-theme=toyshop] .ts-wishlist__image{aspect-ratio:1;object-fit:cover;width:100%}[data-theme=toyshop] .ts-wishlist__image-placeholder{aspect-ratio:1;background:var(--colors-muted,#f1f5f9);justify-content:center;align-items:center;width:100%;font-size:3rem;display:flex}[data-theme=toyshop] .ts-wishlist__title{padding:.75rem .75rem .25rem;font-weight:600}[data-theme=toyshop] .ts-wishlist__price{color:var(--colors-primary);padding:0 .75rem .75rem;font-weight:700}[data-theme=toyshop] .ts-wishlist__compare-price{color:var(--colors-muted-foreground,#888);margin-left:.5rem;font-size:.875rem;font-weight:400;text-decoration:line-through}[data-theme=toyshop] .ts-wishlist__actions{border-top:1px solid var(--colors-border,#e2e8f0);flex-direction:column;gap:.5rem;padding:.75rem;display:flex}[data-theme=toyshop] .ts-wishlist__add-to-cart{background:var(--colors-primary);color:var(--colors-primary-foreground);border-radius:var(--radii-full);cursor:pointer;border:none;padding:.625rem 1rem;font-weight:700}[data-theme=toyshop] .ts-wishlist__add-to-cart:disabled{opacity:.5;cursor:not-allowed}[data-theme=toyshop] .ts-wishlist__remove{color:var(--colors-muted-foreground,#888);cursor:pointer;background:0 0;border:none;font-size:.875rem}[data-theme=toyshop] .ts-policy{padding:var(--spacing-page-x);max-width:800px;margin:0 auto}[data-theme=toyshop] .ts-policy__header{text-align:center;margin-bottom:2rem}[data-theme=toyshop] .ts-policy__icon{margin-bottom:.5rem;font-size:3rem}[data-theme=toyshop] .ts-policy__title{font-size:2.5rem}[data-theme=toyshop] .ts-policy__last-updated{color:var(--colors-muted-foreground,#888);font-size:.875rem}[data-theme=toyshop] .ts-policy__toc{background:var(--colors-surface,#fff);border-radius:var(--radii-xl);box-shadow:var(--shadows-sm);margin-bottom:2rem;padding:1.25rem 1.5rem}[data-theme=toyshop] .ts-policy__toc-title{margin-bottom:.75rem;font-size:1rem}[data-theme=toyshop] .ts-policy__toc-list{margin:0;padding-left:1.5rem}[data-theme=toyshop] .ts-policy__toc-item{margin-bottom:.375rem}[data-theme=toyshop] .ts-policy__toc-link{color:var(--colors-primary);font-weight:600}[data-theme=toyshop] .ts-policy__section{margin-bottom:2rem}[data-theme=toyshop] .ts-policy__section-heading{border-bottom:2px solid var(--colors-border,#e2e8f0);margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.5rem}[data-theme=toyshop] .ts-policy__prose{color:var(--colors-foreground);line-height:1.8}[data-theme=toyshop] .ts-policy__prose p{margin:0 0 1rem}@media (max-width:768px){[data-theme=toyshop] .ts-cart__layout,[data-theme=toyshop] .ts-checkout__layout,[data-theme=toyshop] .ts-order-detail__summary-row,[data-theme=toyshop] .ts-checkout__fields,[data-theme=toyshop] .ts-account__addr-fields{grid-template-columns:1fr}[data-theme=toyshop] .ts-wishlist__grid{grid-template-columns:repeat(2,1fr)}}[data-theme=toyshop] .ts-promo--image{width:100%;max-width:1680px;padding-inline:var(--container-padding,1rem);margin-inline:auto;display:block;overflow:hidden}[data-theme=toyshop] .ts-promo--image .ts-promo__image-link,[data-theme=toyshop] .ts-promo--image>.ts-promo__image{border-radius:clamp(1.5rem,2vw + 1rem,2.5rem);width:100%;transition:transform .5s;display:block;overflow:hidden}[data-theme=toyshop] .ts-promo--image .ts-promo__image{object-fit:cover;width:100%;height:auto;display:block}[data-theme=toyshop] .ts-promo--image .ts-promo__image-link:hover{transform:scale(1.01)}[data-theme=toyshop] .ts-promo--image .ts-promo__image-link:focus-visible{outline:3px solid var(--primary,#2b2b2b);outline-offset:4px}@media (prefers-reduced-motion:reduce){[data-theme=toyshop] .ts-promo--image .ts-promo__image-link{transition:none}}[data-theme=toyshop] .ts-pdp__specs-accordion{border-radius:var(--radii-xl);background:var(--colors-background);box-shadow:var(--shadows-md);border-top:none;margin-top:1rem;padding-top:0;overflow:hidden}[data-theme=toyshop] .ts-pdp__specs-toggle{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:1rem 1.5rem;display:flex}[data-theme=toyshop] .ts-pdp__specs-heading{font-family:var(--fonts-sans);color:var(--colors-primary);text-align:left;font-size:1.25rem;font-weight:700}[data-theme=toyshop] .ts-pdp__specs-chevron{color:var(--colors-primary);transition:transform var(--motion-medium)ease;flex-shrink:0}[data-theme=toyshop] .ts-pdp__specs-accordion[data-state=open] .ts-pdp__specs-chevron{transform:rotate(180deg)}[data-theme=toyshop] .ts-pdp__specs{flex-direction:column;gap:1rem;margin:0;padding:.5rem 1.5rem 1.5rem;list-style:none;display:flex}[data-theme=toyshop] .ts-pdp__spec{font-family:var(--fonts-sans);color:var(--colors-muted-foreground);border-bottom:none;grid-template-columns:none;align-items:center;gap:.5rem;padding-bottom:0;font-size:1.125rem;font-weight:400;display:flex}[data-theme=toyshop] .ts-pdp__spec-bullet{border-radius:var(--radii-full);background:var(--colors-muted-foreground);flex-shrink:0;width:.375rem;height:.375rem}[data-theme=toyshop] .ts-pdp__spec-label,[data-theme=toyshop] .ts-pdp__spec-value{color:var(--colors-muted-foreground);font-weight:400}[data-theme=toyshop] .ts-cart{max-width:1680px}[data-theme=toyshop] .ts-cart__breadcrumb{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9375rem;display:flex}[data-theme=toyshop] .ts-cart__breadcrumb-link{color:var(--colors-muted-foreground,#888);font-weight:500}[data-theme=toyshop] .ts-cart__breadcrumb-link:hover{color:var(--colors-primary)}[data-theme=toyshop] .ts-cart__breadcrumb-sep{color:var(--colors-muted-foreground,#888)}[data-theme=toyshop] .ts-cart__breadcrumb-current{color:var(--colors-primary);font-weight:600}[data-theme=toyshop] .ts-cart__panel{background:var(--colors-surface,#fff);border-radius:var(--radii-xl,20px);padding:clamp(1.25rem,3vw,2.5rem);box-shadow:0 0 12px #3333}[data-theme=toyshop] .ts-cart__panel-header{align-items:baseline;gap:.5rem;margin-bottom:1.75rem;display:flex}[data-theme=toyshop] .ts-cart__item-count{color:var(--colors-muted-foreground,#888);font-size:1rem;font-weight:400}[data-theme=toyshop] .ts-cart__line{box-shadow:none;border-bottom:1px solid var(--colors-border,#e2e8f0);background:0 0;border-radius:0;align-items:flex-start;gap:1.25rem;padding:0 0 1.5rem;display:flex}[data-theme=toyshop] .ts-cart__line:last-child{border-bottom:none;padding-bottom:0}[data-theme=toyshop] .ts-cart__line-image-wrap{aspect-ratio:1;border-radius:var(--radii-lg,1rem);width:clamp(96px,14vw,160px);box-shadow:var(--shadows-sm,0 1px 2px #00000014);background:#fff;flex-shrink:0;justify-content:center;align-items:center;padding:.75rem;display:flex}[data-theme=toyshop] .ts-cart__line-image{object-fit:contain;border-radius:var(--radii-md,.5rem);width:100%;height:100%}[data-theme=toyshop] .ts-cart__line-image-placeholder{aspect-ratio:1;background:var(--colors-muted,#f1f5f9);border-radius:var(--radii-lg,1rem);flex-shrink:0;justify-content:center;align-items:center;width:clamp(96px,14vw,160px);font-size:2.5rem;display:flex}[data-theme=toyshop] .ts-cart__line-info{flex-direction:column;flex:1;gap:1rem;min-width:0;display:flex}[data-theme=toyshop] .ts-cart__line-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}[data-theme=toyshop] .ts-cart__line-titles{flex-direction:column;gap:.25rem;min-width:0;display:flex}[data-theme=toyshop] .ts-cart__line-title{color:var(--colors-primary);font-size:1.125rem;font-weight:600}[data-theme=toyshop] .ts-cart__line-options{flex-direction:column;gap:.125rem;margin:.25rem 0 0;display:flex}[data-theme=toyshop] .ts-cart__line-option{color:var(--colors-muted-foreground,#888);gap:.375rem;font-size:.875rem;display:flex}[data-theme=toyshop] .ts-cart__line-option-label{font-weight:600}[data-theme=toyshop] .ts-cart__line-option-value{margin:0}[data-theme=toyshop] .ts-cart__line-icons{flex-shrink:0;align-items:center;gap:.75rem;display:flex}[data-theme=toyshop] .ts-cart__icon-btn{cursor:pointer;color:var(--colors-muted-foreground,#888);background:0 0;border:none;padding:0;line-height:0;transition:color .15s}[data-theme=toyshop] .ts-cart__icon-btn:hover{color:var(--colors-primary)}[data-theme=toyshop] .ts-cart__icon-btn--danger{color:var(--colors-danger,#e53e3e)}[data-theme=toyshop] .ts-cart__icon-btn--danger:hover{color:var(--colors-danger,#e53e3e);opacity:.8}[data-theme=toyshop] .ts-cart__line-foot{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}[data-theme=toyshop] .ts-cart__line-meta{flex-direction:column;gap:.375rem;display:flex}[data-theme=toyshop] .ts-cart__line-qty{color:var(--colors-muted-foreground,#888);font-size:.9375rem}[data-theme=toyshop] .ts-cart__line-prices{align-items:baseline;gap:.625rem;display:flex}[data-theme=toyshop] .ts-cart__line-price{color:var(--colors-primary);font-size:1.25rem;font-weight:700}[data-theme=toyshop] .ts-cart__line-compare{color:var(--colors-muted-foreground,#888);font-size:.875rem;text-decoration:line-through}[data-theme=toyshop] .ts-cart__qty-stepper{background:var(--colors-accent,#ffd8be);border-radius:var(--radii-full,9999px);align-items:center;gap:1rem;padding:.375rem 1rem;display:inline-flex;box-shadow:inset 0 1px 3px #00000014}[data-theme=toyshop] .ts-cart__qty-btn{width:auto;height:auto;color:var(--colors-primary);cursor:pointer;background:0 0;border:none;font-size:1.25rem;line-height:1;transition:opacity .15s}[data-theme=toyshop] .ts-cart__qty-btn:hover{opacity:.7}[data-theme=toyshop] .ts-cart__qty-value{text-align:center;min-width:1.5rem;color:var(--colors-primary);font-weight:600}[data-theme=toyshop] .ts-cart__side{flex-direction:column;gap:2rem;display:flex}[data-theme=toyshop] .ts-cart__coupons{background:var(--colors-surface,#fff);border-radius:var(--radii-xl,20px);padding:clamp(1.5rem,3vw,2.5rem);box-shadow:0 0 12px #3333}[data-theme=toyshop] .ts-cart__coupons-heading{color:var(--colors-primary);margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}[data-theme=toyshop] .ts-cart__coupons-row{flex-wrap:wrap;gap:1rem;display:flex}[data-theme=toyshop] .ts-cart__coupons-input{border:1px solid var(--colors-accent,#ffd8be);border-radius:var(--radii-full,9999px);min-width:0;height:3.5rem;color:var(--colors-foreground);background:0 0;outline:none;flex:1;padding:0 2rem;font-family:inherit;font-size:1rem}[data-theme=toyshop] .ts-cart__coupons-input::placeholder{color:var(--colors-muted-foreground,#b89b85)}[data-theme=toyshop] .ts-cart__coupons-input:focus-visible{box-shadow:0 0 0 2px var(--colors-accent,#ffd8be)}[data-theme=toyshop] .ts-cart__coupons-btn{cursor:pointer;background:var(--colors-accent,#ffd8be);height:3.5rem;color:var(--colors-accent-foreground,#333);border-radius:var(--radii-full,9999px);border:none;padding:0 2.5rem;font-size:1.125rem;font-weight:600;transition:opacity .15s}[data-theme=toyshop] .ts-cart__coupons-btn:hover{opacity:.9}[data-theme=toyshop] .ts-cart__summary-header{align-items:baseline;gap:.5rem;margin-bottom:1.25rem;display:flex}[data-theme=toyshop] .ts-cart__summary-heading{margin:0}[data-theme=toyshop] .ts-cart__summary-count{color:var(--colors-muted-foreground,#888);font-size:.9375rem;font-weight:400}[data-theme=toyshop] .ts-cart__shipping-value{align-items:baseline;gap:.5rem;display:inline-flex}[data-theme=toyshop] .ts-cart__shipping-compare{color:var(--colors-muted-foreground,#888);font-size:.875rem;text-decoration:line-through}[data-theme=toyshop] .ts-cart__shipping-free{color:var(--colors-primary);font-weight:700}[data-theme=toyshop] .ts-cart__total-row--discount dd{color:var(--colors-accent,#ffd8be);font-weight:500}[data-theme=toyshop] .ts-cart__total-row--shipping{color:var(--colors-foreground)}[data-theme=toyshop] .ts-cart__checkout-cta{background:var(--colors-accent,#ffd8be);color:var(--colors-accent-foreground,#333)}[data-theme=toyshop] .ts-cart__checkout-cta:hover{opacity:.9}[data-theme=toyshop] .ts-cart__empty-message{color:var(--colors-muted-foreground,#888);margin:0 0 1rem}@media (max-width:768px){[data-theme=toyshop] .ts-cart__line{flex-direction:column}[data-theme=toyshop] .ts-cart__line-foot{align-items:flex-start}}[data-theme=toyshop] .ts-checkout__breadcrumbs{margin-bottom:.5rem}[data-theme=toyshop] .ts-checkout__crumb-list{flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-checkout__crumb{align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}[data-theme=toyshop] .ts-checkout__crumb-link{color:var(--colors-muted-foreground,#888);font-weight:500;text-decoration:none;transition:color .2s}[data-theme=toyshop] .ts-checkout__crumb-link:hover{color:var(--colors-primary)}[data-theme=toyshop] .ts-checkout__crumb-text{color:var(--colors-muted-foreground,#888);font-weight:500}[data-theme=toyshop] .ts-checkout__crumb-current{color:var(--colors-primary);font-weight:600}[data-theme=toyshop] .ts-checkout__crumb-sep{color:var(--colors-muted-foreground,#888)}[data-theme=toyshop] .ts-checkout__hero{background:var(--colors-surface,#fff);border-radius:20px;flex-wrap:wrap;align-items:baseline;gap:1rem;margin-bottom:2rem;padding:1rem 2rem;display:flex;box-shadow:0 0 12px #3333}[data-theme=toyshop] .ts-checkout__hero-title{font-size:var(--font-size-4xl,2.25rem);color:var(--colors-primary);margin:0;font-weight:800;line-height:1}[data-theme=toyshop] .ts-checkout__hero-subtitle{font-size:var(--font-size-xl,1.25rem);color:var(--colors-muted-foreground,#888);font-weight:400;line-height:1}[data-theme=toyshop] .ts-checkout__aside-title{margin:0 0 1rem;font-size:1.25rem;font-weight:700}[data-theme=toyshop] .ts-checkout__aside-lines{flex-direction:column;gap:.625rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-checkout__aside-line{justify-content:space-between;gap:1rem;font-size:.9375rem;display:flex}[data-theme=toyshop] .ts-checkout__aside-total{border-top:2px solid var(--colors-border,#e2e8f0);justify-content:space-between;gap:1rem;padding-top:.75rem;font-size:1rem;display:flex}[data-theme=toyshop] .ts-checkout__saved-addresses{margin-bottom:1.25rem}[data-theme=toyshop] .ts-checkout__saved-label{margin:0 0 .5rem;font-size:.875rem;font-weight:600}[data-theme=toyshop] .ts-checkout__saved-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-checkout__saved-btn{text-align:left;background:var(--colors-muted,#f1f5f9);border:2px solid var(--colors-border,#e2e8f0);border-radius:var(--radii-lg,.75rem);cursor:pointer;width:100%;padding:.625rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}[data-theme=toyshop] .ts-checkout__saved-btn:hover{border-color:var(--colors-primary)}[data-theme=toyshop] .ts-checkout__form-area{min-width:0}[data-theme=toyshop] .ts-checkout__select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--colors-muted-foreground,#888)50%),linear-gradient(135deg,var(--colors-muted-foreground,#888)50%,transparent 50%);background-position:calc(100% - 18px) 1.1rem,calc(100% - 13px) 1.1rem;background-repeat:no-repeat;background-size:5px 5px;padding-right:2rem}[data-theme=toyshop] .ts-checkout__shipping-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-checkout__shipping-item{margin:0}[data-theme=toyshop] .ts-checkout__shipping-label{border:2px solid var(--colors-border,#e2e8f0);border-radius:var(--radii-lg,.75rem);cursor:pointer;grid-template-columns:auto 1fr auto;align-items:center;gap:.25rem .75rem;padding:.875rem 1rem;transition:border-color .2s;display:grid}[data-theme=toyshop] .ts-checkout__shipping-label:hover{border-color:var(--colors-primary)}[data-theme=toyshop] .ts-checkout__radio{accent-color:var(--colors-primary);grid-row:1/3;width:1.1rem;height:1.1rem}[data-theme=toyshop] .ts-checkout__shipping-name{font-weight:600}[data-theme=toyshop] .ts-checkout__shipping-detail{color:var(--colors-muted-foreground,#888);grid-column:2;font-size:.8125rem}[data-theme=toyshop] .ts-checkout__shipping-price{color:var(--colors-primary);grid-area:1/3/3;font-weight:700}[data-theme=toyshop] .ts-checkout__payment-note{color:var(--colors-muted-foreground,#888);background:var(--colors-muted,#f1f5f9);border-radius:var(--radii-md,.5rem);margin:0 0 1rem;padding:.625rem .875rem;font-size:.8125rem}[data-theme=toyshop] .ts-checkout__review-dl{flex-direction:column;gap:.75rem;margin:0 0 1.5rem;display:flex}[data-theme=toyshop] .ts-checkout__review-row{grid-template-columns:100px 1fr;gap:.75rem;display:grid}[data-theme=toyshop] .ts-checkout__review-row dt{font-weight:700}[data-theme=toyshop] .ts-checkout__review-row dd{margin:0}[data-theme=toyshop] .ts-checkout__review-capitalize{text-transform:capitalize}[data-theme=toyshop] .ts-checkout__review-summary{border-top:2px solid var(--colors-border,#e2e8f0);padding-top:1rem}[data-theme=toyshop] .ts-checkout__review-items-title{margin:0 0 .75rem;font-size:1rem;font-weight:700}[data-theme=toyshop] .ts-checkout__review-items{flex-direction:column;gap:.5rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-checkout__review-item{justify-content:space-between;gap:1rem;font-size:.9375rem;display:flex}[data-theme=toyshop] .ts-checkout__review-total{text-align:right;margin:0;font-size:1.0625rem}[data-theme=toyshop] .ts-checkout__success-msg{color:var(--colors-muted-foreground,#888);margin-top:.5rem;font-size:1.0625rem}@media (max-width:768px){[data-theme=toyshop] .ts-checkout__hero{gap:.5rem;padding:.875rem 1.25rem}[data-theme=toyshop] .ts-checkout__hero-title{font-size:var(--font-size-3xl,1.875rem)}}[data-theme=toyshop] .ts-account__breadcrumbs{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.95rem;display:flex}[data-theme=toyshop] .ts-account__crumb{color:var(--colors-muted-foreground);text-decoration:none;transition:color .18s}[data-theme=toyshop] .ts-account__crumb:hover{color:var(--colors-primary)}[data-theme=toyshop] .ts-account__crumb-sep{color:var(--colors-muted-foreground);opacity:.7}[data-theme=toyshop] .ts-account__crumb--active{color:var(--colors-primary);font-weight:600}[data-theme=toyshop] .ts-account__layout{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:900px){[data-theme=toyshop] .ts-account__layout{flex-direction:row;align-items:flex-start;gap:2.5rem}}[data-theme=toyshop] .ts-account__tabs{flex-direction:column;flex-shrink:0;gap:1rem;display:flex}@media (min-width:900px){[data-theme=toyshop] .ts-account__tabs{width:260px;position:sticky;top:1.5rem}}[data-theme=toyshop] .ts-account__tab{border:1px solid var(--colors-border);background:var(--colors-background);width:100%;color:var(--colors-muted-foreground);font-family:var(--fonts-sans);text-align:left;cursor:pointer;box-shadow:var(--shadows-sm);border-radius:20px;align-items:center;gap:1rem;padding:.9rem 1.25rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .18s,color .18s,box-shadow .18s,border-color .18s;display:flex}[data-theme=toyshop] .ts-account__tab:hover{border-color:var(--colors-accent);color:var(--colors-primary)}[data-theme=toyshop] .ts-account__tab[data-active=true]{background:var(--colors-accent);color:var(--colors-accent-foreground);border-color:var(--colors-accent);box-shadow:var(--shadows-md)}[data-theme=toyshop] .ts-account__tab--logout{color:var(--colors-primary)}[data-theme=toyshop] .ts-account__tab--logout:hover{border-color:var(--colors-primary)}[data-theme=toyshop] .ts-account__tab-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}[data-theme=toyshop] .ts-account__tab-label{line-height:1.2}[data-theme=toyshop] .ts-account__panel{flex-direction:column;flex:auto;gap:1.5rem;min-width:0;display:flex}[data-theme=toyshop] .ts-account__panel-head{background:var(--colors-background);box-shadow:var(--shadows-md);border:1px solid var(--colors-border);border-radius:20px;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 2rem;display:flex}[data-theme=toyshop] .ts-account__panel-title{font-family:var(--fonts-serif);color:var(--colors-primary);margin:0;font-size:clamp(1.4rem,2.4vw,1.9rem);font-weight:700}[data-theme=toyshop] .ts-account__panel-head-action{color:var(--colors-accent);font-family:var(--fonts-sans);cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;font-weight:600;transition:opacity .18s}[data-theme=toyshop] .ts-account__panel-head-action:hover{opacity:.75;text-decoration:underline}[data-theme=toyshop] .ts-account__profile-panel{flex-direction:column;gap:1.5rem;display:flex}[data-theme=toyshop] .ts-account__profile-card{background:var(--colors-background);box-shadow:var(--shadows-md);border:1px solid var(--colors-border);border-radius:24px;flex-direction:column;gap:2rem;padding:clamp(1.5rem,4vw,3rem);display:flex}[data-theme=toyshop] .ts-account__profile{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}[data-theme=toyshop] .ts-account__avatar{background:var(--colors-accent);width:64px;height:64px;color:var(--colors-accent-foreground);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;display:inline-flex}[data-theme=toyshop] .ts-account__avatar svg{width:28px;height:28px}[data-theme=toyshop] .ts-account__name{font-family:var(--fonts-serif);color:var(--colors-primary);margin:0;font-size:1.5rem;font-weight:700}[data-theme=toyshop] .ts-account__email{color:var(--colors-muted-foreground);margin:0;font-size:.95rem}[data-theme=toyshop] .ts-account__info{flex-direction:column;gap:1rem;margin:0;display:flex}[data-theme=toyshop] .ts-account__info-row{background:var(--colors-muted);box-shadow:var(--shadows-sm);border-radius:16px;flex-direction:column;gap:.35rem;padding:.9rem 1.25rem;display:flex}[data-theme=toyshop] .ts-account__info-label{color:var(--colors-muted-foreground);text-transform:uppercase;letter-spacing:.03em;margin:0;font-size:.85rem;font-weight:600}[data-theme=toyshop] .ts-account__info-value{color:var(--colors-primary);word-break:break-word;margin:0;font-size:1.05rem;font-weight:600}[data-theme=toyshop] .ts-account__nav{flex-wrap:wrap;gap:1rem;display:flex}[data-theme=toyshop] .ts-account__nav-link{background:var(--colors-accent);color:var(--colors-accent-foreground);box-shadow:var(--shadows-sm);border-radius:9999px;align-items:center;gap:.6rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:filter .18s,box-shadow .18s;display:inline-flex}[data-theme=toyshop] .ts-account__nav-link:hover{filter:brightness(.96);box-shadow:var(--shadows-md)}[data-theme=toyshop] .ts-account__nav-icon{justify-content:center;align-items:center;display:inline-flex}[data-theme=toyshop] .ts-account__no-addresses{background:var(--colors-muted);color:var(--colors-muted-foreground);text-align:center;border-radius:20px;margin:0;padding:1.5rem}[data-theme=toyshop] .ts-account__orders-panel{flex-direction:column;gap:1.5rem;display:flex}[data-theme=toyshop] .ts-account__orders-card{background:var(--colors-background);box-shadow:var(--shadows-md);border:1px solid var(--colors-border);border-radius:24px;flex-direction:column;gap:1.5rem;padding:clamp(1.5rem,4vw,2.5rem);display:flex}[data-theme=toyshop] .ts-account__orders-intro{color:var(--colors-muted-foreground);margin:0;font-size:1rem}[data-theme=toyshop] .ts-account__orders-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}[data-theme=toyshop] .ts-account__btn{min-width:200px;font-family:var(--fonts-sans);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;padding:.85rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:filter .18s,background .18s,color .18s,box-shadow .18s;display:inline-flex}[data-theme=toyshop] .ts-account__btn--primary{background:var(--colors-accent);color:var(--colors-accent-foreground);box-shadow:var(--shadows-sm);border:none}[data-theme=toyshop] .ts-account__btn--primary:hover{filter:brightness(.96);box-shadow:var(--shadows-md)}[data-theme=toyshop] .ts-account__btn--ghost{border:1.5px solid var(--colors-primary);color:var(--colors-primary);background:0 0}[data-theme=toyshop] .ts-account__btn--ghost:hover{background:var(--colors-muted)}[data-theme=toyshop] .ts-account__unauthenticated{background:var(--colors-background);box-shadow:var(--shadows-md);border:1px solid var(--colors-border);text-align:center;color:var(--colors-muted-foreground);border-radius:24px;flex-direction:column;align-items:center;gap:1rem;padding:clamp(2rem,6vw,4rem);display:flex}[data-theme=toyshop] .ts-account__unauth-icon{background:var(--colors-accent);width:56px;height:56px;color:var(--colors-accent-foreground);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}[data-theme=toyshop] .ts-orders{max-width:1356px}[data-theme=toyshop] .ts-orders__heading{color:var(--colors-foreground);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}[data-theme=toyshop] .ts-orders__list{gap:1.75rem}[data-theme=toyshop] .ts-orders__card{background:var(--colors-background,#fff);border-radius:var(--radii-xl,20px);border:1px solid #0000000d;padding:1.5rem;box-shadow:0 0 12px #3333}@media (min-width:768px){[data-theme=toyshop] .ts-orders__card{padding:2.5rem}}[data-theme=toyshop] .ts-orders__card-header{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}@media (min-width:768px){[data-theme=toyshop] .ts-orders__card-header{flex-direction:row;align-items:center}}[data-theme=toyshop] .ts-orders__card-headline{flex-direction:column;gap:.5rem;display:flex}[data-theme=toyshop] .ts-orders__order-number{color:var(--colors-foreground);margin:0;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700}[data-theme=toyshop] .ts-orders__address{color:var(--colors-muted-foreground,#6b7280);align-items:flex-start;gap:.5rem;margin:0;font-size:.9375rem;display:flex}[data-theme=toyshop] .ts-orders__address-icon{flex-shrink:0;line-height:1.4}[data-theme=toyshop] .ts-orders__card-meta{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}@media (min-width:768px){[data-theme=toyshop] .ts-orders__card-meta{text-align:right;align-items:flex-end}}[data-theme=toyshop] .ts-orders__date{color:var(--colors-muted-foreground,#6b7280);font-size:.9375rem}[data-theme=toyshop] .ts-orders__total{color:var(--colors-foreground);margin:0;font-weight:700}[data-theme=toyshop] .ts-orders__item-count{color:var(--colors-muted-foreground,#6b7280);font-weight:500}[data-theme=toyshop] .ts-orders__card-meta .ts-orders__status{margin:0}[data-theme=toyshop] .ts-orders__items{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-orders__item{text-align:center;border-top:1px solid #0000000f;flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem 0;display:flex}@media (min-width:640px){[data-theme=toyshop] .ts-orders__item{text-align:left;flex-direction:row}}[data-theme=toyshop] .ts-orders__item-thumb{border-radius:var(--radii-xl,20px);background:#fff;flex-shrink:0;justify-content:center;align-items:center;width:8rem;height:8rem;padding:.75rem;display:flex;overflow:hidden;box-shadow:0 1px 3px #00000014}@media (min-width:768px){[data-theme=toyshop] .ts-orders__item-thumb{width:10rem;height:10rem}}[data-theme=toyshop] .ts-orders__item-thumb img{object-fit:contain;width:100%;height:100%}[data-theme=toyshop] .ts-orders__item-thumb--empty{font-size:2.5rem}[data-theme=toyshop] .ts-orders__item-info{flex-direction:column;flex:1;gap:.5rem;display:flex}[data-theme=toyshop] .ts-orders__item-title{color:var(--colors-foreground);margin:0;font-size:1.125rem;font-weight:600}[data-theme=toyshop] .ts-orders__item-qty{color:var(--colors-muted-foreground,#6b7280);margin:0;font-size:.875rem}[data-theme=toyshop] .ts-orders__item-pricing{justify-content:center;align-items:center;gap:.75rem;display:flex}@media (min-width:640px){[data-theme=toyshop] .ts-orders__item-pricing{justify-content:flex-start}}[data-theme=toyshop] .ts-orders__item-price{color:var(--colors-foreground);font-size:1.0625rem;font-weight:700}[data-theme=toyshop] .ts-orders__item-compare{color:var(--colors-muted-foreground,#9ca3af);font-size:.875rem;text-decoration:line-through}[data-theme=toyshop] .ts-orders__card-footer{justify-content:center;margin-top:2.5rem;display:flex}[data-theme=toyshop] .ts-orders__detail-link{border-radius:var(--radii-full,9999px);background:var(--colors-secondary,#fde0c4);color:var(--colors-foreground);justify-content:center;align-items:center;padding:.85rem 3rem;font-size:1.0625rem;font-weight:600;line-height:1;transition:background .18s,transform .18s;display:inline-flex}[data-theme=toyshop] .ts-orders__detail-link:hover{background:#fcd2b1;transform:translateY(-1px)}[data-theme=toyshop] .ts-order-detail--tracking{flex-direction:column;gap:2rem;max-width:1356px;display:flex}[data-theme=toyshop] .ts-order-detail__breadcrumb{align-items:center;gap:.5rem;font-size:.95rem;display:flex}[data-theme=toyshop] .ts-order-detail__crumb-link{color:var(--colors-muted-foreground,#888);text-decoration:none}[data-theme=toyshop] .ts-order-detail__crumb-link:hover{color:var(--colors-primary)}[data-theme=toyshop] .ts-order-detail__crumb-sep{color:var(--colors-muted-foreground,#888)}[data-theme=toyshop] .ts-order-detail__crumb-current{color:var(--colors-primary);font-weight:600}[data-theme=toyshop] .ts-order-track{background:var(--colors-surface,#fff);border:1px solid var(--colors-border,#e2e8f0);border-radius:var(--radii-xl,20px);box-shadow:var(--shadows-md);padding:1.5rem 2rem 2.5rem}[data-theme=toyshop] .ts-order-track__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}[data-theme=toyshop] .ts-order-track__title{color:var(--colors-primary);margin:0;font-size:clamp(1.25rem,2.5vw,1.875rem);font-weight:700}[data-theme=toyshop] .ts-order-track__actions{flex-wrap:wrap;gap:.75rem;display:flex}[data-theme=toyshop] .ts-order-track__btn{border-radius:var(--radii-full,9999px);white-space:nowrap;justify-content:center;align-items:center;min-height:3rem;padding:0 1.75rem;font-weight:600;text-decoration:none;transition:opacity .2s,background-color .2s;display:inline-flex}[data-theme=toyshop] .ts-order-track__btn--primary{background:var(--colors-accent);color:var(--colors-accent-foreground);border:none}[data-theme=toyshop] .ts-order-track__btn--primary:hover{opacity:.9}[data-theme=toyshop] .ts-order-track__btn--outline{color:var(--colors-foreground);border:1.5px solid var(--colors-foreground);background:0 0}[data-theme=toyshop] .ts-order-track__btn--outline:hover{background:color-mix(in srgb,var(--colors-foreground)6%,transparent)}[data-theme=toyshop] .ts-order-track__stepper{justify-content:space-between;align-items:flex-start;max-width:753px;margin:0 auto;padding:0;list-style:none;display:flex;position:relative}[data-theme=toyshop] .ts-order-track__stepper:before{content:"";border-top:2px dashed var(--colors-border,#cbd5e1);z-index:0;position:absolute;top:16px;left:10%;right:10%}[data-theme=toyshop] .ts-order-track__step{z-index:1;text-align:center;flex-direction:column;flex:1;align-items:center;gap:1rem;display:flex;position:relative}[data-theme=toyshop] .ts-order-track__dot{border-radius:var(--radii-full,9999px);background:var(--colors-secondary,#cbd5e1);width:32px;height:32px}[data-theme=toyshop] .ts-order-track__step--done .ts-order-track__dot,[data-theme=toyshop] .ts-order-track__step--active .ts-order-track__dot{background:var(--colors-primary)}[data-theme=toyshop] .ts-order-track__step-label{color:var(--colors-primary);white-space:nowrap;font-weight:600}[data-theme=toyshop] .ts-order-track__step--pending .ts-order-track__step-label{color:var(--colors-muted-foreground,#888)}[data-theme=toyshop] .ts-order-detail__body{grid-template-columns:1.4fr 1fr;align-items:start;gap:2.5rem;display:grid}[data-theme=toyshop] .ts-order-summary-card{background:var(--colors-surface,#fff);border:1px solid var(--colors-border,#e2e8f0);border-radius:var(--radii-xl,20px);box-shadow:var(--shadows-md);padding:2rem}[data-theme=toyshop] .ts-order-summary-card__head{align-items:baseline;gap:.5rem;margin-bottom:1.5rem;display:flex}[data-theme=toyshop] .ts-order-summary-card__title{color:var(--colors-primary);margin:0;font-size:1.5rem;font-weight:700}[data-theme=toyshop] .ts-order-summary-card__count{color:var(--colors-muted-foreground,#888);font-size:.9rem}[data-theme=toyshop] .ts-order-summary-card__items{flex-direction:column;gap:1.25rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-order-summary-card__item{gap:1rem;display:flex}[data-theme=toyshop] .ts-order-summary-card__item-img{object-fit:cover;border-radius:var(--radii-md);background:var(--colors-muted,#f1f5f9);flex-shrink:0;width:72px;height:72px}[data-theme=toyshop] .ts-order-summary-card__item-info{flex-direction:column;flex:1;gap:.25rem;display:flex}[data-theme=toyshop] .ts-order-summary-card__item-title{color:var(--colors-primary);margin:0;font-size:1rem;font-weight:600}[data-theme=toyshop] .ts-order-summary-card__item-meta{color:var(--colors-muted-foreground,#888);margin:0;font-size:.85rem}[data-theme=toyshop] .ts-order-summary-card__item-foot{justify-content:space-between;align-items:center;margin-top:.25rem;display:flex}[data-theme=toyshop] .ts-order-summary-card__item-price{color:var(--colors-primary);font-weight:700}[data-theme=toyshop] .ts-order-summary-card__item-qty{color:var(--colors-muted-foreground,#888);font-size:.85rem}[data-theme=toyshop] .ts-order-summary-card__totals{border-top:2px solid var(--colors-border,#e2e8f0);margin:0;padding-top:1.25rem}[data-theme=toyshop] .ts-order-summary-card__total-row{justify-content:space-between;padding:.4rem 0;display:flex}[data-theme=toyshop] .ts-order-summary-card__total-row dt,[data-theme=toyshop] .ts-order-summary-card__total-row dd{margin:0}[data-theme=toyshop] .ts-order-summary-card__total-row--discount dd{color:var(--colors-success,#16a34a)}[data-theme=toyshop] .ts-order-summary-card__total-row--grand{color:var(--colors-primary);border-top:2px solid var(--colors-border,#e2e8f0);margin-top:.5rem;padding-top:.75rem;font-size:1.1rem;font-weight:700}[data-theme=toyshop] .ts-order-summary-card__free{color:var(--colors-success,#16a34a);font-weight:600}[data-theme=toyshop] .ts-order-summary-card__payment{color:var(--colors-muted-foreground,#888);margin:1rem 0 0;font-size:.85rem}[data-theme=toyshop] .ts-shipping-card{background:var(--colors-surface,#fff);border:1px solid var(--colors-border,#e2e8f0);border-radius:var(--radii-xl,32px);box-shadow:var(--shadows-lg);padding:2.5rem}[data-theme=toyshop] .ts-shipping-card__title{color:var(--colors-primary);margin:0 0 1.5rem;font-size:1.75rem;font-weight:700}[data-theme=toyshop] .ts-shipping-card__subtitle{color:var(--colors-primary);margin:0 0 .75rem;font-size:1.25rem;font-weight:700}[data-theme=toyshop] .ts-shipping-card__address{color:var(--colors-primary);opacity:.7;font-style:normal;line-height:1.7}[data-theme=toyshop] .ts-order-detail--tracking .ts-order-detail__not-found{background:var(--colors-surface,#fff);border:1px solid var(--colors-border,#e2e8f0);border-radius:var(--radii-xl,20px);box-shadow:var(--shadows-md);text-align:center;color:var(--colors-muted-foreground,#888);padding:3rem 2rem}@media (max-width:900px){[data-theme=toyshop] .ts-order-detail__body{grid-template-columns:1fr}}@media (max-width:600px){[data-theme=toyshop] .ts-order-track{padding:1.25rem 1rem 2rem}[data-theme=toyshop] .ts-order-track__head{flex-direction:column;align-items:stretch}[data-theme=toyshop] .ts-order-track__actions{width:100%}[data-theme=toyshop] .ts-order-track__btn{flex:1;padding:0 1rem}[data-theme=toyshop] .ts-order-track__stepper:before{left:14%;right:14%}[data-theme=toyshop] .ts-shipping-card,[data-theme=toyshop] .ts-order-summary-card{padding:1.5rem}}[data-theme=toyshop] .ts-wishlist__breadcrumbs{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}[data-theme=toyshop] .ts-wishlist__crumb-group{align-items:center;gap:.5rem;display:inline-flex}[data-theme=toyshop] .ts-wishlist__crumb{color:var(--colors-muted-foreground,#888);font-weight:400;text-decoration:none;transition:color .15s}[data-theme=toyshop] a.ts-wishlist__crumb:hover{color:var(--colors-primary)}[data-theme=toyshop] .ts-wishlist__crumb--active{color:var(--colors-primary);font-weight:600}[data-theme=toyshop] .ts-wishlist__crumb-sep{color:var(--colors-muted-foreground,#888)}[data-theme=toyshop] .ts-wishlist__grid--responsive{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}@media (min-width:768px){[data-theme=toyshop] .ts-wishlist__grid--responsive{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){[data-theme=toyshop] .ts-wishlist__grid--responsive{grid-template-columns:repeat(5,minmax(0,1fr))}}[data-theme=toyshop] .ts-wishlist__empty-message{color:var(--colors-muted-foreground,#888);margin-top:.5rem}[data-theme=toyshop] a.ts-wishlist__empty-cta{color:var(--colors-foreground,#1f2937);border-radius:var(--radii-full,9999px);background:#ffdab9;padding:1rem 3rem;font-weight:600;text-decoration:none;transition:background .15s}[data-theme=toyshop] a.ts-wishlist__empty-cta:hover{background:#fcd3ae}[data-theme=toyshop] .ts-policy__breadcrumb{font-family:var(--fonts-sans);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9375rem;display:flex}[data-theme=toyshop] .ts-policy__breadcrumb-link{color:var(--colors-muted-foreground,#888);text-decoration:none;transition:color .2s}[data-theme=toyshop] .ts-policy__breadcrumb-link:hover{color:var(--colors-primary)}[data-theme=toyshop] .ts-policy__breadcrumb-sep{color:var(--colors-muted-foreground,#888)}[data-theme=toyshop] .ts-policy__breadcrumb-current{color:var(--colors-primary);font-weight:600}[data-theme=toyshop] .ts-policy--faq{max-width:1680px;padding:var(--spacing-page-x)}[data-theme=toyshop] .ts-faq__columns{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1024px){[data-theme=toyshop] .ts-faq__columns{grid-template-columns:1fr 1fr;gap:2.5rem}}[data-theme=toyshop] .ts-faq__card{background:var(--colors-background);border-radius:var(--radii-xl,20px);flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex;box-shadow:0 0 12px #3333}@media (min-width:768px){[data-theme=toyshop] .ts-faq__card{padding:2.5rem}}[data-theme=toyshop] .ts-faq__card--info{gap:2rem}[data-theme=toyshop] .ts-faq__card-title{font-family:var(--fonts-serif);color:var(--colors-primary);margin:0;font-size:1.5rem;font-weight:700}@media (min-width:768px){[data-theme=toyshop] .ts-faq__card-title{font-size:1.875rem}}[data-theme=toyshop] .ts-faq__form{flex-direction:column;gap:1.25rem;display:flex}[data-theme=toyshop] .ts-faq__field{flex-direction:column;gap:.5rem;display:flex}[data-theme=toyshop] .ts-faq__label{font-family:var(--fonts-sans);color:var(--colors-primary);font-size:1rem;font-weight:500}[data-theme=toyshop] .ts-faq__input{font-family:var(--fonts-sans);color:var(--colors-foreground);background:var(--colors-muted,#f5f5f5);border-radius:var(--radii-full,9999px);border:none;outline:none;height:3rem;padding:0 1.5rem;font-size:1rem;box-shadow:0 0 12px #3333}[data-theme=toyshop] .ts-faq__input::placeholder{color:var(--colors-muted-foreground,#999)}[data-theme=toyshop] .ts-faq__input:focus-visible{box-shadow:0 0 0 2px var(--colors-secondary,var(--colors-primary)),0 0 12px 0 #3333}[data-theme=toyshop] .ts-faq__input--textarea{border-radius:var(--radii-xl,20px);resize:vertical;height:auto;min-height:180px;padding:1.5rem}[data-theme=toyshop] .ts-faq__submit-row{justify-content:center;padding-top:1rem;display:flex}[data-theme=toyshop] .ts-faq__submit{font-family:var(--fonts-sans);color:var(--colors-primary-foreground);background:var(--colors-primary);border-radius:var(--radii-full,9999px);cursor:pointer;border:none;padding:.9rem 3rem;font-size:1.125rem;font-weight:600;transition:opacity .2s}[data-theme=toyshop] .ts-faq__submit:hover{opacity:.9}[data-theme=toyshop] .ts-faq__list{flex-direction:column;gap:2rem;display:flex}[data-theme=toyshop] .ts-faq__item{flex-direction:column;gap:.5rem;display:flex}[data-theme=toyshop] .ts-faq__question{font-family:var(--fonts-sans);color:var(--colors-primary);margin:0;font-size:1.125rem;font-weight:700}@media (min-width:768px){[data-theme=toyshop] .ts-faq__question{font-size:1.25rem}}[data-theme=toyshop] .ts-faq__answer{font-family:var(--fonts-sans);color:var(--colors-muted-foreground,#666);margin:0;font-size:1rem;line-height:1.6}[data-theme=toyshop] .ts-breadcrumbs{width:100%;max-width:1680px;padding:0 var(--spacing-page-x,1.5rem);margin:0 auto}[data-theme=toyshop] .ts-breadcrumbs__list{flex-wrap:wrap;align-items:center;gap:.5rem;margin:2rem 0;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-breadcrumbs__item{font-family:var(--fonts-sans);color:var(--colors-foreground);align-items:center;gap:.5rem;font-size:.9375rem;display:inline-flex}[data-theme=toyshop] .ts-breadcrumbs__link{color:var(--colors-muted-foreground,#3a5a3a);transition:color var(--motion-fast,.2s)ease;font-weight:600;text-decoration:none}[data-theme=toyshop] .ts-breadcrumbs__link:hover{color:var(--colors-accent)}[data-theme=toyshop] .ts-breadcrumbs__current{color:var(--colors-primary);font-weight:700}[data-theme=toyshop] .ts-breadcrumbs__sep{color:var(--colors-muted-foreground,#3a5a3a);opacity:.6}[data-theme=toyshop] .ts-filter{background:var(--colors-background);border-bottom:1px solid color-mix(in srgb,var(--colors-border)35%,transparent);width:100%;padding:1.25rem var(--spacing-page-x,1.5rem)}[data-theme=toyshop] .ts-filter__bar{flex-direction:column;justify-content:space-between;gap:1.5rem;max-width:1680px;margin:0 auto;display:flex}[data-theme=toyshop] .ts-filter__group--filters{flex-wrap:wrap;align-items:center;gap:1.25rem 2rem;display:flex}[data-theme=toyshop] .ts-filter__field{align-items:center;gap:.75rem;display:flex}[data-theme=toyshop] .ts-filter__label{white-space:nowrap;font-family:var(--fonts-sans);color:var(--colors-primary);font-size:1rem;font-weight:600}[data-theme=toyshop] .ts-filter__select{border:1px solid var(--colors-border);background:var(--colors-background);min-width:150px;height:2.75rem;color:var(--colors-foreground);font-family:var(--fonts-sans);box-shadow:var(--shadows-sm);border-radius:9999px;padding:0 1.125rem;font-weight:500}[data-theme=toyshop] .ts-filter__select--sort{min-width:190px}[data-theme=toyshop] .ts-filter__select:focus-visible{outline:2px solid var(--colors-accent);outline-offset:2px}[data-theme=toyshop] .ts-filter__price{align-items:center;gap:.5rem;display:flex}[data-theme=toyshop] .ts-filter__currency{color:var(--colors-foreground);opacity:.7}[data-theme=toyshop] .ts-filter__price-sep{color:var(--colors-foreground)}[data-theme=toyshop] .ts-filter__price-input{border:1px solid var(--colors-border);background:var(--colors-background);width:5.5rem;height:2.75rem;color:var(--colors-foreground);font-family:var(--fonts-sans);box-shadow:var(--shadows-sm);border-radius:9999px;padding:0 1rem}[data-theme=toyshop] .ts-filter__price-input::placeholder{color:color-mix(in srgb,var(--colors-foreground)35%,transparent)}[data-theme=toyshop] .ts-filter__price-input:focus-visible{outline:2px solid var(--colors-accent);outline-offset:2px}@media (min-width:1024px){[data-theme=toyshop] .ts-filter__bar{flex-direction:row;align-items:center}}[data-theme=toyshop] .ts-toolbar{width:100%;padding:2rem var(--spacing-page-x,1.5rem)}[data-theme=toyshop] .ts-toolbar__inner{flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1680px;margin:0 auto;display:flex}[data-theme=toyshop] .ts-toolbar__count{font-family:var(--fonts-sans);color:var(--colors-primary);margin:0;font-size:1.25rem;font-weight:700}[data-theme=toyshop] .ts-toolbar__pages{align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}[data-theme=toyshop] .ts-toolbar__nav,[data-theme=toyshop] .ts-toolbar__page{width:2.75rem;height:2.75rem;font-family:var(--fonts-sans);transition:background-color var(--motion-fast,.2s)ease,color var(--motion-fast,.2s)ease,transform var(--motion-fast,.2s)ease;border:none;border-radius:9999px;justify-content:center;align-items:center;font-weight:700;text-decoration:none;display:inline-flex}[data-theme=toyshop] .ts-toolbar__nav{color:var(--colors-primary);box-shadow:var(--shadows-sm);background:#ffd8b1}[data-theme=toyshop] .ts-toolbar__nav:hover{background:#ffca99;transform:scale(1.05)}[data-theme=toyshop] .ts-toolbar__nav[aria-disabled=true]{opacity:.45;pointer-events:none}[data-theme=toyshop] .ts-toolbar__chevron{font-size:1.25rem;line-height:1}[data-theme=toyshop] .ts-toolbar__page{background:var(--colors-muted);color:var(--colors-primary)}[data-theme=toyshop] .ts-toolbar__page:hover{background:color-mix(in srgb,var(--colors-muted)80%,var(--colors-accent));transform:scale(1.05)}[data-theme=toyshop] .ts-toolbar__page--active{background:var(--colors-accent);color:var(--colors-accent-foreground)}[data-theme=toyshop] .ts-toolbar__page--active:hover{background:var(--colors-accent)}@media (min-width:640px){[data-theme=toyshop] .ts-toolbar__inner{flex-direction:row}[data-theme=toyshop] .ts-toolbar__nav,[data-theme=toyshop] .ts-toolbar__page{width:3rem;height:3rem}}
