:root{--color-white: #ffffff;--color-black: #060609;--color-blue: #0056b8;--color-blue-dark: #003f88;--color-yellow: #fee064;--color-pink: #ffdfee;--color-menta: #aef5e2;--color-coral: #fe8160;--color-purple: #282271;--color-cyan: #58c0e6;--color-dark-green: #024048;--color-red: var(--color-blue);--color-red-dark: var(--color-purple);--color-sky: var(--color-cyan);--color-teal: var(--color-dark-green);--color-green: var(--color-dark-green);--color-cream: var(--color-white);--color-ink: var(--color-black);--color-muted: rgba(6, 6, 9, .68);--color-border: rgba(0, 86, 184, .18);--font-body: "Avenir", "Avenir Next", "Nunito Sans", Arial, sans-serif;--font-heading: "Korolev", "Korolev Condensed", "Avenir Next Condensed", "Arial Narrow", "Avenir", Arial, sans-serif;--font-rounded: var(--font-body);--page-width: 1460px;--section-pad: 78px;--radius-lg: 36px;--radius-md: 24px;--shadow-soft: 0 18px 45px rgba(6, 6, 9, .12);--motion: .26s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-cream);color:var(--color-ink);font-family:var(--font-rounded);font-size:16px;line-height:1.5;letter-spacing:0}img,svg,video{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}h1,h2,h3,p{margin:0}h1{font-size:48px;line-height:1.08;font-weight:900}h2{font-size:38px;line-height:1.15;font-weight:900}h3{font-size:24px;line-height:1.2;font-weight:900}.page-width{width:min(var(--page-width),calc(100% - 48px));margin:0 auto}.section-pad{padding:var(--section-pad) 0;background:var(--section-bg, var(--color-cream))}.main-content{min-height:60vh}.skip-link,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{z-index:1000;width:auto;height:auto;clip:auto;padding:12px 18px;margin:10px;border-radius:10px;color:var(--color-white);background:var(--color-red)}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:14px 23px;border:0;border-radius:14px;font-size:17px;font-weight:900;line-height:1;transition:transform var(--motion),background var(--motion),color var(--motion)}.button svg{width:18px;height:18px}.button:hover{transform:translateY(-2px)}.button--red{color:var(--color-white);background:var(--color-red)}.button--red:hover{background:var(--color-red-dark)}.button--white{color:var(--color-red);background:var(--color-white)}.button--full{width:100%}.text-link{color:var(--color-red);font-size:20px;font-weight:800;text-decoration:underline}.icon-circle{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:0;border-radius:14px;color:currentColor;transition:transform var(--motion),background var(--motion),color var(--motion)}.icon-circle svg{width:25px;height:25px}.icon-circle:hover{transform:translateY(-2px)}.icon-circle--red{color:var(--color-white);background:var(--color-red)}.icon-circle--white,.icon-circle--light{color:var(--color-ink);background:var(--color-white);box-shadow:0 0 0 6px #e4ddd5bf}.section-heading{margin-bottom:44px}.section-heading--center{max-width:900px;margin-right:auto;margin-left:auto;text-align:center}.section-heading p{margin-top:14px;font-size:25px;font-weight:700}.reveal-media{overflow:hidden;isolation:isolate}.reveal-media img{width:100%;transform:scale(1.08);filter:blur(14px);opacity:.72;transition:transform 1.15s cubic-bezier(.16,1,.3,1),filter 1s ease,opacity .9s ease}.reveal-media.is-visible img{transform:scale(1);filter:blur(0);opacity:1}.site-header{position:sticky;top:0;z-index:50;background:#f3f0eceb;border-bottom:1px solid rgba(37,38,43,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:78px}.site-header__brand{color:var(--color-red);font-size:27px;font-weight:900}.site-header__brand img{max-height:48px;width:auto}.site-header__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 26px;font-size:17px;font-weight:800}.site-header__nav a:hover,.site-header__search:hover{color:var(--color-red)}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;font-weight:800}.site-header__cart{position:relative;display:inline-flex;align-items:center}.site-header__cart svg{width:28px;height:28px}.site-header__cart span{position:absolute;top:-10px;right:-12px;min-width:22px;height:22px;padding:2px 6px;border-radius:999px;color:var(--color-white);background:var(--color-red);font-size:12px;line-height:18px;text-align:center}.site-header__toggle{display:none;width:44px;height:44px;border:0;border-radius:12px;color:var(--color-white);background:var(--color-red)}.site-header__toggle{position:relative;place-items:center;overflow:hidden;transition:background var(--motion),border-color var(--motion),transform var(--motion)}.site-header__toggle-lines{position:relative;display:block;width:24px;height:20px}.site-header__toggle-line{position:absolute;top:50%;left:0;width:100%;height:3px;border-radius:999px;background:currentColor;transform:translateY(-50%);transform-origin:center;transition:transform .28s cubic-bezier(.16,1,.3,1),opacity .18s ease}.site-header__toggle-line--top{transform:translateY(calc(-50% - 7px))}.site-header__toggle-line--bottom{transform:translateY(calc(-50% + 7px))}.site-header__toggle[aria-expanded=true] .site-header__toggle-line--top{transform:translateY(-50%) rotate(45deg)}.site-header__toggle[aria-expanded=true] .site-header__toggle-line--middle{opacity:0;transform:translateY(-50%) scaleX(.25)}.site-header__toggle[aria-expanded=true] .site-header__toggle-line--bottom{transform:translateY(-50%) rotate(-45deg)}.site-footer{padding:52px 0;color:var(--color-white);background:#1e2633}.site-footer__grid{display:grid;grid-template-columns:1fr auto;gap:40px}.site-footer__brand{display:inline-block;margin-bottom:10px;color:var(--color-white);font-size:26px;font-weight:900}.site-footer p{max-width:520px;color:#ffffffc7}.site-footer__links{display:flex;flex-wrap:wrap;gap:18px 26px;align-content:start;font-weight:800}.hero-slider{position:relative;overflow:hidden;background:var(--section-bg)}.hero-slider__viewport,.hero-slider__track{min-height:720px}.hero-slide{display:none;min-height:720px;align-items:center}.hero-slide.is-active{display:flex}.hero-slide__grid{display:grid;grid-template-columns:minmax(300px,.86fr) minmax(360px,1.14fr);align-items:center;gap:74px}.hero-slide__copy{max-width:650px}.hero-slide__copy p{margin:22px 0 34px;font-size:24px;line-height:1.35;font-weight:700}.hero-slide__media{position:relative;min-height:520px;border-radius:42% 42% 7% 7%}.hero-slide__media img{height:100%;min-height:520px;object-fit:contain}.flower{position:absolute;z-index:2;width:48px;height:48px;border-radius:50%;background:#64c7ff;box-shadow:18px 0 #64c7ff,-18px 0 #64c7ff,0 18px #64c7ff,0 -18px #64c7ff}.flower:after{content:"";position:absolute;top:11px;right:11px;bottom:11px;left:11px;border-radius:50%;background:#ffe331}.flower--blue{top:70px;right:37%}.flower--pink{bottom:80px;left:40px;background:#ff80bd;box-shadow:18px 0 #ff80bd,-18px 0 #ff80bd,0 18px #ff80bd,0 -18px #ff80bd}.slider-arrow{position:absolute;z-index:5;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border:0;border-radius:14px;color:var(--color-white);background:var(--color-red);box-shadow:var(--shadow-soft);transition:transform var(--motion),background var(--motion)}.slider-arrow svg{width:28px;height:28px}.slider-arrow:hover{transform:translateY(-2px);background:var(--color-red-dark)}.hero-slider .slider-arrow--prev{top:50%;left:18px}.hero-slider .slider-arrow--next{top:50%;right:18px}.category-strip{padding:62px 0 48px;background:var(--section-bg)}.category-strip__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:34px}.category-tile{min-width:0;text-align:center}.category-tile__image{position:relative;display:grid;min-height:160px;place-items:center;border-radius:8px;background:var(--color-white)}.category-tile__image img{max-height:190px;object-fit:contain}.category-tile__badge{position:absolute;top:14px;left:12px;z-index:2;display:inline-grid;min-width:62px;min-height:62px;place-items:center;border-radius:999px;color:var(--color-white);background:#a1006b;font-size:18px;font-weight:900;transform:rotate(-11deg)}.category-tile:nth-child(4) .category-tile__badge{background:#ff5b35}.category-tile__title{display:block;margin-top:26px;font-size:19px;font-weight:800}.promo-world__grid,.inspired-section__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}.promo-card,.inspired-card{position:relative;display:grid;min-height:380px;place-items:center;padding:28px;border-radius:24px;background:var(--card-bg, var(--color-green))}.promo-card img,.inspired-card img{width:100%;height:100%;max-height:430px;object-fit:contain}.promo-card .button,.inspired-card .button{position:absolute;right:50%;bottom:30px;transform:translate(50%)}.play-tabs{text-align:center}.segmented-control{display:inline-flex;gap:8px;margin-bottom:70px;padding:12px;border-radius:999px;background:var(--color-white)}.segmented-control--left{margin:30px 0 42px}.segmented-control button{min-height:43px;padding:10px 20px;border:0;border-radius:999px;color:var(--color-ink);background:transparent;font-size:18px;font-weight:900}.segmented-control button.is-active{color:var(--color-white);background:var(--color-red)}.tab-panel,.listen-tabs__panel{display:none}.tab-panel.is-active,.listen-tabs__panel.is-active{display:block}.listen-tabs__base-panel,.listen-tabs__character-panel{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;opacity:0;pointer-events:none}.listen-tabs__base-panel{z-index:1;transition:opacity .42s ease}.listen-tabs__character-panel{z-index:3;transform:translateY(18px) scale(.96);transition:opacity .36s ease,transform .52s cubic-bezier(.16,1,.3,1)}.listen-tabs__base-panel.is-active,.listen-tabs__character-panel.is-active{opacity:1}.listen-tabs__character-panel.is-active{transform:translateY(0) scale(1)}.play-tabs__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:72px;text-align:left}.play-card__image{display:grid;min-height:410px;margin-bottom:34px;place-items:center;border-radius:48% 48% 8% 8%;background:var(--color-white)}.play-card__image img{width:100%;height:100%;max-height:420px;object-fit:contain}.play-card h3{margin-bottom:24px}.play-card h3 a{color:inherit;text-decoration:none}.play-card p{font-size:21px;font-weight:650}.listen-tabs{background:var(--active-bg);color:var(--color-white);transition:background .65s cubic-bezier(.16,1,.3,1)}.listen-tabs__grid{display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:70px;min-height:670px}.listen-tabs__copy h2{color:var(--color-white)}.listen-tabs__copy p{margin-top:18px;font-size:22px;font-weight:800}.listen-tabs .segmented-control{background:var(--color-white)}.listen-tabs__items{margin-bottom:62px}.listen-tabs__rail{display:grid;grid-auto-flow:column;grid-auto-columns:132px;gap:38px;overflow-x:auto;padding:6px 6px 18px;scrollbar-width:none}.listen-tabs__rail::-webkit-scrollbar{display:none}.listen-item{display:grid;gap:14px;border:0;color:var(--color-white);background:transparent;text-align:center;font-size:16px;font-weight:900;cursor:pointer;transition:opacity var(--motion),transform var(--motion)}.listen-item:hover,.listen-item.is-selected{transform:translateY(-3px)}.listen-item__image{display:grid;width:120px;height:120px;place-items:center;border:4px solid transparent;border-radius:999px;background:var(--color-white);transition:border-color var(--motion),box-shadow var(--motion),transform var(--motion)}.listen-item__image img{width:82%;height:82%;object-fit:contain}.listen-item.is-selected .listen-item__image{border-color:var(--color-red);box-shadow:0 0 0 5px #ffffff47;transform:scale(1.04)}.listen-tabs__stage{position:relative;min-height:620px}.listen-tabs__play{position:absolute;top:10%;left:12%;z-index:4}.listen-tabs__hero{position:relative;min-height:620px;overflow:visible}.listen-tabs__hero-scene{position:relative;display:grid;width:100%;min-height:620px;place-items:end center}.listen-tabs__hero-main{width:100%;height:620px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 32px rgba(0,0,0,.18))}.listen-tabs__hero-character{position:absolute;top:3%;left:50%;z-index:2;display:grid;width:clamp(120px,15vw,230px);height:clamp(120px,15vw,230px);place-items:center;pointer-events:none;transform:translate(-50%) translateY(12px) scale(.94);transition:transform .58s cubic-bezier(.16,1,.3,1),filter .58s ease}.listen-tabs__character-panel.is-active .listen-tabs__hero-character{transform:translate(-50%) translateY(0) scale(1)}.listen-tabs__hero-character-img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 18px rgba(0,0,0,.2))}.age-collections__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:64px}.age-card{display:grid;gap:24px;text-align:center;font-size:19px;font-weight:800}.age-card__image{display:grid;min-height:250px;place-items:center;border-radius:50% 50% 7% 7%;background:var(--color-white)}.age-card__image img{width:88%;height:220px;object-fit:contain;object-position:center bottom}.scroll-products{position:relative;overflow:hidden;background:var(--color-white)}.scroll-products__head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:60px}.scroll-products__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.chip{display:inline-flex;align-items:center;min-height:40px;padding:7px 16px;border:0;border-radius:999px;color:var(--color-ink);background:#e2dad0;font:inherit;font-size:18px;font-weight:800;cursor:pointer;transition:transform var(--motion),box-shadow var(--motion),background var(--motion)}.chip:hover,.chip.is-active{transform:translateY(-1px);box-shadow:inset 0 0 0 2px var(--color-ink)}.chip--pink{color:var(--color-red);background:#f4c4d6}.scroll-products__rail-wrap{position:relative}.scroll-products__rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(310px,335px);gap:38px;overflow-x:auto;overscroll-behavior-x:contain;padding:0 max(24px,calc((100vw - var(--page-width)) / 2)) 28px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-y;cursor:grab;transition:opacity var(--motion);-webkit-overflow-scrolling:touch}.scroll-products__rail.is-dragging{cursor:grabbing;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.scroll-products.is-loading .scroll-products__rail{opacity:.5;pointer-events:none}.scroll-products__empty{width:min(100% - 48px,var(--page-width));margin:0 auto 28px;padding:22px;border:2px dashed var(--color-border);border-radius:18px;text-align:center;font-size:18px;font-weight:800}.scroll-products__rail::-webkit-scrollbar{display:none}.scroll-products .slider-arrow{top:44%}.scroll-products .slider-arrow--prev{left:20px}.scroll-products .slider-arrow--next{right:20px}.product-card{position:relative;display:flex;flex-direction:column;min-height:530px;padding:20px 20px 16px;border:2px solid var(--color-border);border-radius:18px;background:var(--color-white);scroll-snap-align:start}.product-card.is-filter-hidden{display:none}.product-card__icons{position:absolute;top:14px;right:18px;left:18px;z-index:3;display:flex;justify-content:space-between;pointer-events:none}.product-card__icons>*{pointer-events:auto}.product-card__heart{width:38px;height:38px;border:0;color:var(--color-ink);background:transparent}.product-card__heart svg{width:31px;height:31px}.product-card__image{display:grid;min-height:292px;place-items:center;margin-bottom:18px;overflow:hidden;border-radius:14px;background:#f8f7f5}.product-card__image img{width:100%;height:292px;object-fit:contain}.product-card__body{display:flex;flex:1;flex-direction:column;text-align:center}.product-card h3{margin:0 auto 5px;max-width:260px;font-size:21px}.product-card p{font-size:18px;font-weight:700}.product-card__footer{display:flex;align-items:flex-end;justify-content:flex-end;gap:12px;margin-top:auto}.product-card__footer strong{margin-bottom:10px;font-size:20px;font-weight:900}.product-card__cart-button{position:relative;overflow:hidden;cursor:pointer}.product-card__cart-button:disabled{opacity:1;cursor:default}.product-card__cart-icon{display:inline-flex;transition:opacity var(--motion),transform var(--motion)}.product-card__cart-spinner{position:absolute;top:50%;left:50%;width:22px;height:22px;margin:-11px 0 0 -11px;border:3px solid rgba(255,255,255,.42);border-top-color:var(--color-white);border-radius:999px;opacity:0;transform:scale(.72);pointer-events:none}.product-card__cart-button.is-loading .product-card__cart-icon,.product-card__cart-button[aria-busy=true] .product-card__cart-icon{opacity:0;transform:scale(.72)}.product-card__cart-button.is-loading .product-card__cart-spinner,.product-card__cart-button[aria-busy=true] .product-card__cart-spinner{opacity:1;animation:cart-button-spin .72s linear infinite}@keyframes cart-button-spin{to{transform:scale(.72) rotate(360deg)}}@media(prefers-reduced-motion:reduce){.product-card__cart-button.is-loading .product-card__cart-spinner,.product-card__cart-button[aria-busy=true] .product-card__cart-spinner{animation-duration:1.4s}}.brand-logos__rail{display:flex;align-items:center;justify-content:space-between;gap:42px;overflow-x:auto}.brand-logo{flex:0 0 auto;display:grid;min-width:150px;min-height:86px;place-items:center;padding:10px 16px;border-radius:8px;color:#111;background:#ffffff94;font-size:28px;font-weight:900;text-align:center;text-decoration:none}.brand-logo:nth-child(2){color:#1b71c8}.brand-logo:nth-child(3){color:#6c8fdd}.brand-logo:nth-child(4){color:#009b57}.brand-logo:nth-child(5){color:#d7c800}.brand-logo:nth-child(6){color:#f07936}.brand-logo img{max-height:96px;object-fit:contain}.faq-section{background:var(--section-bg);color:var(--color-white)}.faq-section__grid{display:grid;grid-template-columns:.95fr 1fr;align-items:center;gap:84px}.faq-section__image{border-radius:28px}.faq-section__image img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.faq-section__content>p{margin:16px 0;font-size:21px;font-weight:800}.faq-list{overflow:hidden;border-radius:24px;background:var(--color-white);color:var(--color-ink)}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item:last-child{border-bottom:0}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:78px;padding:18px 22px;list-style:none;font-size:24px;font-weight:750;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary svg{flex:0 0 auto;width:26px;height:26px;transition:transform var(--motion)}.faq-item[open] summary svg{transform:rotate(180deg)}.faq-item__answer{padding:0 22px 22px;color:var(--color-muted);font-size:18px}.newsletter-section{background:var(--section-bg)}.newsletter-section__form{max-width:980px;margin:0 auto 80px;text-align:center}.newsletter-section__form h2{margin-bottom:55px}.newsletter-form{display:grid;justify-items:center;gap:34px}.newsletter-form input{width:min(480px,100%);height:48px;border:0;border-bottom:1px solid var(--color-ink);border-radius:0;background:transparent;font-size:20px;font-weight:700;outline:0}.newsletter-section__text{width:min(480px,100%);margin:24px auto 0;font-size:16px;font-weight:650;text-align:left}.newsletter-section__text a{color:var(--color-red);text-decoration:underline}.form-status{color:var(--color-teal);font-weight:900}.benefit-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.benefit-item{display:grid;grid-template-columns:40px 1fr;gap:20px;padding:0 32px;border-left:1px solid #8e867d}.benefit-item:first-child{border-left:0}.benefit-item__icon svg{width:36px;height:36px}.benefit-item strong{display:block;margin-bottom:10px;font-size:20px;line-height:1.35}.benefit-item a{color:var(--color-red);font-size:20px;font-weight:800;text-decoration:underline}.yoto-product{background:#fff7e9}.yoto-product__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:start;gap:54px}.yoto-gallery{position:sticky;top:110px;display:grid;grid-template-columns:82px 1fr;gap:18px}.yoto-gallery__thumbs{display:grid;gap:14px;align-content:start}.yoto-gallery__thumb{display:grid;width:82px;height:82px;place-items:center;overflow:hidden;border:2px solid transparent;border-radius:16px;background:var(--color-white)}.yoto-gallery__thumb.is-active{border-color:#ff8d2b}.yoto-gallery__thumb img{width:100%;height:100%;object-fit:cover}.yoto-gallery__main{display:grid;min-height:630px;place-items:center;border-radius:28px;background:#ffd36b;box-shadow:var(--shadow-soft)}.yoto-gallery__item{display:none;width:100%}.yoto-gallery__item.is-active{display:block}.yoto-gallery__item img,.yoto-gallery__item video{width:100%;height:630px;object-fit:cover}.yoto-summary{padding:34px;border-radius:24px;background:var(--color-white);box-shadow:var(--shadow-soft)}.yoto-summary__badge{display:inline-flex;margin-bottom:18px;padding:7px 14px;border-radius:999px;color:#85470b;background:#ffe0a2;font-size:14px;font-weight:900}.yoto-summary h1{margin-bottom:10px;color:#0c4d8f}.yoto-summary__subtitle{color:var(--color-muted);font-size:21px;font-weight:800}.rating-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:22px 0;color:#f59f00;font-weight:900}.rating-row a{color:var(--color-ink);text-decoration:underline}.yoto-summary__price{display:flex;align-items:baseline;gap:12px;margin-bottom:22px;color:#0c4d8f;font-size:34px;font-weight:950}.yoto-summary__price s{color:var(--color-muted);font-size:22px}.yoto-summary__description{color:var(--color-muted);font-size:18px;font-weight:650}.perk-list{display:grid;gap:10px;margin:24px 0}.perk-list span{display:flex;align-items:center;gap:10px;font-weight:850}.perk-list svg{width:22px;height:22px;color:#0c9b6d}.addon-box{margin:28px 0;padding:18px;border:2px solid #f0dfc5;border-radius:18px;background:#fffaf1}.addon-box h2{margin-bottom:14px;font-size:22px}.addon-box__grid{display:grid;gap:12px}.addon-card{display:grid;grid-template-columns:auto 70px 1fr;align-items:center;gap:14px;padding:10px;border:1px solid #eadcc7;border-radius:14px;background:var(--color-white);cursor:pointer}.addon-card input{width:20px;height:20px;accent-color:var(--color-red)}.addon-card__image{display:grid;width:70px;height:70px;place-items:center;border-radius:12px;background:#f7f2ea}.addon-card__image img{max-width:92%;max-height:92%;object-fit:contain}.addon-card strong,.addon-card small{display:block}.addon-card small{color:#0c4d8f;font-weight:900}.product-form{display:grid;gap:16px}.form-label,.quantity-row label{font-size:15px;font-weight:900}.product-form select,.quantity-row input{width:100%;min-height:48px;border:1px solid #d6c7ae;border-radius:12px;padding:10px 12px;background:var(--color-white)}.quantity-row{display:grid;grid-template-columns:auto 110px;align-items:center;gap:14px}.payment-note{display:flex;align-items:center;gap:12px;margin-top:18px;color:var(--color-muted);font-weight:750}.payment-note svg{width:24px;height:24px}.yoto-story__intro{color:var(--color-white);background:#0c4d8f;text-align:center}.yoto-story__intro .page-width{max-width:980px}.yoto-story__intro p{margin-top:16px;font-size:22px;font-weight:750}.yoto-feature-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}.yoto-feature-pills span{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:8px 16px;border-radius:999px;color:#0c4d8f;background:var(--color-white);font-weight:900}.yoto-feature-pills svg{width:18px;height:18px}.yoto-story__split,.yoto-story__band-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:62px}.yoto-story__media{border-radius:30px;background:#ffe0a2}.yoto-story__media img{width:100%;aspect-ratio:1 / .78;object-fit:cover}.yoto-story__copy p,.yoto-story__band p{margin-top:16px;color:var(--color-muted);font-size:21px;font-weight:700}.mini-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.mini-feature-grid article{padding:18px;border-radius:18px;background:var(--color-white);box-shadow:0 10px 25px #151c2714}.mini-feature-grid span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;margin-bottom:12px;border-radius:13px;color:var(--color-white);background:#ff8d2b}.mini-feature-grid svg{width:23px;height:23px}.mini-feature-grid h3{font-size:18px}.mini-feature-grid p{margin-top:8px;font-size:15px}.yoto-story__band{background:#eaf8ff}.yoto-specs{background:#fff7e9}.yoto-specs__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px}.yoto-specs__panel{padding:30px;border-radius:24px;background:var(--color-white);box-shadow:var(--shadow-soft)}.yoto-specs__panel h2{margin-bottom:22px}.spec-list{display:grid;gap:0}.spec-list div{display:grid;grid-template-columns:160px 1fr;gap:20px;padding:16px 0;border-bottom:1px solid var(--color-border)}.spec-list div:last-child{border-bottom:0}.spec-list dt{font-weight:900}.spec-list dd{margin:0;color:var(--color-muted);font-weight:700}.faq-list--plain{border:1px solid var(--color-border)}@media(max-width:1180px){h1{font-size:40px}h2{font-size:33px}.category-strip__grid{grid-template-columns:repeat(3,1fr)}.play-tabs__grid{gap:32px}.age-collections__grid{gap:28px}.benefit-row{grid-template-columns:repeat(2,1fr);gap:24px 0}.benefit-item:nth-child(odd){border-left:0}}@media(max-width:640px){.page-width{width:min(100% - 30px,var(--page-width))}h1{font-size:33px}h2{font-size:29px}h3{font-size:21px}.section-heading p,.hero-slide__copy p,.play-card p,.listen-tabs__copy p,.faq-section__content>p,.yoto-story__intro p,.yoto-story__copy p,.yoto-story__band p{font-size:18px}.button{width:100%}.site-header__inner{min-height:68px;gap:12px}.site-header__nav{top:68px;right:15px;left:15px}.site-header__brand{font-size:21px}.category-strip__grid{grid-template-columns:repeat(2,1fr);gap:22px}.category-tile__image{min-height:132px}.category-tile__badge{min-width:48px;min-height:48px;font-size:14px}.promo-card,.inspired-card{min-height:310px}.segmented-control{display:grid;width:100%;margin-bottom:38px}.segmented-control button{width:100%}.listen-tabs__rail{grid-auto-columns:112px;gap:20px}.listen-item__image{width:100px;height:100px}.age-collections__grid{gap:22px}.age-card__image{min-height:190px}.age-card__image img{height:170px}.scroll-products__head{display:grid}.scroll-products__chips{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.scroll-products__chips::-webkit-scrollbar{display:none}.scroll-products__rail{grid-auto-columns:82vw;gap:18px}.scroll-products .slider-arrow{top:46%;display:inline-flex;width:48px;height:48px;border-radius:13px}.scroll-products .slider-arrow--prev{left:10px}.scroll-products .slider-arrow--next{right:10px}.product-card{min-height:500px}.faq-item summary{min-height:64px;font-size:18px}.benefit-row{grid-template-columns:1fr}.benefit-item{border-left:0;border-top:1px solid #8e867d;padding:22px 0}.benefit-item:first-child{border-top:0}.site-footer__grid{grid-template-columns:1fr}.site-footer__links{display:grid}.yoto-summary{padding:22px}.yoto-gallery__main,.yoto-gallery__item img,.yoto-gallery__item video{min-height:360px;height:360px}.quantity-row,.addon-card{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:1ms!important;animation-duration:1ms!important;scroll-behavior:auto!important}.reveal-media img{transform:none;filter:none;opacity:1}}.promo-card .button:hover,.inspired-card .button:hover{transform:translate(50%) translateY(-2px)}@media(max-width:640px){.promo-card .button,.inspired-card .button{width:auto;max-width:calc(100% - 42px)}}.main-collection__hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;margin-bottom:26px;padding:34px 0 28px;border-bottom:1px solid var(--color-border)}.main-collection__eyebrow{margin:0 0 8px;color:var(--color-red);font-size:15px;font-weight:950;text-transform:uppercase}.main-collection__description{max-width:760px;margin-top:14px;color:var(--color-muted);font-size:19px;font-weight:700}.main-collection__summary{display:grid;justify-items:end;gap:12px;min-width:190px}.main-collection__summary span{color:var(--color-muted);font-size:15px;font-weight:950}.main-collection__toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:28px}.main-collection__chips{display:flex;flex-wrap:wrap;gap:10px}.main-collection__chips .chip{text-decoration:none}.main-collection__sort{display:inline-flex;align-items:center;gap:10px;font-weight:900}.main-collection__sort select{min-height:42px;border:1px solid var(--color-border);border-radius:999px;padding:0 38px 0 16px;color:var(--color-ink);background:var(--color-white);font:inherit;font-size:15px}.main-collection__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}.main-collection__grid .product-card{min-height:505px}@media(max-width:989px){.main-collection__hero,.main-collection__toolbar{display:grid;grid-template-columns:1fr;align-items:start}.main-collection__summary{justify-items:start}}@media(max-width:640px){.main-collection__hero{padding-top:18px}.main-collection__sort{width:100%;justify-content:space-between}.main-collection__sort select{max-width:190px}}.cart-form{display:grid;grid-template-columns:1fr 360px;gap:34px;margin-top:34px}.cart-lines{display:grid;gap:16px}.cart-line{display:grid;grid-template-columns:110px 1fr 100px auto;align-items:center;gap:18px;padding:18px;border-radius:18px;background:var(--color-white)}.cart-line__image{display:grid;height:110px;place-items:center;border-radius:14px;background:#f8f7f5}.cart-line__image img{width:100%;height:100%;object-fit:contain}.cart-line h2{font-size:22px}.cart-line__body p{color:var(--color-muted);font-weight:700}.cart-line__qty{display:grid;gap:6px}.cart-line__qty label{font-size:14px;font-weight:900}.cart-line__qty input{width:86px;min-height:44px;border:1px solid var(--color-border);border-radius:12px;padding:8px 10px}.cart-summary,.empty-state{display:grid;gap:18px;align-content:start;padding:24px;border-radius:20px;background:var(--color-white);box-shadow:var(--shadow-soft)}.cart-summary{position:sticky;top:110px}.cart-summary span{font-weight:800}.cart-summary strong{font-size:30px}.pagination{margin-top:42px;text-align:center;font-weight:900}@media(max-width:989px){.main-collection__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-form{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:640px){.main-collection__grid{grid-template-columns:1fr}.cart-line{grid-template-columns:86px 1fr}.cart-line__image{height:86px}}.reveal-media img{transform-origin:center;will-change:transform,filter,opacity}.reveal-media.is-visible img{animation:tonies-image-reveal 1.05s cubic-bezier(.16,1,.3,1) both}@keyframes tonies-image-reveal{0%{transform:scale(1.12);filter:blur(18px);opacity:.58}68%{transform:scale(1.015);filter:blur(0);opacity:1}to{transform:scale(1);filter:blur(0);opacity:1}}.hero-slider__viewport,.hero-slider__track,.hero-slide{min-height:640px}.hero-slide__grid{grid-template-columns:minmax(300px,.95fr) minmax(330px,1.05fr);gap:56px}.hero-slide__media{width:min(100%,620px);max-width:620px;min-height:0;justify-self:center}.hero-slide__media img{height:clamp(360px,42vw,545px);min-height:0;max-height:545px;object-fit:contain}.hero-slider__dots{position:absolute;right:50%;bottom:28px;z-index:6;display:flex;gap:10px;align-items:center;transform:translate(50%)}.hero-slider__dot{width:12px;height:12px;padding:0;border:2px solid var(--color-red);border-radius:999px;background:var(--color-white);box-shadow:0 2px 10px #151c271f;transition:width var(--motion),background var(--motion),transform var(--motion)}.hero-slider__dot.is-active{width:32px;background:var(--color-red)}.hero-slider__dot:hover{transform:translateY(-2px)}@media(max-width:989px){.hero-slider__dots{bottom:18px}.hero-slide__media{width:min(100%,520px);max-width:520px}.hero-slide__media img{height:clamp(300px,65vw,430px);min-height:0}}@media(prefers-reduced-motion:reduce){.reveal-media.is-visible img{animation:none}}@media(max-width:989px){.hero-slider__viewport,.hero-slider__track,.hero-slide{min-height:auto}.hero-slide{padding:38px 0 76px}.hero-slide__grid{grid-template-columns:1fr;gap:28px}.hero-slide__copy{max-width:100%}}@media(max-width:640px){.hero-slide__copy{text-align:left}.hero-slide__copy .button{width:auto;max-width:100%}.hero-slide__media{margin:0 auto}}@media(min-width:990px){.hero-slide__grid.page-width{width:min(var(--page-width),calc(100% - 280px))}.hero-slide__copy h1{font-size:clamp(38px,2.7vw,42px)}}html,body{max-width:100%;overflow-x:hidden}.listen-tabs__copy,.listen-tabs__stage,.listen-tabs__items,.listen-tabs__panel{min-width:0}@media(max-width:640px){.listen-tabs__copy,.listen-tabs__stage,.listen-tabs__items,.listen-tabs__panel,.listen-tabs__hero{width:100%;max-width:100%}.listen-tabs__rail{max-width:100%}}@media(max-width:640px){.brand-logos__rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px;overflow:visible}.brand-logo{min-width:0;font-size:22px}}.site-header__search{border:0;color:inherit;background:transparent;font:inherit;font-weight:800;cursor:pointer}.search-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;background:#1414186b;opacity:0;transition:opacity .26s ease}body.search-modal-open .search-modal__overlay{opacity:1}.search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;align-items:start;justify-items:center;padding:96px 20px 28px;pointer-events:none;opacity:0;transform:translateY(-12px);transition:opacity .26s ease,transform .32s cubic-bezier(.16,1,.3,1)}body.search-modal-open .search-modal{pointer-events:auto;opacity:1;transform:translateY(0)}body.search-modal-open{overflow:hidden}.search-modal__panel{display:grid;gap:18px;width:min(760px,100%);max-height:min(76vh,720px);overflow:hidden;padding:24px;border-radius:22px;color:var(--color-ink);background:var(--color-white);box-shadow:0 28px 80px #14141838}.search-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.search-modal__head span{display:block;font-size:30px;font-weight:900}.search-modal__head small{display:block;margin-top:4px;color:var(--color-muted);font-size:15px;font-weight:800}.search-modal__form{display:grid;grid-template-columns:1fr auto;gap:12px}.search-modal__form input[type=search]{min-width:0;min-height:52px;padding:0 18px;border:2px solid var(--color-border);border-radius:14px;color:var(--color-ink);background:#fbfaf8;font:inherit;font-size:18px;font-weight:800;outline:none}.search-modal__form input[type=search]:focus{border-color:var(--color-red);box-shadow:0 0 0 4px #e306131f}.search-modal__submit{display:inline-grid;min-height:52px;min-width:56px;place-items:center;border:0;border-radius:14px;color:var(--color-white);background:var(--color-red);cursor:pointer}.search-modal__submit svg{width:25px;height:25px}.search-modal__status{margin:0;color:var(--color-muted);font-size:15px;font-weight:800}.search-modal__dropdown{display:grid;gap:12px;min-width:0}.search-modal__results{display:grid;gap:10px;min-height:48px;overflow-y:auto;padding-right:4px}.search-result{display:grid;grid-template-columns:74px 1fr auto;align-items:center;gap:14px;padding:10px;border:1px solid var(--color-border);border-radius:14px;background:#fbfaf8;transition:transform var(--motion),border-color var(--motion),box-shadow var(--motion)}.search-result:hover{transform:translateY(-1px);border-color:#e3061359;box-shadow:0 14px 30px #14141814}.search-result__image{display:grid;width:74px;height:74px;place-items:center;border-radius:12px;background:var(--color-white)}.search-result__image img{width:100%;height:100%;object-fit:contain}.search-result__title{display:block;margin-bottom:4px;font-size:17px;font-weight:900}.search-result__meta{display:block;color:var(--color-muted);font-size:14px;font-weight:750}.search-result__price{justify-self:end;white-space:nowrap;font-size:16px;font-weight:900}.search-modal__view-all{justify-self:center}@media(min-width:990px){body.search-modal-open .site-header__brand,body.search-modal-open .site-header__actions{position:relative;z-index:115}body.search-modal-open .site-header__nav{opacity:0;pointer-events:none}body.search-modal-open .search-modal__overlay{top:78px;background:transparent}.search-modal{inset:0 0 auto;min-height:78px;padding:0;align-items:start;background:transparent;border-bottom:0;-webkit-backdrop-filter:none;backdrop-filter:none}.search-modal__panel{position:relative;grid-template-columns:minmax(0,1fr) minmax(360px,560px) minmax(0,1fr);align-items:center;gap:14px;width:min(var(--page-width),calc(100% - 48px));max-height:none;min-height:78px;overflow:visible;padding:0;border-radius:0;background:transparent;box-shadow:none}.search-modal__head{display:contents}.search-modal__head>div{display:none}.search-modal__head .icon-circle{position:absolute;top:50%;left:calc(50% + 294px);width:44px;height:44px;border:0;color:var(--color-ink);background:transparent;box-shadow:none;transform:translateY(-50%)}.search-modal__head .icon-circle:hover{transform:translateY(calc(-50% - 2px))}.search-modal__form{position:relative;grid-column:2;grid-row:1;display:block;border:0;outline:0;box-shadow:none}.search-modal__form input[type=search]{width:100%;min-height:58px;padding:0 64px 0 26px;border-color:var(--color-ink);border-radius:999px;background:var(--color-white);font-size:22px;font-weight:700}.search-modal__submit{position:absolute;top:50%;right:8px;min-width:0;width:46px;height:46px;min-height:0;border-radius:50%;color:var(--color-white);background:var(--color-blue);transform:translateY(-50%)}.search-modal__submit svg{width:31px;height:31px}.search-modal__dropdown{position:absolute;top:calc(100% + 10px);left:50%;z-index:2;display:grid;gap:0;width:min(640px,calc(100vw - 48px));max-height:min(60vh,560px);overflow:hidden;border:1px solid rgba(37,38,43,.08);border-radius:18px;background:var(--color-white);box-shadow:0 24px 58px #14141829;transform:translate(-50%)}.search-modal__status,.search-modal__results,.search-modal__view-all{grid-column:auto;width:100%}.search-modal__status{margin:0;padding:13px 18px;color:var(--color-muted);background:var(--color-white);border-bottom:1px solid rgba(37,38,43,.08)}.search-modal__results{max-height:min(46vh,440px);overflow-y:auto;padding:10px 12px 12px;border-radius:0;background:var(--color-white);box-shadow:none}.search-modal__results:empty{display:none}.search-modal__view-all{padding:12px 18px 16px;background:var(--color-white);border-top:1px solid rgba(37,38,43,.08);border-radius:0;box-shadow:none}}@media(max-width:989px){:root{--section-pad: 58px}.site-header__inner{grid-template-columns:auto auto 1fr}.site-header__toggle{display:grid}.site-header__nav{position:absolute;top:78px;right:24px;left:24px;display:none;flex-direction:column;align-items:stretch;padding:18px;border-radius:18px;background:var(--color-white);box-shadow:var(--shadow-soft)}.site-header__nav.is-open{display:flex}.site-header__actions{justify-self:end}.site-header__search{display:none}.hero-slider__viewport,.hero-slider__track,.hero-slide{min-height:auto}.hero-slide{padding:48px 0 70px}.hero-slide__grid,.listen-tabs__grid,.faq-section__grid,.yoto-product__grid,.yoto-story__split,.yoto-story__band-grid,.yoto-specs__grid{grid-template-columns:1fr}.hero-slide__grid{gap:36px}.hero-slide__media{min-height:360px;order:-1}.hero-slide__media img{min-height:360px}.hero-slider .slider-arrow{display:none;top:auto;bottom:20px}.promo-world__grid,.inspired-section__grid,.play-tabs__grid{grid-template-columns:1fr}.play-tabs__grid{text-align:center}.play-card__image{min-height:320px}.listen-tabs__stage,.listen-tabs__hero,.listen-tabs__hero-scene,.listen-tabs__hero-main{min-height:420px;height:420px}.listen-tabs__hero-character{top:4%;width:clamp(96px,32vw,150px);height:clamp(96px,32vw,150px)}.age-collections__grid{grid-template-columns:repeat(2,1fr)}.faq-section__image{max-width:560px;margin:0 auto}.yoto-gallery{position:static;grid-template-columns:1fr}.yoto-gallery__thumbs{grid-template-columns:repeat(5,70px);order:2;overflow-x:auto}.yoto-gallery__thumb{width:70px;height:70px}.yoto-gallery__main,.yoto-gallery__item img,.yoto-gallery__item video{min-height:460px;height:460px}.mini-feature-grid{grid-template-columns:1fr}.spec-list div{grid-template-columns:1fr;gap:4px}}.site-header__cart{border:0;color:inherit;background:transparent;cursor:pointer}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#14141861;opacity:0;transition:opacity .26s ease}body.cart-drawer-open .cart-drawer__overlay{opacity:1}.cart-drawer{position:fixed;top:0;right:0;z-index:90;display:grid;grid-template-rows:auto 1fr auto auto;width:min(420px,92vw);height:100dvh;padding:24px;color:var(--color-ink);background:var(--color-white);box-shadow:-18px 0 44px #1414182e;transform:translate(102%);transition:transform .32s cubic-bezier(.16,1,.3,1)}body.cart-drawer-open .cart-drawer{transform:translate(0)}body.cart-drawer-open{overflow:hidden}.cart-drawer__head,.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;gap:18px}.cart-drawer__head{padding-bottom:18px;border-bottom:1px solid #ebe5de}.cart-drawer__head span{display:block;font-size:26px;font-weight:900}.cart-drawer__head small{display:block;margin-top:3px;color:#6f6a66;font-size:14px;font-weight:800}.cart-drawer__items{display:grid;align-content:start;gap:16px;overflow-y:auto;padding:22px 2px}.cart-drawer__item{display:grid;grid-template-columns:82px 1fr;gap:14px;padding-bottom:16px;border-bottom:1px solid #f0ebe5}.cart-drawer__image{display:grid;width:82px;height:82px;place-items:center;border-radius:10px;background:#f7f3ef}.cart-drawer__image img{width:100%;height:100%;object-fit:contain}.cart-drawer__title{display:block;margin-bottom:5px;font-weight:900}.cart-drawer__item p{margin:0 0 4px;color:#5d5854;font-size:14px;font-weight:750}.cart-drawer__item strong{font-size:16px;font-weight:900}.cart-drawer__item-content{min-width:0}.cart-drawer__line-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 8px}.cart-drawer__quantity{display:inline-grid;grid-template-columns:34px 44px 34px;align-items:center;overflow:hidden;border:1px solid #e6ddd4;border-radius:999px;background:#fbfaf8}.cart-drawer__quantity button,.cart-drawer__remove{display:grid;place-items:center;border:0;color:var(--color-ink);background:transparent}.cart-drawer__quantity button{width:34px;height:34px;font-size:18px;font-weight:900;line-height:1}.cart-drawer__quantity input{width:44px;height:34px;padding:0;border:0;color:var(--color-ink);background:transparent;font-size:14px;font-weight:900;text-align:center;-moz-appearance:textfield}.cart-drawer__quantity input::-webkit-outer-spin-button,.cart-drawer__quantity input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.cart-drawer__remove{width:34px;height:34px;border-radius:999px;color:var(--color-red);background:#fff2f3}.cart-drawer__remove svg{width:18px;height:18px}.cart-drawer__quantity button:hover,.cart-drawer__remove:hover{background:#efe8df}.cart-drawer__line-price{display:block}.cart-drawer__image-placeholder{display:block;width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#e7ddd2,#fff)}.cart-drawer[aria-busy=true] .cart-drawer__items{opacity:.68;pointer-events:none}.cart-drawer__empty{display:grid;place-items:center;padding:36px 8px;text-align:center;font-size:18px;font-weight:800}.cart-drawer__footer{display:grid;gap:14px;padding-top:18px;border-top:1px solid #ebe5de}.cart-drawer__subtotal{font-size:18px;font-weight:900}.cart-drawer .text-link{justify-self:center}.is-hidden{display:none!important}@media(max-width:989px){.site-header__inner{grid-template-columns:52px minmax(0,1fr) 52px;gap:8px}.site-header__toggle{grid-column:1;grid-row:1;justify-self:start}.site-header__brand{grid-column:2;grid-row:1;justify-self:center;min-width:0;text-align:center}.site-header__actions{grid-column:3;grid-row:1;justify-self:end}}@media(max-width:640px){.search-modal{padding:82px 15px 20px}.search-modal__panel{max-height:82vh;padding:18px;border-radius:18px}.search-modal__head span{font-size:24px}.search-modal__form{grid-template-columns:1fr}.search-result{grid-template-columns:64px 1fr}.search-result__image{width:64px;height:64px}.search-result__price{grid-column:2;justify-self:start}}@media(max-width:640px){.cart-drawer{width:min(370px,94vw);padding:20px}.cart-drawer__head span{font-size:23px}}.template-product .main-content{background:#fff8eb}.yoto-product{background:#fff8eb;padding-top:58px;padding-bottom:54px}.yoto-product__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);align-items:start;gap:clamp(24px,3vw,46px)}.yoto-gallery--stack{position:static;display:grid;grid-template-columns:1fr;gap:18px}.yoto-gallery__feature,.yoto-gallery__tile,.yoto-box-card{overflow:hidden;border-radius:0;background:#fff;box-shadow:none}.yoto-gallery__feature{display:grid;min-height:500px;place-items:center;background:#ffe070}.yoto-gallery__feature img,.yoto-gallery__feature video{width:100%;height:500px;object-fit:cover}.yoto-gallery__tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.yoto-gallery__tile{min-height:250px;background:#f2f6f2}.yoto-gallery__tile img,.yoto-gallery__tile video{width:100%;height:250px;object-fit:cover}.yoto-box-card{display:grid;gap:18px;padding:28px;background:#fff}.yoto-box-card h2{color:#ff5538;font-size:24px}.yoto-box-card__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.yoto-box-card__items span{display:grid;min-height:118px;place-items:end center;padding:18px 10px;border-radius:2px;color:#0b533a;background:linear-gradient(180deg,#f9faf7,#e9f4ed);font-size:14px;font-weight:850;text-align:center}.yoto-summary{position:sticky;top:96px;padding:0;border-radius:0;background:transparent;box-shadow:none}.yoto-summary--sticky h1{margin-bottom:8px;color:#01422f;font-size:clamp(34px,4.4vw,54px);line-height:.98}.yoto-summary__subtitle{margin-bottom:18px;color:#ff5538;font-size:18px;font-weight:900}.rating-row{display:inline-flex;width:auto;align-items:center;gap:10px;margin:0 0 20px;color:#00a86b;font-size:15px;font-weight:900;text-decoration:none}.rating-row span{color:#00b875;letter-spacing:1px}.rating-row strong{color:#01422f;text-decoration:underline}.yoto-summary__price{margin-bottom:18px;color:#01422f;font-size:31px;line-height:1}.yoto-summary__price s{color:#748278;font-size:18px}.yoto-summary__description{max-width:560px;color:#29443a;font-size:16px;font-weight:650;line-height:1.65}.yoto-option-card{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;margin:26px 0 16px;padding:16px 18px;border:1px solid #dce8dd;border-radius:3px;background:#fff}.yoto-option-card span{color:#486458;font-size:14px;font-weight:800}.yoto-option-card strong{color:#01422f;font-size:16px}.addon-box{margin:16px 0 22px;padding:16px;border:1px solid #e1e8dd;border-radius:4px;background:#fff}.addon-box h2{margin-bottom:13px;color:#01422f;font-size:18px}.addon-box__grid{gap:10px}.addon-card{grid-template-columns:58px minmax(0,1fr) auto;gap:12px;padding:10px;border-color:#dce8dd;border-radius:4px;color:inherit;text-decoration:none;transition:border-color var(--motion),transform var(--motion),box-shadow var(--motion)}.addon-card:hover{border-color:#01422f;transform:translateY(-1px);box-shadow:0 12px 22px #01422f1a}.addon-card__cta{color:var(--color-red);font-size:13px;font-weight:950}.addon-card__image{width:58px;height:58px;border-radius:2px}.product-form{gap:14px}.product-form select,.quantity-row input{border-color:#d2dfd4;border-radius:4px}.quantity-row{grid-template-columns:1fr 92px}.product-form .button--full{min-height:58px;border-radius:3px;background:#ff5538;font-size:17px}.yoto-payment-row{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 18px}.yoto-payment-row span{padding:5px 8px;border:1px solid #d9e4dc;border-radius:3px;background:#fff;color:#41554d;font-size:11px;font-weight:850}.perk-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;margin:0}.perk-list span{align-items:flex-start;color:#214d3c;font-size:14px;line-height:1.35}.perk-list svg{width:18px;height:18px;color:#00a86b}.yoto-reviews{overflow:hidden;background:var(--section-bg, #fff)}.yoto-reviews__inner{display:grid;grid-template-columns:330px minmax(0,1fr);gap:34px;align-items:center}.yoto-reviews__score-card{display:grid;grid-template-columns:130px 1fr;gap:18px;align-items:center}.yoto-reviews__seal{display:grid;width:130px;height:130px;place-items:center;border:4px solid #205b9f;border-radius:999px;color:#205b9f;background:#fff;text-align:center;box-shadow:0 10px 26px #123b731f}.yoto-reviews__seal span{font-size:12px;font-weight:800}.yoto-reviews__seal strong{color:#26324a;font-size:17px;line-height:1.05}.yoto-reviews__score-copy strong{display:block;color:#1f252c;font-size:42px;line-height:1}.yoto-stars{display:inline-block;color:#ffd21f;letter-spacing:2px}.yoto-reviews__score-copy a{display:inline-flex;margin-top:8px;color:#1c65a8;font-size:18px;font-weight:900;text-decoration:none}.yoto-reviews__score-copy small{display:block;margin-top:4px;color:#8a8e94;font-style:italic;font-weight:700}.yoto-reviews__rail-wrap{position:relative;min-width:0}.yoto-reviews__rail{display:grid;grid-auto-columns:minmax(320px,410px);grid-auto-flow:column;gap:28px;overflow-x:auto;padding:12px 6px 24px;scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab}.yoto-reviews__rail::-webkit-scrollbar{display:none}.yoto-review-card{position:relative;display:flex;flex-direction:column;min-height:220px;padding:28px 30px 24px;border-radius:20px;background:#fff;box-shadow:0 18px 34px #19233729;scroll-snap-align:start}.yoto-review-card__top{display:flex;justify-content:space-between;margin-bottom:10px}.yoto-review-card__badge{display:grid;width:34px;height:42px;place-items:center;border-radius:0 0 15px 15px;color:#fff;background:#1c65a8;box-shadow:inset 0 -3px #f05050}.yoto-review-card__top button{display:grid;width:30px;height:30px;place-items:center;border:2px solid #1c65a8;border-radius:999px;color:#1c65a8;background:transparent;font-weight:950}.yoto-review-card p{position:relative;z-index:1;margin:8px 0 22px;color:#686a70;font-size:18px;font-style:italic;font-weight:650;line-height:1.35}.yoto-review-card__quote{position:absolute;right:28px;top:92px;color:#edf2f7;font-size:94px;font-weight:950;line-height:1;pointer-events:none}.yoto-review-card__footer{position:relative;z-index:1;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:auto;padding-top:6px}.yoto-review-card__avatar{display:grid;width:42px;height:42px;place-items:center;border-radius:999px;color:#fff;background:linear-gradient(135deg,#1c65a8,#ef4056);font-weight:950}.yoto-review-card__footer strong,.yoto-review-card__footer small{display:block}.yoto-review-card__footer small{color:#989da5;font-size:12px}.yoto-review-card__footer em{max-width:92px;color:#49bc36;font-size:11px;font-style:normal;font-weight:950;line-height:1.1}.yoto-reviews .slider-arrow{display:inline-flex;color:#1c65a8;background:transparent}.yoto-reviews .slider-arrow--prev{left:-20px}.yoto-reviews .slider-arrow--next{right:-20px}.yoto-story{background:#fff}.yoto-story__split{grid-template-columns:1.1fr .9fr;gap:clamp(34px,6vw,88px)}.yoto-story__split.section-pad{position:relative;isolation:isolate;background:transparent}.yoto-story__split.section-pad:before{content:"";position:absolute;inset-block:0;right:50%;left:50%;z-index:-1;margin-right:-50vw;margin-left:-50vw;background:var(--color-cream);pointer-events:none}.yoto-story__media{overflow:hidden;border-radius:0;background:transparent}.yoto-story__media img{width:100%;aspect-ratio:1.3 / 1;object-fit:cover}.yoto-story__copy h2,.yoto-night-band h2,.yoto-audio-world h2,.yoto-specs h2{color:#01422f}.yoto-story__copy p,.yoto-night-band p{max-width:560px;color:#315549;font-size:18px;font-weight:650;line-height:1.65}.yoto-icon-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;padding-bottom:74px;text-align:center}.yoto-icon-row article{display:grid;justify-items:center;gap:10px}.yoto-icon-row span{display:grid;width:72px;height:72px;place-items:center;color:#01422f}.yoto-icon-row svg{width:54px;height:54px}.yoto-icon-row h3{color:#01422f;font-size:22px}.yoto-icon-row p{max-width:270px;color:#486458;font-size:15px;font-weight:650}.yoto-night-band{color:#fff;background:#173b72}.yoto-night-band__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(34px,6vw,88px);align-items:center}.yoto-night-band h2,.yoto-night-band p{color:#fff}.yoto-night-band .yoto-story__media img{border-radius:4px}.yoto-feature-pills{justify-content:flex-start}.yoto-feature-pills span{min-height:38px;color:#173b72;font-size:14px}.yoto-audio-world{overflow:hidden;color:#fff;background:#ff5538}.yoto-audio-world h2{margin-bottom:24px;color:#fff}.yoto-audio-world__rail,.yoto-accessory-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,1fr);gap:16px;overflow-x:auto;padding-bottom:18px;scrollbar-width:none}.yoto-audio-world__rail::-webkit-scrollbar,.yoto-accessory-row::-webkit-scrollbar{display:none}.yoto-audio-world__rail article,.yoto-accessory-row article{display:grid;min-height:198px;align-content:end;gap:14px;padding:18px;border-radius:3px;background:#fff;color:#01422f;box-shadow:0 12px 24px #701c1226}.yoto-audio-world__rail article span{display:grid;width:42px;height:42px;place-items:center;border-radius:999px;color:#fff;background:#ff5538;font-weight:950}.yoto-accessory-row{margin-top:8px}.yoto-accessory-row article{min-height:150px}.yoto-accessory-row svg{width:42px;height:42px;color:#ff5538}.yoto-specs{background:#fff8eb}.yoto-app-promo{display:grid;margin-bottom:58px;padding:48px;border-radius:0;background:#fff}.yoto-app-promo p{max-width:700px;margin-top:12px;color:#486458;font-size:18px;font-weight:650;line-height:1.55}.yoto-app-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.yoto-app-buttons a{display:inline-flex;min-height:42px;align-items:center;padding:0 18px;border-radius:4px;color:#fff;background:#101820;font-weight:900;text-decoration:none}.yoto-specs__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:54px;margin-bottom:58px}.spec-list{margin-top:18px}.spec-list div{grid-template-columns:150px 1fr;border-color:#dfe7df}.yoto-faq-panel{max-width:980px}.yoto-faq-panel h2{margin-bottom:24px;color:#ff5538}.faq-list--plain{border:0;background:#fff}.faq-list--plain .faq-item{border-color:#dfe7df}@media(max-width:990px){.yoto-product__grid,.yoto-reviews__inner,.yoto-story__split,.yoto-night-band__grid,.yoto-specs__columns{grid-template-columns:1fr}.yoto-summary{position:static}.yoto-reviews__score-card{max-width:390px}.yoto-icon-row{grid-template-columns:1fr}}@media(max-width:640px){.yoto-product{padding-top:32px}.yoto-gallery__feature,.yoto-gallery__feature img,.yoto-gallery__feature video{min-height:340px;height:340px}.yoto-gallery__tiles{grid-template-columns:1fr}.yoto-gallery__tile,.yoto-gallery__tile img,.yoto-gallery__tile video{min-height:210px;height:210px}.yoto-box-card__items,.perk-list,.addon-card,.quantity-row{grid-template-columns:1fr}.yoto-reviews__score-card{grid-template-columns:1fr;justify-items:center;text-align:center}.yoto-reviews__rail{grid-auto-columns:86vw}.yoto-review-card{min-height:260px}.yoto-review-card__footer{grid-template-columns:42px 1fr}.yoto-review-card__footer em{grid-column:2}.yoto-night-band,.yoto-audio-world,.yoto-specs{padding-top:58px;padding-bottom:58px}.yoto-app-promo{padding:28px}.spec-list div{grid-template-columns:1fr}}.template-product .yoto-product__grid{grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);gap:clamp(24px,3vw,46px)}.template-product .yoto-summary{min-width:0}.template-product .yoto-summary--sticky h1{max-width:100%;font-size:clamp(34px,4vw,52px);overflow-wrap:anywhere}.template-product .yoto-gallery__feature img,.template-product .yoto-gallery__feature video{padding:clamp(18px,3vw,42px);object-fit:contain}@media(max-width:989px){.template-product .yoto-product__grid{grid-template-columns:1fr}.template-product .yoto-summary--sticky h1{font-size:clamp(34px,11vw,48px)}}body{background:var(--color-white);color:var(--color-black)}h1,h2,h3,.site-header__brand,.button,.text-link,.chip,.segmented-control button,.product-card h3,.main-collection__eyebrow,.yoto-summary h1,.yoto-reviews__score-copy strong,.yoto-story h2,.yoto-night-band h2,.yoto-audio-world h2,.yoto-faq-panel h2{font-family:var(--font-heading);letter-spacing:0}.site-header{background:#fffffff5;border-bottom-color:#0056b824}.site-header__brand,.site-header__nav a:hover,.site-header__search:hover,.site-header__cart:hover{color:var(--color-blue)}.site-header__cart span,.category-tile__badge,.hero-slider__dot.is-active,.hero-slider__dot:hover{background:var(--color-yellow);color:var(--color-black)}.button--red,.icon-circle--red,.product-card__cart-button,.cart-drawer .button--red{background:var(--color-blue);color:var(--color-white)}.button--red:hover,.icon-circle--red:hover,.product-card__cart-button:hover,.cart-drawer .button--red:hover{background:var(--color-purple)}.button--white,.text-link,.newsletter-section__text a,.main-collection__eyebrow,.main-collection__summary span{color:var(--color-blue)}.skip-link:focus,.product-card__cart-spinner,.search-modal__form button[type=submit]{background:var(--color-blue)}.hero-slider,.section-pad{background:var(--section-bg, var(--color-white))}.hero-slide h1,.section-heading h2,.main-collection h1{color:var(--color-black)}.slider-arrow{background:var(--color-blue);color:var(--color-white);box-shadow:0 18px 36px #0056b83d}.slider-arrow:hover{background:var(--color-purple)}.category-strip{background:var(--section-bg, var(--color-cyan))}.category-tile img,.age-card__image,.product-card__image,.yoto-gallery__feature,.yoto-gallery__tile,.cart-drawer__image{background:linear-gradient(180deg,var(--color-white) 0%,rgba(88,192,230,.12) 100%)}.promo-card,.inspired-card{border:1px solid rgba(6,6,9,.08);box-shadow:0 18px 44px #0606091f}.promo-card:nth-child(3),.inspired-card:nth-child(3){color:var(--color-black);background:var(--card-bg, var(--color-pink))}.segmented-control,.listen-tabs .segmented-control{background:var(--color-white);border:1px solid rgba(0,86,184,.12)}.segmented-control button.is-active,.listen-tabs .segmented-control button.is-active{background:var(--color-yellow);color:var(--color-black)}.play-feature img,.listen-item__image,.brand-logo,.search-modal__panel,.cart-drawer,.yoto-review-card,.addon-card,.quantity-row,.faq-list--plain{background:var(--color-white);border-color:#0056b824}.listen-tabs{background:var(--active-bg, var(--color-blue))}.listen-tabs__copy,.listen-tabs__copy h2,.listen-tabs__copy p{color:var(--color-white)}.listen-tabs__play{color:var(--color-blue)}.listen-item.is-selected .listen-item__image{box-shadow:0 0 0 4px var(--color-yellow),0 0 0 10px #ffffffc7}.product-card{border-color:#0056b82e;box-shadow:0 20px 42px #06060914}.product-card__heart:hover,.product-card p,.product-card__footer strong{color:var(--color-blue)}.main-collection{background:linear-gradient(180deg,var(--color-white) 0%,rgba(88,192,230,.14) 100%)}.main-collection__hero,.main-collection__toolbar{background:#ffffffd1;border:1px solid rgba(0,86,184,.14);box-shadow:0 18px 40px #0606090f}.brand-logo:nth-child(1){color:var(--color-black)}.brand-logo:nth-child(2){color:var(--color-blue)}.brand-logo:nth-child(3){color:var(--color-purple)}.brand-logo:nth-child(4){color:var(--color-dark-green)}.brand-logo:nth-child(5){color:var(--color-coral)}.brand-logo:nth-child(6){color:var(--color-cyan)}.faq-section{background:var(--section-bg, var(--color-dark-green))}.faq-list,.faq-list--plain,.faq-item button{color:var(--color-black)}.newsletter-section{background:var(--section-bg, var(--color-pink))}.newsletter-form input{border-color:var(--color-blue)}.footer{background:var(--color-dark-green)}.search-modal__overlay,.cart-drawer__overlay{background:#0606096b}.search-modal__panel{box-shadow:0 22px 55px #06060929}.search-modal__form{border-color:var(--color-blue);box-shadow:0 0 0 4px #0056b81f}.search-result:hover{background:#aef5e266}.cart-drawer__head,.cart-drawer__subtotal{border-color:#0056b829}.cart-drawer__quantity button:hover,.cart-drawer__remove:hover{color:var(--color-blue);border-color:var(--color-blue)}.yoto-product,.yoto-specs{background:var(--color-white);color:var(--color-dark-green)}.yoto-summary__subtitle,.yoto-summary__rating,.yoto-product .price,.yoto-faq-panel h2{color:var(--color-blue)}.yoto-gallery__feature,.yoto-gallery__tile,.yoto-box-card,.addon-card,.quantity-row,.yoto-app-promo{border-color:#0056b824;background:var(--color-white)}.yoto-option.is-selected,.addon-card:hover{border-color:var(--color-blue);background:#aef5e257}.yoto-reviews__seal{border-color:var(--color-blue);color:var(--color-blue)}.yoto-stars{color:var(--color-yellow)}.yoto-review-card__badge{background:var(--color-purple);box-shadow:inset 0 -3px 0 var(--color-coral)}.yoto-review-card__top button{border-color:var(--color-blue);color:var(--color-blue)}.yoto-review-card__avatar{background:linear-gradient(135deg,var(--color-blue),var(--color-purple))}.yoto-review-card__footer em{color:var(--color-dark-green)}.yoto-story,.yoto-story .section-pad,.yoto-story__split{background:#58c0e61f}.yoto-story__copy h2,.yoto-icon-row article h3{color:var(--color-dark-green)}.yoto-icon-row article span{color:var(--color-blue);background:var(--color-yellow)}.yoto-night-band{background:var(--color-purple);color:var(--color-white)}.yoto-feature-pills span{color:var(--color-black);background:var(--color-yellow)}.yoto-audio-world{background:var(--color-coral);color:var(--color-white)}.yoto-audio-world__rail article,.yoto-accessory-row article{color:var(--color-dark-green);background:var(--color-white)}.yoto-audio-world__rail article span,.yoto-accessory-row article span{color:var(--color-white);background:var(--color-blue)}.yoto-accessory-row svg{color:var(--color-white)}.yoto-specs dt,.yoto-specs h2{color:var(--color-dark-green)}.yoto-app-buttons a{background:var(--color-black)}.yoto-icon-band{background:#58c0e61f;padding:clamp(36px,5vw,68px) 0 clamp(48px,5vw,76px)}.yoto-icon-row{padding:0;gap:clamp(18px,3vw,34px)}.yoto-icon-row article{min-height:210px;padding:30px 22px 28px;border:1px solid rgba(0,86,184,.12);border-radius:24px;background:#ffffffbd;box-shadow:0 18px 38px #0606090f}.yoto-icon-row span{width:76px;height:76px;border-radius:22px;color:var(--color-blue);background:var(--color-yellow);box-shadow:0 12px 26px #0056b81f}.yoto-icon-row svg{width:42px;height:42px}.yoto-icon-row h3{margin-top:4px;color:var(--color-dark-green);font-size:clamp(22px,2vw,28px)}.yoto-icon-row p{max-width:300px;color:#024048c7;font-size:15px;line-height:1.55}.yoto-box-card{gap:24px;padding:clamp(26px,3vw,38px);border:1px solid rgba(0,86,184,.12);border-radius:30px;background:linear-gradient(135deg,var(--color-pink) 0%,rgba(254,224,100,.26) 100%);box-shadow:0 20px 44px #06060914}.yoto-box-card h2{display:flex;align-items:center;gap:12px;color:var(--color-coral);font-size:clamp(28px,2.8vw,40px)}.yoto-box-card h2:before{content:"";width:18px;height:18px;border-radius:999px;background:var(--color-yellow);box-shadow:18px 0 0 var(--color-blue)}.yoto-box-card__items{counter-reset:boxItem;gap:18px}.yoto-box-card__items span{position:relative;min-height:132px;place-items:center;padding:48px 18px 24px;border:1px solid rgba(0,86,184,.12);border-radius:22px;color:var(--color-dark-green);background:#ffffffeb;box-shadow:0 16px 32px #0606090f;font-size:16px;line-height:1.25}.yoto-box-card__items span:before{counter-increment:boxItem;content:counter(boxItem);position:absolute;top:16px;left:16px;display:grid;width:32px;height:32px;place-items:center;border-radius:999px;color:var(--color-white);background:var(--color-blue);font-size:14px;font-weight:950}.yoto-audio-world{background:linear-gradient(135deg,var(--color-dark-green) 0%,var(--color-blue) 100%)}.yoto-audio-world .page-width{display:grid;gap:26px}.yoto-audio-world h2{max-width:860px;margin:0;color:var(--color-white);font-size:clamp(32px,3.2vw,48px)}.yoto-audio-world__rail,.yoto-accessory-row{display:grid;grid-auto-flow:initial;overflow:visible;padding-bottom:10px}.yoto-audio-world__rail{grid-template-columns:repeat(6,minmax(0,1fr))}.yoto-audio-world__rail article{min-height:154px;align-content:space-between;padding:22px;border:1px solid rgba(255,255,255,.18);border-radius:24px;color:var(--color-dark-green);background:#fffffff0;box-shadow:0 18px 38px #0606092e}.yoto-audio-world__rail article span{width:46px;height:46px;color:var(--color-black);background:var(--color-yellow)}.yoto-audio-world__rail article strong{font-size:17px;line-height:1.2}.yoto-accessory-row{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:0}.yoto-accessory-row article{min-height:118px;grid-template-columns:auto 1fr;align-content:center;align-items:center;gap:16px;padding:20px;border:1px solid rgba(255,255,255,.18);border-radius:22px;color:var(--color-dark-green);background:var(--color-white);box-shadow:0 16px 34px #06060924}.yoto-accessory-row article:nth-child(1){background:var(--color-pink)}.yoto-accessory-row article:nth-child(2){background:var(--color-menta)}.yoto-accessory-row article:nth-child(3){background:var(--color-yellow)}.yoto-accessory-row article:nth-child(4){background:var(--color-cyan)}.yoto-accessory-row article span{display:grid;width:54px;height:54px;place-items:center;border-radius:18px;background:var(--color-blue)}.yoto-accessory-row svg{width:30px;height:30px;color:var(--color-white)}.main-collection{background:linear-gradient(180deg,rgba(88,192,230,.22) 0%,var(--color-white) 52%)}.main-collection__hero{position:relative;overflow:hidden;align-items:center;margin-bottom:24px;padding:clamp(30px,4vw,48px);border:0;border-radius:34px;color:var(--color-white);background:linear-gradient(135deg,var(--color-blue) 0%,var(--color-purple) 100%);box-shadow:0 24px 56px #0056b82e}.main-collection__hero:after{content:"";position:absolute;right:-74px;top:-94px;width:260px;height:260px;border-radius:999px;background:var(--color-yellow);opacity:.18}.main-collection__hero>*{position:relative;z-index:1}.main-collection__hero h1,.main-collection__hero .main-collection__description,.main-collection__summary span{color:var(--color-white)}.main-collection__hero h1{font-size:clamp(46px,5.8vw,76px);line-height:.95}.main-collection__eyebrow{color:var(--color-yellow)}.main-collection__description{max-width:820px;color:#ffffffdb}.main-collection__summary span{display:inline-flex;min-height:36px;align-items:center;padding:0 14px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff1f}.main-collection__summary .button--red{color:var(--color-black);background:var(--color-yellow)}.main-collection__summary .button--red:hover{color:var(--color-white);background:var(--color-coral)}.main-collection__toolbar{margin-bottom:34px;padding:14px;border:0;border-radius:26px;background:#aef5e29e;box-shadow:none}.main-collection__chips .chip{min-height:42px;padding:10px 18px;border:1px solid rgba(0,86,184,.1);background:var(--color-white);color:var(--color-black)}.main-collection__chips .chip.is-active{background:var(--color-yellow);border-color:var(--color-black);color:var(--color-black)}.main-collection__sort{color:var(--color-black)}.main-collection__sort select{min-height:46px;border:1px solid rgba(0,86,184,.16);background:var(--color-white);box-shadow:0 10px 24px #0606090f}@media(max-width:1100px){.yoto-audio-world__rail{grid-template-columns:repeat(3,minmax(0,1fr))}.yoto-accessory-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.yoto-icon-row,.yoto-audio-world__rail,.yoto-accessory-row,.yoto-box-card__items{grid-template-columns:1fr}.yoto-icon-row article{min-height:auto}.main-collection__hero{border-radius:26px}.main-collection__toolbar{padding:12px}}.cart-drawer__item--pending{align-items:center;margin:0 -2px;padding:14px;border:1px solid rgba(0,86,184,.12);border-radius:18px;background:linear-gradient(135deg,#aef5e270,#58c0e629)}.cart-drawer__item--pending .cart-drawer__image{background:var(--color-white);box-shadow:0 10px 22px #0056b81f}.cart-drawer__pending-label{display:inline-flex;width:max-content;align-items:center;gap:8px;margin:2px 0 0;padding:5px 10px;border-radius:999px;color:var(--color-blue);background:#ffffffd1;font-size:12px;font-weight:900;line-height:1}.cart-drawer__pending-label:before{content:"";width:10px;height:10px;border:2px solid rgba(0,86,184,.25);border-top-color:var(--color-blue);border-radius:999px;animation:cart-button-spin .72s linear infinite}.cart-drawer__item{transition:opacity .18s ease,transform .18s ease,background .18s ease}.cart-drawer__item.is-updating{background:transparent}.cart-drawer__item.is-removing{opacity:.45;transform:translate(8px)}.cart-drawer__item.is-updating .cart-drawer__quantity{border-color:#e6ddd4;box-shadow:none}.cart-drawer__quantity button:disabled,.cart-drawer__remove:disabled{cursor:default;opacity:.72}.search-modal__form{border:0;outline:0}.search-modal__form:focus-within,.search-modal__form input[type=search]:focus{box-shadow:none}.search-modal__submit{color:var(--color-white)}.search-modal__submit svg{stroke:currentColor}@media(min-width:990px){body.search-modal-open .search-modal,body.search-modal-open .search-modal__panel,body.search-modal-open .search-modal__dropdown,body.search-modal-open .search-modal__status{box-shadow:none}body.search-modal-open .search-modal__dropdown{border:0;background:transparent}body.search-modal-open .search-modal__status{border:0;border-radius:14px}}.site-header{background:var(--color-white);-webkit-backdrop-filter:none;backdrop-filter:none}.site-header__brand img{display:block;width:min(var(--logo-width, 160px),240px);max-height:54px;object-fit:contain}@media(min-width:990px){.search-modal__overlay{top:78px;background:transparent}.search-modal__dropdown{border:0;background:transparent;box-shadow:none}.search-modal__status{border:0;border-radius:14px}}.site-header{position:sticky;top:0;background:var(--color-white);border-bottom:1px solid #ececec;box-shadow:none}.site-header__inner{gap:40px}.site-header__brand{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;color:var(--color-blue);line-height:1}.site-header__brand-title{display:block;font-weight:900}.site-header__tagline{display:block;color:var(--color-black);font-family:var(--font-body);font-size:11px;font-weight:800;line-height:1.15;letter-spacing:.02em;white-space:nowrap}.site-header__nav{gap:8px 34px;font-size:17px;font-weight:900}.site-header__nav a{transition:color var(--motion)}.site-header__nav a:hover{color:#f58220}.site-header__search,.site-header__cart{transition:color var(--motion)}.site-header__search:hover,.site-header__cart:hover{color:#f58220}@media(max-width:989px){.site-header__brand{align-items:center}.site-header__tagline{max-width:190px;overflow:hidden;text-overflow:ellipsis}}.hero-slider--brks{background:radial-gradient(circle at 83% 18%,rgba(254,224,100,.28),transparent 26%),radial-gradient(circle at 14% 82%,rgba(245,130,32,.1),transparent 24%),var(--color-white)}.hero-slider--brks .hero-slider__viewport,.hero-slider--brks .hero-slider__track,.hero-slider--brks .hero-slide{min-height:690px}.hero-slider--brks .hero-slide__grid{grid-template-columns:minmax(320px,.9fr) minmax(390px,1.1fr);gap:clamp(44px,5vw,86px)}.hero-slider--brks .hero-slide__copy{max-width:690px}.hero-slider--brks .hero-slide__eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;color:#f58220;font-family:var(--font-heading);font-size:15px;font-weight:900;line-height:1;text-transform:uppercase}.hero-slider--brks .hero-slide__eyebrow:before{content:"";width:28px;height:10px;border-radius:999px;background:linear-gradient(90deg,#f58220 0 45%,var(--color-yellow) 45% 100%)}.hero-slider--brks .hero-slide__copy h1{max-width:640px;color:var(--color-black);font-size:clamp(42px,4.4vw,68px);line-height:.98}.hero-slider--brks .hero-slide__copy p:not(.hero-slide__eyebrow){max-width:650px;margin:24px 0 34px;color:#060609bd;font-size:clamp(19px,1.7vw,25px);line-height:1.38;font-weight:800}.hero-slide__actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.hero-slider--brks .button--red{background:#f58220;color:var(--color-white);box-shadow:0 18px 34px #f582203d}.hero-slider--brks .button--red:hover{background:var(--color-black)}.hero-slider--brks .button--outline{color:var(--color-black);background:var(--color-white);border:2px solid #ececec;box-shadow:none}.hero-slider--brks .button--outline:hover{color:var(--color-black);border-color:#f58220;background:#fee06457}.hero-slider--brks .hero-slide__media{width:min(100%,680px);max-width:680px;min-height:540px;justify-self:center;border-radius:0}.hero-slider--brks .hero-slide__media img{min-height:0;height:clamp(380px,44vw,560px);object-fit:contain}.hero-slider--brks .brks-hero-default-image{display:block;width:100%;border:1px solid #ececec;border-radius:38px;object-fit:cover;box-shadow:0 28px 70px #0606091c}.hero-slider--brks .slider-arrow,.hero-slider--brks .flower{display:none}.brks-hero-visual{position:relative;display:grid;min-height:540px;place-items:center;isolation:isolate}.brks-hero-visual__scene{position:relative;width:min(100%,620px);min-height:500px;overflow:hidden;border:1px solid #ececec;border-radius:44px;background:linear-gradient(150deg,#fffffff0,#fee06433),radial-gradient(circle at 20% 22%,rgba(245,130,32,.16),transparent 24%),#fffdf8;box-shadow:0 28px 70px #0606091f}.brks-hero-visual__scene:before{content:"";position:absolute;inset:34px 34px auto auto;width:92px;height:92px;border-radius:50%;background:var(--color-yellow);box-shadow:-22px 24px #f582203d}.brks-hero-visual__accent{position:absolute;z-index:-1;border-radius:999px}.brks-hero-visual__accent--yellow{top:22px;right:26px;width:134px;height:134px;background:#fee064b8}.brks-hero-visual__accent--orange{left:20px;bottom:38px;width:180px;height:180px;background:#f5822029}.brks-hero-visual__child{position:absolute;top:48px;left:52px;width:178px;height:230px}.brks-hero-visual__face{position:absolute;top:0;left:50%;width:112px;height:112px;border-radius:44% 44% 48% 48%;background:#ffd2a8;transform:translate(-50%);box-shadow:inset 18px 0 #ffffff42}.brks-hero-visual__face:before,.brks-hero-visual__face:after{content:"";position:absolute;top:48px;width:9px;height:9px;border-radius:50%;background:var(--color-black)}.brks-hero-visual__face:before{left:35px}.brks-hero-visual__face:after{right:35px}.brks-hero-visual__shirt{position:absolute;left:50%;bottom:0;width:152px;height:142px;border-radius:44px 44px 20px 20px;background:var(--color-blue);transform:translate(-50%);box-shadow:0 18px #0056b829}.brks-hero-visual__table{position:absolute;right:32px;bottom:34px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:min(58%,360px)}.brks-product-card{min-height:132px;padding:16px;border:1px solid rgba(6,6,9,.08);border-radius:24px;background:var(--color-white);box-shadow:0 16px 34px #06060914}.brks-product-card__icon{display:grid;width:58px;height:46px;margin-bottom:16px;place-items:center;border-radius:14px;color:var(--color-black);background:var(--color-yellow);font-family:var(--font-heading);font-size:16px;font-weight:900}.brks-product-card strong{display:block;color:var(--color-black);font-size:15px;line-height:1.12;font-weight:900}.brks-product-card--draw{transform:translateY(20px)}.brks-product-card--slides .brks-product-card__icon{background:#aef5e2}.brks-product-card--books .brks-product-card__icon{background:#ffdfaa}.brks-product-card--draw .brks-product-card__icon{background:#ffdfcc}@media(max-width:989px){.hero-slider--brks .hero-slider__viewport,.hero-slider--brks .hero-slider__track,.hero-slider--brks .hero-slide{min-height:auto}.hero-slider--brks .hero-slide{padding:42px 0 58px}.hero-slider--brks .hero-slide__media{min-height:420px;order:-1}.brks-hero-visual,.brks-hero-visual__scene{min-height:410px}.brks-hero-visual__child{top:34px;left:34px;transform:scale(.82);transform-origin:top left}.brks-hero-visual__table{right:18px;bottom:22px;width:min(66%,330px);gap:12px}.brks-product-card{min-height:116px;padding:13px}}@media(max-width:640px){.hero-slider--brks .hero-slide__copy h1{font-size:38px}.hero-slide__actions{align-items:stretch}.hero-slide__actions .button{justify-content:center;width:100%}.hero-slider--brks .hero-slide__media{min-height:390px}.brks-hero-visual,.brks-hero-visual__scene{min-height:380px}.brks-hero-visual__scene{border-radius:28px}.brks-hero-visual__child{top:22px;left:20px;transform:scale(.64)}.brks-hero-visual__table{right:12px;bottom:16px;width:calc(100% - 24px)}.brks-product-card{min-height:100px;border-radius:18px}.brks-product-card__icon{width:48px;height:38px;margin-bottom:10px;font-size:13px}.brks-product-card strong{font-size:13px}}.hero-slider--brks{background:radial-gradient(circle at 82% 12%,rgba(254,224,100,.22),transparent 28%),linear-gradient(90deg,#fff 0% 68%,#fee0642e)}.hero-slider--brks .hero-slider__viewport,.hero-slider--brks .hero-slider__track,.hero-slider--brks .hero-slide{min-height:clamp(620px,48vw,740px)}.hero-slider--brks .hero-slide{animation:brksHeroSlideIn .52s ease both}.hero-slider--brks .hero-slide__grid{grid-template-columns:minmax(360px,.92fr) minmax(500px,1.08fr);gap:clamp(48px,5.4vw,92px)}.hero-slider--brks .hero-slide__copy{max-width:650px}.hero-slider--brks .hero-slide__eyebrow{margin-bottom:18px;color:#f58220;font-size:15px;letter-spacing:0}.hero-slider--brks .hero-slide__copy h1{max-width:620px;font-size:clamp(46px,4vw,64px);line-height:1.02;font-weight:900}.hero-slider--brks .hero-slide__copy p:not(.hero-slide__eyebrow){max-width:620px;margin:22px 0 34px;color:#060609ad;font-size:clamp(19px,1.35vw,23px);line-height:1.38;font-weight:800}.hero-slider--brks .hero-slide__media{width:min(100%,650px);max-width:650px;min-height:clamp(520px,42vw,640px);display:grid;place-items:center;justify-self:center}.hero-slider--brks .hero-slide__media img,.hero-slider--brks .brks-hero-default-image{width:min(100%,620px);height:min(42vw,620px);min-height:520px;border:0;border-radius:0;object-fit:contain;box-shadow:none;filter:drop-shadow(0 28px 42px rgba(6,6,9,.12))}.hero-slider--brks .slider-arrow{display:inline-flex;width:54px;height:54px;color:#fff;background:#f58220;border:2px solid rgba(255,255,255,.9);border-radius:16px;box-shadow:0 16px 34px #f582203d}.hero-slider--brks .slider-arrow:hover{background:#060609}.hero-slider--brks .hero-slider__dots{bottom:28px}.hero-slider--brks .hero-slider__dot{background:#06060929}.hero-slider--brks .hero-slider__dot.is-active,.hero-slider--brks .hero-slider__dot:hover{width:30px;background:#f58220}@keyframes brksHeroSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:989px){.hero-slider--brks .hero-slider__viewport,.hero-slider--brks .hero-slider__track,.hero-slider--brks .hero-slide{min-height:auto}.hero-slider--brks .hero-slide__grid{grid-template-columns:1fr;gap:26px}.hero-slider--brks .hero-slide__media{order:-1;width:min(100%,560px);min-height:420px}.hero-slider--brks .hero-slide__media img,.hero-slider--brks .brks-hero-default-image{width:min(100%,520px);height:auto;min-height:0;max-height:480px}.hero-slider--brks .slider-arrow{display:none}}@media(max-width:640px){.hero-slider--brks .hero-slide{padding:30px 0 56px}.hero-slider--brks .hero-slide__copy h1{font-size:34px;line-height:1.08}.hero-slider--brks .hero-slide__copy p:not(.hero-slide__eyebrow){font-size:16px;line-height:1.42}.hero-slider--brks .hero-slide__media{min-height:320px}.hero-slider--brks .hero-slide__media img,.hero-slider--brks .brks-hero-default-image{max-height:330px}}.hero-slider--brks{background:#fff!important}.hero-slider--brks .hero-slide__grid{grid-template-columns:minmax(360px,.98fr) minmax(480px,1.02fr);gap:clamp(44px,4.8vw,78px)}.hero-slider--brks .hero-slide__media{width:min(100%,620px)!important;max-width:620px!important;min-height:0!important;aspect-ratio:1 / 1;display:block!important;overflow:hidden;border-radius:34px!important;background:transparent!important;box-shadow:0 24px 58px #0606091c}.hero-slider--brks .hero-slide__media img,.hero-slider--brks .brks-hero-default-image{display:block;width:100%!important;height:100%!important;min-width:100%;min-height:0!important;max-height:none!important;border:0!important;border-radius:34px!important;object-fit:cover!important;object-position:center;filter:none!important;box-shadow:none!important}@media(max-width:989px){.hero-slider--brks .hero-slide__grid{grid-template-columns:1fr}.hero-slider--brks .hero-slide__media{width:min(100%,520px)!important;margin:0 auto}}@media(max-width:640px){.hero-slider--brks .hero-slide__media{width:min(100%,340px)!important;border-radius:24px!important}.hero-slider--brks .hero-slide__media img,.hero-slider--brks .brks-hero-default-image{border-radius:24px!important}}.hero-slider--brks .hero-slide__media{display:block!important;width:min(100%,650px)!important;max-width:650px!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0!important}.hero-slider--brks .hero-slide__media:before,.hero-slider--brks .hero-slide__media:after{display:none!important;content:none!important}.hero-slider--brks .hero-slide__media img,.hero-slider--brks .brks-hero-default-image{display:block!important;width:100%!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:none!important;border:0!important;border-radius:0!important;object-fit:contain!important;object-position:center!important;filter:none!important;box-shadow:none!important;transform:none!important;animation:none!important}.hero-slider--brks .hero-slide__media.is-visible img,.hero-slider--brks .hero-slide__media.reveal-media img{animation:none!important;transform:none!important;filter:none!important;opacity:1!important}@media(max-width:989px){.hero-slider--brks .hero-slide__media{width:min(100%,560px)!important;margin:0 auto}}@media(max-width:640px){.hero-slider--brks .hero-slide__media{width:100%!important}}.hero-slider--brks .hero-slide__media.reveal-media{display:block!important;width:min(100%,650px)!important;max-width:650px!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0!important}.hero-slider--brks .hero-slide__media.reveal-media img,.hero-slider--brks .hero-slide__media.reveal-media .brks-hero-default-image{display:block!important;width:100%!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:none!important;border:0!important;border-radius:0!important;object-fit:contain!important;object-position:center!important;box-shadow:none!important}.hero-slider--brks .hero-slide__media.reveal-media.is-visible img,.hero-slider--brks .hero-slide__media.reveal-media.is-visible .brks-hero-default-image{animation:tonies-image-reveal 1.05s cubic-bezier(.16,1,.3,1) both!important}@media(prefers-reduced-motion:reduce){.hero-slider--brks .hero-slide__media.reveal-media.is-visible img,.hero-slider--brks .hero-slide__media.reveal-media.is-visible .brks-hero-default-image{animation:none!important;transform:none!important;filter:none!important;opacity:1!important}}.category-strip--brks{background:#fff!important;padding:clamp(54px,6vw,86px) 0}.category-strip--brks .category-strip__header{max-width:980px;margin-bottom:34px}.category-strip--brks .category-strip__eyebrow{margin:0 0 10px;color:#f58220;font-family:var(--font-heading);font-size:14px;font-weight:900;line-height:1;text-transform:uppercase}.category-strip--brks .category-strip__header h2{margin:0;color:#060609;font-size:clamp(34px,4vw,58px);line-height:1.02}.category-strip--brks .category-strip__header p:not(.category-strip__eyebrow){max-width:900px;margin:12px 0 0;color:#060609b8;font-size:18px;line-height:1.45;font-weight:700}.category-strip--brks .category-strip__grid--brks{grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(18px,2.2vw,30px)}.category-strip--brks .category-tile--brks{display:flex;min-width:0;flex-direction:column;align-items:center;color:#060609;text-align:center;text-decoration:none}.category-strip--brks .category-tile__image{width:100%;min-height:0;aspect-ratio:1 / .86;overflow:hidden;border-radius:0;background:#fff!important;box-shadow:none}.category-strip--brks .category-tile__image img{display:block;width:100%;height:100%;max-height:none;object-fit:contain;background:#fff!important}.category-strip--brks .category-tile__body{display:flex;min-height:150px;flex-direction:column;align-items:center;padding-top:22px}.category-strip--brks .category-tile__title{margin:0;color:#060609;font-size:clamp(18px,1.4vw,24px);line-height:1.1;font-weight:900}.category-strip--brks .category-tile__benefit{display:block;margin-top:9px;color:#060609c2;font-size:15px;line-height:1.3;font-weight:700}.category-strip--brks .category-tile__button{display:inline-flex;align-items:center;gap:6px;margin-top:14px;color:#0056b8;font-size:14px;line-height:1;font-weight:900}.category-strip--brks .category-tile__button svg{width:16px!important;height:16px!important;flex:0 0 16px;stroke-width:2.6}.category-strip--brks .category-tile--brks:hover .category-tile__button{color:#f58220}@media(max-width:1180px){.category-strip--brks .category-strip__grid--brks{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.category-strip--brks .category-strip__grid--brks{grid-template-columns:repeat(2,minmax(0,1fr))}.category-strip--brks .category-tile__body{min-height:132px}}.hero-slider--brks{background:#f7f4ef!important}.category-strip--brks .category-tile__image{aspect-ratio:1 / 1!important;overflow:visible!important;background:#fff!important}.category-strip--brks .category-tile__image img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;background:#fff!important}.category-strip--brks .category-tile--brks{overflow:visible!important}@media(max-width:1180px){.category-strip--brks .category-tile__image{aspect-ratio:1 / 1!important}}.category-strip--brks .category-tile__image{aspect-ratio:1 / 1.08!important}.category-strip--brks .category-tile__body{padding-top:30px!important}.promo-world__grid{align-items:stretch;gap:clamp(20px,2.4vw,40px)}.promo-world .promo-card{display:block;aspect-ratio:1308 / 1203;min-height:0;padding:0;overflow:hidden;border-radius:clamp(22px,2vw,30px);background:var(--card-bg, #ffffff)}.promo-world .promo-card img{display:block;width:100%;height:100%;max-height:none;object-fit:cover;object-position:center;border-radius:inherit}.promo-world .promo-card__button{width:max-content;max-width:calc(100% - 40px);min-height:54px;padding-inline:clamp(22px,2vw,32px);flex-wrap:nowrap;white-space:nowrap;color:var(--promo-button-color, #ffffff);background:var(--promo-button-bg, var(--color-blue));border-color:transparent;box-shadow:0 12px 24px #0606092e}.promo-world .promo-card__button:hover{color:var(--promo-button-color, #ffffff);background:var(--promo-button-bg, var(--color-blue));filter:brightness(.94)}@media(max-width:989px){.promo-world .promo-card{width:min(100%,620px);margin-inline:auto}}.play-tabs{background:linear-gradient(180deg,#fff,#f6f9ff)}.play-card__image{min-height:360px;overflow:hidden;border:1px solid rgba(0,86,184,.12);border-radius:32px;background:#eef6ff;box-shadow:0 20px 44px #06060914}.play-card__image img{width:100%;height:380px;max-height:none;object-fit:cover}.listen-tabs__badge{position:absolute;top:7%;left:7%;z-index:5;padding:10px 16px;border-radius:999px;color:#060609;background:#ffd83d;box-shadow:0 12px 30px #06060929;font-size:13px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.listen-tabs__hero{overflow:hidden;border:1px solid rgba(255,255,255,.34);border-radius:44px;background:#ffffff29;box-shadow:0 28px 64px #06060933}.listen-tabs__hero-main{width:100%;height:620px;object-fit:cover;opacity:.24;filter:none}.listen-tabs__hero-character{top:50%;left:50%;width:min(78%,520px);height:min(74%,470px);transform:translate(-50%,-46%) scale(.96)}.listen-tabs__character-panel.is-active .listen-tabs__hero-character{transform:translate(-50%,-50%) scale(1)}.listen-tabs__hero-character-img{width:100%;height:100%;border:8px solid rgba(255,255,255,.9);border-radius:34px;object-fit:cover;box-shadow:0 26px 52px #0606093d;filter:none}.age-card__image{min-height:230px;overflow:hidden;border:1px solid rgba(0,86,184,.12);border-radius:28px;box-shadow:0 18px 36px #06060914}.age-card__image img{width:100%;height:230px;object-fit:cover;object-position:center}.product-card__badge{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:999px;color:#060609;background:#ffd83d;font-size:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.product-card__image img{object-fit:cover}.faq-section__image{overflow:hidden;border-radius:36px}.faq-section__image img{width:100%;height:100%;min-height:560px;object-fit:cover}.yoto-app-buttons span{display:inline-flex;min-height:48px;align-items:center;padding:12px 18px;border-radius:999px;color:#060609;background:#ffd83d;font-weight:900}@media(max-width:749px){.play-card__image,.play-card__image img{min-height:300px;height:300px}.listen-tabs__hero,.listen-tabs__hero-main,.listen-tabs__hero-scene{min-height:430px;height:430px}.listen-tabs__hero-character{width:82%;height:68%}.age-card__image,.age-card__image img{min-height:190px;height:190px}.faq-section__image img{min-height:360px}}.play-tabs{background:radial-gradient(circle at 8% 22%,rgba(255,216,61,.16),transparent 24%),linear-gradient(180deg,#fff,#f4f8ff)}.play-tabs__grid{gap:clamp(24px,3vw,46px);align-items:start}.play-card__image{min-height:0;aspect-ratio:1 / 1;margin-bottom:24px;overflow:hidden;border:1px solid rgba(0,86,184,.1);border-radius:28px;background:#f8f5ef;box-shadow:0 18px 38px #06060914}.play-card__image img{display:block;width:100%;height:100%;max-height:none;object-fit:cover;object-position:center;transition:transform .5s cubic-bezier(.16,1,.3,1)}.play-card:hover .play-card__image img{transform:scale(1.025)}.play-card h3{margin:0 0 12px;font-size:clamp(24px,1.7vw,32px);line-height:1.08}.play-card p{margin:0;color:#060609b3;font-size:18px;line-height:1.46}.listen-tabs__grid{grid-template-columns:minmax(330px,.86fr) minmax(480px,1.14fr);gap:clamp(44px,5vw,86px);min-height:650px}.listen-tabs__stage,.listen-tabs__hero{min-height:0}.listen-tabs__hero{aspect-ratio:1 / 1;overflow:hidden;border:1px solid rgba(255,255,255,.52);border-radius:38px;background:#f8f5ef;box-shadow:0 28px 66px #06060938}.listen-tabs__base-panel{display:none}.listen-tabs__character-panel{top:0;right:0;bottom:0;left:0;transform:scale(.985)}.listen-tabs__character-panel.is-active{transform:scale(1)}.listen-tabs__hero-character,.listen-tabs__character-panel.is-active .listen-tabs__hero-character{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:none}.listen-tabs__hero-character-img{display:block;width:100%;height:100%;border:0;border-radius:0;object-fit:cover;object-position:center;box-shadow:none;filter:none}.listen-tabs__badge{top:24px;left:24px;z-index:6}.listen-item__image{overflow:hidden}.listen-item__image img{width:100%;height:100%;object-fit:cover}.age-collections{background:#fffaf2}.age-collections__grid{gap:clamp(16px,2vw,28px)}.age-card{gap:16px;padding:10px 10px 18px;overflow:hidden;border:1px solid rgba(6,6,9,.08);border-radius:26px;color:#060609;background:#fff;box-shadow:0 16px 34px #06060912;transition:transform .3s ease,box-shadow .3s ease}.age-card:hover{transform:translateY(-5px);box-shadow:0 22px 44px #0606091c}.age-card__image{min-height:0;aspect-ratio:1 / 1;overflow:hidden;border:0;border-radius:20px;background:#f8f5ef;box-shadow:none}.age-card__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.product-card__image{min-height:0;aspect-ratio:1 / 1;border-radius:20px;background:#f8f5ef}.product-card__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .42s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card__image img{transform:scale(1.025)}.inspired-section{background:linear-gradient(180deg,#fff,#fff7ed)}.inspired-section__grid{gap:clamp(20px,2.4vw,34px)}.inspired-card{min-height:0;aspect-ratio:4 / 3;padding:0;overflow:hidden;border-radius:30px;background:#f8f5ef}.inspired-card img{display:block;width:100%;height:100%;max-height:none;object-fit:cover;object-position:center;transition:transform .52s cubic-bezier(.16,1,.3,1)}.inspired-card:hover img{transform:scale(1.035)}.inspired-card:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent,rgba(6,6,9,.36));pointer-events:none}.inspired-card .button{z-index:2;bottom:22px;white-space:nowrap}.faq-section__image{display:grid;overflow:hidden;place-items:center;border-radius:32px;background:#fff}.faq-section__image img{display:block;width:100%;height:auto;min-height:0;aspect-ratio:auto;object-fit:contain;object-position:center}@media(max-width:989px){.listen-tabs__grid{grid-template-columns:1fr;min-height:0}.listen-tabs__stage{width:min(100%,640px);margin:0 auto}.age-collections__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:749px){.play-tabs__grid,.inspired-section__grid{grid-template-columns:1fr;gap:34px}.play-card__image,.play-card__image img{min-height:0;height:auto}.play-card__image img{height:100%}.listen-tabs__hero,.listen-tabs__hero-scene{min-height:0;height:auto}.listen-tabs__hero{aspect-ratio:1 / 1;border-radius:26px}.listen-tabs__hero-character{width:100%;height:100%}.listen-tabs__badge{top:14px;left:14px;padding:8px 12px;font-size:11px}.age-collections__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.age-card{padding:7px 7px 14px;border-radius:20px;font-size:16px}.age-card__image,.age-card__image img{min-height:0;height:auto}.age-card__image img{height:100%}.inspired-card{aspect-ratio:1 / 1}.faq-section__image img{min-height:0}}.tab-panel[data-tab-panel=tonies] .play-tabs__grid{grid-template-columns:repeat(2,minmax(0,400px));justify-content:center}@media(max-width:749px){.tab-panel[data-tab-panel=tonies] .play-tabs__grid{grid-template-columns:1fr}}.brand-logos{overflow:hidden;padding:clamp(44px,5vw,72px) 0;background:radial-gradient(circle at 8% 0%,rgba(88,192,230,.16),transparent 30%),radial-gradient(circle at 92% 100%,rgba(255,221,87,.18),transparent 28%),var(--section-bg, #ffffff)}.brand-logos__rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;gap:clamp(14px,1.6vw,24px);overflow:visible}.brand-logo{display:flex;min-width:0;min-height:0;flex-direction:column;align-items:center;justify-content:flex-start;gap:14px;padding:clamp(14px,1.6vw,22px) 12px 18px;border:1px solid rgba(0,86,184,.12);border-radius:26px;background:#ffffffeb;box-shadow:0 14px 34px #0f345914;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.brand-logo:hover{transform:translateY(-5px);border-color:#0056b847;box-shadow:0 20px 42px #0f345924}.brand-logo__icon{display:block;width:min(100%,150px);aspect-ratio:1;overflow:hidden;border:6px solid #ffffff;border-radius:50%;background:#f5f9ff;box-shadow:0 8px 22px #0f345921}.brand-logo__icon img{display:block;width:100%;height:100%;max-height:none;object-fit:cover;object-position:center;transition:transform .22s ease}.brand-logo:hover .brand-logo__icon img{transform:scale(1.05)}.brand-logo__title{display:block;color:currentColor;font-size:clamp(17px,1.35vw,22px);line-height:1.12;font-weight:900;text-align:center}@media(max-width:1080px){.brand-logos__rail{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.brand-logos__rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.brand-logo{gap:10px;padding:12px 10px 16px;border-radius:20px}.brand-logo__icon{width:min(100%,132px);border-width:4px}.brand-logo__title{font-size:16px}}.template-product .yoto-gallery--carousel{position:relative;top:auto;display:grid;grid-template-columns:minmax(0,1fr);gap:14px;min-width:0}.template-product .yoto-gallery--carousel .yoto-gallery__main{position:relative;display:block;height:auto;min-height:0;overflow:hidden;border:1px solid rgba(0,86,184,.12);border-radius:20px;background:#fff;box-shadow:0 18px 42px #01422f1a;touch-action:pan-y}.template-product .yoto-gallery--carousel .yoto-gallery__item{position:relative;display:none;width:100%;aspect-ratio:4 / 3;place-items:center;overflow:hidden;background:#fff}.template-product .yoto-gallery--carousel .yoto-gallery__item.is-active{display:grid}.template-product .yoto-gallery--carousel .yoto-gallery__item[hidden]{display:none}.template-product .yoto-gallery--carousel .yoto-gallery__item img,.template-product .yoto-gallery--carousel .yoto-gallery__item video,.template-product .yoto-gallery--carousel .yoto-gallery__item iframe,.template-product .yoto-gallery--carousel .yoto-gallery__item model-viewer{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;max-width:none;padding:clamp(10px,2vw,24px);object-fit:contain;background:#fff}.template-product .yoto-gallery--carousel .yoto-gallery__arrow{position:absolute;z-index:3;top:50%;display:grid;width:46px;height:46px;place-items:center;border:0;border-radius:999px;color:#fff;background:#01422fe6;box-shadow:0 8px 20px #01422f38;cursor:pointer;transform:translateY(-50%);transition:background var(--motion),transform var(--motion)}.template-product .yoto-gallery--carousel .yoto-gallery__arrow:hover{background:var(--color-blue);transform:translateY(-50%) scale(1.05)}.template-product .yoto-gallery--carousel .yoto-gallery__arrow:focus-visible,.template-product .yoto-gallery--carousel .yoto-gallery__thumb:focus-visible{outline:3px solid var(--color-blue);outline-offset:3px}.template-product .yoto-gallery--carousel .yoto-gallery__arrow--prev{left:14px}.template-product .yoto-gallery--carousel .yoto-gallery__arrow--next{right:14px}.template-product .yoto-gallery--carousel .yoto-gallery__arrow svg{width:20px;height:20px}.template-product .yoto-gallery--carousel .yoto-gallery__count{position:absolute;z-index:3;right:14px;bottom:14px;display:inline-flex;gap:5px;padding:7px 11px;border-radius:999px;color:#fff;background:#01422fe0;font-size:13px;font-weight:900;line-height:1}.template-product .yoto-gallery--carousel .yoto-gallery__thumbs{display:flex;grid-template-columns:none;gap:10px;order:initial;padding:4px 3px 8px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:thin}.template-product .yoto-gallery--carousel .yoto-gallery__thumb{display:grid;flex:0 0 82px;width:82px;height:82px;padding:4px;place-items:center;overflow:hidden;border:2px solid transparent;border-radius:12px;background:#fff;cursor:pointer;scroll-snap-align:start}.template-product .yoto-gallery--carousel .yoto-gallery__thumb.is-active{border-color:var(--color-blue);box-shadow:0 0 0 2px #0056b81f}.template-product .yoto-gallery--carousel .yoto-gallery__thumb img{width:100%;height:100%;border-radius:8px;object-fit:contain}@media(max-width:989px){.template-product .yoto-product__grid{gap:22px}.template-product .yoto-gallery--carousel{width:100%}.template-product .yoto-summary{margin-top:0}}@media(max-width:640px){.template-product .yoto-product{padding-top:22px}.template-product .yoto-gallery--carousel .yoto-gallery__item{aspect-ratio:1 / 1}.template-product .yoto-gallery--carousel .yoto-gallery__item img,.template-product .yoto-gallery--carousel .yoto-gallery__item video,.template-product .yoto-gallery--carousel .yoto-gallery__item iframe,.template-product .yoto-gallery--carousel .yoto-gallery__item model-viewer{min-height:0;padding:8px}.template-product .yoto-gallery--carousel .yoto-gallery__arrow{width:42px;height:42px}.template-product .yoto-gallery--carousel .yoto-gallery__arrow--prev{left:10px}.template-product .yoto-gallery--carousel .yoto-gallery__arrow--next{right:10px}.template-product .yoto-gallery--carousel .yoto-gallery__count{right:10px;bottom:10px}.template-product .yoto-gallery--carousel .yoto-gallery__thumb{flex-basis:66px;width:66px;height:66px}.template-product .yoto-summary--sticky h1{margin-top:0}}.template-product .yoto-reviews__seal{box-sizing:border-box;display:grid;width:158px;height:158px;grid-template-rows:auto minmax(0,1fr) auto;align-items:center;justify-items:center;padding:20px 17px 18px;overflow:visible;border-width:5px}.template-product .yoto-reviews__seal span{display:block;width:100%;color:var(--color-blue);font-size:12px;font-weight:900;line-height:1.1;white-space:nowrap}.template-product .yoto-reviews__seal span:first-child{align-self:start}.template-product .yoto-reviews__seal span:last-child{align-self:end;padding-top:5px}.template-product .yoto-reviews__seal strong{align-self:center;max-width:112px;color:var(--color-black);font-size:20px;line-height:.95;overflow-wrap:normal}.template-product .yoto-audio-world__rail{display:flex;flex-wrap:wrap;grid-template-columns:none;grid-auto-flow:initial;gap:12px;overflow:visible;padding:0 0 8px}.template-product .yoto-audio-world__rail article{display:inline-flex;flex:0 1 auto;width:auto;min-height:0;align-content:initial;align-items:center;gap:10px;padding:9px 16px 9px 9px;border:1px solid rgba(255,255,255,.34);border-radius:999px;box-shadow:0 10px 24px #06060924}.template-product .yoto-audio-world__rail article span{flex:0 0 34px;width:34px;height:34px;font-size:13px}.template-product .yoto-audio-world__rail article strong{font-size:15px;line-height:1.1;white-space:nowrap}@media(min-width:641px){.template-product .yoto-reviews__score-card{grid-template-columns:158px minmax(0,1fr)}}@media(max-width:640px){.template-product .yoto-reviews__seal{width:164px;height:164px;padding:21px 18px 19px}.template-product .yoto-reviews__seal strong{font-size:21px}.template-product .yoto-audio-world__rail{justify-content:flex-start;gap:10px}.template-product .yoto-audio-world__rail article{padding:8px 14px 8px 8px}}.template-product .yoto-accessory-row{display:flex;flex-wrap:wrap;grid-template-columns:none;grid-auto-flow:initial;gap:12px;margin-top:0;overflow:visible;padding:0 0 8px}.template-product .yoto-accessory-row article{display:inline-flex;flex:0 1 auto;width:auto;min-height:0;grid-template-columns:none;align-content:initial;align-items:center;gap:10px;padding:9px 16px 9px 9px;border:1px solid rgba(255,255,255,.34);border-radius:999px;box-shadow:0 10px 24px #06060924}.template-product .yoto-accessory-row article span{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border-radius:999px}.template-product .yoto-accessory-row article span svg{width:18px;height:18px}.template-product .yoto-accessory-row article strong{font-size:15px;line-height:1.1;white-space:nowrap}.template-product .yoto-purchase-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;align-items:stretch;margin:16px 0 8px}.template-product .yoto-purchase-grid .yoto-option-card,.template-product .yoto-purchase-grid .quantity-row{box-sizing:border-box;display:grid;min-width:0;min-height:72px;grid-template-columns:1fr;align-content:center;gap:6px;margin:0;padding:11px 14px;border:1px solid rgba(0,86,184,.14);border-radius:12px;background:var(--color-white)}.template-product .yoto-purchase-grid .quantity-row input{width:100%;min-width:0;min-height:36px;height:36px;padding:5px 10px}.template-product .product-form{gap:8px}.template-product .product-form .button--full{margin-top:0}@media(max-width:640px){.template-product .yoto-accessory-row{justify-content:flex-start;gap:10px}.template-product .yoto-accessory-row article{padding:8px 14px 8px 8px}.template-product .yoto-purchase-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;margin:12px 0 6px}.template-product .yoto-purchase-grid .yoto-option-card,.template-product .yoto-purchase-grid .quantity-row{min-height:70px;padding:9px 10px}.template-product .yoto-purchase-grid .yoto-option-card strong{font-size:15px}}@media(max-width:640px){.template-product .yoto-summary{display:flex;flex-direction:column}.template-product .yoto-summary>h1,.template-product .yoto-summary>.yoto-summary__subtitle,.template-product .yoto-summary>.rating-row,.template-product .yoto-summary>.yoto-summary__price{order:1}.template-product .yoto-summary>.product-form,.template-product .yoto-summary>.yoto-payment-row{order:2}.template-product .yoto-summary>.yoto-summary__description{order:3}.template-product .yoto-summary>.addon-box{order:4}.template-product .yoto-summary>.perk-list{order:5}}.template-product .product-quantity{display:inline-grid;width:100%;grid-template-columns:34px minmax(34px,1fr) 34px;align-items:center;overflow:hidden;border:1px solid rgba(0,86,184,.18);border-radius:999px;background:#fbfaf8}.template-product .product-quantity button{display:grid;width:34px;height:36px;place-items:center;border:0;color:var(--color-dark-green);background:transparent;font-size:20px;font-weight:900;line-height:1;cursor:pointer}.template-product .product-quantity button:last-child{color:var(--color-blue)}.template-product .product-quantity button:hover:not(:disabled){background:#0056b814}.template-product .product-quantity button:disabled{cursor:not-allowed;opacity:.38}.template-product .yoto-purchase-grid .product-quantity input{width:100%;min-width:0;min-height:36px;height:36px;padding:0;border:0;border-radius:0;background:transparent;color:var(--color-dark-green);font-size:15px;font-weight:800;text-align:center;-moz-appearance:textfield}.template-product .yoto-purchase-grid .product-quantity input::-webkit-inner-spin-button,.template-product .yoto-purchase-grid .product-quantity input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.main-collection[data-main-collection]{position:relative}.main-collection[data-main-collection] .main-collection__grid,.main-collection[data-main-collection] .pagination{transition:opacity .18s ease}.main-collection[data-main-collection].is-loading .main-collection__grid,.main-collection[data-main-collection].is-loading .pagination{opacity:.38;pointer-events:none}.main-collection[data-main-collection].is-loading .main-collection__chips,.main-collection[data-main-collection].is-loading .main-collection__sort{cursor:progress}.main-collection[data-main-collection]:after{position:absolute;z-index:5;top:clamp(300px,38vh,440px);left:50%;display:none;width:42px;height:42px;box-sizing:border-box;border:4px solid rgba(0,86,184,.18);border-top-color:var(--color-blue);border-radius:999px;content:"";transform:translate(-50%);animation:brks-collection-spin .7s linear infinite}.main-collection[data-main-collection].is-loading:after{display:block}@keyframes brks-collection-spin{to{transform:translate(-50%) rotate(360deg)}}@media(prefers-reduced-motion:reduce){.main-collection[data-main-collection]:after{animation-duration:1.4s}}.yoto-reviews__topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}.yoto-reviews__topbar h2{margin:2px 0 0;color:var(--color-dark-green);font-size:clamp(2rem,4vw,3.4rem);line-height:1}.yoto-reviews__eyebrow{margin:0;color:var(--color-blue);font-size:.86rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.yoto-reviews__add-button{flex:0 0 auto;min-width:148px}.yoto-reviews__add-button:disabled{cursor:default;opacity:.7}.yoto-reviews__empty{display:grid;place-items:center;min-height:250px;padding:42px 24px;border:1px solid #cfe0f3;border-radius:28px;background:linear-gradient(135deg,#f7fbff,#fff8e7);text-align:center}.yoto-reviews__empty .yoto-stars{color:#ffcf32;font-size:2rem;letter-spacing:.14em}.yoto-reviews__empty h3{margin:14px 0 6px;color:var(--color-dark-green);font-size:clamp(1.35rem,2.5vw,2rem)}.yoto-reviews__empty p{max-width:580px;margin:0;color:#416160;font-weight:700}.product-review-dialog{width:min(680px,calc(100% - 28px));max-height:min(88vh,820px);margin:auto;padding:0;overflow:auto;border:0;border-radius:28px;background:transparent;box-shadow:0 26px 80px #042a4e47}.product-review-dialog::backdrop{background:#021933a8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-review-dialog__panel{position:relative;padding:clamp(24px,5vw,44px);border:2px solid #d8e6f7;border-radius:28px;background:#fff}.product-review-dialog__close{position:absolute;top:16px;right:16px;display:grid;width:42px;height:42px;padding:0;place-items:center;border:0;border-radius:50%;background:#edf4fb;color:var(--color-dark-green);cursor:pointer;font:inherit;font-size:1.8rem;line-height:1}.product-review-dialog__heading{padding-right:48px;margin-bottom:24px}.product-review-dialog__heading p{margin:0 0 4px;color:var(--color-blue);font-size:.78rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.product-review-dialog__heading h2{margin:0;color:var(--color-dark-green);font-size:clamp(1.8rem,5vw,2.7rem)}.product-review-dialog__heading span{display:block;margin-top:6px;color:#486361;font-weight:800}.product-review-form{display:grid;gap:18px}.product-review-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-review-form label>span,.product-review-form legend{display:block;margin-bottom:7px;color:var(--color-dark-green);font-size:.92rem;font-weight:900}.product-review-form input[type=text],.product-review-form input[type=email],.product-review-form textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid #b9cde3;border-radius:12px;background:#fff;color:var(--color-dark-green);font:inherit}.product-review-form textarea{min-height:132px;resize:vertical}.product-review-form input:focus,.product-review-form textarea:focus{border-color:var(--color-blue);outline:3px solid rgba(0,96,196,.14)}.product-review-form__rating{padding:0;border:0}.product-review-form__stars{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:4px}.product-review-form__stars input{position:absolute;width:1px;height:1px;opacity:0}.product-review-form__stars label{margin:0;color:#c8d2dc;cursor:pointer;font-size:2.25rem;line-height:1;transition:color .15s ease,transform .15s ease}.product-review-form__stars input:checked~label,.product-review-form__stars label:hover,.product-review-form__stars label:hover~label{color:#ffcf32}.product-review-form__stars input:focus-visible+label{border-radius:4px;outline:3px solid rgba(0,96,196,.3)}.product-review-form__stars label:hover{transform:translateY(-2px)}.product-review-form__note{margin:-4px 0 0;color:#5b716f;font-size:.84rem;font-weight:700}.product-review-form .button{width:100%}.product-review-dialog__success,.product-review-dialog__already{padding:24px;border:1px solid #b9e6d5;border-radius:18px;background:#effcf7;color:var(--color-dark-green)}.product-review-dialog__already{border-color:#f2d67e;background:#fff9e8}.product-review-dialog__success strong,.product-review-dialog__already strong{display:block;margin-bottom:5px;font-size:1.2rem}.product-review-dialog__success p,.product-review-dialog__already p{margin:0}@media(max-width:640px){.yoto-reviews__topbar{align-items:stretch;flex-direction:column}.yoto-reviews__add-button{width:100%}.product-review-dialog__panel{padding:26px 20px}.product-review-form__row{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
