
:root{--ink:#19202a;--muted:#607086;--line:#dde6ee;--paper:#fff;--wash:#f4f8f7;--mint:#1d7b73;--leaf:#41a35d;--sun:#f4b942;--red:#d94841;--nav:#102a36;--max:1180px}
*{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}body{margin:0;font-family:"Aptos","Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.announce{background:var(--sun);color:#1f2933;text-align:center;padding:8px 16px;font-size:14px}.site-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}.header-main{max-width:var(--max);margin:auto;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;gap:20px;align-items:center;padding:14px 20px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--nav)}.brand span{font-size:13px;color:var(--muted)}.header-search{display:flex;border:1px solid var(--line);background:#fff}.header-search input{border:0;flex:1;padding:11px 12px;min-width:0}.header-search button{border:0;background:var(--mint);color:#fff;padding:0 18px}.utility-nav{display:flex;align-items:center;gap:12px;font-size:14px}.utility-nav a,.my-list-button{border:1px solid var(--line);background:#fff;padding:9px 11px}.my-list-button span{display:inline-grid;place-items:center;background:var(--red);color:#fff;border-radius:999px;min-width:22px;height:22px;margin-left:4px}.main-nav{background:var(--nav);color:#fff;overflow:hidden}.main-nav ul{width:100%;max-width:var(--max);margin:auto;padding:0 20px;display:flex;gap:4px;list-style:none;overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.main-nav a{display:block;padding:12px 14px;white-space:nowrap}.main-nav a:hover{background:rgba(255,255,255,.12)}.band{max-width:var(--max);margin:auto;padding:58px 20px}.band--tint{max-width:none;background:var(--wash);padding-left:max(20px,calc((100vw - var(--max))/2 + 20px));padding-right:max(20px,calc((100vw - var(--max))/2 + 20px))}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:46px;align-items:center;min-height:560px}.hero h1,.page-hero h1,.collection-head h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,5vw,70px);line-height:1.02;margin:10px 0 18px;letter-spacing:0}.hero__lead,.page-hero p,.collection-head p{font-size:18px;color:var(--muted);max-width:760px}.hero__media{background:linear-gradient(135deg,#dff2ef,#fff 55%,#fff1cc);padding:28px;min-height:360px;display:grid;place-items:center}.hero__media img{aspect-ratio:4/3;object-fit:contain;width:100%}.eyebrow{margin:0;color:var(--mint);text-transform:uppercase;font-weight:800;letter-spacing:.08em;font-size:13px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 17px;border:1px solid transparent;font-weight:800;cursor:pointer}.button--primary{background:var(--mint);color:#fff}.button--accent{background:var(--red);color:#fff}.button--ghost{background:#fff;color:var(--nav);border-color:var(--line)}.icon-button{width:44px;height:44px;border:1px solid var(--line);background:#fff;font-weight:900;font-size:22px}.action-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.trust-strip{display:flex;gap:0;justify-content:center;flex-wrap:wrap;border-block:1px solid var(--line);background:#fff}.trust-strip span{padding:14px 24px;border-right:1px solid var(--line);font-weight:700;color:var(--nav)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}.section-head h2,.band>h2{font-family:Georgia,"Times New Roman",serif;font-size:34px;line-height:1.1;margin:0}.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.collection-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr))}.collection-card{display:grid;gap:10px;border:1px solid var(--line);background:#fff;padding:12px;min-height:100%}.collection-card img{aspect-ratio:7/5;object-fit:cover;background:var(--wash)}.collection-card span{color:var(--mint);font-weight:800;font-size:13px;text-transform:uppercase}.collection-card strong{font-size:19px;line-height:1.2}.collection-card em{font-style:normal;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;min-width:0}.product-card__image{background:#f7faf9;display:grid;place-items:center;aspect-ratio:1}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:14px}.product-card__body{padding:14px;display:grid;gap:10px;flex:1}.product-card h3{font-size:17px;line-height:1.25;margin:0}.product-card dl{display:grid;gap:6px;margin:0;font-size:13px}.product-card dl div{display:flex;justify-content:space-between;gap:8px;border-top:1px solid #edf1f4;padding-top:6px}.product-card dt{color:var(--muted)}.product-card dd{margin:0;font-weight:800;text-align:right}.card-kicker{margin:0;color:var(--leaf);font-size:12px;text-transform:uppercase;font-weight:800}.card-actions{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.card-actions a{font-weight:800;color:var(--mint)}.card-actions button{width:34px;height:34px;border:1px solid var(--line);background:#fff;font-weight:900}.page-hero{max-width:var(--max);margin:auto;padding:52px 20px 28px}.page-hero--compact{padding-top:24px}.breadcrumbs{max-width:var(--max);margin:22px auto 0;padding:0 20px;color:var(--muted);font-size:14px}.breadcrumbs a{color:var(--mint)}.collection-head{max-width:var(--max);margin:auto;padding:42px 20px;display:grid;grid-template-columns:1fr 330px;gap:32px;align-items:end}.catalog-tools{display:grid;gap:12px}.catalog-tools label,.modal label{display:grid;gap:6px;color:var(--muted);font-size:13px;font-weight:800}.catalog-tools input,.catalog-tools select,.search-large input,.modal input,.modal textarea{border:1px solid var(--line);padding:11px 12px;background:#fff;color:var(--ink);width:100%}.catalog-layout{max-width:var(--max);margin:auto;padding:0 20px 56px;display:grid;grid-template-columns:230px minmax(0,1fr);gap:24px}.filter-rail{border:1px solid var(--line);padding:16px;align-self:start;position:sticky;top:132px;background:#fff}.filter-rail h2{font-size:18px;margin:0 0 14px}.filter-block{border-top:1px solid var(--line);padding-top:12px;margin-top:12px}.filter-block h3{font-size:14px;margin:0 0 8px}.filter-block ul{margin:0;padding-left:18px;color:var(--muted);font-size:14px}.filter-block p{color:var(--muted);font-size:14px}.link-cloud{display:flex;flex-wrap:wrap;gap:10px}.link-cloud a{border:1px solid var(--line);background:#fff;padding:10px 12px;font-weight:800}.link-cloud span{color:var(--mint);margin-left:6px}.link-panels{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.link-panels a{border-top:4px solid var(--mint);background:#fff;box-shadow:0 0 0 1px var(--line);padding:18px;display:grid;gap:8px}.link-panels span{color:var(--muted)}.product-detail{max-width:var(--max);margin:auto;padding:34px 20px 50px;display:grid;grid-template-columns:minmax(340px,.9fr) minmax(0,1fr);gap:38px;min-width:0}.product-gallery,.product-summary{min-width:0}.product-gallery{overflow:hidden}.product-gallery__main{width:100%;aspect-ratio:1;object-fit:contain;background:#f7faf9;border:1px solid var(--line);padding:20px}.thumb-row{display:flex;gap:8px;margin-top:10px;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.thumb-row img{flex:0 0 auto;width:78px;height:78px;object-fit:contain;border:1px solid var(--line);background:#fff}.product-summary h1{font-family:Georgia,"Times New Roman",serif;font-size:44px;line-height:1.08;margin:8px 0 14px}.summary-text{font-size:17px;color:var(--muted)}.terms-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0}.terms-grid div{border:1px solid var(--line);padding:12px;background:#fff}.terms-grid dt{color:var(--muted);font-size:13px}.terms-grid dd{margin:4px 0 0;font-weight:900}.spec-table{border-collapse:collapse;width:100%;background:#fff}.spec-table th,.spec-table td{border:1px solid var(--line);padding:11px;text-align:left;vertical-align:top}.spec-table th{width:260px;background:#f8fbfa}.product-copy{max-width:900px}.product-copy img,.article-body img{margin:18px auto;max-height:900px;object-fit:contain}.product-copy table,.article-body table{border-collapse:collapse;width:100%;margin:16px 0}.product-copy td,.product-copy th,.article-body td,.article-body th{border:1px solid var(--line);padding:9px}.faq-list{display:grid;gap:10px}.faq-list details{background:#fff;border:1px solid var(--line);padding:14px}.faq-list summary{font-weight:900;cursor:pointer}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.article-grid--wide{grid-template-columns:repeat(3,minmax(0,1fr))}.article-card{border:1px solid var(--line);background:#fff;padding:18px;display:grid;gap:10px}.article-card p{margin:0;color:var(--mint);font-weight:800;font-size:13px}.article-card h3{margin:0;font-size:20px;line-height:1.2}.article-card span{color:var(--muted)}.article-page,.page-content{max-width:900px;margin:auto;padding:36px 20px}.article-page header h1,.page-content h1{font-family:Georgia,"Times New Roman",serif;font-size:48px;line-height:1.08;margin:10px 0}.article-body{font-size:17px}.article-body h2{font-family:Georgia,"Times New Roman",serif;font-size:30px;margin-top:34px}.search-large{display:flex;gap:10px;max-width:760px}.search-large input{flex:1}.site-footer{background:var(--nav);color:#eaf2f4;margin-top:40px}.footer-grid{max-width:var(--max);margin:auto;padding:42px 20px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:26px}.site-footer h2,.site-footer h3{margin-top:0}.site-footer a{display:block;color:#fff;margin:7px 0}.site-footer p{color:#c2d1d8}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);max-width:var(--max);margin:auto;padding:16px 20px;display:flex;justify-content:space-between;gap:20px}.footer-bottom a{display:inline;margin-left:12px}.float-contact{position:fixed;right:18px;bottom:18px;display:grid;gap:8px;z-index:30}.float-contact a{background:var(--red);color:#fff;width:54px;height:54px;display:grid;place-items:center;font-weight:900;box-shadow:0 10px 24px rgba(0,0,0,.18)}.float-contact a:first-child{background:var(--mint)}.modal[hidden]{display:none}.modal{position:fixed;inset:0;background:rgba(16,42,54,.62);z-index:50;display:grid;place-items:center;padding:20px}.modal__panel{background:#fff;max-width:560px;width:100%;padding:24px;position:relative;box-shadow:0 20px 70px rgba(0,0,0,.25)}.modal__close{position:absolute;right:12px;top:12px;border:0;background:transparent;font-size:20px}.modal form{display:grid;gap:12px}.form-status{min-height:22px;color:var(--mint);font-weight:800}.is-hidden{display:none!important}
@media (max-width:980px){.header-main{grid-template-columns:1fr}.utility-nav{flex-wrap:wrap}.hero,.product-detail,.collection-head,.catalog-layout{grid-template-columns:1fr}.collection-grid,.product-grid,.link-panels,.article-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-rail{position:static}.hero{min-height:auto}.main-nav ul{justify-content:flex-start}.section-head{display:block}}
@media (max-width:620px){.collection-grid,.product-grid,.link-panels,.article-grid,.footer-grid,.terms-grid{grid-template-columns:1fr}.hero h1,.page-hero h1,.collection-head h1{font-size:38px}.product-summary h1,.article-page header h1,.page-content h1{font-size:34px}.header-search{display:grid;grid-template-columns:minmax(0,1fr) 76px;width:100%}.header-search input{width:100%;min-width:0}.header-search button{width:76px;min-width:76px;padding:0 8px}.brand,.utility-nav{justify-content:center}.search-large{display:grid}.footer-bottom{display:grid}.band{padding:38px 16px}.page-hero,.collection-head,.product-detail,.catalog-layout,.breadcrumbs{padding-left:16px;padding-right:16px}.breadcrumbs{overflow-wrap:anywhere}.trust-strip span{width:50%;border-bottom:1px solid var(--line)}}

/* ToyBarn-style CPS storefront layer */
:root{--tb-red:#d90000;--tb-black:#0b0b0b;--tb-soft:#f3f3f3;--tb-yellow:#ffdf22;--tb-blue:#385f96;--line:#e4e4e4;--muted:#7a7f8a;--max:1180px}
body{font-family:Arial,Helvetica,sans-serif;color:#111;background:#fff;line-height:1.45}.site-header{position:relative;background:#fff;border-bottom:0}.top-nav{max-width:1180px;margin:0 auto;height:90px;display:grid;grid-template-columns:190px 1fr 150px;align-items:center;gap:20px}.brand{justify-content:flex-start}.brand img{width:152px;height:auto}.top-nav .main-nav{background:transparent;color:#000;overflow:visible}.top-nav .main-nav ul{max-width:none;padding:0;justify-content:center;gap:34px;overflow:visible}.top-nav .main-nav a{text-transform:uppercase;font-size:14px;font-weight:800;letter-spacing:.02em;padding:34px 0;white-space:nowrap}.top-nav .main-nav a:hover{background:transparent;color:#ec1c24}.utility-nav{justify-content:flex-end;gap:22px}.utility-nav a,.utility-nav button{border:0;background:transparent;padding:0;min-width:24px;height:32px;display:grid;place-items:center;color:#111;position:relative}.cart-button b{position:absolute;right:-9px;top:-5px;background:#ee4949;color:#fff;border-radius:999px;font-size:11px;min-width:18px;height:18px;display:grid;place-items:center}.icon-search{width:20px;height:20px;border:2px solid currentColor;border-radius:50%;display:inline-block;position:relative}.icon-search:after{content:"";position:absolute;width:8px;height:2px;background:currentColor;right:-6px;bottom:0;transform:rotate(45deg)}.icon-user{width:20px;height:20px;border:2px solid currentColor;border-radius:50%;display:inline-block;position:relative}.icon-user:after{content:"";position:absolute;left:-5px;right:-5px;bottom:-12px;height:10px;border:2px solid currentColor;border-top:0;border-radius:0 0 16px 16px}.icon-cart{width:24px;height:17px;border:2px solid currentColor;border-top:0;display:inline-block;position:relative;transform:skewX(-8deg)}.icon-cart:before,.icon-cart:after{content:"";position:absolute;bottom:-8px;width:5px;height:5px;background:currentColor;border-radius:50%}.icon-cart:before{left:3px}.icon-cart:after{right:3px}.search-band{background:#f2f2f2;border-top:1px solid #e0e0e0;padding:11px 20px}.header-search{max-width:500px;margin:0 auto;height:42px;border:1px solid #ccc;border-radius:22px;background:#fff;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;padding:0 14px;box-shadow:0 1px 2px rgba(0,0,0,.18)}.header-search input{border:0;padding:0 8px;color:#6a7180}.header-search button{border:0;background:transparent;color:#111;font-weight:800;padding:0 4px}.promo-marquee{height:46px;background:var(--tb-red);color:#fff;border-bottom:8px solid #d8d8e8;position:relative;overflow:hidden;font-weight:800}.promo-marquee div{display:flex;gap:34px;align-items:center;white-space:nowrap;height:100%;width:max-content;animation:tb-marquee 28s linear infinite}.promo-marquee span{font-size:18px}.promo-marquee i{font-style:normal;font-size:24px}.save-badge{position:absolute;right:16px;top:0;background:var(--tb-yellow);color:#111;border-radius:10px;height:46px;display:grid;place-items:center;padding:0 18px;font-weight:900;line-height:1;text-align:center}@keyframes tb-marquee{from{transform:translateX(0)}to{transform:translateX(-45%)}}
.home-hero{max-width:1330px;margin:10px auto 46px;min-height:690px;position:relative;overflow:hidden;background:#eee}.home-hero>img{width:100%;height:690px;object-fit:cover}.hero-panel{position:absolute;left:50%;bottom:160px;transform:translateX(-50%);width:min(740px,82vw);background:rgba(255,255,255,.55);text-align:center;padding:34px 34px 30px;box-shadow:0 12px 32px rgba(0,0,0,.12)}.hero-panel h1{font-size:58px;line-height:1.05;margin:0 0 20px;color:#fff;text-shadow:0 3px 6px rgba(0,0,0,.75);font-weight:900}.hero-panel p{font-size:29px;line-height:1.35;margin:0 0 26px;color:#fff;text-shadow:0 3px 6px rgba(0,0,0,.75);font-weight:900}.button{border-radius:4px;text-transform:uppercase;letter-spacing:.01em}.button--red{background:#e32616;color:#fff;border-color:#e32616}.button--black{background:#000;color:#fff;border-color:#000}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:72px;height:168px;border:0;background:rgba(255,255,255,.88);font-size:58px;color:#8b929b;z-index:2}.hero-arrow--prev{left:0}.hero-arrow--next{right:0}.category-showcase{max-width:1180px;margin:0 auto 48px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}.category-showcase--page{margin-top:20px}.collection-card{border:0;background:#fff;padding:0;text-align:center;display:block;box-shadow:none}.collection-card img{width:100%;aspect-ratio:1.08;object-fit:contain;background:#fff}.collection-card strong{display:block;font-size:17px;line-height:1.2;margin-top:12px;color:#222}.collection-card em{display:block;font-style:normal;color:var(--muted);font-size:13px;margin-top:4px}.collection-card--text{border:1px solid var(--line);padding:24px 14px;display:grid;align-content:center;min-height:190px}.collection-card--text span{font-size:12px;color:#e32616;font-weight:900;text-transform:uppercase}.reviews-strip{max-width:1180px;margin:0 auto 48px;text-align:center}.reviews-strip h2,.section-title h2{font-size:24px;margin:0 0 24px;text-transform:uppercase}.review-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-row article{border:1px solid var(--line);padding:22px;background:#fff}.review-row strong{display:block;margin-bottom:8px}.review-row span{color:var(--muted)}.catalog-band{max-width:1180px;margin:0 auto 54px;padding:0 0}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.section-title p{margin:0;color:var(--muted)}.section-title a{font-weight:800;color:#e32616}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.category-products{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{border:0;background:#fff;position:relative}.card-media{position:relative;background:#fff;overflow:hidden}.product-card__image{background:#fff;aspect-ratio:1;display:grid;place-items:center}.product-card__image img{object-fit:contain;padding:0}.card-overlay{position:absolute;inset:auto 12px 12px;display:grid;gap:8px;opacity:0;transform:translateY(8px);transition:.18s}.product-card:hover .card-overlay{opacity:1;transform:translateY(0)}.card-overlay a,.card-overlay button{height:38px;border:0;background:#111;color:#fff;font-weight:800;text-align:center;display:grid;place-items:center}.card-overlay button{background:#e32616}.product-card__body{padding:16px 0 0;gap:8px}.product-card h3{font-size:16px;line-height:1.3;min-height:42px}.card-price{font-size:18px;font-weight:900;margin:0;color:#111}.card-meta{margin:0;color:#606670;font-size:13px}.card-actions{gap:8px;display:grid;grid-template-columns:1fr 1fr}.card-actions button,.card-actions a{min-height:38px;border:1px solid #111;background:#111;color:#fff;font-weight:800;display:grid;place-items:center;text-align:center}.card-actions a{background:#fff;color:#111}.page-title{max-width:1180px;margin:28px auto 20px}.page-title h1{font-size:32px;text-transform:uppercase;margin:16px 0}.page-title p{max-width:780px;color:#606670}.breadcrumbs,.breadcrumbs-inline{max-width:1180px;color:#9a9fa9;font-size:13px}.breadcrumbs{margin:26px auto 14px}.breadcrumbs a,.breadcrumbs-inline a{color:#6f7886}.category-page{max-width:1180px;margin:26px auto 54px;display:grid;grid-template-columns:270px minmax(0,1fr);gap:36px}.category-sidebar h2{font-size:18px;text-transform:uppercase;letter-spacing:.02em;border-bottom:2px solid #111;display:inline-block;padding-bottom:10px;margin:22px 0 18px}.filter-block{border-top:0;margin:0 0 18px;padding:0}.filter-block h3{font-size:14px;text-transform:uppercase}.collection-banner{position:relative;height:310px;overflow:hidden;margin-bottom:12px;background:#ddd}.collection-banner img{width:100%;height:100%;object-fit:cover}.collection-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.05))}.collection-banner div{position:absolute;left:84px;top:45px;z-index:1;color:#fff;width:360px}.collection-banner strong{display:block;font-size:34px;line-height:1.05;margin-bottom:18px}.collection-banner span{display:block;font-size:20px;font-weight:800;line-height:1.35;margin-bottom:28px}.collection-banner a{background:rgba(0,0,0,.7);color:#fff;padding:14px 24px;font-size:22px;font-weight:900}.category-toolbar{display:flex;justify-content:space-between;align-items:center;margin:8px 0 18px}.category-toolbar h1{font-size:15px;text-transform:uppercase;margin:0}.category-toolbar label{text-transform:uppercase;font-size:13px;display:flex;align-items:center;gap:10px}.category-toolbar select{border:0;border-bottom:1px solid #bbb;padding:8px 24px 8px 8px}.collection-copy{color:#606670;font-size:15px;line-height:1.7}.collection-search input{width:100%;border:1px solid var(--line);padding:12px;margin:0 0 20px}.related-band{border-top:1px solid var(--line);padding-top:32px}.link-cloud a{border:1px solid #ddd;background:#fff;color:#111}.link-cloud span{color:#e32616}.toybarn-product{grid-template-columns:minmax(420px,1fr) minmax(420px,1fr);gap:52px;align-items:start}.product-gallery__main{border:0;background:#fff;padding:0;height:auto}.thumb-row{justify-content:center;gap:12px}.thumb-row img{border:1px solid #ddd;width:78px;height:78px;cursor:pointer}.share-row{display:flex;justify-content:flex-end;gap:16px}.share-row button{border:0;background:#fff;font-size:28px;color:#8a8a8a}.price-line{font-size:26px;font-weight:900;margin:6px 0 8px}.stock-line{font-size:14px;font-weight:800;color:#008000;margin:0 0 12px}.stock-line span{color:#111;font-weight:400}.product-summary h1{font-family:Arial,Helvetica,sans-serif;font-size:28px;line-height:1.25;margin:22px 0 8px}.brand-line{color:#999;text-transform:uppercase;margin:0 0 10px}.rating-line{color:#ffc400;font-size:16px;margin-bottom:20px}.rating-line a{color:#ef3b3b;margin-left:10px}.summary-text{font-size:15px;color:#555}.quote-options{border:0;margin:20px 0;padding:0}.quote-options legend{font-weight:800;margin-bottom:12px}.quote-options legend span{color:#e32616}.quote-options label{display:block;margin:12px 0}.quote-options input{margin-right:12px}.qty-row{border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;display:flex;align-items:center;gap:14px}.qty-row button,.qty-row input{width:42px;height:38px;border:1px solid #ddd;background:#fff;text-align:center}.buy-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:14px 0}.buy-row .button{min-height:44px}.email-link{display:block;color:#1769d1;font-weight:800;margin:8px 0 22px}.product-tabs{margin-top:18px}.tab-nav{display:flex;gap:26px;border-bottom:1px solid #ddd}.tab-nav button{border:0;background:#fff;padding:10px 0;font-size:16px;color:#999}.tab-nav button.is-active{color:#111;border-bottom:2px solid #111}.tab-panel{display:none;padding:20px 0;color:#333}.tab-panel.is-active{display:block}.mini-specs{margin:0;padding-left:18px}.spec-table{font-size:14px}.product-copy{max-width:1180px}.product-copy .section-title{margin-bottom:18px}.faq-band{background:#f8f8f8;max-width:none;padding:44px max(20px,calc((100vw - 1180px)/2))}.faq-list{max-width:1180px;margin:0 auto}.site-footer{background:#fff;color:#111;border-top:1px solid #ddd}.site-footer p{color:#555}.site-footer a{color:#111}.footer-grid{grid-template-columns:1.3fr repeat(3,1fr);padding:44px 20px}.footer-bottom{border-top:1px solid #ddd;color:#555}.float-contact a{border-radius:0}
@media (max-width:980px){.top-nav{height:auto;grid-template-columns:1fr;padding:18px 20px}.top-nav .main-nav ul{justify-content:flex-start;overflow-x:auto;gap:24px}.utility-nav{justify-content:center}.promo-marquee span{font-size:15px}.home-hero,.home-hero>img{height:520px;min-height:520px}.hero-panel{bottom:80px}.hero-panel h1{font-size:40px}.hero-panel p{font-size:22px}.category-showcase{grid-template-columns:repeat(3,1fr);padding:0 20px}.category-page,.toybarn-product{grid-template-columns:1fr;padding:0 20px}.category-products,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-sidebar{order:2}.category-main{order:1}.catalog-band,.reviews-strip,.page-title{padding-left:20px;padding-right:20px}.collection-banner div{left:34px}.review-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:620px){.search-band{padding:12px 20px}.header-search{max-width:none;grid-template-columns:30px minmax(0,1fr) 74px;border-radius:0}.header-search button{width:auto;min-width:0}.promo-marquee{height:42px}.save-badge{display:none}.home-hero,.home-hero>img{height:430px;min-height:430px}.hero-panel{bottom:54px;padding:22px}.hero-panel h1{font-size:30px}.hero-panel p{font-size:18px}.hero-arrow{width:44px;height:110px;font-size:38px}.category-showcase{grid-template-columns:repeat(2,1fr);gap:16px}.category-products,.product-grid{grid-template-columns:1fr}.collection-banner{height:260px}.collection-banner div{left:24px;top:30px;width:290px}.collection-banner strong{font-size:28px}.collection-banner span{font-size:17px}.category-toolbar{display:grid;gap:12px}.buy-row,.card-actions{grid-template-columns:1fr}.product-summary h1{font-size:24px}.footer-grid{grid-template-columns:1fr}.float-contact{right:10px;bottom:10px}}
@media (max-width:620px){.top-nav{display:block;padding:10px 20px 0}.brand{justify-content:center;margin-bottom:8px}.brand img{width:124px}.top-nav .main-nav{overflow:hidden}.top-nav .main-nav ul{display:flex;gap:24px;overflow-x:auto;padding:0;justify-content:flex-start}.top-nav .main-nav a{padding:14px 0;font-size:14px}.utility-nav{display:none}.search-band{padding:12px 20px}.header-search{width:100%;height:42px;grid-template-columns:28px minmax(0,1fr) 76px;padding:0 10px;overflow:hidden}.header-search input{width:100%;min-width:0;font-size:14px}.header-search button{display:block;width:76px;min-width:76px;padding:0;text-align:center}.promo-marquee div{animation:none;transform:none}.promo-marquee span{font-size:14px}.breadcrumbs{overflow-wrap:anywhere}.product-detail{padding-top:20px}.product-gallery__main{max-height:440px}.share-row{justify-content:flex-start}.price-line{font-size:22px}.qty-row{flex-wrap:wrap}}

/* Density pass: keep SEO content, but make first viewport match ToyBarn's compact commerce pages. */
.home-hero{min-height:620px;margin-bottom:34px}.home-hero>img{height:620px;object-fit:contain;background:linear-gradient(90deg,#fff 0,#f3f8fb 42%,#fff 100%)}.home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.55),rgba(255,255,255,0) 22%,rgba(255,255,255,0) 78%,rgba(255,255,255,.55));z-index:1}.hero-panel{z-index:2;bottom:115px;width:min(700px,78vw);padding:28px 32px}.hero-panel h1{font-size:52px}.hero-panel p{font-size:25px}.category-showcase{margin-bottom:36px}.reviews-strip{margin-bottom:38px}.catalog-band{margin-bottom:44px}.collection-banner{height:300px}.collection-copy{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 14px}.collection-search input{margin-bottom:12px}.product-card h3{min-height:38px}.category-products .product-card__body{padding-top:10px}.toybarn-product{padding-top:22px;gap:42px}.toybarn-product .product-gallery__main{max-height:570px;object-fit:contain}.product-summary{font-size:14px}.share-row{height:28px}.price-line{font-size:24px;margin:0 0 6px}.stock-line{margin-bottom:8px}.product-summary h1{font-size:27px;margin:16px 0 6px}.brand-line{margin-bottom:6px}.rating-line{margin-bottom:12px}.summary-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 12px;font-size:14px}.quote-options{margin:12px 0}.quote-options legend{margin-bottom:6px}.quote-options label{margin:7px 0}.qty-row{padding:8px 0}.buy-row{margin:10px 0 8px}.email-link{margin-bottom:14px}.tab-nav button{padding:8px 0}.tab-panel{padding:12px 0}.float-contact{transform:scale(.92);transform-origin:right bottom}
@media (max-width:980px){.home-hero,.home-hero>img{height:500px;min-height:500px}.hero-panel{bottom:70px}.toybarn-product .product-gallery__main{max-height:500px}.collection-copy{-webkit-line-clamp:5}}
@media (max-width:620px){.home-hero,.home-hero>img{height:390px;min-height:390px}.hero-panel{bottom:42px;width:78vw}.hero-panel h1{font-size:28px}.hero-panel p{font-size:16px}.collection-copy{-webkit-line-clamp:6}.toybarn-product .product-gallery__main{max-height:360px}.summary-text{-webkit-line-clamp:4}.float-contact{transform:scale(.84);right:6px;bottom:6px}}

/* Hero image pass: use a wider CPS asset so the first screen behaves like ToyBarn's photographic slider. */
.home-hero>img{object-fit:cover;background:#f2f2f2}.home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.12),rgba(0,0,0,0) 28%,rgba(0,0,0,0) 72%,rgba(0,0,0,.12));pointer-events:none}.hero-panel{background:rgba(255,255,255,.38);backdrop-filter:blur(2px)}
.float-contact{display:none}

/* Retail polish pass: align navigation density, collection first fold, and card behavior with the ToyBarn-like catalog flow. */
.top-nav{grid-template-columns:210px minmax(0,1fr) 150px}.top-nav .main-nav .nav-secondary{display:none}.top-nav .main-nav ul{gap:48px}.top-nav .main-nav .nav-more a{font-size:28px;line-height:1;letter-spacing:3px;padding-top:25px;padding-bottom:31px}.header-search{max-width:500px}.promo-marquee{border-bottom-color:#d9d9e9}.category-page{margin-top:24px}.category-sidebar .breadcrumbs-inline{margin:0 0 18px}.refine-block{margin-top:26px}.collection-search--sidebar input{margin:0 0 18px;padding:11px 10px}.category-main{min-width:0}.collection-banner{height:312px;margin-bottom:8px}.category-toolbar{margin:6px 0 18px}.category-products{row-gap:34px}.category-products .product-card__image{background:#fff}.category-products .product-card__image img{padding:0 8px}.product-card{transition:transform .16s ease,box-shadow .16s ease}.product-card:hover{transform:translateY(-2px)}.product-card h3 a:hover{color:#e32616}.card-price{line-height:1.2}.card-meta{min-height:18px}.collection-detail-copy{border-top:1px solid #ddd;margin-top:36px;padding-top:24px;max-width:760px}.collection-detail-copy h2{font-size:20px;text-transform:uppercase;margin:0 0 12px}.collection-detail-copy .collection-copy{display:block;margin:0;color:#606670}.share-row button{width:38px;height:32px;display:grid;place-items:center}.icon-share{position:relative;display:block;width:25px;height:22px}.icon-share:before{content:"";position:absolute;left:6px;top:10px;width:15px;height:2px;background:#8a8a8a;transform:rotate(-25deg);box-shadow:1px 8px 0 #8a8a8a}.icon-share:after{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border:2px solid #8a8a8a;border-radius:50%;box-shadow:16px -8px 0 -2px #fff,16px -8px 0 0 #8a8a8a,16px 8px 0 -2px #fff,16px 8px 0 0 #8a8a8a}.toybarn-product{padding-top:20px}.product-tabs{margin-top:14px}

/* ToyBarn-like interaction pass: original drawer/menu and sidebar merchandising built from CPS data. */
.menu-open{overflow:hidden}.menu-shade[hidden],.more-drawer[hidden]{display:none}.menu-shade{position:fixed;inset:0;background:rgba(0,0,0,.36);z-index:45}.more-drawer{position:fixed;right:0;top:0;bottom:0;width:min(390px,92vw);background:#fff;z-index:46;padding:28px 34px;box-shadow:-12px 0 40px rgba(0,0,0,.22);overflow:auto}.more-drawer__close{position:absolute;right:18px;top:16px;border:0;background:#fff;font-size:24px}.more-drawer h2{font-size:26px;text-transform:uppercase;margin:22px 0 24px}.more-drawer__section{border-top:1px solid #ddd;padding-top:18px;margin-top:18px;display:grid;gap:11px}.more-drawer__section h3{font-size:14px;text-transform:uppercase;margin:0 0 4px}.more-drawer__section a{font-weight:800;text-transform:uppercase;font-size:14px}.more-drawer__section a:hover{color:#e32616}.sidebar-new-products{margin-top:28px}.sidebar-new-products h2{font-size:18px;text-transform:uppercase;border-bottom:2px solid #111;display:inline-block;padding-bottom:10px;margin:22px 0 18px}.sidebar-product{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;margin-bottom:14px}.sidebar-product img{width:72px;height:72px;object-fit:contain;background:#fff}.sidebar-product span{font-size:13px;font-weight:800;line-height:1.25}.sidebar-product strong{grid-column:2;color:#e32616;font-size:12px;text-transform:uppercase}.ship-line,.pay-note{font-size:13px;margin:6px 0;color:#111}.ship-line strong{font-weight:900}.pay-note{color:#1769d1;font-weight:800}.category-showcase{row-gap:28px}
.category-page{margin-top:20px}.collection-banner{height:270px}.collection-banner div{top:34px}.collection-banner strong{font-size:32px;margin-bottom:14px}.collection-banner span{font-size:19px;margin-bottom:24px}.category-toolbar{margin:4px 0 14px}

/* Fix product-card quote buttons overriding the old icon-button dimensions. */
.card-actions button,.card-actions a{width:auto;height:auto;min-width:0;min-height:38px;padding:0 8px;overflow:visible;white-space:normal;line-height:1.15}

/* CPS legacy-style contact float window and mobile contact bar. */
.floatwindow_fd_conct{position:fixed;right:0;top:52%;transform:translateY(-50%);z-index:40;font-family:Arial,Helvetica,sans-serif}.floatwindow_chat_box,.floatwindow_box{display:grid;gap:1px}.floatwindow_chat_item{position:relative;width:78px;min-height:52px;background:#111;color:#fff;display:grid;place-items:center;text-align:center;font-size:12px;font-weight:900;text-transform:none;border:1px solid rgba(255,255,255,.18)}.floatwindow_chat_item:hover{background:#e32616;color:#fff}.floatwindow_tit_box{display:grid;place-items:center;line-height:1.1}.floatwindow_tit_box:before{content:"";width:20px;height:20px;margin:0 auto 5px;border:2px solid currentColor;border-radius:50%;display:block}.floatwindow_chat_tel .floatwindow_tit_box:before{border-radius:3px;width:14px;height:22px}.floatwindow_chat_email .floatwindow_tit_box:before{border-radius:2px;width:22px;height:14px}.floatwindow_chat_wechat .floatwindow_tit_box:before{width:22px;height:18px;border-radius:6px}.floatwindow_more_box{position:absolute;right:78px;top:0;min-height:52px;display:grid;place-items:center;background:#111;color:#fff;padding:0 16px;white-space:nowrap;opacity:0;visibility:hidden;transform:translateX(10px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;font-weight:800;box-shadow:0 8px 22px rgba(0,0,0,.2)}.floatwindow_chat_item:hover .floatwindow_more_box,.floatwindow_chat_item:focus .floatwindow_more_box{opacity:1;visibility:visible;transform:translateX(0)}.floatwindow_chat_qq{background:#e32616}.floatwindow_chat_tel{background:#111}.floatwindow_chat_email{background:#333}.floatwindow_chat_wechat{background:#138a43}.mobile-contact-bar{display:none}
@media (max-width:980px){.top-nav{grid-template-columns:1fr}.top-nav .main-nav ul{gap:34px;justify-content:center}.collection-banner{height:300px}.category-sidebar{padding-top:8px}}
@media (max-width:620px){body{padding-bottom:64px}.top-nav .main-nav{position:relative}.top-nav .main-nav:after{content:"";position:absolute;right:0;top:0;bottom:0;width:24px;background:linear-gradient(90deg,rgba(255,255,255,0),#fff 76%);pointer-events:none}.top-nav .main-nav ul{gap:10px;padding:0 24px 0 20px}.top-nav .main-nav .nav-more a{font-size:22px;padding-top:13px;padding-bottom:15px}.collection-banner{height:240px}.collection-banner div{left:22px;top:26px;width:260px}.collection-banner a{font-size:18px;padding:11px 20px}.category-products{row-gap:28px}.collection-detail-copy{margin-top:28px}.share-row button{font-size:24px}.more-drawer{left:20px;right:20px;width:auto;padding:24px}.sidebar-product{grid-template-columns:64px 1fr}.sidebar-product img{width:64px;height:64px}.floatwindow_fd_conct{display:none}.mobile-contact-bar{position:fixed;left:0;right:0;bottom:0;z-index:40;display:grid;grid-template-columns:repeat(4,1fr);background:#111;border-top:1px solid #333}.mobile-contact-bar a{min-height:58px;color:#fff;display:grid;place-items:center;text-align:center;font-size:12px;font-weight:900;border-right:1px solid #333}.mobile-contact-bar a:last-child{border-right:0}.mobile-contact-bar a:nth-child(1){background:#e32616}.mobile-contact-bar a:nth-child(4){background:#138a43}.mobile-contact-bar span:before{content:"";width:18px;height:18px;border:2px solid currentColor;border-radius:50%;display:block;margin:0 auto 4px}}

/* TopToyFactory storefront theme v2: final cascade for consistent ToyBarn-like commerce density. */
:root{--tb-red:#e31b12;--tb-red-dark:#bd0909;--tb-black:#090909;--tb-ink:#171717;--tb-muted:#686f7a;--tb-line:#dedede;--tb-paper:#fff;--tb-soft:#f5f5f5;--tb-yellow:#ffe042;--tb-blue:#2f6fb2;--tb-green:#138a43;--tb-max:1180px}
body{font-family:Arial,Helvetica,sans-serif;color:var(--tb-ink);background:#fff;line-height:1.42}a:hover{color:var(--tb-red)}.site-header{position:sticky;top:0;z-index:38;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.08)}.top-nav{max-width:var(--tb-max);height:86px;margin:0 auto;display:grid;grid-template-columns:200px minmax(0,1fr) 150px;align-items:center;gap:18px;padding:0 10px}.brand img{width:148px;height:auto}.top-nav .main-nav{background:transparent;color:#111}.top-nav .main-nav ul{display:flex;align-items:center;justify-content:center;gap:42px;max-width:none;margin:0;padding:0;list-style:none;overflow:visible}.top-nav .main-nav a{display:block;padding:32px 0;text-transform:uppercase;font-size:14px;font-weight:900;letter-spacing:0;color:#111}.top-nav .main-nav a:hover{color:var(--tb-red);background:transparent}.top-nav .main-nav .nav-secondary{display:none}.top-nav .main-nav .nav-more a{font-size:28px;line-height:1;letter-spacing:3px;padding:24px 0 30px}.utility-nav{display:flex;justify-content:flex-end;gap:22px}.utility-nav a,.utility-nav button{border:0;background:transparent;padding:0;color:#111}.search-band{border-block:1px solid #dedede;background:#f0f0f0;padding:10px 16px}.header-search{max-width:510px;height:42px;margin:0 auto;display:grid;grid-template-columns:32px minmax(0,1fr) 78px;align-items:center;border:1px solid #cfcfcf;border-radius:24px;background:#fff;padding:0 12px;box-shadow:0 1px 2px rgba(0,0,0,.18)}.header-search input{width:100%;min-width:0;border:0;padding:0 8px;color:#59616d}.header-search button{border:0;background:transparent;color:#111;font-weight:900;text-transform:uppercase;font-size:13px}.promo-marquee{height:44px;background:var(--tb-red);color:#fff;border-bottom:7px solid #d9d9ea;font-weight:900;overflow:hidden}.promo-marquee div{display:flex;align-items:center;gap:32px;width:max-content;height:100%;white-space:nowrap;animation:tb-marquee 30s linear infinite}.promo-marquee span{font-size:17px}.save-badge{height:44px;background:var(--tb-yellow);color:#111;border-radius:10px;padding:0 16px;font-weight:900}
.button{min-height:42px;border-radius:0;text-transform:uppercase;font-weight:900;letter-spacing:0}.button--red{background:var(--tb-red);border-color:var(--tb-red);color:#fff}.button--red:hover{background:var(--tb-red-dark);color:#fff}.button--black{background:#000;border-color:#000;color:#fff}.button--black:hover{background:#2a2a2a;color:#fff}.button--ghost{background:#fff;border-color:#111;color:#111}.button--ghost:hover{border-color:var(--tb-red);color:var(--tb-red)}
.home-hero{max-width:1330px;height:620px;min-height:620px;margin:10px auto 28px;background:#eee;position:relative;overflow:hidden}.home-hero>img{width:100%;height:620px;object-fit:cover;background:#f1f1f1}.home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.14),rgba(0,0,0,0) 32%,rgba(0,0,0,0) 68%,rgba(0,0,0,.14));pointer-events:none}.hero-panel{position:absolute;left:50%;bottom:105px;z-index:2;transform:translateX(-50%);width:min(700px,78vw);padding:30px 34px;text-align:center;background:rgba(255,255,255,.38);box-shadow:0 12px 30px rgba(0,0,0,.15);backdrop-filter:blur(2px)}.hero-panel h1{margin:0 0 16px;font-size:50px;line-height:1.03;font-weight:900;color:#fff;text-shadow:0 3px 7px rgba(0,0,0,.75)}.hero-panel p{margin:0 0 24px;font-size:23px;line-height:1.28;font-weight:900;color:#fff;text-shadow:0 3px 7px rgba(0,0,0,.75)}.hero-arrow{position:absolute;top:50%;z-index:3;transform:translateY(-50%);width:70px;height:152px;border:0;background:rgba(255,255,255,.88);font-size:56px;color:#8d9299}.hero-arrow:hover{background:#fff;color:#111}.hero-arrow--prev{left:0}.hero-arrow--next{right:0}.home-hero__slides{position:absolute;inset:0;z-index:0}.home-hero__slide{position:absolute;inset:0;display:block;opacity:0;visibility:hidden;transition:opacity .36s ease,visibility .36s ease}.home-hero__slide.is-active{opacity:1;visibility:visible}.home-hero__slide img{width:100%;height:100%;object-fit:cover;background:#f1f1f1}.hero-dots{position:absolute;left:50%;bottom:24px;z-index:4;transform:translateX(-50%);display:flex;gap:9px;align-items:center;justify-content:center;list-style:none;margin:0;padding:0}.hero-dot{display:block;width:12px;height:12px;overflow:hidden;border:1px solid #fff;border-radius:50%;background:rgba(255,255,255,.65);text-indent:999px;white-space:nowrap;cursor:pointer}.hero-dot.is-active,.hero-dot[aria-pressed="true"]{background:#ce2009;border-color:#ce2009}
.home-trust-cells{max-width:var(--tb-max);margin:0 auto 34px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--tb-line);border-right:0;background:#fff}.home-trust-cells article{padding:18px 18px;border-right:1px solid var(--tb-line);display:grid;gap:5px}.home-trust-cells strong{text-transform:uppercase;font-size:14px}.home-trust-cells span{color:var(--tb-muted);font-size:13px}.category-showcase{max-width:var(--tb-max);margin:0 auto 42px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}.collection-card{border:0;box-shadow:none;padding:0;background:#fff;text-align:center}.collection-card img{width:100%;aspect-ratio:1.05;object-fit:contain;background:#fff}.collection-card strong{display:block;min-height:40px;margin-top:12px;font-size:16px;line-height:1.2;color:#222}.collection-card em{display:block;margin-top:4px;color:var(--tb-muted);font-size:13px;font-style:normal}
.catalog-band{max-width:var(--tb-max);margin:0 auto 48px;padding:0}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-title h2,.reviews-strip h2{margin:0;text-transform:uppercase;font-size:25px;line-height:1.1;font-weight:900}.section-title a{font-weight:900;color:var(--tb-red)}.section-title p{margin:0;color:var(--tb-muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.category-products{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:36px}.product-card{border:0;background:#fff;display:grid;grid-template-rows:auto 1fr;min-width:0;position:relative;transition:transform .16s ease,box-shadow .16s ease}.product-card:hover{transform:translateY(-2px)}.card-media{position:relative;background:#fff;overflow:hidden}.product-card__image{display:grid;place-items:center;aspect-ratio:1;background:#fff}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:4px}.card-overlay{position:absolute;left:10px;right:10px;bottom:10px;display:grid;grid-template-columns:1fr;gap:7px;opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}.product-card:hover .card-overlay,.product-card:focus-within .card-overlay{opacity:1;transform:translateY(0)}.card-overlay a,.card-overlay button{width:100%;min-height:38px;border:0;background:#111;color:#fff;font-weight:900;text-transform:uppercase;text-align:center;display:grid;place-items:center;cursor:pointer}.card-overlay button+button{background:var(--tb-red)}.product-card__body{padding:14px 0 0;display:grid;grid-template-rows:18px minmax(44px,auto) 48px 20px 42px;gap:7px;min-height:196px}.card-kicker{margin:0;color:var(--tb-red);font-size:11px;line-height:18px;text-transform:uppercase;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card h3{margin:0;font-size:16px;line-height:1.28;font-weight:900;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-price{margin:0;font-size:18px;line-height:1.18;font-weight:900;color:#111}.card-meta{margin:0;color:#5f6872;font-size:13px;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0}.card-actions button,.card-actions a{width:100%;height:42px;min-height:42px;padding:0 8px;border:1px solid #111;background:#111;color:#fff;font-size:14px;font-weight:900;line-height:1.08;text-align:center;display:grid;place-items:center;overflow:hidden}.card-actions a{background:#fff;color:#111}.card-actions button:hover,.card-overlay button:hover{background:var(--tb-red);border-color:var(--tb-red);color:#fff}.card-actions a:hover{border-color:var(--tb-red);color:var(--tb-red)}
.card-figcaption--icons.card-overlay{left:50%!important;right:auto!important;bottom:14px!important;width:104px!important;max-width:calc(100% - 24px)!important;height:52px!important;display:block!important;grid-template-columns:none!important;gap:0!important;z-index:4!important;pointer-events:none!important;transform:translate(-50%,10px)!important}.product-card:hover .card-figcaption--icons.card-overlay,.product-card:focus-within .card-figcaption--icons.card-overlay{opacity:1!important;transform:translate(-50%,0)!important}.card-figcaption--icons.card-overlay .card-figcaption-body-alt{box-sizing:border-box!important;width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:6px 8px!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:999px!important;background:rgba(255,255,255,.9)!important;box-shadow:0 10px 22px rgba(0,0,0,.16)!important;backdrop-filter:blur(4px)!important;pointer-events:auto!important}.card-figcaption--icons.card-overlay .button--icon{box-sizing:border-box!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;max-width:38px!important;max-height:38px!important;flex:0 0 38px!important;align-self:center!important;margin:0!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:50%!important;padding:0!important;display:grid!important;place-items:center!important;box-shadow:none!important}.card-figcaption--icons.card-overlay .quickview{background:#111!important;color:#fff!important}.card-figcaption--icons.card-overlay .wishlist{background:var(--tb-red)!important;color:#fff!important}.product-card:hover .card-sku-badge,.product-card:focus-within .card-sku-badge{opacity:0!important;transform:translateY(4px)!important;pointer-events:none!important}
.why-cps-band{max-width:var(--tb-max);margin:0 auto 48px;display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:34px;align-items:center;background:#f6f6f6;padding:34px}.why-cps-band h2{margin:8px 0 14px;font-size:34px;line-height:1.08;text-transform:uppercase}.why-cps-band p{color:var(--tb-muted);font-size:16px}.why-cps-band__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.why-cps-band__grid article{background:#fff;border:1px solid var(--tb-line);padding:20px;display:grid;gap:6px}.why-cps-band__grid strong{font-size:28px;color:var(--tb-red);line-height:1}.why-cps-band__grid span{font-weight:900;text-transform:uppercase;font-size:13px}.reviews-strip{max-width:var(--tb-max);margin:0 auto 48px;text-align:center}.review-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-row article{border:1px solid var(--tb-line);background:#fff;padding:22px}.review-row strong{display:block;margin-bottom:8px}.review-row span{color:var(--tb-muted)}
.category-page{max-width:var(--tb-max);margin:24px auto 54px;display:grid;grid-template-columns:268px minmax(0,1fr);gap:36px}.category-sidebar h2{margin:22px 0 16px;border-bottom:2px solid #111;padding-bottom:10px;display:inline-block;font-size:18px;text-transform:uppercase}.collection-banner{height:286px;margin-bottom:8px;position:relative;overflow:hidden;background:#eee}.collection-banner img{width:100%;height:100%;object-fit:cover}.collection-banner div{position:absolute;left:34px;top:34px;width:340px}.collection-banner strong{display:block;margin-bottom:12px;font-size:32px;line-height:1.05;text-transform:uppercase;color:#111}.collection-banner span{display:block;margin-bottom:22px;font-size:18px;font-weight:900;color:#111}.collection-banner a{display:inline-grid;place-items:center;min-height:42px;background:var(--tb-red);color:#fff;padding:0 22px;text-transform:uppercase;font-weight:900}.category-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:center;margin:6px 0 16px}.category-toolbar h1{margin:0;font-size:30px;text-transform:uppercase}.category-toolbar select{height:38px;border:1px solid var(--tb-line);background:#fff}.collection-detail-copy{border-top:1px solid var(--tb-line);margin-top:34px;padding-top:24px;max-width:780px}.collection-detail-copy h2{margin:0 0 12px;text-transform:uppercase;font-size:20px}.collection-detail-copy .collection-copy{display:block;color:var(--tb-muted)}
.toybarn-product{max-width:var(--tb-max);padding:24px 20px 48px;display:grid;grid-template-columns:minmax(360px,.92fr) minmax(0,1fr);gap:42px}.product-gallery__main{width:100%;aspect-ratio:1;object-fit:contain;border:1px solid var(--tb-line);background:#fff;padding:18px;max-height:580px}.thumb-row img{width:78px;height:78px;object-fit:contain;border:1px solid var(--tb-line);background:#fff}.product-summary h1{margin:14px 0 6px;font-size:28px;line-height:1.16;font-weight:900}.price-line{margin:0 0 8px;font-size:25px;line-height:1.1;font-weight:900;color:#111}.stock-line,.ship-line,.pay-note{font-size:13px}.quote-options{border:0;border-top:1px solid var(--tb-line);border-bottom:1px solid var(--tb-line);padding:12px 0;margin:12px 0}.quote-options legend{font-weight:900}.qty-row{display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--tb-line);padding:8px 0}.qty-row button{width:34px;height:34px;border:1px solid var(--tb-line);background:#fff}.qty-row input{width:54px;height:34px;text-align:center;border:1px solid var(--tb-line)}.buy-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0 8px}.email-link{display:block;margin:0 0 14px;color:var(--tb-blue);font-weight:900}.inline-inquiry{border:2px solid #111;padding:16px;margin:16px 0;background:#fff}.inline-inquiry h2{margin:0 0 12px;text-transform:uppercase;font-size:17px}.inline-inquiry form{display:grid;gap:10px}.inline-inquiry__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.inline-inquiry label{display:grid;gap:5px;color:#4e5661;font-size:12px;font-weight:900}.inline-inquiry input,.inline-inquiry textarea{width:100%;border:1px solid var(--tb-line);padding:9px 10px}.product-tabs{margin-top:14px}.tab-nav{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--tb-line)}.tab-nav button{border:0;background:#fff;padding:9px 0;font-weight:900;text-transform:uppercase}.tab-nav button.is-active{color:var(--tb-red);border-bottom:3px solid var(--tb-red)}.tab-panel{display:none;padding:13px 0}.tab-panel.is-active{display:block}
.quick-modal[hidden],.modal[hidden]{display:none}.quick-modal{position:fixed;inset:0;z-index:55;background:rgba(0,0,0,.58);display:grid;place-items:center;padding:20px}.quick-modal__panel{width:min(920px,94vw);background:#fff;display:grid;grid-template-columns:minmax(280px,.95fr) minmax(0,1fr);gap:24px;position:relative;padding:24px;box-shadow:0 22px 70px rgba(0,0,0,.3)}.quick-modal__close{position:absolute;right:12px;top:10px;border:0;background:#fff;font-size:24px}.quick-modal__image{display:grid;place-items:center;background:#fff;border:1px solid var(--tb-line)}.quick-modal__image img{width:100%;aspect-ratio:1;object-fit:contain;padding:12px}.quick-modal__kicker{margin:0;color:var(--tb-red);font-size:12px;font-weight:900;text-transform:uppercase}.quick-modal h2{margin:8px 0 10px;font-size:24px;line-height:1.18}.quick-modal__price{margin:0 0 14px;font-size:22px;font-weight:900}.quick-modal__specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 16px}.quick-modal__specs div{border:1px solid var(--tb-line);padding:12px}.quick-modal__specs dt{color:var(--tb-muted);font-size:12px;text-transform:uppercase;font-weight:900}.quick-modal__specs dd{margin:4px 0 0;font-weight:900}.quick-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.modal{z-index:60}.modal__panel{border:2px solid #111}.modal label{color:#4e5661;font-size:12px;font-weight:900}.modal input,.modal textarea{border:1px solid var(--tb-line)}
.footer-newsletter{max-width:var(--tb-max);margin:0 auto;padding:34px 20px;display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,420px) auto;align-items:center;gap:24px;border-bottom:1px solid rgba(255,255,255,.16)}.footer-newsletter h2{margin:0;text-transform:uppercase;font-size:28px}.footer-newsletter p{margin:0;color:#d3dde3}.footer-grid{max-width:var(--tb-max);grid-template-columns:1.35fr repeat(5,minmax(0,1fr));gap:24px}.site-footer h2,.site-footer h3{text-transform:uppercase}.site-footer a{font-size:14px}.footer-bottom{max-width:var(--tb-max)}
.floatwindow_chat_item{min-height:58px;color:#fff!important;overflow:visible}.floatwindow_tit_box{color:#fff!important;font-size:13px}.floatwindow_chat_tel{background:#151515}.floatwindow_chat_email{background:#3a3a3a}.floatwindow_chat_wechat{background:var(--tb-green)}
/* Contact rail polish: clearer icons, steadier spacing, and better hover affordance. */
.floatwindow_fd_conct{right:8px;top:50%;filter:drop-shadow(0 8px 16px rgba(0,0,0,.16))}.floatwindow_box{gap:8px}.floatwindow_chat_item{width:78px;min-height:58px;border:0;border-radius:2px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14);transition:transform .16s ease,background .16s ease}.floatwindow_chat_item:hover,.floatwindow_chat_item:focus{transform:translateX(-3px)}.floatwindow_tit_box{position:relative;width:100%;padding-top:30px;font-size:13px;line-height:1;font-weight:900;text-shadow:0 1px 1px rgba(0,0,0,.22)}.floatwindow_tit_box:before{position:absolute;top:7px;left:50%;transform:translateX(-50%);width:25px;height:25px;margin:0;border:0;border-radius:0;background-repeat:no-repeat;background-position:center;background-size:25px 25px}.floatwindow_chat_qq .floatwindow_tit_box:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3C/svg%3E")}.floatwindow_chat_tel .floatwindow_tit_box:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.4 19.4 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.3 1.7.6 2.5a2 2 0 0 1-.5 2.1L8 9.5a16 16 0 0 0 6.5 6.5l1.2-1.2a2 2 0 0 1 2.1-.5c.8.3 1.6.5 2.5.6A2 2 0 0 1 22 16.9z'/%3E%3C/svg%3E")}.floatwindow_chat_email .floatwindow_tit_box:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E")}.floatwindow_chat_wechat .floatwindow_tit_box:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.4 8.4 0 0 1-3.8-.9L3 21l1.9-5.7a8.4 8.4 0 0 1-.9-3.8 8.5 8.5 0 0 1 17 0z'/%3E%3Cpath d='M9.2 8.8c.2-.5.4-.5.7-.5h.5c.2 0 .4.1.5.4l.7 1.6c.1.3.1.4-.1.6l-.4.5c-.2.2-.1.4 0 .6.3.5.8 1.2 1.4 1.7.7.6 1.3.8 1.8 1 .2.1.4.1.6-.1l.6-.7c.2-.2.4-.2.6-.1l1.6.8c.3.1.4.3.4.5 0 .5-.2 1.1-.6 1.5-.4.4-1.4.8-3.3.1-2.8-1-5-3.4-5.8-5-.8-1.6-.2-2.5.2-2.9z'/%3E%3C/svg%3E")}.floatwindow_more_box{right:86px;min-height:58px;border-radius:2px;background:#111;font-size:13px}.mobile-contact-bar span:before{border:0;background-repeat:no-repeat;background-position:center;background-size:20px 20px}.mobile-contact-bar a:nth-child(1) span:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3C/svg%3E")}.mobile-contact-bar a:nth-child(2) span:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.4 19.4 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.3 1.7.6 2.5a2 2 0 0 1-.5 2.1L8 9.5a16 16 0 0 0 6.5 6.5l1.2-1.2a2 2 0 0 1 2.1-.5c.8.3 1.6.5 2.5.6A2 2 0 0 1 22 16.9z'/%3E%3C/svg%3E")}.mobile-contact-bar a:nth-child(3) span:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E")}.mobile-contact-bar a:nth-child(4) span:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.4 8.4 0 0 1-3.8-.9L3 21l1.9-5.7a8.4 8.4 0 0 1-.9-3.8 8.5 8.5 0 0 1 17 0z'/%3E%3Cpath d='M9.2 8.8c.2-.5.4-.5.7-.5h.5c.2 0 .4.1.5.4l.7 1.6c.1.3.1.4-.1.6l-.4.5c-.2.2-.1.4 0 .6.3.5.8 1.2 1.4 1.7.7.6 1.3.8 1.8 1 .2.1.4.1.6-.1l.6-.7c.2-.2.4-.2.6-.1l1.6.8c.3.1.4.3.4.5 0 .5-.2 1.1-.6 1.5-.4.4-1.4.8-3.3.1-2.8-1-5-3.4-5.8-5-.8-1.6-.2-2.5.2-2.9z'/%3E%3C/svg%3E")}
/* ToyBarn-like hover navigation: all CPS core categories stay visible, children open on hover/focus. */
.top-nav{max-width:1320px;grid-template-columns:260px minmax(0,1fr) 120px}.top-nav .main-nav{height:86px;overflow:visible}.top-nav .main-nav ul{height:100%;gap:0;justify-content:center;overflow:visible}.top-nav .main-nav li{position:relative;display:flex;align-items:center;height:100%;flex:0 0 auto}.top-nav .main-nav a{padding:0 10px;height:100%;display:flex;align-items:center;gap:6px;font-size:13px;line-height:1;color:#111}.nav-trigger:after{content:"";width:7px;height:7px;border-right:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:rotate(45deg);margin-top:-4px}.nav-item--dropdown:hover>.nav-trigger,.nav-item--dropdown:focus-within>.nav-trigger{color:#ff4b4b}.nav-item--dropdown:hover>.nav-trigger:before,.nav-item--dropdown:focus-within>.nav-trigger:before{content:"";position:absolute;left:10px;right:10px;bottom:18px;height:2px;background:#ff4b4b}.nav-dropdown{position:absolute;left:0;top:100%;width:244px;background:#fff;border-radius:0 0 8px 8px;box-shadow:0 16px 30px rgba(0,0,0,.12);padding:10px 12px 12px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .14s ease,transform .14s ease,visibility .14s ease;z-index:70}.nav-dropdown--wide{width:268px}.nav-item--dropdown:hover>.nav-dropdown,.nav-item--dropdown:focus-within>.nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.top-nav .main-nav .nav-dropdown a{height:auto;display:block;padding:14px 18px;color:#232323;text-transform:none;font-size:14px;font-weight:500;line-height:1.15;border-bottom:1px solid #e5e5e5}.top-nav .main-nav .nav-dropdown a:last-child{border-bottom:0}.top-nav .main-nav .nav-dropdown a:hover{color:#ff4b4b;background:#fff}.nav-more{display:none!important}
.top-nav{max-width:1360px;grid-template-columns:172px minmax(0,1fr) 112px}.top-nav .main-nav a{padding-left:8px;padding-right:8px}.utility-nav{gap:16px}
/* ToyBarn-like footer simplification. */
.site-footer{background:#f1f1f1;color:#111;border-top:0;margin-top:0}.footer-newsletter{display:none}.footer-grid{padding-top:54px;padding-bottom:54px}.footer-logo{width:128px;height:auto;margin:0 0 12px}.site-footer h2,.site-footer h3{font-size:16px;margin:0 0 14px;text-transform:none}.site-footer a{color:#111;margin:0 0 11px}.site-footer p{color:#333;line-height:1.5}.footer-bottom{border-top:1px solid #ddd;color:#555}
/* ToyBarn-like cart page rebuilt as a TopToyFactory quote cart. */
.cart-page{max-width:1180px;margin:0 auto;padding:28px 20px 60px;min-height:280px}.cart-breadcrumb{margin:0 0 28px;color:#9b9b9b;font-size:13px}.cart-breadcrumb a{color:#8f98a5}.cart-page h1{text-align:center;margin:0 0 44px;font-size:30px;line-height:1.15;font-weight:900}.cart-empty{padding:0 0 40px}.cart-empty h2{font-size:26px;line-height:1.2;margin:0 0 26px;font-weight:500}.cart-filled[hidden],.cart-empty[hidden]{display:none}.cart-table-wrap{overflow:auto;border-top:1px solid #ddd}.cart-table{width:100%;border-collapse:collapse;background:#fff}.cart-table th{padding:13px 12px;border-bottom:1px solid #ddd;text-align:left;text-transform:uppercase;font-size:12px;color:#555}.cart-table td{padding:16px 12px;border-bottom:1px solid #e3e3e3;vertical-align:middle}.cart-item-cell{display:grid;grid-template-columns:86px minmax(220px,1fr);gap:16px;align-items:center}.cart-item-cell img{width:86px;height:86px;object-fit:contain;background:#fff}.cart-item-cell a{font-weight:900}.cart-item-cell small{display:block;color:#777;margin-top:5px}.cart-contact-price{font-weight:900;color:#111}.cart-qty{width:56px;height:38px;border:1px solid #cfcfcf;text-align:center}.cart-remove{width:34px;height:34px;border:1px solid #111;background:#fff;font-weight:900;cursor:pointer}.cart-remove:hover{background:#111;color:#fff}.cart-summary{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;margin-top:28px;align-items:start}.cart-summary h2{margin:0 0 8px;font-size:24px}.cart-summary p{color:#666}.cart-summary__box{border:1px solid #ddd;background:#f7f7f7;padding:20px;display:grid;gap:12px}.cart-summary__box p{display:flex;justify-content:space-between;gap:16px;margin:0 0 8px;color:#777}.cart-summary__box strong{color:#111}.cart-suggest{padding-top:34px;border-top:1px solid #eee}
@media (max-width:1080px){.top-nav{grid-template-columns:170px minmax(0,1fr) 130px}.top-nav .main-nav ul{gap:24px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-products{grid-template-columns:repeat(2,minmax(0,1fr))}.category-showcase{grid-template-columns:repeat(4,1fr)}.why-cps-band{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-newsletter{grid-template-columns:1fr}}
@media (max-width:760px){.top-nav{height:auto;display:block;padding:10px 16px 0}.brand{justify-content:center}.brand img{width:124px}.top-nav .main-nav{overflow:hidden}.top-nav .main-nav ul{justify-content:flex-start;gap:18px;overflow-x:auto;padding:0 18px}.top-nav .main-nav a{padding:14px 0;font-size:13px}.utility-nav{display:none}.search-band{padding:10px 16px}.promo-marquee{height:40px}.promo-marquee div{animation:none;transform:none}.promo-marquee span{font-size:13px}.save-badge{display:none}.home-hero,.home-hero>img{height:390px;min-height:390px}.hero-panel{bottom:38px;width:80vw;padding:20px}.hero-panel h1{font-size:28px}.hero-panel p{font-size:16px}.hero-arrow{width:42px;height:96px;font-size:36px}.home-trust-cells{grid-template-columns:1fr 1fr;margin-inline:16px}.category-showcase{grid-template-columns:repeat(2,1fr);gap:16px;margin-inline:16px}.catalog-band,.reviews-strip,.why-cps-band{margin-left:16px;margin-right:16px}.product-grid,.category-products,.review-row{grid-template-columns:1fr}.product-card__body{grid-template-rows:18px minmax(40px,auto) auto 20px auto}.card-actions{grid-template-columns:1fr 1fr}.category-page{display:block;margin:20px 16px 42px}.collection-banner{height:235px}.collection-banner div{left:20px;top:24px;width:260px}.collection-banner strong{font-size:26px}.category-toolbar{display:grid}.toybarn-product{display:block;padding:20px 16px 38px}.buy-row,.inline-inquiry__grid,.quick-modal__panel,.quick-modal__actions,.quick-modal__specs{grid-template-columns:1fr}.quick-modal__panel{max-height:88vh;overflow:auto}.footer-newsletter{padding:28px 16px}.footer-grid{grid-template-columns:1fr;padding-inline:16px}.floatwindow_fd_conct{display:none}.mobile-contact-bar{display:grid}.cart-page{padding:24px 16px 42px}.cart-page h1{font-size:26px;margin-bottom:30px}.cart-table{min-width:760px}.cart-summary{grid-template-columns:1fr}.cart-empty h2{font-size:24px}.cart-suggest{margin-left:16px;margin-right:16px}}
@media (max-width:760px){.home-hero__slide img{object-position:center}.hero-dots{bottom:12px}.hero-dot{width:10px;height:10px}.home-hero .button{min-height:38px;padding:8px 12px;font-size:12px}}

/* Final ToyBarn/BigCommerce source-structure layer. */
body.navigation-hover{font-family:"Open Sans",Arial,Helvetica,sans-serif;color:#131313;background:#fff}
body .header{position:sticky;top:0;z-index:1100;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.08);overflow:visible}
body .mobileMenu-toggle{display:none}
body [data-content-region="header_bottom--global"] .custom-search-bar{display:none!important}
body [data-content-region="header_search--global"]{background:#f1f1f1;border-bottom:1px solid #dedede}
body .custom-search-bar{background:#f1f1f1;padding:10px 16px}
body .custom-search-bar form{max-width:500px;height:40px;margin:0 auto;display:block;position:relative;border:1px solid #cfcfcf;border-radius:23px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.18);overflow:hidden}
body .custom-search-bar form:before{content:"";position:absolute;left:16px;top:50%;width:14px;height:14px;border:2px solid #777;border-radius:50%;transform:translateY(-58%);pointer-events:none}
body .custom-search-bar form:after{content:"";position:absolute;left:29px;top:24px;width:8px;height:2px;background:#777;transform:rotate(45deg);transform-origin:left center;pointer-events:none}
body .custom-search-bar input{width:100%;height:40px;border:0;padding:0 16px 0 42px;color:#59616d;background:#fff;font-size:14px}
body .custom-search-bar input::placeholder{color:#77808a}
body .custom-search-bar button{display:none}
body .header-main{height:64px;background:#fff;border-bottom:1px solid #e6e6e6;position:relative;z-index:2;overflow:visible}
body .header-main-container{position:relative!important;width:100%!important;max-width:1360px!important;height:64px!important;margin:0 auto!important;display:grid!important;grid-template-columns:104px minmax(0,1fr) 110px!important;align-items:center!important;gap:10px!important;padding:0 20px!important;overflow:visible!important}
body .header-main-container.header-main-container--left{width:100%!important;max-width:1360px!important;left:auto!important;right:auto!important;transform:none!important}
body .header-main-container>.header-logo{min-width:0!important}
body .header-logo-image-container{display:flex;align-items:center}
body .header-logo-image{width:92px;height:auto;max-height:50px;object-fit:contain}
body .navPages-container{height:100%;min-width:0;overflow:visible;padding-right:0}
body .navPages{height:100%;display:flex;align-items:center;justify-content:center;min-width:0}
body .navPages-list{list-style:none;margin:0;padding:0}
body .navPages-list--main{height:100%;display:flex;align-items:center;justify-content:center;gap:clamp(8px,1.1vw,14px);white-space:nowrap}
body .navPages-item{height:100%;position:relative;display:flex;align-items:center}
body .navPages-action{height:100%;display:flex;align-items:center;gap:6px;padding:0;color:#000;text-transform:uppercase;font-size:11.5px;font-weight:900;line-height:1;text-decoration:none;letter-spacing:0}
body .navPages-action:hover,body .navPages-item:hover>.navPages-action,body .navPages-item:focus-within>.navPages-action{color:#ff4b4b;background:transparent}
body .navPages-action.has-subMenu:before{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#ff4b4b;opacity:0;transition:opacity .14s ease}
body .navPages-item:hover>.navPages-action.has-subMenu:before,body .navPages-item:focus-within>.navPages-action.has-subMenu:before{opacity:1}
body .tb-chevron{width:7px;height:7px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg);margin-top:-4px;display:inline-block}
body .navPage-subMenu{display:block!important;position:absolute;left:50%;top:100%;width:255px;background:#fff;border:0;border-radius:0 0 8px 8px;box-shadow:0 16px 30px rgba(0,0,0,.14);padding:8px 0 12px;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,8px);transition:opacity .14s ease,visibility .14s ease,transform .14s ease;z-index:1200}
body .navPage-subMenu--featured{width:255px;display:block!important;grid-template-columns:none;gap:0;padding:8px 0 12px}
body .navPages-item:hover>.navPage-subMenu,body .navPages-item:focus-within>.navPage-subMenu{display:block!important;opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
body .navPage-subMenu-list{list-style:none;margin:0;padding:0}
body .navPage-subMenu-list--withFeature{min-width:0}
body .navPage-subMenu-item{display:block;height:auto}
body .navPage-subMenu .navPages-action{height:auto;display:block;padding:14px 30px;border-bottom:1px solid #e5e5e5;color:#232323;text-transform:none;font-size:14px;font-weight:500;line-height:1.22;white-space:normal}
body .navPage-subMenu-item:last-child .navPages-action{border-bottom:0}
body .navPage-subMenu .navPages-action:hover{color:#ff4b4b;background:#fff}
body .navPage--viewAll{font-weight:400;color:#777}
body .navPage-subMenu-feature{display:none!important;border-left:1px solid #e5e5e5;padding-left:14px;min-width:0}
body .navPage-subMenu-feature a{height:100%;display:grid;grid-template-rows:112px auto auto auto;align-content:start;gap:5px;text-decoration:none;color:#111}
body .navPage-subMenu-feature img{width:100%;height:112px;object-fit:contain;background:#fff;border:1px solid #eee}
body .navPage-subMenu-feature span{font-size:10px;line-height:1;text-transform:uppercase;font-weight:900;color:#ff4b4b}
body .navPage-subMenu-feature strong{font-size:14px;line-height:1.15;font-weight:900}
body .navPage-subMenu-feature em{font-size:11px;line-height:1.2;font-style:normal;color:#6b7280}
body .navPage-subMenu-feature a:hover strong{color:#ff4b4b}
body .navPages-list--dropdown{display:none}
body .navUser--alt{display:none!important}
body .navUser-item--compare{display:flex!important}
body .header-main-container>.navUser:not(.navUser--alt){min-width:0!important;position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;width:auto!important;max-width:none!important;height:64px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;z-index:3!important}
body .navUser{height:100%;position:static}
body .navUser-section{height:100%;list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:nowrap}
body .navUser-action{height:100%;min-width:22px;border:0;background:transparent;color:#000;display:grid;grid-template-rows:1fr;align-content:center;justify-items:center;gap:0;padding:0;font-size:10px;font-weight:700;text-decoration:none;cursor:pointer}
body .navUser-action:hover{color:#ee534f}
body .navUser-iconSymbols{position:absolute;width:0;height:0;overflow:hidden}
body .navUser-item-icon svg{display:block;width:27px;height:27px;fill:currentColor;stroke:none}
body .navUser-item--search .navUser-item-icon svg{width:26px;height:26px}
body .navUser-item--compare .navUser-item-icon svg{width:28px;height:28px}
body .navUser-item--more .navUser-item-icon svg{width:29px;height:29px}
body .navUser-item--cart .navUser-item-icon svg{width:31px;height:31px}
body .navUser-action .countPill:empty{display:none!important}
body .navUser-item-icon{height:24px;display:grid;place-items:center}
body .navUser-item-icon .icon-search,body .navUser-item-icon .icon-user,body .navUser-item-icon .icon-cart,body .bottomBar-item-icon span{display:inline-block;color:currentColor}
body .navUser-action span:not(.icon-search):not(.icon-user):not(.icon-cart):not(.icon-compare):not(.countPill):not(.cart-quantity){display:none}
body .icon-compare{width:22px;height:18px;border:2px solid currentColor;display:inline-block;position:relative}
body .icon-compare:after{content:"";position:absolute;left:5px;top:4px;width:22px;height:18px;border:2px solid currentColor;background:#fff}
body .navUser-action--compare{position:relative}
body .navUser-action--compare .countPill{position:absolute;right:-8px;top:38px;background:#ee534f;color:#fff;border-radius:999px;min-width:17px;height:17px;display:grid;place-items:center;font-size:10px}
body .cart-button .countPill{position:absolute;right:-8px;top:38px;background:#ee534f;color:#fff;border-radius:999px;min-width:17px;height:17px;display:grid;place-items:center;font-size:10px}
body .navUser-item--cart{position:relative}
body #cart-preview-dropdown{position:absolute!important;left:auto!important;right:0!important;top:100%!important;width:360px;max-width:calc(100vw - 32px);background:#fff;border:1px solid #ddd;box-shadow:0 14px 32px rgba(0,0,0,.16);padding:0;z-index:1200;display:none;overflow:hidden}
body #cart-preview-dropdown.is-open{display:block}
body #cart-preview-dropdown[aria-hidden="false"]{display:block}
body .previewCart{padding:16px;background:#fff;color:#111;overflow:hidden}
body .previewCart-emptyBody{margin:0;color:#666;text-align:center;padding:18px 10px}
body .previewCartList{list-style:none;margin:0;padding:0;display:grid;gap:12px;max-height:320px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}
body .previewCartItem{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;border-bottom:1px solid #eee;padding-bottom:12px;min-width:0}
body .previewCartItem-image{min-width:0}
body .previewCartItem-image img{width:64px;height:64px;object-fit:contain;background:#fff}
body .previewCartItem-content{min-width:0;overflow:hidden}
body .previewCartItem-name{display:-webkit-box;color:#111;font-weight:900;font-size:13px;line-height:1.25;text-decoration:none;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}
body .previewCartItem-brand,body .previewCartItem-price{display:block;color:#666;font-size:12px;line-height:1.3;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .previewCartAction{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
body .previewCartAction .button{min-height:38px;border-radius:0;font-size:12px;padding:0 8px;text-align:center;white-space:nowrap}
body .bottomBar{display:none}
body .promo-marquee{height:44px;background:#ce2009;color:#fff;border-bottom:7px solid #d9d9ea;font-weight:900;overflow:hidden;position:relative}
body .promo-marquee div{height:100%;display:flex;align-items:center;gap:32px;width:max-content;white-space:nowrap;animation:tb-marquee 30s linear infinite}
body .promo-marquee span{font-size:17px}
body .promo-marquee i{font-style:normal}
body .save-badge{position:absolute;right:16px;top:0;height:44px;background:#ffd33d;color:#111;border-radius:10px;padding:0 16px;display:grid;place-items:center;font-weight:900}
body .productGrid,body .product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:0;padding:0;list-style:none}
body .productGrid--maxCol1{grid-template-columns:1fr;gap:14px}
body .productGrid--maxCol3{grid-template-columns:repeat(3,minmax(0,1fr))}
body .product{display:block;min-width:0;margin:0;padding:0;list-style:none}
body .productGrid>.product,body .product-grid>.product{width:auto!important;max-width:none!important;min-width:0!important;float:none!important;clear:none!important;display:block!important}
body .is-filter-hidden,body .is-page-hidden{display:none!important}
body .productGrid>.product.is-filter-hidden,body .productGrid>.product.is-page-hidden,body .product-grid>.product.is-filter-hidden,body .product-grid>.product.is-page-hidden{display:none!important}
body .catalog-load-state{display:grid;justify-items:center;gap:12px;margin:28px 0 10px;padding-top:22px;border-top:1px solid #e5e5e5;text-align:center}
body .catalog-results-summary{margin:0;color:#666;font-size:13px;line-height:1.35}
body .catalog-load-more{min-width:178px;min-height:42px;border-radius:0;background:#fff;color:#111;border:1px solid #111;font-weight:900;text-transform:uppercase}
body .catalog-load-more:hover{background:#111;color:#fff;border-color:#111}
body .catalog-load-more[hidden],body .catalog-load-state[hidden]{display:none!important}
body .product>.card,body .product.card{border:0;background:#fff;display:grid;grid-template-rows:auto 1fr;margin:0;min-width:0;position:relative;transition:transform .16s ease}
body .product>.card:hover,body .product.card:hover,body .product:hover>.card{transform:translateY(-2px)}
body .card-wrapper{display:grid;grid-template-rows:auto 1fr;height:100%}
body .card-figure{position:relative;margin:0;background:#fff;overflow:hidden}
body .card-figure__link{display:grid;place-items:center;aspect-ratio:1;background:#fff}
body .card-img-container,body .card-image-wrapper{width:100%;height:100%;display:grid;place-items:center}
body .card-image{width:100%;height:100%;object-fit:contain;padding:4px}
body .card-badges{position:absolute;left:8px;top:8px;z-index:2;display:flex;gap:5px;flex-wrap:wrap;max-width:calc(100% - 16px)}
body .card-badge{display:inline-grid;place-items:center;min-height:22px;padding:0 7px;border:1px solid #111;background:#111;color:#fff;font-size:10px;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:0}
body .card-badge--moq{background:#ce2009;border-color:#ce2009}
body .card-sku-badge{position:absolute;left:8px;bottom:8px;z-index:2;max-width:calc(100% - 16px);padding:4px 7px;background:rgba(255,255,255,.94);border:1px solid #ddd;color:#555;font-size:10px;font-weight:900;line-height:1;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .card-figcaption{position:absolute;left:10px;right:10px;bottom:10px;display:grid;gap:7px;opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}
body .product:hover .card-figcaption,body .product:focus-within .card-figcaption,body .product.card:hover .card-figcaption,body .product.card:focus-within .card-figcaption{opacity:1;transform:translateY(0)}
body .product:hover .card-sku-badge,body .product:focus-within .card-sku-badge{opacity:0;transform:translateY(4px);pointer-events:none}
body .card-figcaption-body{display:grid;gap:7px;position:static;transform:none}
body .card-figcaption-body-alt{display:flex;justify-content:center;gap:8px}
body .card-figcaption .button{width:100%;min-height:38px;border:0;border-radius:0;background:#111;color:#fff;font-weight:900;text-transform:uppercase}
body .card-figcaption-body-alt .button--icon{width:42px;height:42px;min-height:42px;border-radius:50%;padding:0;display:grid;place-items:center;background:#111;color:#fff}
body .card-figcaption-body-alt .button--icon:hover{background:#ee534f;color:#fff}
body .card-figcaption--icons{left:50%;right:auto;bottom:14px;width:104px;max-width:calc(100% - 24px);height:52px;display:block;z-index:4;pointer-events:none;transform:translate(-50%,10px)}
body .product:hover .card-figcaption--icons,body .product:focus-within .card-figcaption--icons,body .product.card:hover .card-figcaption--icons,body .product.card:focus-within .card-figcaption--icons{transform:translate(-50%,0)}
body .card-figcaption--icons .card-figcaption-body-alt{box-sizing:border-box;width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:6px 8px;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:rgba(255,255,255,.9);box-shadow:0 10px 22px rgba(0,0,0,.16);backdrop-filter:blur(4px);pointer-events:auto}
body .card-figcaption--icons .button--icon{box-sizing:border-box!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;max-width:38px!important;max-height:38px!important;flex:0 0 38px!important;align-self:center!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:50%!important;padding:0!important;display:grid!important;place-items:center!important;box-shadow:none!important;transition:background-color .16s ease,color .16s ease,transform .16s ease!important}
body .card-figcaption--icons .button--icon.quickview{background:#111!important;color:#fff!important}
body .card-figcaption--icons .button--icon.wishlist{background:#ce2009!important;color:#fff!important}
body .card-figcaption--icons .button--icon:hover{background:#ee534f!important;color:#fff!important;transform:translateY(-1px)!important}
body .button--icon.is-added{background:#ce2009!important;color:#fff!important;border-color:#ce2009!important}
body .card-figcaption .button+button{background:#ce2009}
body .icon--zoom,body .icon--heart{position:relative;width:20px;height:20px;display:block}
body .icon--zoom:before{content:"";position:absolute;left:2px;top:2px;width:10px;height:10px;border:2px solid currentColor;border-radius:50%}
body .icon--zoom:after{content:"";position:absolute;right:2px;bottom:2px;width:8px;height:2px;background:currentColor;transform:rotate(45deg);transform-origin:center}
body .icon--heart:before{content:"";position:absolute;left:3px;top:5px;width:14px;height:14px;background:currentColor;transform:rotate(45deg);border-radius:2px}
body .icon--heart:after{content:"";position:absolute;left:1px;top:2px;width:8px;height:8px;background:currentColor;border-radius:50%;box-shadow:8px 0 0 currentColor}
body .card-figcaption--icons .icon--heart{width:18px;height:18px;overflow:visible}
body .card-figcaption--icons .icon--heart:before{left:4px;top:6px;width:10px;height:10px;border-radius:2px}
body .card-figcaption--icons .icon--heart:after{left:2px;top:3px;width:8px;height:8px;box-shadow:6px 0 0 currentColor}
body .card-body{padding:14px 0 0;display:grid;grid-template-rows:18px minmax(44px,auto) 48px 20px 24px 20px 42px;gap:7px;min-height:253px}
body .card-title{margin:0;font-size:16px;line-height:1.28;font-weight:900;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
body .card-title a{color:#111}
body .card-title a:hover{color:#ee534f}
body .card-price{margin:0;font-size:18px;line-height:1.18;font-weight:900;color:#111}
body .card-meta{margin:0;color:#5f6872;font-size:13px;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .card-stock-note{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0;padding:4px 7px;border:1px solid #e6e6e6;background:#f7f7f7;color:#4e5661;font-size:11px;font-weight:900;line-height:14px;text-transform:uppercase;white-space:nowrap;overflow:hidden}
body .card-stock-note span,body .card-stock-note em{min-width:0;overflow:hidden;text-overflow:ellipsis;font-style:normal}
body .card-stock-note em{color:#ce2009}
body .card-compare{display:flex!important;align-items:center;gap:7px;margin:0;color:#777;font-size:12px;font-weight:700;line-height:20px}
body .card-compare--note{display:block!important;margin:0;color:#777;font-size:12px;font-weight:900;line-height:20px;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .card-compare .form-checkbox{width:13px;height:13px;margin:0;accent-color:#111}
body .compareTray[hidden]{display:none}
body .compareTray{position:fixed;left:50%;bottom:18px;z-index:84;width:min(900px,calc(100vw - 40px));transform:translateX(-50%);background:#111;color:#fff;box-shadow:0 14px 36px rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.12)}
body .compareTray-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:14px 16px}
body .compareTray-copy{display:grid;gap:2px;min-width:0}
body .compareTray-copy strong{font-size:15px;line-height:1.2;text-transform:uppercase}
body .compareTray-copy span{font-size:12px;color:#d9d9d9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .compareTray-actions{display:flex;gap:10px;align-items:center}
body .compareTray .button{min-height:38px;border-radius:0;white-space:nowrap}
body .compareTray .button--default{background:#fff;color:#111;border-color:#fff}
body .compareTray .button--primary{background:#e32616;border-color:#e32616;color:#fff}
body .card-footer{margin:0}
body .card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0}
body .card-actions .button,body .card-actions button,body .card-actions a{width:100%;height:42px;min-height:42px;padding:0 8px;border:1px solid #111;border-radius:0;background:#111;color:#fff;font-size:14px;font-weight:900;line-height:1.08;text-align:center;display:grid;place-items:center;text-transform:none}
body .card-actions a,body .card-actions .button--default{background:#fff;color:#111}
body .card-actions button:hover{background:#ce2009;border-color:#ce2009;color:#fff}
body .card-actions a:hover{border-color:#ee534f;color:#ee534f}
body .product.is-in-quote .product-card{border-color:#ce2009}
body .product.is-in-quote .card-sku-badge{background:#ce2009;border-color:#ce2009;color:#fff}
body .quote-toast[hidden]{display:none!important}
body .quote-toast{position:fixed;right:22px;top:118px;z-index:72;width:min(390px,calc(100vw - 32px));display:grid;grid-template-columns:44px minmax(0,1fr) auto 28px;align-items:center;gap:12px;padding:12px;border:1px solid #111;background:#fff;box-shadow:0 16px 42px rgba(0,0,0,.18);color:#111}
body .quote-toast__icon{display:grid;place-items:center;width:44px;height:44px;background:#148940;color:#fff;font-size:12px;font-weight:900;text-transform:uppercase}
body .quote-toast__body{display:grid;gap:2px;min-width:0}
body .quote-toast__body strong{font-size:14px;line-height:1.2;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .quote-toast__body span{font-size:12px;color:#5f6872;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .quote-toast__cart{display:grid;place-items:center;min-height:34px;padding:0 10px;border:1px solid #111;background:#111;color:#fff;font-size:12px;font-weight:900;text-transform:uppercase;text-decoration:none}
body .quote-toast__close{width:28px;height:28px;border:0;background:#fff;color:#111;font-size:18px;font-weight:900;line-height:1;cursor:pointer}
body .sidebarBlock--categories,body .sidebarBlock--shopByUse{margin:0 0 26px;padding:0}
body .sidebarBlock--categories .sidebarBlock-heading,body .sidebarBlock--shopByUse .sidebarBlock-heading{font-size:18px;line-height:1.1;text-transform:uppercase;border-bottom:2px solid #111;display:inline-block;padding-bottom:10px;margin:22px 0 18px;color:#111;font-weight:900}
body .navList{list-style:none;margin:0;padding:0}
body .navList .navList{margin:8px 0 0 12px;padding:0 0 0 14px;border-left:1px solid #e2e2e2}
body .navList-item{position:relative;margin:0;padding:0;border:0}
body .navList-item+.navList-item{border-top:1px solid #ebebeb}
body .navList-action{display:block;padding:10px 30px 10px 0;color:#151515;font-size:13px;line-height:1.25;font-weight:900;text-transform:uppercase;text-decoration:none}
body .navList .navList .navList-action{padding:8px 8px 8px 0;color:#555;font-weight:500;text-transform:none}
body .navList-action:hover,body .navList-action.is-selected{color:#ee534f}
body .navList-toggle{position:absolute;right:0;top:5px;width:24px;height:24px;display:grid;place-items:center;color:#111;text-decoration:none}
body .navList-toggle .icon{width:18px;height:18px;display:grid;place-items:center}
body .icon-add{position:relative;width:12px;height:12px;display:block}
body .icon-add:before,body .icon-add:after{content:"";position:absolute;background:#111;left:0;top:5px;width:12px;height:2px}
body .icon-add:after{transform:rotate(90deg)}
body .navList-toggle.is-open .icon-add:after{display:none}
body .sidebarBlock--shopByUse .navList-action{font-weight:800;text-transform:none}
body .sidebarBlock--newProducts{margin-top:28px}
body .sidebarBlock--newProducts .sidebarBlock-heading{font-size:18px;text-transform:uppercase;border-bottom:2px solid #111;display:inline-block;padding-bottom:10px;margin:22px 0 18px;color:#111}
body .filter-block--facets ul{list-style:none;margin:0;padding:0}
body .filter-block--facets li{margin:0;border-top:1px solid #eee}
body .filter-block--facets li:first-child{border-top:0}
body .facet-option{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;margin:0;padding:9px 0;color:#333;font-size:13px;line-height:1.25;cursor:pointer}
body .facet-option input{width:14px;height:14px;margin:0;accent-color:#111}
body .facet-option span{min-width:0}
body .facet-option em{font-style:normal;color:#777;font-size:12px}
body .facet-option:hover span{color:#ee534f}
body .facet-note{color:#777;font-size:13px;line-height:1.35;padding:8px 0}
body .sidebar-productGrid{display:grid;grid-template-columns:1fr;gap:14px;margin:0;padding:0;list-style:none}
body .sidebar-product>.card{transform:none!important}
body .sidebar-product .card-wrapper{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center}
body .sidebar-product .card-figure{width:72px;height:72px}
body .sidebar-product .card-figure a,body .sidebar-product .card-img-container,body .sidebar-product .card-image-wrapper{width:72px;height:72px;display:grid;place-items:center}
body .sidebar-product .card-image{width:72px;height:72px;object-fit:contain;padding:0}
body .sidebar-product .card-body{display:block;min-height:0;padding:0}
body .sidebar-product .card-title{font-size:13px;line-height:1.25;margin:0;font-weight:900;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body .sidebar-product .card-price{margin:5px 0 0;color:#ce2009;font-size:12px;line-height:1;text-transform:uppercase}
body .footer.site-footer{background:#f0f0f0;color:#818181;margin-top:40px;border-top:1px solid #ddd}
body .footer-info{max-width:1180px;margin:0 auto;padding:42px 20px;display:grid;grid-template-columns:1.35fr repeat(5,minmax(0,1fr));gap:26px}
body .footer-info h2,body .footer-info h3{margin:0 0 12px;color:#000;text-transform:uppercase;font-size:15px;font-weight:900}
body .footer-info a{display:block;color:#323232;margin:7px 0;text-decoration:none}
body .footer-info a:hover{color:#ee534f}
body .footer-info p{color:#666;margin:0 0 8px;font-size:13px}
body .footer-logo{max-width:150px;margin-bottom:12px}
body .footer-bottom{max-width:1180px;margin:0 auto;border-top:1px solid #ddd;padding:16px 20px;display:flex;justify-content:space-between;gap:20px;color:#666;font-size:13px}
body .breadcrumbs{max-width:1180px;margin:0 auto 28px;padding:0;color:#999;font-size:13px}
body .breadcrumbs-list{display:flex;gap:8px;list-style:none;margin:0;padding:0}
body .breadcrumb+ .breadcrumb:before{content:"/";margin-right:8px;color:#bbb}
body .breadcrumb-label{color:#888}
body .page-content.cart-page{max-width:1180px;margin:0 auto;padding:28px 20px 60px;min-height:300px}
body .page-heading{text-align:center;margin:0 0 44px;font-size:30px;line-height:1.15;font-weight:900;text-transform:none;color:#111}
@media (max-width:1180px){
  body .header-main-container{grid-template-columns:96px minmax(0,1fr) 104px!important;gap:8px!important;padding-inline:12px!important}
  body .header-main-container>.header-logo{min-width:0!important}
  body .navPages-container{padding-right:0}
  body .header-main-container>.navUser:not(.navUser--alt){position:static!important;width:auto!important;max-width:none!important}
  body .navPages-list--main{gap:clamp(7px,1vw,12px)}
  body .navPages-action{padding-inline:0;font-size:10.5px}
  body .header-logo-image{width:88px}
  body .navUser-section{gap:10px}
  body .navUser-action{min-width:22px}
  body .navUser-action span:not(.icon-search):not(.icon-user):not(.icon-cart):not(.icon-compare):not(.countPill):not(.cart-quantity){display:none}
}
@media (max-width:800px){
  body{padding-bottom:55px}
  body .header{position:sticky}
  body .mobileMenu-toggle{position:absolute;left:0;top:52px;width:55px;height:55px;display:grid;place-items:center;z-index:92;color:#111}
  body .mobileMenu-toggleIcon{width:22px;height:2px;background:#111;display:block;position:relative;text-indent:-9999px}
  body .mobileMenu-toggleIcon:before,body .mobileMenu-toggleIcon:after{content:"";position:absolute;left:0;width:22px;height:2px;background:#111}
  body .mobileMenu-toggleIcon:before{top:-7px}
  body .mobileMenu-toggleIcon:after{top:7px}
  body .custom-search-bar{padding:8px 64px}
  body .custom-search-bar form{height:38px}
  body .header-main-container{height:55px;display:flex;justify-content:center;padding:0 58px}
  body .header-logo-image{width:124px}
  body .navPages-container{display:none}
  body .navUser,body .header-main-container>.navUser:not(.navUser--alt){display:none!important}
  body .promo-marquee{height:38px}
  body .promo-marquee div{animation:none;transform:none}
  body .promo-marquee span{font-size:12px}
  body .save-badge{display:none}
  body .bottomBar{position:fixed;left:0;right:0;bottom:0;z-index:85;display:block;background:#fff;border-top:1px solid #ddd;box-shadow:0 -4px 18px rgba(0,0,0,.08)}
  body .bottomBar-list{height:55px;margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(5,1fr)}
  body .bottomBar-action{height:55px;display:grid;place-items:center;color:#131313;text-decoration:none;font-size:11px;font-weight:700}
  body .bottomBar-action:hover{color:#ee534f}
  body .bottomBar-item-icon{height:22px;display:grid;place-items:center;position:relative}
  body .bottomBar-countPill{position:absolute;right:-14px;top:-8px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#ee534f;color:#fff;font-size:10px;line-height:18px;font-weight:900;text-align:center}
  body .bottomBar-action--quote.has-items{color:#ee534f}
  body .bottomBar-item-label{line-height:1}
  body .compareTray{bottom:62px;width:calc(100vw - 20px)}
  body .compareTray-inner{grid-template-columns:1fr;gap:10px;padding:12px}
  body .compareTray-copy span{white-space:normal}
  body .compareTray-actions{display:grid;grid-template-columns:1fr 86px;gap:8px}
  body .compareTray .button{min-height:36px;font-size:12px}
  body .productGrid,body .product-grid{grid-template-columns:1fr}
  body .card-body{grid-template-rows:18px minmax(40px,auto) auto 20px 24px 20px auto}
  body .card-stock-note{font-size:10px}
  body .quote-toast{left:16px;right:16px;top:auto;bottom:82px;width:auto;grid-template-columns:38px minmax(0,1fr) auto 26px;padding:10px;gap:9px}
  body .quote-toast__icon{width:38px;height:38px}
  body .quote-toast__cart{padding:0 8px}
  body .footer-info{grid-template-columns:1fr;padding:30px 16px}
  body .footer-bottom{display:block;padding-inline:16px}
}

/* CPS adapter for ToyBarn mobile panels and source-compatible affordances. */
body .mobile-contact-bar{display:none!important}
body .mobile-panel-close,body .navPages-container-heading{display:none}
body .bottomBar-contactPanel{position:fixed;right:12px;bottom:62px;width:min(318px,calc(100vw - 24px));background:#fff;border:1px solid #ddd;box-shadow:0 0 24px rgba(0,0,0,.18);padding:14px;z-index:95;transform:none!important;opacity:1!important;visibility:visible!important;height:auto!important}
body .bottomBar-contactPanel[hidden]{display:none}
body .bottomBar-contactPanel:not([hidden]){display:block!important;transform:none!important;opacity:1!important;visibility:visible!important}
body .bottomBar-contactPanel ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
body .bottomBar-contactPanel .button{width:100%;min-height:38px;border-radius:3px;background:#111;border-color:#111;color:#fff;font-size:13px;text-transform:none}
body .bottomBar-contactPanel .button:hover{background:#ce2009;border-color:#ce2009;color:#fff}
body .modal[hidden]{display:none!important}
body .modal:not([hidden]){display:grid!important;visibility:visible!important;opacity:1!important;transform:none!important;pointer-events:auto!important}
body .modal:not([hidden]) .modal__panel,body .modal:not([hidden]) .modal__panel *{visibility:visible!important}
body .image-zoom-modal[hidden]{display:none!important}
body .image-zoom-modal{position:fixed;inset:0;z-index:97;background:rgba(0,0,0,.72);display:grid;place-items:center;padding:22px}
body .image-zoom-modal__panel{position:relative;width:min(1100px,96vw);max-height:94vh;background:#fff;border:1px solid #ddd;padding:18px;box-shadow:0 24px 70px rgba(0,0,0,.35);overflow:auto}
body .image-zoom-modal__close{position:absolute;right:12px;top:10px;width:38px;height:38px;border:1px solid #111;background:#fff;color:#111;font-size:21px;font-weight:900;z-index:2;cursor:pointer}
body .image-zoom-modal__close:hover{background:#111;color:#fff}
body .image-zoom-modal__figure{margin:0;display:grid;gap:10px}
body .image-zoom-modal__figure img{width:100%;max-height:82vh;object-fit:contain;background:#fff}
body .image-zoom-modal__figure figcaption{font-size:13px;font-weight:900;text-transform:uppercase;color:#555;text-align:center}
body .navCatalog-panel,body .navUser-panel{position:fixed;left:0;top:0;bottom:55px;width:min(380px,88vw);background:#fff;z-index:92;box-shadow:8px 0 30px rgba(0,0,0,.18);transform:translateX(-104%);transition:transform .18s ease;overflow:auto;padding:56px 0 22px}
body .navCatalog-panel.is-open,body .navUser-panel.is-open{transform:translateX(0)}
body .navCatalog-panel[aria-hidden="true"],body .navUser-panel[aria-hidden="true"]{visibility:hidden}
body .navCatalog-panel.is-open[aria-hidden="false"],body .navUser-panel.is-open[aria-hidden="false"]{visibility:visible}
body .navCatalog-panel .mobile-panel-heading,body .navUser-panel-heading{position:absolute;left:18px;top:16px;margin:0;color:#111;text-transform:uppercase;font-weight:900}
body .navCatalog-panel .mobile-panel-close,body .navUser-more-close{display:grid;position:absolute;right:14px;top:10px;width:36px;height:36px;place-items:center;color:#111;text-decoration:none;font-weight:900;cursor:pointer}
body .navCatalog-panel-body,body .navUser-panel-content{height:100%;overflow:auto}
body .navPages--catalogPanel{display:block;height:auto}
body .navPages--catalogPanel .navPages-list{display:block}
body .navPages--catalogPanel .navPages-item{display:block;height:auto;border-top:1px solid #eee}
body .navPages--catalogPanel .navPages-action{height:auto;display:block;padding:14px 20px;font-size:14px;line-height:1.2;text-transform:uppercase;font-weight:900}
body .navCatalog-panel .navPage-childList{list-style:none;margin:0;padding:0 0 10px 28px;background:#fff}
body .navCatalog-panel .navPage-childList .navPages-item{border-top:0}
body .navCatalog-panel .navPage-childList .navPages-action{padding:9px 14px;font-size:13px;text-transform:none;color:#555;font-weight:500}
body .navUser-section--panel{display:block;height:auto;margin:0;padding:0;list-style:none}
body .navUser-section--panel .navUser-item{display:block;border-top:1px solid #eee}
body .navUser-section--panel .navUser-action{height:auto;display:block;padding:14px 20px;color:#111;text-align:left;font-size:14px;font-weight:800;text-transform:none}
body .navUser-section--panel .navUser-item--loginForm{padding:15px 20px;color:#555}
body .navUser-item-heading{margin:0 0 6px;font-size:16px;text-transform:uppercase;color:#111;font-weight:900}
body .navUser-item-copy{margin:0;font-size:13px;line-height:1.45;color:#666}
body .dropdown--quickSearch{display:none;position:fixed;left:50%;top:112px;transform:translateX(-50%);width:min(920px,calc(100vw - 32px));max-height:min(620px,calc(100vh - 150px));overflow:auto;background:#fff;border:1px solid #ddd;box-shadow:0 18px 46px rgba(0,0,0,.22);padding:24px;z-index:96!important}
body .dropdown--quickSearch.is-open{display:block}
body .dropdown--quickSearch .form{margin:0}
body .dropdown--quickSearch .form-input{width:100%;height:46px;border:1px solid #ccc;padding:0 16px;font-size:18px}
body .dropdown--quickSearch .modal-close{position:absolute;right:10px;top:8px;width:34px;height:34px;border:0;background:#111;color:#fff;font-size:22px;line-height:34px;font-weight:900;text-decoration:none;display:grid;place-items:center;cursor:pointer;z-index:2}
body .dropdown--quickSearch .modal-close:hover{background:#ee534f;color:#fff}
body .quickSearchResults{margin-top:18px}
body .quickSearchResults.is-loading:before{content:"Searching TopToyFactory catalog...";display:block;padding:18px;color:#666;text-align:center}
body .quickSearchMessage{margin:0;padding:18px;color:#666;text-align:center;border:1px solid #eee;background:#fafafa}
body .quickSearchPanel{display:grid;grid-template-columns:230px minmax(0,1fr);gap:22px;align-items:start}
body .quickSearchSidebar{background:#f6f6f6;border:1px solid #e2e2e2;padding:18px}
body .quickSearchSidebar h3{margin:0 0 10px;font-size:13px;line-height:1.2;text-transform:uppercase;font-weight:900;color:#111}
body .quickSearchSidebar h3:not(:first-child){margin-top:18px}
body .quickSearchTerms{display:flex;flex-wrap:wrap;gap:7px}
body .quickSearchTerm{display:inline-flex;align-items:center;min-height:28px;border:1px solid #d7d7d7;background:#fff;color:#111;padding:0 9px;font-size:12px;font-weight:800;text-decoration:none}
body .quickSearchTerm:hover{border-color:#ee534f;color:#ee534f}
body .quickSearchLinks{list-style:none;margin:0;padding:0;border-top:1px solid #ddd}
body .quickSearchLinks li{border-bottom:1px solid #ddd}
body .quickSearchLinks a{display:block;padding:9px 0;color:#333;text-decoration:none;font-size:13px;line-height:1.25}
body .quickSearchLinks a:hover{color:#ee534f}
body .quickSearchMain{min-width:0}
body .quickSearchIntro{border:1px solid #eee;background:#fff;padding:18px;margin:0 0 16px}
body .quickSearchIntro h3,body .quickSearchHeader h3{margin:0;font-size:21px;line-height:1.15;color:#111}
body .quickSearchIntro p{margin:8px 0 0;color:#666;font-size:14px;line-height:1.45}
body .quickSearchEyebrow{margin:0 0 6px!important;color:#ee534f!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase;letter-spacing:0!important}
body .quickSearchHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 14px;border-bottom:1px solid #eee;padding-bottom:12px}
body .quickSearchHeaderLink{font-size:13px;font-weight:900;color:#111;text-transform:uppercase}
body .quickSearchHeaderLink:hover{color:#ee534f}
body .quickSearchResults .productGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none;max-height:520px;overflow:auto;position:static!important}
body .quickSearchResults .quickSearchGrid--suggested{grid-template-columns:repeat(4,minmax(0,1fr));max-height:none;overflow:visible}
body .quickSearchResults .product{min-width:0}
body .quickSearchResults .card{border:1px solid #eee;background:#fff;height:100%;display:grid;grid-template-rows:auto minmax(0,1fr)}
body .quickSearchResults .card-figure{margin:0;background:#fff}
body .quickSearchResults .card-img-container{display:grid;place-items:center;aspect-ratio:1;background:#fff;border-bottom:1px solid #f1f1f1}
body .quickSearchResults .card-image{width:100%;height:100%;object-fit:contain}
body .quickSearchResults .card-body{display:grid;grid-template-rows:auto auto 1fr auto;min-height:0;padding:10px}
body .quickSearchResults .card-title{margin:0;font-size:13px;line-height:1.25;font-weight:900;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body .quickSearchResults .card-price{margin:6px 0 0;font-size:12px;text-transform:uppercase;color:#111;font-weight:900}
body .quickSearchMeta{margin:6px 0 10px;color:#687282;font-size:11px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body .quickSearchCardActions{display:grid;grid-template-columns:1fr 1fr;gap:6px;align-self:end}
body .quickSearchCardActions .button{min-height:34px;border-radius:0;padding:0 8px;font-size:11px;line-height:1.1}
body .quickSearchCardActions .button.is-added{background:#148940;border-color:#148940;color:#fff}
body .quickSearchViewAll{display:flex;justify-content:center;margin-top:14px}
body .quickSearchViewAll .button{min-height:38px;border-radius:0}
body .quickSearchEmptyActions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:14px}
body .dropdown--quickSearch{
  left:50%!important;
  right:auto!important;
  top:108px!important;
  transform:translateX(-50%)!important;
  width:min(860px,calc(100vw - 56px))!important;
  max-height:min(640px,calc(100vh - 132px))!important;
  overflow:hidden!important;
  padding:0!important;
  border:1px solid #d8d8d8!important;
  border-top:4px solid #e11b10!important;
  background:#fff!important;
  box-shadow:0 18px 44px rgba(0,0,0,.18)!important;
  z-index:110!important;
}
body .dropdown--quickSearch.is-open{
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr);
}
body .dropdown--quickSearch .form{
  margin:0!important;
  padding:16px 58px 14px 16px!important;
  border-bottom:1px solid #e8e8e8;
  background:#fff;
}
body .dropdown--quickSearch .form-fieldset,
body .dropdown--quickSearch .form-field{margin:0!important;padding:0!important;border:0!important}
body .dropdown--quickSearch .form-input{
  height:42px!important;
  border:1px solid #cfd5dc!important;
  border-radius:3px!important;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.04)!important;
  font-size:15px!important;
  font-weight:500!important;
}
body .dropdown--quickSearch .modal-close{
  right:14px!important;
  top:17px!important;
  width:38px!important;
  height:38px!important;
  background:#111!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:1!important;
}
body .quickSearchResults{
  min-height:0!important;
  margin:0!important;
  overflow:auto!important;
}
body .quickSearchPanel{
  grid-template-columns:200px minmax(0,1fr)!important;
  gap:0!important;
  align-items:stretch!important;
}
body .quickSearchSidebar{
  border:0!important;
  border-right:1px solid #e3e3e3!important;
  background:#f6f7f9!important;
  padding:16px!important;
}
body .quickSearchMain{padding:16px!important}
body .quickSearchIntro{padding:14px!important;margin:0 0 14px!important;background:#fafafa!important}
body .quickSearchIntro h3,body .quickSearchHeader h3{font-size:18px!important;line-height:1.2!important}
body .quickSearchIntro p{font-size:13px!important;line-height:1.45!important}
body .quickSearchResults .productGrid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  max-height:none!important;
  overflow:visible!important;
}
body .quickSearchResults .quickSearchGrid--suggested{grid-template-columns:repeat(3,minmax(0,1fr))!important}
body .quickSearchResults .card-img-container{aspect-ratio:4/3!important}
body .quickSearchResults .card-body{padding:9px!important}
body .quickSearchResults .card-title{font-size:12px!important}
body .quickSearchResults .card-price{font-size:11px!important}
body .quickSearchMeta{font-size:11px!important}
body .article-channel-hero{border-bottom:1px solid #e1e1e1}
body .article-channel-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
body .article-channel-tabs a{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border:1px solid #d9d9d9;background:#fff;color:#111;font-size:13px;font-weight:900;text-transform:uppercase;text-decoration:none}
body .article-channel-tabs a:hover,body .article-channel-tabs a[aria-current="page"]{border-color:#ce2009;background:#ce2009;color:#fff}
body .faq-page{display:grid;gap:24px}
body .faq-page-intro{padding:22px;border:1px solid #ddd;border-top:4px solid #111;background:#f6f7f9}
body .faq-page-intro h2{margin:4px 0 8px;color:#111;font-size:26px;line-height:1.15;text-transform:none}
body .faq-page-intro p:last-child{margin:0;color:#5f6872;line-height:1.55}
body .faq-list--page{display:grid;gap:12px}
body .faq-list--page details{border:1px solid #ddd;background:#fff;padding:0}
body .faq-list--page summary{padding:15px 18px;color:#111;font-size:15px;font-weight:900;line-height:1.35;cursor:pointer}
body .faq-list--page p{margin:0;padding:0 18px 16px;color:#4f5b68;font-size:14px;line-height:1.55}
body .faq-page-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px;border-top:4px solid #208b7b;background:#fff;box-shadow:0 0 0 1px #ddd}
body .faq-page-cta h2{margin:0 0 6px;color:#111;font-size:22px;line-height:1.18}
body .faq-page-cta p:last-child{margin:0;color:#5f6872}
body .faq-page-cta__actions{display:flex;gap:10px;white-space:nowrap}
body .page.category-page{max-width:1180px;margin:26px auto 54px;display:grid;grid-template-columns:270px minmax(0,1fr);gap:36px}
body .category-page .page-sidebar{position:relative;background:#fff;width:auto;padding:0;box-shadow:none;opacity:1}
body .category-page .page-content{max-width:none;margin:0;padding:0;overflow:visible}
body .category-page .mobile-panel-heading{display:none}
body .search-title{margin-top:28px}
body .search-title .search-large--page{margin-top:18px}
body .search-page.category-page{align-items:start}
body .search-page .search-main{max-width:none;margin:0;padding:0;overflow:visible}
body .search-sidebar .sidebarBlock{margin-bottom:24px}
body .search-sidebar .navList-action{font-size:14px;line-height:1.35}
body .search-toolbar{margin-top:0}
body .search-status{margin:0 0 16px;padding:10px 14px;border-left:4px solid #e32616;background:#f7f7f7;color:#555;font-size:14px}
body .search-status strong{color:#111}
body .search-empty{border:1px dashed #cfcfcf;background:#fafafa;text-align:center;padding:34px 22px;margin:10px 0 24px}
body .search-empty[hidden],body .search-status[hidden]{display:none!important}
body .search-empty h2{margin:0 0 8px;font-size:22px;text-transform:uppercase}
body .search-empty p{max-width:620px;margin:0 auto 18px;color:#666}
body .mobileSidebar-toggle{display:none}
body .mobileSidebar-close{display:none}
@media (min-width:801px){
  body .page.category-page{display:grid!important;grid-template-columns:270px minmax(0,1fr)!important;gap:36px!important;max-width:1180px!important;margin:26px auto 54px!important;padding:0!important;align-items:start}
  body .page.category-page>.page-sidebar{grid-column:1!important;grid-row:1!important;order:0!important;position:relative!important;left:auto!important;top:auto!important;bottom:auto!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important;background:#fff!important;box-shadow:none!important;transform:none!important;overflow:visible!important;z-index:auto!important}
  body .page.category-page>.page-content{grid-column:2!important;grid-row:1!important;order:0!important;display:block!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important;overflow:visible!important;min-width:0!important}
  body .page.category-page .productGrid--maxCol3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;width:100%!important;max-width:none!important}
  body .page.category-page .productGrid--maxCol3>.product{width:auto!important;max-width:none!important;min-width:0!important;float:none!important;clear:none!important}
  body .page.category-page .mobileSidebar-toggle,body .page.category-page .mobileSidebar-close{display:none!important}
  body .page.category-page .mobile-panel-heading{display:none!important}
}
body .reviews-strip--home{margin-top:0;margin-bottom:50px}
body .reviews-strip--home h2{font-size:28px;text-align:center;margin-bottom:24px;letter-spacing:0}
body .reviewCarousel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
body .review-card{min-height:188px;display:grid;grid-template-rows:auto auto 1fr;gap:8px;text-align:center;border:1px solid #dedede;background:#fff;padding:24px 20px 22px;box-shadow:0 5px 18px rgba(0,0,0,.05)}
body .review-stars{margin:0;color:#e32616;font-size:18px;letter-spacing:2px;line-height:1}
body .review-card strong{font-size:16px;line-height:1.2;text-transform:uppercase;color:#111;margin:0}
body .review-card span{font-size:14px;line-height:1.5;color:#666}
body .buyer-proof-strip{border-block:1px solid #ddd;padding:28px 0;background:#f7f7f7}
body .buyer-proof-strip h2{margin-bottom:22px}
body .buyer-proof-row.reviewCarousel{align-items:stretch}
body .buyer-proof-card.review-card{position:relative;overflow:hidden;min-height:196px;text-align:left;padding:22px 20px 20px;border:1px solid #d9d9d9;background:#fff;box-shadow:none}
body .buyer-proof-card.review-card:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:#ce2009}
body .buyer-proof-tag{justify-self:start;margin:0 0 2px;padding:5px 8px;background:#111;color:#fff;font-size:11px;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:0}
body .buyer-proof-card.review-card strong{font-size:16px;line-height:1.22;text-transform:uppercase;margin:0;color:#111}
body .buyer-proof-card.review-card span{font-size:14px;line-height:1.5;color:#5f6872}
body .home-trust-cells{margin-top:0;margin-bottom:48px}
@media (max-width:1080px){body .reviewCarousel{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:620px){body .reviews-strip--home{margin-inline:16px;margin-bottom:38px}body .reviewCarousel{display:flex;overflow-x:auto;gap:14px;scroll-snap-type:x mandatory;padding-bottom:8px}body .review-card{min-width:82%;scroll-snap-align:start}body .review-row.reviewCarousel{grid-template-columns:none}}
body .facetedSearch .sidebarBlock-heading{margin:0 0 8px;font-size:14px;text-transform:uppercase;color:#111}
body .facetedSearch-refineFilters{display:block!important;margin:0 0 12px;color:#777;font-size:13px}
body .facet-clear{display:block!important;width:max-content;min-height:18px;line-height:18px;margin:8px 0 0;padding:0;border:0;background:transparent;color:#ce2009;font-size:12px;font-weight:900;text-transform:uppercase;cursor:pointer}
body .facet-clear[hidden]{display:none!important}
body .facet-clear:hover{color:#111}
body .activeFilterChips[hidden]{display:none!important}
body .activeFilterChips{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 16px;padding:10px 0;border-bottom:1px solid #eee}
body .activeFilterChips-label{font-size:12px;font-weight:900;text-transform:uppercase;color:#777}
body .activeFilterChip{display:inline-flex;align-items:center;gap:7px;min-height:30px;border:1px solid #111;background:#fff;color:#111;padding:0 10px;font-size:12px;font-weight:900;cursor:pointer}
body .activeFilterChip:hover{border-color:#ce2009;color:#ce2009}
body .activeFilterChip span{font-size:14px;line-height:1}
body .activeFilterChip--clear{border-color:#ce2009;background:#ce2009;color:#fff}
body .activeFilterChip--clear:hover{background:#111;border-color:#111;color:#fff}
body .productView.toybarn-product{max-width:1180px;margin:0 auto;padding:24px 20px 48px;display:grid;grid-template-columns:minmax(360px,.92fr) minmax(0,1fr);gap:42px;align-items:start}
body .productView-images,body .productView-details{width:100%!important;max-width:none!important;float:none!important}
body .productView.toybarn-product>.productView-images{grid-column:1!important;grid-row:1!important;display:block!important;padding:0!important}
body .productView.toybarn-product>.productView-details{grid-column:2!important;grid-row:1!important}
body .productView-images{margin:0;min-width:0}
body .productView-image{display:block!important;margin:0;min-height:0;width:100%!important;max-width:none!important}
body .productView-img-container{position:relative!important;width:100%!important;min-width:100%!important;max-width:none!important;height:auto!important;aspect-ratio:1/1!important;display:grid;place-items:center;background:#fff;pointer-events:auto!important}
body .productView-img-container:after{content:none!important;display:none!important;padding-bottom:0!important}
body .productView-img-container img{position:static!important;width:100%;height:100%;object-fit:contain;margin:0!important;pointer-events:auto!important}
body .productView-zoomButton{position:absolute;left:50%;bottom:14px;z-index:2;transform:translateX(-50%);min-height:34px;border:1px solid #111;background:rgba(255,255,255,.92);color:#111;padding:0 14px;font-size:12px;font-weight:900;text-transform:uppercase;cursor:pointer;pointer-events:auto!important}
body .productView-zoomButton:hover{background:#111;color:#fff}
body .productView-thumbnails{display:flex;gap:12px;margin-top:12px;justify-content:center;overflow-x:auto}
body .productView-thumbnail-link{width:78px;height:78px;display:grid;place-items:center;border:1px solid #ddd;background:#fff;flex:0 0 auto}
body .productView-thumbnail-link:hover,body .productView-thumbnail-link.is-active{border-color:#333}
body .productView-thumbnail{width:100%;height:100%;object-fit:contain}
body .productView-details{margin:0;min-width:0}
body .productView-product{border-bottom:1px solid #e5e5e5;padding-bottom:14px}
body .productView-info{display:grid;grid-template-columns:118px minmax(0,1fr);gap:4px 12px;margin:10px 0;color:#555;font-size:13px}
body .productView-info-name{font-weight:900;color:#111;margin:0}
body .productView-info-value{margin:0}
body .actionBar.category-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:center;margin:6px 0 16px;border-bottom:1px solid #e5e5e5;padding-bottom:12px}
body .actionBar.category-toolbar .actionBar-section{display:flex;align-items:center;gap:10px;min-width:0}
body .actionBar-section--viewMode{margin-left:auto}
body .catalog-view-controls .form-label,body .actionBar-section--pageSize .form-label{margin:0;color:#555;font-size:12px;font-weight:900;text-transform:uppercase;white-space:nowrap}
body .viewMode-buttons{display:flex;align-items:center;border:1px solid #d6d6d6;background:#fff;height:38px}
body .viewMode-button{height:36px;min-width:58px;border:0;border-right:1px solid #d6d6d6;background:#fff;color:#555;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 9px;font-size:12px;font-weight:900;text-transform:uppercase;cursor:pointer}
body .viewMode-button:last-child{border-right:0}
body .viewMode-button.is-active,body .viewMode-button[aria-pressed="true"]{background:#111;color:#fff}
body .viewMode-icon{display:grid;gap:2px;width:13px;height:13px}
body .viewMode-icon--grid{grid-template-columns:repeat(2,1fr)}
body .viewMode-icon--grid:before,body .viewMode-icon--grid:after{content:"";display:block;background:currentColor;box-shadow:7px 0 0 currentColor,0 7px 0 currentColor,7px 7px 0 currentColor;width:5px;height:5px}
body .viewMode-icon--grid:after{display:none}
body .viewMode-icon--list{display:block;position:relative}
body .viewMode-icon--list:before{content:"";position:absolute;left:0;top:1px;width:13px;height:2px;background:currentColor;box-shadow:0 5px 0 currentColor,0 10px 0 currentColor}
body .actionBar-section--pageSize select{min-width:72px}
body .productGrid.is-list-view,body .product-grid.is-list-view{grid-template-columns:1fr!important;gap:18px!important}
body .productGrid.is-list-view>.product,body .product-grid.is-list-view>.product{display:block!important}
body .productGrid.is-list-view .product-card{border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:14px 0;transform:none!important}
body .productGrid.is-list-view .card-wrapper{display:grid;grid-template-columns:210px minmax(0,1fr);gap:22px;align-items:center;height:auto}
body .productGrid.is-list-view .card-figure{min-width:0}
body .productGrid.is-list-view .card-figure__link{aspect-ratio:1}
body .productGrid.is-list-view .card-body{padding:0;grid-template-rows:auto auto auto auto auto auto auto;min-height:0;gap:9px}
body .productGrid.is-list-view .card-title{font-size:19px;-webkit-line-clamp:2}
body .productGrid.is-list-view .card-price{font-size:21px}
body .productGrid.is-list-view .card-actions{max-width:360px}
body .productGrid.is-list-view .card-overlay{opacity:1;transform:none;left:8px;right:8px;bottom:8px}
body .actionBar-section{display:flex;align-items:center;gap:12px;min-width:0;margin:0;padding:0;border:0}
body .actionBar .page-heading{margin:0;font-size:30px;line-height:1.12;text-transform:uppercase;font-weight:900;color:#111}
body .category-product-count{color:#777;font-size:13px;white-space:nowrap}
body .actionBar-section--sort{margin-left:auto}
body .actionBar .form-fieldset{border:0;margin:0;padding:0}
body .actionBar .form-field{display:flex;align-items:center;gap:10px;margin:0}
body .actionBar .form-label{margin:0;font-size:13px;text-transform:uppercase;font-weight:900;color:#555;white-space:nowrap}
body .actionBar .form-select{height:38px;border:1px solid #d8d8d8;background:#fff;color:#111;padding:0 34px 0 11px;font-size:13px}
body .pagination{display:flex;justify-content:center;margin:34px 0 4px}
body .pagination-list{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}
body .pagination-link{min-width:36px;height:36px;border:1px solid #111;display:grid;place-items:center;color:#111;font-weight:900;text-decoration:none}
body .pagination-item--current .pagination-link{background:#111;color:#fff}
body .collection-sourcing-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:26px 0 0;padding-top:22px;border-top:1px solid #ddd}
body .collection-sourcing-panel article{border:1px solid #ddd;background:#fff;padding:16px 14px;display:grid;gap:6px;min-height:142px}
body .collection-sourcing-panel span{color:#ce2009;font-size:11px;line-height:1;text-transform:uppercase;font-weight:900}
body .collection-sourcing-panel strong{font-size:18px;line-height:1.15;text-transform:uppercase;color:#111;overflow-wrap:anywhere}
body .collection-sourcing-panel p{margin:0;color:#626b75;font-size:12px;line-height:1.36}
body .collection-buying-guide{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;margin:26px 0 0;padding:24px;background:#f7f7f7;border:1px solid #ddd}
body .collection-buying-guide__copy h2{margin:4px 0 12px;font-size:24px;line-height:1.12;text-transform:uppercase}
body .collection-buying-guide__copy p{margin:0 0 12px;color:#59626d;font-size:14px;line-height:1.58}
body .collection-buying-guide__copy p:last-child{margin-bottom:0}
body .collection-rfq-card{border:1px solid #ddd;background:#fff;padding:18px;align-self:start}
body .collection-rfq-card h2{margin:0 0 12px;font-size:18px;line-height:1.15;text-transform:uppercase}
body .collection-rfq-card ul{margin:0 0 16px;padding-left:18px;color:#59626d;font-size:13px;line-height:1.42}
body .collection-rfq-card li+li{margin-top:7px}
body .collection-rfq-card .button{width:100%;border-radius:0;min-height:40px}
body .collection-faq-block{margin:26px 0 0;padding-top:24px;border-top:1px solid #ddd}
body .collection-faq-block .section-title{margin-bottom:14px}
body .collection-faq-block .section-title h2{margin:0;font-size:22px;line-height:1.15;text-transform:uppercase}
body .collection-faq-block .faq-list{display:grid;gap:10px}
body .collection-faq-block details{border:1px solid #ddd;background:#fff;padding:14px}
body .collection-faq-block summary{font-weight:900;text-transform:none;cursor:pointer}
body .collection-faq-block p{margin:8px 0 0;color:#5f6872;font-size:13px;line-height:1.5}
body .is-srOnly{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
body .productView-priceShareWrapper{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
body .productView-product{position:relative}
body .productView-product>.share-row.productView-tools{position:absolute;right:0;top:0;z-index:2;display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;width:auto!important;height:36px!important;margin:0!important;padding:0!important}
body .productView-product>.share-row.productView-tools .productView-iconAction{position:relative!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;margin:0!important;padding:0!important;border:1px solid #d9d9d9!important;border-radius:50%!important;background:#fff!important;color:#111!important;display:grid!important;place-items:center!important;font-size:0!important;line-height:1!important;box-shadow:0 4px 14px rgba(0,0,0,.06)!important;cursor:pointer!important;overflow:hidden!important}
body .productView-product>.share-row.productView-tools .productView-iconAction:hover{border-color:#111!important;background:#111!important;color:#fff!important}
body .productView-iconAction--quote::before{content:"+";display:grid;place-items:center;width:18px;height:18px;border:2px solid currentColor;border-radius:50%;font-size:16px;font-weight:900;line-height:14px}
body .productView-iconAction--quote.is-added{background:#ce2009!important;border-color:#ce2009!important;color:#fff!important}
body .productView-iconAction--quote.is-added::before{content:"";width:16px;height:10px;border:0;border-left:3px solid currentColor;border-bottom:3px solid currentColor;border-radius:0;transform:rotate(-45deg);margin-top:-3px}
body .productView-product>.share-row.productView-tools .icon-share{width:18px!important;height:18px!important;transform:scale(.72);color:currentColor}
body .productView-product>.share-row.productView-tools .icon-share::before{background:currentColor!important}
body .productView-product>.share-row.productView-tools .icon-share::after{border-color:currentColor!important;box-shadow:16px -8px 0 -2px #fff,16px -8px 0 0 currentColor,16px 8px 0 -2px #fff,16px 8px 0 0 currentColor!important}
body .productView-product>.share-row.productView-tools .productView-iconAction:hover .icon-share::after{box-shadow:16px -8px 0 -2px #111,16px -8px 0 0 currentColor,16px 8px 0 -2px #111,16px 8px 0 0 currentColor!important}
body .productView-product>.price-line,body .productView-product>.stock-line,body .productView-product>.ship-line,body .productView-product>.pay-note{padding-right:96px}
body .productView-product>.stock-line{max-width:100%;line-height:1.45}
body .productView-questionLine{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:#111;font-size:14px;font-weight:900}
body .productView-questionLine span{display:inline-grid;place-items:center;min-height:24px;padding:0 8px;background:#f1f1f1;border:1px solid #ddd;color:#555;font-size:11px;text-transform:uppercase}
body .productView-questionLine a{color:#ce2009;text-decoration:underline;text-underline-offset:3px}
body .productView-options{margin:14px 0 0;padding:0;border:0;background:#fff}
body .productView-options-content{container-type:inline-size;border:1px solid #ddd;background:#fff;padding:12px;display:grid;gap:10px;width:100%;min-width:0}
body .productView-options-panel-heading{margin:0;font-size:12px;line-height:1.2;text-transform:uppercase;font-weight:900;color:#111;letter-spacing:.02em}
body .productView-options .form--addToCart{display:grid;grid-template-columns:1fr;gap:10px;align-items:stretch}
body .productView-options-panel-body{padding:0}
body .productView-optionsGrid{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;align-items:stretch;height:auto;width:100%;min-width:0}
body .productView-options .form-field{margin:0;padding:0}
body .productView-options .form-label{display:block;margin:0;color:#111;font-weight:900;font-size:12px;line-height:1.25;text-transform:uppercase}
body .productView-rfqSnapshot{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;height:auto;width:100%;min-width:0}
body .productView-rfqSnapshot div{min-width:0;min-height:48px;border:1px solid #e1e1e1;background:#fafafa;padding:9px 8px;display:grid;align-content:center}
body .productView-rfqSnapshot span{display:block;margin:0 0 4px;color:#777;font-size:10px;line-height:1;text-transform:uppercase;font-weight:900}
body .productView-rfqSnapshot strong{display:block;color:#111;font-size:12px;line-height:1.15;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .form-field--increments{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-height:48px;border:1px solid #e1e1e1;background:#fafafa;padding:7px 8px}
body .form-field--increments .form-label{margin:0;min-width:0}
body .form-increment[data-quantity-change]{justify-self:end;display:flex;align-items:center;width:max-content;max-width:100%;border:1px solid #ddd;background:#fff}
body .form-increment[data-quantity-change] .button--icon{width:32px;height:32px;min-height:32px;border:0;border-radius:0;background:#fff;color:#111;display:grid;place-items:center;padding:0;font-size:17px;line-height:1}
body .form-increment[data-quantity-change] .button--icon:hover{background:#f5f5f5}
body .form-input--incrementTotal{width:44px;height:32px;border:0;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;font-size:14px;color:#111;padding:0}
body .form-action-group{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:8px;margin-top:0}
body .form-action{min-width:0}
body .form-action .button{width:100%;min-height:40px;border-radius:0;font-weight:900;text-transform:uppercase;white-space:nowrap;line-height:1}
body .form-action-or{display:none!important}
body .button--buyNow{background:#ce2009;border-color:#ce2009;color:#fff}
body .button--buyNow:hover{background:#111;border-color:#111;color:#fff}
body .productView-contactActions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0}
body .productView-whatsapp,body .productView-emailLink{min-height:38px;border-radius:0;font-weight:900;text-transform:uppercase;margin:0!important;color:#111!important;display:grid;place-items:center}
body .productView-bulkPerks{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:0}
body .productView-bulkPerks span{border:1px solid #ddd;background:#fafafa;padding:7px 5px;text-align:center;font-size:11px;font-weight:900;text-transform:uppercase;color:#333;white-space:nowrap}
body .productView-rfqBundle{margin:12px 0 0;border:1px solid #ddd;background:#fff;padding:0}
body .productView-rfqBundle-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;min-height:46px;padding:9px 11px;cursor:pointer;list-style:none}
body .productView-rfqBundle-summary::-webkit-details-marker{display:none}
body .productView-rfqBundle-summary span{min-width:0;display:grid;gap:2px}
body .productView-rfqBundle-summary strong{color:#111;font-size:13px;line-height:1.15;text-transform:uppercase}
body .productView-rfqBundle-summary em{color:#66707b;font-size:11px;font-style:normal;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .productView-rfqBundle-summary b{display:grid;place-items:center;min-width:52px;height:26px;background:#111;color:#fff;font-size:10px;text-transform:uppercase}
body .productView-rfqBundle[open] .productView-rfqBundle-summary b{background:#ce2009}
body .productView-rfqBundle[open] .productView-rfqBundle-summary b::before{content:"Close"}
body .productView-rfqBundle[open] .productView-rfqBundle-summary b{font-size:0}
body .productView-rfqBundle[open] .productView-rfqBundle-summary b::before{font-size:10px}
body .productView-rfqBundle-list{display:grid;gap:8px;padding:0 11px 10px}
body .productView-rfqBundle-item{display:grid;grid-template-columns:18px 62px minmax(0,1fr);gap:10px;align-items:center;border:1px solid #e1e1e1;background:#fff;padding:8px;cursor:pointer}
body .productView-rfqBundle-item input{width:16px;height:16px;margin:0;accent-color:#111}
body .productView-rfqBundle-item img{width:62px;height:62px;object-fit:contain;background:#fff}
body .productView-rfqBundle-item span{min-width:0;display:grid;gap:4px}
body .productView-rfqBundle-item strong{font-size:12px;line-height:1.22;color:#111;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
body .productView-rfqBundle-item em{font-style:normal;color:#66707b;font-size:11px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .productView-rfqBundle-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 11px 11px;margin-top:0}
body .productView-rfqBundle-actions .button{min-height:38px;border-radius:0;padding:7px 9px;font-size:12px;line-height:1.1;text-align:center}
body .productView-rfqBundle-actions .button.is-added{background:#148940;border-color:#148940;color:#fff}
@container (min-width:520px){
  body .productView-optionsGrid{grid-template-columns:minmax(0,1fr) 126px}
  body .form-field--increments{grid-template-columns:1fr;align-content:center;gap:6px}
  body .form-increment[data-quantity-change]{justify-self:stretch}
}
body .productStickyBar[hidden]{display:none!important}
body .productStickyBar{position:fixed;left:0;right:0;bottom:0;z-index:84;background:#fff;border-top:1px solid #ddd;box-shadow:0 -8px 26px rgba(0,0,0,.12);display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px max(18px,calc((100vw - 1180px)/2 + 20px));transform:translateY(0);transition:transform .18s ease}
body .productStickyBar-media{width:64px;height:64px;border:1px solid #e1e1e1;background:#fff;display:grid;place-items:center}
body .productStickyBar-media img{width:100%;height:100%;object-fit:contain}
body .productStickyBar-info{min-width:0;display:grid;gap:2px}
body .productStickyBar-info strong{font-size:14px;line-height:1.2;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .productStickyBar-info span{font-size:13px;font-weight:900;color:#111}
body .productStickyBar-info em{font-style:normal;color:#606670;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .productStickyBar-actions{display:grid;grid-template-columns:repeat(3,minmax(118px,1fr));gap:8px}
body .productStickyBar-actions .button{min-height:40px;border-radius:0;padding:8px 11px;font-size:12px;line-height:1.1;text-align:center;white-space:normal}
body .productStickyBar-actions .button.is-added{background:#148940;border-color:#148940;color:#fff}
body.has-productSticky{padding-bottom:86px}
body .productView-tabsWrap{margin-top:14px}
body .productView-tabs{display:flex;justify-content:flex-start;align-items:flex-end;gap:22px;margin:0;padding:0;list-style:none;border-bottom:1px solid #ddd}
body .productView-tab{margin:0;padding:0;display:block}
body .productView-tab-title{width:auto;border:0;background:#fff;padding:9px 0;font-weight:900;text-transform:uppercase;color:#777;text-align:left}
body .productView-tab-title.is-active{color:#ce2009;border-bottom:3px solid #ce2009}
body .productView-tab-content{display:none;padding:13px 0;color:#333}
body .productView-tab-content.is-active{display:block}
body .productView-properties-heading-toggle,body .productView-warranty-heading-toggle,body .productView-addition-heading-toggle{display:none}
body .productView-properties-panel-heading,body .productView-warranty-panel-heading,body .productView-addition-panel-heading{display:none}
body .productView-tab-content .productView-info,body .productView-info--specs{display:grid;grid-template-columns:128px minmax(0,1fr);gap:8px 12px;align-items:start;margin:0}
body .productView-tab-content .productView-info-name,body .productView-info--specs .productView-info-name{font-weight:900;color:#111;text-align:left;text-transform:uppercase}
body .productView-tab-content .productView-info-value,body .productView-info--specs .productView-info-value{margin:0;color:#52606d;text-align:left;min-width:0;overflow-wrap:anywhere}
body .product-rfq-section.inline-inquiry{max-width:1180px;margin:0 auto 46px;border:1px solid #d7d7d7;background:#f8f8f8;padding:26px 28px;display:grid;grid-template-columns:340px minmax(0,1fr);gap:28px;align-items:start}
body .product-rfq-section .product-rfq-copy h2{margin:6px 0 10px;font-size:25px;line-height:1.12;text-transform:uppercase}
body .product-rfq-section .product-rfq-copy p{margin:0;color:#606670;line-height:1.55}
body .product-rfq-section form{display:grid;gap:10px}
body .product-rfq-section .inline-inquiry__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
body .product-rfq-section label{display:grid;gap:5px;color:#4e5661;font-size:12px;font-weight:900}
body .product-rfq-section input,body .product-rfq-section textarea{width:100%;border:1px solid #d8d8d8;background:#fff;padding:9px 10px}
body .product-rfq-section .button{justify-self:start;min-width:150px;border-radius:0}
body .related-products .productCarousel{margin-top:4px}
body .recently-viewed[hidden]{display:none}
body .recentlyViewed-grid{display:flex!important;flex-wrap:nowrap!important;grid-template-columns:none!important;gap:24px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0 0 8px;margin:0;list-style:none;scrollbar-width:none}
body .recentlyViewed-grid::-webkit-scrollbar{display:none}
body .recentlyViewed-grid>.product{flex:0 0 calc((100% - 72px)/4)!important;width:auto!important;max-width:none!important;scroll-snap-align:start}
body .product-tabs .tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0;border-bottom:1px solid #ddd;padding:0;list-style:none}
body .product-tabs .tab{float:none;display:block;margin:0;padding:0}
body .product-tabs .tab-title{width:100%;border:0;background:#fff;padding:9px 0;font-weight:900;text-transform:uppercase;color:#777}
body .product-tabs .tab-title.is-active{color:#ce2009;border-bottom:3px solid #ce2009}
body .product-tabs .tab-content{display:none;padding:13px 0}
body .product-tabs .tab-content.is-active{display:block}
body .icon-home,body .icon-catalog,body .icon-email,body .icon-more{width:23px;height:22px;position:relative}
body .icon-home:before{content:"";position:absolute;left:3px;right:3px;bottom:2px;height:13px;border:2px solid currentColor;border-top:0}
body .icon-home:after{content:"";position:absolute;left:4px;top:1px;width:15px;height:15px;border-left:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(45deg)}
body .icon-catalog:before,body .icon-catalog:after{content:"";position:absolute;border:2px solid currentColor}
body .icon-catalog:before{left:2px;top:3px;width:8px;height:8px;box-shadow:11px 0 0 -2px #fff,11px 0 0 0 currentColor}
body .icon-catalog:after{left:2px;bottom:1px;width:8px;height:8px;box-shadow:11px 0 0 -2px #fff,11px 0 0 0 currentColor}
body .icon-email:before{content:"";position:absolute;inset:4px 1px 3px;border:2px solid currentColor}
body .icon-email:after{content:"";position:absolute;left:3px;right:3px;top:7px;height:10px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}
body .icon-more:before{content:"";position:absolute;left:2px;right:2px;top:5px;height:2px;background:currentColor;box-shadow:0 6px 0 currentColor,0 12px 0 currentColor}
@media (max-width:800px){
  body.has-activeNavPages{overflow:hidden}
  body .navPage-subMenu-feature{display:none!important}
  body .dropdown--quickSearch{left:10px;right:10px;top:58px;bottom:58px;width:auto;max-height:none;transform:none;padding:16px;overflow:auto}
  body .quickSearchPanel{grid-template-columns:1fr;gap:16px}
  body .quickSearchSidebar{order:1;padding:14px}
  body .quickSearchMain{order:2}
  body .quickSearchHeader{display:block}
  body .quickSearchHeaderLink{display:inline-block;margin-top:8px}
  body .quickSearchResults .productGrid,body .quickSearchResults .quickSearchGrid--suggested{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;overflow:visible}
  body .quickSearchCardActions{grid-template-columns:1fr}
  body .dropdown--quickSearch{
    left:10px!important;
    right:10px!important;
    top:58px!important;
    bottom:58px!important;
    width:auto!important;
    max-height:none!important;
    transform:none!important;
  }
  body .dropdown--quickSearch .form{padding:14px 54px 12px 14px!important}
  body .quickSearchPanel{grid-template-columns:1fr!important}
  body .quickSearchSidebar{border-right:0!important;border-bottom:1px solid #e3e3e3!important}
  body .quickSearchMain{padding:14px!important}
  body .quickSearchResults .productGrid,body .quickSearchResults .quickSearchGrid--suggested{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body .article-channel-tabs{display:grid;grid-template-columns:1fr 1fr}
  body .article-channel-tabs a{justify-content:center}
  body .faq-page-cta{grid-template-columns:1fr}
  body .faq-page-cta__actions{display:grid;grid-template-columns:1fr;white-space:normal}
  body .page.category-page,body .productView.toybarn-product{display:block;margin:20px 16px 42px;padding:0}
  body .mobileSidebar-toggle{display:inline-flex;position:relative;z-index:86;width:100%;min-height:42px;margin:0 0 12px;border-radius:0;text-transform:uppercase}
  body.mobile-sidebar-open{overflow:hidden}
  body.mobile-sidebar-open:before{content:"";position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:94}
  body .category-page .page-sidebar{position:fixed!important;left:0!important;top:0!important;bottom:55px!important;width:min(342px,88vw)!important;max-width:88vw!important;margin:0!important;padding:58px 18px 24px!important;background:#fff!important;box-shadow:10px 0 32px rgba(0,0,0,.22)!important;z-index:95;overflow:auto;transform:translateX(-108%);transition:transform .18s ease}
  body .category-page .page-sidebar.is-open,body .category-page .page-sidebar:target{transform:translateX(0)}
  @supports selector(body:has(*)){body:has(.category-page .page-sidebar:target){overflow:hidden}body:has(.category-page .page-sidebar:target):before{content:"";position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:94}}
  body .category-page .mobile-panel-heading{display:block;position:absolute;left:18px;top:17px;margin:0;font-size:15px;text-transform:uppercase;font-weight:900;color:#111}
  body .mobileSidebar-close{display:grid;position:absolute;right:12px;top:10px;width:38px;height:38px;place-items:center;border:0;background:#fff;color:#111;font-size:22px;font-weight:900;cursor:pointer}
  body.page-type-category .category-page .page-heading{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;z-index:auto!important;display:block!important;width:auto!important;height:auto!important;min-height:0!important;background:transparent!important;box-shadow:none!important;transform:none!important;text-align:left!important}
  body .collection-sourcing-panel{grid-template-columns:1fr;gap:10px;margin-top:20px;padding-top:18px}
  body .collection-sourcing-panel article{min-height:0;padding:14px}
  body .collection-buying-guide{grid-template-columns:1fr;gap:16px;margin-top:20px;padding:16px}
  body .collection-buying-guide__copy h2{font-size:21px}
  body .collection-rfq-card{padding:16px}
  body .collection-faq-block{margin-top:22px;padding-top:20px}
  body .productView-info{grid-template-columns:1fr}
  body .productView-product>.share-row.productView-tools{position:static;width:100%!important;height:34px!important;margin:0 0 8px!important;justify-content:flex-start!important}
  body .productView-product>.share-row.productView-tools .productView-iconAction{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important}
  body .productView-product>.price-line,body .productView-product>.stock-line,body .productView-product>.ship-line,body .productView-product>.pay-note{padding-right:0}
  body .productView-bulkPerks{grid-template-columns:1fr 1fr}
  body .productView-options .form--addToCart{grid-template-columns:1fr}
  body .productView-optionsGrid{grid-template-columns:1fr;gap:8px}
  body .productView-rfqSnapshot{grid-template-columns:repeat(3,minmax(0,1fr))}
  body .productView-contactActions{grid-template-columns:1fr 1fr}
  body .productView-rfqBundle{padding:0;margin-top:12px}
  body .productView-rfqBundle-summary{min-height:44px;padding:9px}
  body .productView-rfqBundle-actions{grid-template-columns:1fr}
  body .productView-rfqBundle-item{grid-template-columns:18px 54px minmax(0,1fr);gap:8px}
  body .productView-rfqBundle-item img{width:54px;height:54px}
  body .productView-rfqBundle-item em{white-space:normal}
  body .productStickyBar{bottom:55px;grid-template-columns:48px minmax(0,1fr);gap:10px;padding:8px 10px}
  body .productStickyBar-media{width:48px;height:48px}
  body .productStickyBar-info strong{font-size:12px}
  body .productStickyBar-info span{font-size:12px}
  body .productStickyBar-info em{font-size:11px}
  body .productStickyBar-actions{grid-column:1 / -1;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  body .productStickyBar-actions .button{min-height:36px;padding:7px 6px;font-size:11px}
  body.has-productSticky{padding-bottom:152px}
  body .product-rfq-section.inline-inquiry{display:block;margin:0 16px 38px;padding:20px 16px}
  body .product-rfq-section .inline-inquiry__grid{grid-template-columns:1fr}
  body .actionBar.category-toolbar{display:grid;grid-template-columns:1fr;align-items:start;gap:10px}
  body .actionBar.category-toolbar .actionBar-section,body .actionBar-section{display:grid;gap:4px;align-items:start}
  body .actionBar-section--sort{margin-left:0}
  body .actionBar-section--viewMode{margin-left:0}
  body .viewMode-buttons{width:100%;height:40px}
  body .viewMode-button{flex:1;height:38px}
  body .actionBar .form-field{display:grid;grid-template-columns:1fr;gap:6px}
  body .actionBar .form-select{width:100%}
  body .productGrid--maxCol3{grid-template-columns:1fr}
  body .productGrid.is-list-view .card-wrapper{grid-template-columns:1fr;gap:0}
  body .productGrid.is-list-view .card-body{padding-top:14px}
  body .productGrid.is-list-view .card-actions{max-width:none}
  body .form-field--increments{align-items:flex-start;display:grid;grid-template-columns:1fr}
  body .form-action-group{grid-template-columns:1fr;gap:8px}
  body .productView-options .form-action-group{grid-template-columns:1fr 1fr}
  body .form-action-or{display:none}
  body .productView-options-summary .productView-price{font-size:20px}
  body .productView-tabs{grid-template-columns:1fr}
  body .productView-tab-title{text-align:left;padding:12px 0}
  body .navPages-container.is-open{display:block;position:fixed;left:0;top:0;bottom:55px;width:min(360px,88vw);height:auto;background:#fff;z-index:91;overflow:auto;padding:56px 0 18px;box-shadow:8px 0 28px rgba(0,0,0,.18)}
  body .navPages-container.is-open .navPages-container-heading{display:block;position:absolute;left:18px;top:16px;margin:0;color:#111;text-transform:uppercase;font-weight:900}
  body .navPages-container.is-open .mobile-panel-close{display:grid;position:absolute;right:14px;top:10px;width:36px;height:36px;place-items:center;color:#111;text-decoration:none;font-weight:900}
  body .navPages-container.is-open .navPages{display:block;height:auto;padding:0}
  body .navPages-container.is-open .navPages-list--main{display:block;height:auto;white-space:normal}
  body .navPages-container.is-open .navPages-item{display:block;height:auto;border-top:1px solid #eee}
  body .navPages-container.is-open .navPages-action{height:auto;padding:15px 20px;font-size:14px;line-height:1.2;justify-content:space-between}
  body .navPages-container.is-open .navPage-subMenu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border-radius:0;width:auto;padding:0 16px 12px;background:#fff}
  body .navPages-container.is-open .navPage-subMenu--featured{display:block}
  body .navPages-container.is-open .navPage-subMenu-feature{display:none}
  body .navPages-container.is-open .navPage-subMenu .navPages-action{padding:11px 12px;font-size:13px;border-bottom:1px solid #eee;text-transform:none;justify-content:flex-start}
  body .navPages-container.is-open .navPages-list--dropdown{display:none}
}
/* ToyBarn/PapaThemes-style home category icons and product carousel. */
body .category-icons-widget{max-width:1180px;margin:0 auto 42px;padding:0}
body .category-icons-widget .widget-title{text-align:center;margin:0 0 24px}
body .category-icons-widget .widget-title h2{margin:0;text-transform:uppercase;font-size:24px;line-height:1.1;font-weight:900;color:#111}
body .category-icons-widget ._row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;align-items:start}
body .category-icons-widget ._col{min-width:0;text-align:center}
body .category-icons-widget ._item{display:grid;gap:8px;color:#111;text-decoration:none}
body .category-icons-widget ._item:hover ._heading{color:#ee534f}
body .category-icons-widget ._icon{margin:0;background:#fff;display:grid;place-items:center}
body .category-icons-widget ._icon-aspect{display:grid;place-items:center;width:100%;aspect-ratio:1;background:#fff}
body .category-icons-widget img{width:100%;height:100%;object-fit:contain;padding:2px}
body .category-icons-widget ._heading{margin:0;min-height:39px;font-size:16px;line-height:1.2;font-weight:900;color:#222}
body .category-icons-widget ._count{display:block;color:#777;font-size:13px;line-height:1.2}
body .productCarousel-section{position:relative}
body .productCarousel{position:relative;margin:0 -10px;padding:0 10px;width:auto;max-width:none}
body .productCarousel-slide{overflow:hidden;width:100%;max-width:100%}
body .productCarousel .productGrid--carousel{display:flex!important;flex-wrap:nowrap!important;grid-template-columns:none!important;width:100%;gap:24px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0 0 8px;margin:0;list-style:none;scrollbar-width:none}
body .productCarousel .productGrid--carousel::-webkit-scrollbar{display:none}
body .productCarousel .productGrid--carousel>.product{flex:0 0 calc((100% - 72px)/4)!important;width:auto!important;max-width:none!important;scroll-snap-align:start}
body .productCarousel .slick-arrow{position:absolute;top:32%;z-index:4;width:42px;height:78px;border:0;background:rgba(255,255,255,.94);box-shadow:0 5px 18px rgba(0,0,0,.13);color:#8a8f98;font-size:40px;line-height:1;display:grid;place-items:center;cursor:pointer}
body .productCarousel .slick-arrow:hover{background:#fff;color:#111}
body .productCarousel .slick-prev{left:-44px}
body .productCarousel .slick-next{right:-44px}
body .productCarousel .slick-arrow[disabled]{opacity:.35;cursor:default}
body .productCarousel .slick-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin:18px 0 0;padding:0;list-style:none}
body .productCarousel .slick-dot button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:#c8c8c8;color:transparent;font-size:0;display:block;cursor:pointer}
body .productCarousel .slick-dot.slick-active button,body .productCarousel .slick-dot button:hover{background:#e32616}
@media (max-width:1180px){body .productCarousel .slick-prev{left:0}body .productCarousel .slick-next{right:0}}
@media (max-width:1080px){body .category-icons-widget ._row{grid-template-columns:repeat(4,1fr)}body .productCarousel .productGrid--carousel>.product,body .recentlyViewed-grid>.product{flex-basis:calc((100% - 48px)/3)!important}}
@media (max-width:760px){body .category-icons-widget{margin-inline:16px}body .category-icons-widget ._row{grid-template-columns:repeat(2,1fr);gap:16px}body .category-icons-widget ._heading{font-size:15px;min-height:36px}body .productCarousel .productGrid--carousel>.product,body .recentlyViewed-grid>.product{flex-basis:calc((100% - 24px)/2)!important}body .productCarousel .slick-arrow{display:none}}
@media (max-width:520px){body .productCarousel .productGrid--carousel>.product,body .recentlyViewed-grid>.product{flex-basis:100%!important}}
/* B2B footer: inquiry CTA, clean link matrix and buyer trust strip. */
body .footer.site-footer{background:#f2f2f2;color:#333;margin-top:64px;border-top:1px solid #ddd;clear:both!important;display:block!important;width:100%!important;float:none!important}
body .footer.site-footer .footer-info--b2b{max-width:1320px;margin:0 auto;padding:38px 28px 28px;display:grid;grid-template-columns:1fr!important;gap:28px}
body .footer-info--b2b a{margin:0;text-decoration:none}
body .footer-info--b2b .button{margin:0}
body .footer-b2b-cta{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,402px);gap:30px;align-items:stretch;background:linear-gradient(135deg,#fff 0%,#fff 58%,#f5faff 100%);border:1px solid #cfdce8;box-shadow:0 18px 38px rgba(7,59,115,.08);padding:30px 32px}
body .footer-b2b-brandBlock{display:grid;grid-template-columns:120px minmax(0,1fr);gap:24px;align-items:center;min-width:0}
body .footer-b2b-logo{display:grid!important;place-items:center;width:120px;height:120px;background:#f8fbff;border:1px solid #dce8f3;border-radius:14px;padding:15px!important;margin:0!important;color:#111!important;text-decoration:none!important;box-shadow:0 10px 22px rgba(7,59,115,.07)}
body .footer-b2b-logo img{display:block!important;position:static!important;width:94px!important;height:auto!important;max-height:86px!important;object-fit:contain!important;margin:0!important}
body .footer-b2b-copy{min-width:0}
body .footer-b2b-eyebrow{margin:0 0 6px;color:#f07f22;font-size:12px;line-height:1.2;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
body .footer-b2b-copy h2{margin:0 0 9px;color:#061932;font-size:clamp(24px,2.1vw,31px);line-height:1.12;font-weight:900;text-transform:none;letter-spacing:0;max-width:760px}
body .footer-b2b-copy p:last-child{margin:0;color:#4e5b68;font-size:14px;line-height:1.58;max-width:650px}
body .footer-b2b-proof{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}
body .footer-b2b-proof span{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border:1px solid #d9e7f3;background:#f7fbff;color:#073b73;font-size:11px;font-weight:900;line-height:1;text-transform:uppercase;white-space:nowrap}
body .footer-b2b-salesDesk{display:grid;grid-template-rows:auto 1fr auto;gap:12px;min-width:0;background:#fff;border:1px solid #d8e2ec;box-shadow:inset 4px 0 0 #0e8ed6;padding:18px}
body .footer-sales-label{margin:0;color:#073b73;font-size:12px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
body .footer-b2b-contact{display:grid;grid-template-columns:1fr;gap:8px;min-width:0}
body .footer-contact-chip{display:grid!important;grid-template-columns:86px minmax(0,1fr);align-items:center;min-height:42px;border:1px solid #dfe7ee;background:#fbfdff!important;color:#111!important;text-decoration:none;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
body .footer-contact-chip span{height:100%;display:grid;place-items:center;background:#073b73;color:#fff;font-size:11px;font-weight:900;text-transform:uppercase}
body .footer-contact-chip strong{min-width:0;padding:0 12px;font-size:13px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .footer-contact-chip--email span{background:#0e8ed6}
body .footer-contact-chip--whatsapp span{background:#11a05f}
body .footer-contact-chip:hover{border-color:#0e8ed6;box-shadow:0 8px 18px rgba(7,59,115,.1);transform:translateY(-1px);color:#073b73}
body .footer-b2b-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
body .footer-b2b-actions .button{height:44px;min-height:44px;border-radius:0;font-size:13px;line-height:1;font-weight:900;text-transform:uppercase}
body .footer-rfq-button{background:#0e8ed6!important;border-color:#0e8ed6!important;color:#fff!important}
body .footer-rfq-button:hover{background:#073b73!important;border-color:#073b73!important;color:#fff!important}
body .footer-catalog-button{background:#fff!important;border:1px solid #073b73!important;color:#073b73!important}
body .footer-catalog-button:hover{background:#f4f9ff!important;border-color:#0e8ed6!important;color:#0e8ed6!important}
body .footer-b2b-main{display:grid;grid-template-columns:repeat(5,minmax(138px,1fr));align-items:start;column-gap:48px;row-gap:22px;padding:2px 0 0}
body .footer-info-col,body .footer-catalog-card{min-width:0}
body .footer-b2b-main>.footer-info-col{box-sizing:border-box!important;display:block!important;width:auto!important;margin:0!important;padding:0!important;text-align:left!important;float:none!important;vertical-align:top!important;align-self:start!important}
body .footer-info-heading{margin:0 0 12px;color:#111;font-size:13px;line-height:1.2;font-weight:900;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;word-break:keep-all;overflow-wrap:normal}
body .footer-info-list{display:block!important;height:auto!important;max-height:none!important;overflow:visible!important;visibility:visible!important;opacity:1!important;list-style:none;margin:0;padding:0;color:#666;font-size:13px;line-height:1.45}
body .footer-info-list li{margin:0 0 7px;white-space:nowrap}
body .footer-info-list a{color:#323232;text-decoration:none;white-space:nowrap;word-break:keep-all;overflow-wrap:normal}
body .footer-info-list a:hover{color:#ce2009}
body .footer-catalog-card{grid-column:1/-1;display:grid;grid-template-columns:minmax(220px,.7fr) minmax(360px,1fr);align-items:center;gap:18px;background:#fff;border:1px solid #ddd;border-left:4px solid #ce2009;padding:18px 20px}
body .footer-catalog-card p{margin:0 0 12px;color:#5f6872;font-size:13px;line-height:1.5}
body .footer-catalog-card .footer-info-heading{margin-bottom:7px}
body .footer-catalog-card p{margin:0}
body .footer-newsletter-form{margin:0}
body .footer-newsletter-form .form-prefixPostfix{display:grid!important;grid-template-columns:minmax(0,1fr) 118px!important;gap:0!important;align-items:stretch!important}
body .footer-newsletter-form .form-input{display:block!important;width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;border:1px solid #cfcfcf!important;border-right:0!important;background:#fff!important;padding:0 12px!important;color:#333!important;font-size:13px!important;line-height:42px!important}
body .footer-newsletter-form .button{display:grid!important;place-items:center!important;width:100%!important;height:42px!important;min-height:42px!important;border-radius:0!important;background:#ce2009!important;border-color:#ce2009!important;color:#fff!important;padding:0 10px!important;font-size:12px!important;line-height:1!important;font-weight:900!important}
body .footer-newsletter-form .button:hover{background:#111!important;border-color:#111!important;color:#fff!important}
body .footer-b2b-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff}
body .footer-b2b-trust span{display:grid;place-items:center;min-height:42px;padding:0 12px;border-right:1px solid #e1e1e1;color:#111;font-size:12px;font-weight:900;text-transform:uppercase;text-align:center;line-height:1.15}
body .footer-b2b-trust span:last-child{border-right:0}
body .footer-contact-card,body .footer-newsletter-card,body .footer-info-col--socials,body .socialLinks{display:none!important}
body .footer-copyright{border-top:1px solid #ddd;max-width:1320px;margin:0 auto;padding:16px 28px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;color:#666;font-size:13px}
body .footer-icons{margin:0}
body .footer-payment-icons{display:flex;flex-wrap:wrap;gap:6px}
body .footer-payment-icon{min-width:40px;height:24px;padding:0 7px;border:1px solid #cfcfcf;background:#fff;color:#333;display:grid;place-items:center;font-size:10px;font-weight:900}
body .powered-by,body .footer-copyright-links{margin:0}
body .footer-copyright-links a{color:#323232;margin-left:12px;text-decoration:none}
body .footer-copyright-links a:hover{color:#ce2009}
@media (max-width:1180px){body .footer-b2b-main{grid-template-columns:repeat(5,minmax(112px,1fr));column-gap:28px}body .footer-catalog-card{grid-column:1/-1}}
@media (max-width:1060px){body .footer-b2b-cta{grid-template-columns:1fr;gap:22px}body .footer-b2b-brandBlock{grid-template-columns:104px minmax(0,1fr);gap:20px}body .footer-b2b-logo{width:104px;height:104px}body .footer-b2b-logo img{width:82px!important;max-height:78px!important}body .footer-b2b-salesDesk{grid-template-columns:1fr;box-shadow:inset 4px 0 0 #0e8ed6}body .footer-b2b-main{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;column-gap:38px;row-gap:24px}body .footer-catalog-card{grid-column:1/-1;grid-template-columns:1fr;width:100%}}
@media (max-width:620px){body .footer.site-footer .footer-info--b2b{width:100%;max-width:100%;padding:24px 18px 20px;gap:18px;overflow:hidden}body .footer-b2b-cta,body .footer-b2b-main,body .footer-catalog-card,body .footer-b2b-trust{box-sizing:border-box;width:100%;max-width:100%;min-width:0;overflow:hidden}body .footer-b2b-cta{grid-template-columns:minmax(0,1fr);padding:18px;gap:16px}body .footer-b2b-brandBlock{grid-template-columns:minmax(0,1fr);gap:14px}body .footer-b2b-logo{width:88px!important;height:88px!important;place-self:start;margin:0!important;padding:11px!important;border-radius:12px}body .footer-b2b-logo img{width:72px!important;max-height:66px!important}body .footer-b2b-salesDesk{padding:14px;box-shadow:inset 0 4px 0 #0e8ed6}body .footer-b2b-eyebrow{font-size:11px;line-height:1.25}body .footer-b2b-copy,body .footer-b2b-contact,body .footer-b2b-actions,body .footer-info-col,body .footer-catalog-card{min-width:0}body .footer-b2b-copy h2{font-size:20px;line-height:1.18;overflow-wrap:normal}body .footer-b2b-copy p:last-child,body .footer-catalog-card p{font-size:13px;line-height:1.45;overflow-wrap:normal}body .footer-b2b-proof{display:grid;grid-template-columns:1fr 1fr;gap:7px}body .footer-b2b-proof span{justify-content:center;font-size:10px;padding:0 8px;text-align:center}body .footer-info-heading,body .footer-info-list li,body .footer-info-list a{white-space:nowrap;word-break:keep-all;overflow-wrap:normal}body .footer-contact-chip{grid-template-columns:78px minmax(0,1fr);min-height:38px}body .footer-contact-chip strong{font-size:12px;min-width:0;overflow:hidden;text-overflow:ellipsis}body .footer-b2b-actions{grid-template-columns:1fr;gap:8px}body .footer-b2b-main{grid-template-columns:minmax(0,1fr);gap:18px;justify-content:stretch}body .footer-newsletter-form .form-prefixPostfix{grid-template-columns:1fr!important}body .footer-newsletter-form .form-input{border-right:1px solid #cfcfcf!important;border-bottom:0!important}body .footer-b2b-trust{grid-template-columns:1fr 1fr}body .footer-b2b-trust span{min-width:0;min-height:48px;padding:6px 8px;font-size:10px;line-height:1.12;white-space:normal;overflow-wrap:normal}body .footer-b2b-trust span:nth-child(2n){border-right:0}body .footer-copyright{padding:16px 18px;gap:10px}body .footer-copyright-links a{margin:0 12px 0 0}}
/* TopToyFactory buyer guide hub and article pages. */
body .blog-hub-panel{max-width:1180px;margin:0 auto 34px;padding:24px 20px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,1.05fr) 300px;gap:22px;align-items:stretch;border-block:1px solid #ddd;background:#f7f7f7}
body .blog-hub-panel__copy{background:#fff;border:1px solid #ddd;padding:22px}
body .blog-hub-panel__copy h2{margin:5px 0 10px;font-size:27px;line-height:1.1;text-transform:uppercase}
body .blog-hub-panel__copy p:last-child{margin:0;color:#5f6872;font-size:14px;line-height:1.55}
body .blog-hub-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
body .blog-hub-links a{display:grid;align-content:center;min-height:74px;border:1px solid #ddd;background:#fff;color:#111;text-decoration:none;padding:12px}
body .blog-hub-links strong{text-transform:uppercase;font-size:13px;line-height:1.15}
body .blog-hub-links span{margin-top:4px;color:#66707b;font-size:12px}
body .blog-hub-links a:hover{border-color:#ce2009;color:#ce2009}
body .blog-hub-rfq{background:#111;color:#fff;padding:22px;display:grid;align-content:center;gap:10px}
body .blog-hub-rfq h2{margin:0;font-size:21px;line-height:1.15;text-transform:uppercase}
body .blog-hub-rfq p{margin:0;color:#e1e1e1;font-size:13px;line-height:1.5}
body .blog-hub-rfq .button{border-radius:0;background:#ce2009;border-color:#ce2009;color:#fff}
body .blog-detail-layout{max-width:1180px;margin:0 auto 46px;padding:0 20px;display:grid;grid-template-columns:minmax(0,1fr) 318px;gap:34px;align-items:start}
body .article-page--guide{max-width:none;margin:0;padding:28px 0 0}
body .article-guide-hero{border-bottom:1px solid #ddd;padding-bottom:18px;margin-bottom:18px}
body .article-page--guide .article-guide-hero h1{font-family:"Open Sans",Arial,Helvetica,sans-serif;font-size:34px;line-height:1.12;text-transform:uppercase;margin:8px 0 10px}
body .article-page--guide .article-guide-hero p:last-child{margin:0;color:#5f6872;font-size:16px;line-height:1.55}
body .article-meta-strip{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0;color:#5b6470;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}
body .article-meta-strip span,body .article-meta-strip time{display:inline-flex;align-items:center;min-height:26px;padding:5px 8px;border:1px solid #ddd;background:#fff}
body .article-direct-answer{margin:20px 0 18px;padding:22px 24px;border:1px solid #d9d9d9;border-left:5px solid #ce2009;background:#fffdfc}
body .article-direct-answer h2{margin:5px 0 10px;font-size:24px;line-height:1.12;text-transform:uppercase}
body .article-direct-answer p{margin:0 0 12px;color:#313942;font-size:15px;line-height:1.6}
body .article-direct-answer ul{margin:0;padding-left:19px;color:#374151;font-size:14px;line-height:1.55}
body .article-toc{margin:18px 0 18px;border:1px solid #ddd;background:#f7f7f7;display:grid;grid-template-columns:190px minmax(0,1fr)}
body .article-toc>div{padding:16px;border-right:1px solid #ddd;background:#111;color:#fff;display:grid;align-content:center;gap:4px}
body .article-toc span{font-size:11px;line-height:1;text-transform:uppercase;font-weight:900;color:#f3c6bf}
body .article-toc strong{font-size:15px;line-height:1.15;text-transform:uppercase}
body .article-toc ol{margin:0;padding:12px 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px;list-style-position:inside}
body .article-toc a{color:#111;font-size:13px;line-height:1.3;font-weight:800}
body .article-toc a:hover{color:#ce2009}
body .article-buyer-checklist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0 22px}
body .article-buyer-checklist article{border:1px solid #ddd;background:#f7f7f7;padding:15px;display:grid;gap:6px}
body .article-buyer-checklist strong{color:#ce2009;text-transform:uppercase;font-size:12px}
body .article-buyer-checklist span{color:#333;font-size:13px;line-height:1.42}
body .article-quick-facts{margin:18px 0 24px;border:1px solid #ddd;background:#fff}
body .article-quick-facts h2{margin:0;padding:14px 16px;border-bottom:1px solid #ddd;background:#f6f7f8;font-size:18px;line-height:1.15;text-transform:uppercase}
body .article-quick-facts dl{margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
body .article-quick-facts div{min-width:0;padding:13px 14px;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}
body .article-quick-facts div:nth-child(3n){border-right:0}
body .article-quick-facts dt{margin:0 0 5px;color:#6b7280;font-size:11px;line-height:1;text-transform:uppercase;font-weight:900}
body .article-quick-facts dd{margin:0;color:#111;font-size:13px;line-height:1.32;font-weight:900}
body .article-page--guide .article-body{font-size:16px;line-height:1.72;color:#333}
body .article-page--guide .article-body h2{font-family:"Open Sans",Arial,Helvetica,sans-serif;font-size:24px;line-height:1.18;text-transform:uppercase;margin:32px 0 12px}
body .article-page--guide .article-body .article-heading-anchor{scroll-margin-top:132px}
body .article-page--guide .article-body img{border:1px solid #eee;background:#fff}
body .article-entity-summary{margin:30px 0 0;padding:22px;border:1px solid #ddd;border-top:4px solid #111;background:#f7f7f7;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(230px,.9fr);gap:22px}
body .article-entity-summary h2{margin:5px 0 10px;font-size:22px;line-height:1.15;text-transform:uppercase}
body .article-entity-summary p{margin:0;color:#4d5662;font-size:14px;line-height:1.55}
body .article-entity-summary ul{margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px;align-content:start;list-style:none}
body .article-entity-summary li{padding:7px 9px;border:1px solid #ddd;background:#fff;color:#111;font-size:12px;font-weight:900}
body .article-guide-sidebar{position:sticky;top:118px;display:grid;gap:14px;padding-top:28px}
body .article-guide-card{border:1px solid #ddd;background:#fff;padding:18px}
body .article-guide-card--toc{border-top:4px solid #111}
body .article-guide-card--rfq{background:#f7f7f7}
body .article-guide-card h2{margin:0 0 10px;font-size:18px;line-height:1.15;text-transform:uppercase}
body .article-guide-card p{margin:0 0 14px;color:#5f6872;font-size:13px;line-height:1.5}
body .article-guide-card .button{width:100%;border-radius:0;min-height:40px}
body .article-sidebar-toc{display:grid;gap:8px}
body .article-sidebar-toc a{display:block;padding:8px 0;border-top:1px solid #eee;color:#111;font-size:12px;font-weight:900;line-height:1.25}
body .article-sidebar-toc a:hover{color:#ce2009}
body .article-guide-links{list-style:none;margin:0;padding:0;border-top:1px solid #ddd}
body .article-guide-links li{border-bottom:1px solid #ddd}
body .article-guide-links a{display:flex;justify-content:space-between;gap:12px;padding:10px 0;color:#111;text-decoration:none;font-size:13px;font-weight:900}
body .article-guide-links span{color:#ce2009;font-weight:900}
body .article-guide-card>a{display:block;padding:9px 0;border-top:1px solid #ddd;color:#111;text-decoration:none;font-size:13px;font-weight:900}
body .article-guide-card>a:hover,body .article-guide-links a:hover{color:#ce2009}
body .article-faq-block{margin:28px 0 0;padding-top:22px;border-top:1px solid #ddd}
body .article-faq-block .section-title{margin-bottom:14px}
body .article-faq-block .section-title h2{margin:0;font-size:22px;line-height:1.15;text-transform:uppercase}
body .article-faq-block .faq-list{display:grid;gap:10px}
body .article-faq-block details{border:1px solid #ddd;background:#fff;padding:14px}
body .article-faq-block summary{font-weight:900;cursor:pointer}
body .article-faq-block p{margin:8px 0 0;color:#5f6872;font-size:13px;line-height:1.5}
@media (max-width:980px){body .blog-hub-panel{grid-template-columns:1fr}body .blog-detail-layout{grid-template-columns:1fr}body .article-guide-sidebar{position:static;padding-top:0}body .article-buyer-checklist{grid-template-columns:1fr}body .article-toc{grid-template-columns:1fr}body .article-toc>div{border-right:0;border-bottom:1px solid #ddd}body .article-quick-facts dl{grid-template-columns:repeat(2,minmax(0,1fr))}body .article-quick-facts div:nth-child(3n){border-right:1px solid #e6e6e6}body .article-quick-facts div:nth-child(2n){border-right:0}body .article-entity-summary{grid-template-columns:1fr}}
@media (max-width:620px){body .blog-hub-panel{margin:0 16px 28px;padding:14px;gap:14px}body .blog-hub-panel__copy,body .blog-hub-rfq,body .article-guide-card{padding:16px}body .blog-hub-links{grid-template-columns:1fr}body .blog-detail-layout{padding:0 16px;margin-bottom:34px}body .article-page--guide .article-guide-hero h1{font-size:27px}body .article-page--guide .article-body{font-size:15px}body .article-meta-strip span,body .article-meta-strip time{width:100%}body .article-direct-answer{padding:18px 16px}body .article-toc ol{grid-template-columns:1fr}body .article-quick-facts dl{grid-template-columns:1fr}body .article-quick-facts div{border-right:0!important}body .band .article-grid--wide,body .article-grid{grid-template-columns:1fr!important}}
/* ToyBarn-like cart source structure: list-based cart rows instead of custom table rows. */
body .page-content.cart-page{max-width:1180px;margin:0 auto;padding:28px 20px 60px;min-height:300px}
body .cart-page .page-heading{text-align:center;margin:0 0 42px;font-size:30px;line-height:1.15;font-weight:900;color:#111}
body .cart-empty{padding:0 0 42px}
body .cart-empty h3{margin:0 0 26px;font-size:25px;font-weight:500;line-height:1.22;color:#111}
body .cart-empty[hidden],body .cart-filled[hidden]{display:none}
body .cart-content{border-top:1px solid #ddd}
body .cart-header,body .cart-list{list-style:none;margin:0;padding:0}
body .cart-header{display:grid;grid-template-columns:minmax(360px,1fr) 180px 170px 96px 150px 42px;gap:0;border-bottom:1px solid #ddd}
body .cart-header-item{padding:13px 12px;text-align:left;text-transform:uppercase;font-size:12px;color:#555;font-weight:900}
body .cart-header-item--item{padding-left:0}
body .cart-item{display:grid;grid-template-columns:104px minmax(250px,1fr) 180px 96px 150px 42px;gap:12px;align-items:center;border-bottom:1px solid #e3e3e3;padding:16px 0}
body .cart-item-block{min-width:0}
body .cart-item-image{display:grid;place-items:center;width:86px;height:86px;background:#fff}
body .cart-item-image img{width:86px;height:86px;object-fit:contain}
body .cart-item-name{margin:0 0 5px;font-size:15px;line-height:1.3;font-weight:900}
body .cart-item-name a{color:#111;text-decoration:none}
body .cart-item-name a:hover{color:#ee534f}
body .cart-item-brand{margin:0 0 7px;color:#777;font-size:13px}
body .definitionList{display:grid;grid-template-columns:auto minmax(0,1fr);gap:3px 8px;margin:0;color:#666;font-size:13px}
body .definitionList dt{font-weight:900;color:#111}
body .definitionList dd{margin:0}
body .cart-item-label{display:block;margin:0 0 5px;text-transform:uppercase;color:#777;font-size:11px;font-weight:900}
body .cart-item-value{display:block;font-weight:900;color:#111;font-size:13px;line-height:1.25}
body .cart-item-qty-input{width:56px;height:38px;border:1px solid #cfcfcf;text-align:center}
body .cart-item-actions{display:grid;justify-content:end}
body .cart-remove{width:34px;height:34px;border:1px solid #111;background:#fff;color:#111;font-weight:900;cursor:pointer}
body .cart-remove:hover{background:#111;color:#fff}
body .cart-totals{display:grid;grid-template-columns:minmax(0,1fr) 260px 260px;gap:28px;margin-top:28px;align-items:start}
body .cart-totals h2{margin:0 0 8px;font-size:24px}
body .cart-totals p{margin:0;color:#666}
body .cart-total{border:1px solid #ddd;background:#f7f7f7;padding:18px;display:flex;justify-content:space-between;gap:16px}
body .cart-total-label{color:#777}
body .cart-total-value{font-weight:900;color:#111}
body .cart-actions{display:grid;gap:12px}
body .cart-actions .button{width:100%;min-height:42px;border-radius:0}
body .cart-suggest{max-width:1180px;margin:38px auto 0;padding-top:34px;border-top:1px solid #eee}
body .cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;align-items:start}
body .cart-main-panel{min-width:0}
body .cart-sidebar{display:grid;gap:16px;position:sticky;top:18px}
body .cart-header{grid-template-columns:minmax(420px,1fr) 160px 96px 150px}
body .cart-header-item:nth-child(2),body .cart-header-item:nth-child(3),body .cart-header-item:nth-child(4){text-align:left}
body .cart-item{grid-template-columns:104px minmax(250px,1fr) 160px 96px 150px 42px}
body .cart-actions--under{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px;max-width:520px}
body .cart-summary-card,body .cart-rfq-card,body .cart-buyer-card{border:1px solid #ddd;background:#fff;padding:20px}
body .cart-summary-card{background:#f7f7f7}
body .cart-summary-card h2,body .cart-rfq-card h2,body .cart-buyer-card h2{margin:0 0 12px;font-size:20px;line-height:1.15;text-transform:uppercase}
body .cart-summary-list{margin:0 0 16px;display:grid;gap:0}
body .cart-summary-list div{display:flex;justify-content:space-between;gap:16px;border-top:1px solid #ddd;padding:10px 0}
body .cart-summary-list div:first-child{border-top:0}
body .cart-summary-list dt{color:#666}
body .cart-summary-list dd{margin:0;font-weight:900;text-align:right}
body .cart-summary-card .button{width:100%;border-radius:0;margin-top:9px}
body .cart-empty-shell{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:28px;align-items:stretch;border:1px solid #ddd;background:#f7f7f7;padding:28px}
body .cart-empty-copy{display:grid;align-content:center;gap:12px;background:#fff;border:1px solid #e1e1e1;padding:28px}
body .cart-empty-eyebrow{margin:0;color:#ee534f;text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:0}
body .cart-empty h2{margin:0;font-size:30px;line-height:1.12;text-transform:uppercase;color:#111}
body .cart-empty-copy p{margin:0;color:#5d6570;max-width:640px}
body .cart-empty-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
body .cart-empty-actions .button{min-width:150px;border-radius:0}
body .cart-empty-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
body .cart-empty-grid a{display:grid;align-content:end;min-height:126px;border:1px solid #d8d8d8;background:#fff;color:#111;text-decoration:none;padding:16px;position:relative;overflow:hidden}
body .cart-empty-grid a:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(238,83,79,.13),rgba(255,255,255,0) 60%);opacity:0;transition:opacity .15s ease}
body .cart-empty-grid a:hover:before{opacity:1}
body .cart-empty-grid strong{position:relative;text-transform:uppercase;font-size:16px;line-height:1.1}
body .cart-empty-grid span{position:relative;color:#69717b;font-size:12px;margin-top:5px}
body .cart-procurement-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:26px 0 0}
body .cart-procurement-steps article{border:1px solid #ddd;background:#fff;padding:17px 18px;display:grid;grid-template-columns:38px minmax(0,1fr);column-gap:12px;align-items:start}
body .cart-procurement-steps strong{grid-row:1 / span 2;width:38px;height:38px;display:grid;place-items:center;background:#111;color:#fff;border-radius:50%;font-size:18px}
body .cart-procurement-steps span{text-transform:uppercase;font-weight:900;font-size:13px;line-height:1.2;color:#111}
body .cart-procurement-steps p{grid-column:2;margin:5px 0 0;color:#68707a;font-size:12px;line-height:1.35}
body .cart-recommendation-panel{max-width:1180px;margin:32px auto 0;padding-top:28px;border-top:1px solid #e6e6e6}
body .cart-recommendation-panel[hidden]{display:none!important}
body .cart-recommendation-panel .section-title{align-items:flex-end;margin-bottom:18px}
body .cart-recommendation-panel .section-title h2{font-size:24px}
body .cart-recommendation-panel .section-title p{margin:6px 0 0;color:#68707a;font-size:13px}
body .cart-recommendation-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
body .cart-recommendation-card .card-body{grid-template-rows:18px minmax(40px,auto) auto 20px 24px 20px 42px;min-height:236px}
body .cart-recommendation-card .card-actions .button.is-added{background:#148940;border-color:#148940;color:#fff}
body .cart-rfq-card p,body .cart-buyer-card li{color:#666;font-size:13px;line-height:1.45}
body .cart-rfq-card label{display:grid;gap:5px;margin:0 0 10px;color:#4e5661;font-size:12px;font-weight:900}
body .cart-rfq-card input,body .cart-rfq-card textarea{width:100%;border:1px solid #d6d6d6;background:#fff;padding:9px 10px}
body .cart-rfq-card .button{width:100%;border-radius:0}
body .cart-buyer-card ul{margin:0;padding-left:18px}
body .compare-page{max-width:1180px;margin:0 auto;padding:28px 20px 60px}
body .compare-page .page-heading{text-align:center;margin:0 0 34px;font-size:30px;line-height:1.15;font-weight:900;text-transform:uppercase}
body .compare-empty{padding:10px 0 48px;text-align:center;max-width:620px;margin:0 auto}
body .compare-empty h2{font-size:25px;line-height:1.2;margin:0 0 14px;font-weight:600}
body .compare-empty p{margin:0 0 22px;color:#666;line-height:1.55}
body .compare-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 18px;border-bottom:1px solid #ddd;padding-bottom:14px}
body .compare-toolbar p{margin:0;color:#666}
body .compare-toolbar-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
body .compare-toolbar .button{min-height:40px;border-radius:0}
body .compareTable{overflow:auto;border-top:1px solid #ddd;border-left:1px solid #ddd;background:#fff}
body .compare-row{display:grid;grid-template-columns:180px repeat(var(--compare-count, 2), minmax(220px, 1fr));min-width:720px}
body .compare-cell{border-right:1px solid #ddd;border-bottom:1px solid #ddd;padding:14px;background:#fff;min-width:0}
body .compare-heading{background:#f7f7f7;font-weight:900;text-transform:uppercase;color:#111;font-size:13px}
body .compare-product-card{display:grid;gap:10px}
body .compare-product-card img{width:100%;aspect-ratio:1;object-fit:contain;background:#fff}
body .compare-product-card h2{font-size:15px;line-height:1.25;margin:0;font-weight:900}
body .compare-product-card p{margin:0;color:#666;font-size:13px;line-height:1.35}
body .compare-product-actions{display:grid;gap:8px;margin-top:4px}
body .compare-product-actions .button{min-height:38px;border-radius:0;font-size:12px}
body .compare-remove{width:100%;min-height:34px;border:1px solid #111;background:#fff;color:#111;font-weight:900;cursor:pointer}
body .compare-remove:hover{background:#111;color:#fff}
@media (max-width:980px){body .cart-layout{grid-template-columns:1fr}body .cart-sidebar{position:static}body .cart-header{display:none}body .cart-item{grid-template-columns:96px minmax(0,1fr);align-items:start}body .cart-item-info,body .cart-item-actions{grid-column:2}body .cart-totals{grid-template-columns:1fr}body .cart-empty-shell{grid-template-columns:1fr}body .cart-recommendation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:620px){body .page-content.cart-page,body .compare-page{padding:24px 16px 42px}body .cart-page .page-heading,body .compare-page .page-heading{font-size:26px;margin-bottom:30px}body .cart-empty h2,body .cart-empty h3{font-size:23px}body .cart-empty-shell{padding:14px;gap:14px}body .cart-empty-copy{padding:18px}body .cart-empty-actions{display:grid;grid-template-columns:1fr}body .cart-empty-actions .button{width:100%}body .cart-empty-grid{grid-template-columns:1fr}body .cart-empty-grid a{min-height:88px}body .cart-procurement-steps{grid-template-columns:1fr;gap:10px;margin-top:18px}body .cart-recommendation-panel{margin-top:24px;padding-top:22px}body .cart-recommendation-panel .section-title{display:grid;gap:8px}body .cart-recommendation-grid{grid-template-columns:1fr;gap:18px}body .cart-layout{gap:22px}body .cart-item{grid-template-columns:82px minmax(0,1fr);gap:10px}body .cart-item-image,body .cart-item-image img{width:74px;height:74px}body .cart-actions--under{grid-template-columns:1fr}body .cart-suggest{margin-top:28px}body .compare-toolbar{display:grid;grid-template-columns:1fr}body .compare-toolbar-actions{justify-content:stretch}body .compare-toolbar-actions .button{width:100%}}
@media (max-width:800px){
  body{padding-top:0!important}
  body .header{position:sticky!important;top:0!important;height:auto!important;z-index:80!important;background:#fff!important}
  body [data-content-region="header_search--global"]{height:50px!important;background:#f1f1f1!important;border-bottom:1px solid #ddd!important}
  body .custom-search-bar:not(.custom-search-bar--duplicate){height:50px!important;padding:6px 16px!important;background:#f1f1f1!important}
  body .custom-search-bar:not(.custom-search-bar--duplicate) form{height:38px!important;max-width:300px!important;margin:0 auto!important;border-radius:22px!important}
  body .custom-search-bar:not(.custom-search-bar--duplicate) input{height:38px!important;font-size:13px!important}
  body .custom-search-bar:not(.custom-search-bar--duplicate) form:after{top:24px!important}
  body .header-main{height:58px!important;padding:0!important;display:block!important;background:#fff!important}
  body .header-main-container{position:relative!important;left:auto!important;top:auto!important;width:100%!important;max-width:none!important;height:58px!important;margin:0!important;padding:0 64px!important;display:flex!important;align-items:center!important;justify-content:center!important}
  body .header-logo{display:block!important;position:static!important;width:auto!important;height:auto!important;visibility:visible!important;opacity:1!important}
  body .header-logo a,body .header-logo-image-container{display:flex!important;align-items:center!important;justify-content:center!important;width:auto!important;height:auto!important}
  body .header-logo-image{display:block!important;position:static!important;width:124px!important;height:auto!important;max-height:42px!important;visibility:visible!important;opacity:1!important;margin:0!important}
  body .mobileMenu-toggle{display:grid!important;position:absolute!important;left:0!important;top:50px!important;width:58px!important;height:58px!important;z-index:92!important;place-items:center!important;color:#111!important}
  body .promo-marquee{height:35px!important;border-bottom:5px solid #d9d9ea!important}
  body .promo-marquee div{height:100%!important}
  body .promo-marquee span{font-size:12px!important;line-height:1!important}
  body .promo-marquee i{font-size:18px!important}
  body .save-badge{display:none!important}
  body #cart-preview-dropdown{top:148px!important}
  body .dropdown--quickSearch{top:58px!important}
}
body .breadcrumbs,body .thumb-row,body .productView-thumbnails{
  scrollbar-width:none;
  -ms-overflow-style:none;
}
body .breadcrumbs::-webkit-scrollbar,body .thumb-row::-webkit-scrollbar,body .productView-thumbnails::-webkit-scrollbar{
  display:none;
}
@media (max-width:800px){
  body .breadcrumbs{
    position:relative!important;
    display:block!important;
    max-width:100%!important;
    margin:0!important;
    padding:0 16px!important;
    white-space:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    text-overflow:clip!important;
    -webkit-overflow-scrolling:touch!important;
    line-height:33px!important;
    height:33px!important;
    background:#fff!important;
    border-bottom:1px solid #eee!important;
  }
  body .breadcrumbs:after{
    content:"";
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:36px;
    pointer-events:none;
    background:linear-gradient(90deg,rgba(255,255,255,0),#fff 72%);
  }
  body .productView-thumbnails,body .thumb-row{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    justify-content:flex-start!important;
    padding:0 0 2px!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body .mobileSidebar-toggle{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    margin:12px 0 14px!important;
    z-index:1!important;
  }
  body .page.category-page .page-content.category-main > .mobileSidebar-toggle,
  body .page.search-page .page-content.category-main > .mobileSidebar-toggle{
    position:relative!important;
    inset:auto!important;
    top:0!important;
    left:0!important;
    right:auto!important;
    bottom:auto!important;
    transform:none!important;
    display:inline-flex!important;
    width:100%!important;
    min-height:44px!important;
    margin:12px 0 14px!important;
    z-index:1!important;
  }
}
@media (min-width:801px){
  body.navigation-hover .header .header-main{display:block!important;width:100%!important;max-width:none!important;height:60px!important;margin:0!important;padding:0!important;overflow:visible!important;z-index:20!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left{width:100%!important;max-width:1540px!important;min-width:0!important;height:60px!important;margin-left:auto!important;margin-right:auto!important;display:grid!important;grid-template-columns:82px minmax(0,1fr) 112px!important;align-items:center!important;gap:18px!important;padding:0 34px!important;overflow:visible!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left>.header-logo{height:60px!important;display:flex!important;align-items:center!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .header-logo-image{width:66px!important;max-height:42px!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left>.navPages-container{width:100%!important;max-width:none!important;min-width:0!important;height:60px!important;padding:0!important;overflow:visible!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages,
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-list--main,
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-item,
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-action{height:60px!important;overflow:visible!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-list--main{display:flex!important;align-items:center!important;justify-content:center!important;gap:22px!important;width:100%!important;padding:0!important;margin:0!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-action{position:relative!important;padding:0!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important;letter-spacing:0!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-action.has-subMenu:before,
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-item:hover>.navPages-action.has-subMenu:before,
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-item:focus-within>.navPages-action.has-subMenu:before{display:none!important;content:none!important;opacity:0!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-action-moreIcon{margin-left:2px!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left>.navUser{width:auto!important;max-width:none!important;position:static!important;display:flex!important;justify-content:flex-end!important;height:60px!important}
  body.navigation-hover .header .promo-marquee{position:relative!important;z-index:1!important}
  body.navigation-hover .header .navPage-subMenu{top:100%!important;width:210px!important;max-width:210px!important;z-index:1300!important;padding:5px 0!important;border-radius:0 0 4px 4px!important;box-shadow:0 10px 22px rgba(0,0,0,.12)!important;transform:translate(-50%,4px)!important}
  body.navigation-hover .header .navPage-subMenu--featured{width:210px!important;display:block!important;padding:5px 0!important}
  body.navigation-hover .header .navPages-item:hover>.navPage-subMenu,body.navigation-hover .header .navPages-item:focus-within>.navPage-subMenu{transform:translate(-50%,0)!important}
  body.navigation-hover .header .navPage-subMenu .navPage-subMenu-list,
  body.navigation-hover .header .navPage-subMenu .navPage-subMenu-list--withFeature{display:block!important;width:100%!important;margin:0!important;padding:0!important}
  body.navigation-hover .header .navPage-subMenu .navPage-subMenu-item{display:block!important;width:100%!important;height:auto!important}
  body.navigation-hover .header .navPage-subMenu .navPage-subMenu-action{display:block!important;width:100%!important;height:auto!important;padding:9px 22px!important;white-space:normal!important;border-bottom:1px solid #ececec!important;font-size:13px!important;line-height:1.18!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPage-subMenu .navPage-subMenu-action{height:38px!important;min-height:38px!important;max-height:38px!important;padding:0 20px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;line-height:1.15!important}
  body.navigation-hover .header .navPage-subMenu .navPage-subMenu-item:last-child .navPage-subMenu-action{border-bottom:0!important}
  body.navigation-hover .header .navPage-subMenu-feature{display:none!important}
}
@media (min-width:801px) and (max-width:1260px){
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left{grid-template-columns:72px minmax(0,1fr) 104px!important;gap:12px!important;padding:0 22px!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-list--main{gap:14px!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-action{font-size:11px!important}
}
/* CPS original floating contact rail + ToyBarn-style footer bottom. */
body .floatwindow_fd_conct{position:fixed!important;z-index:1040!important;top:30%!important;right:0!important;transform:none!important;filter:none!important;cursor:pointer!important;transition:all .3s ease!important;font-family:Arial,Helvetica,sans-serif!important;font-size:14px!important}
body .floatwindow_fd_conct a{color:#333;text-decoration:none}
body .floatwindow_chat_box{position:relative!important;z-index:99!important}
body .floatwindow_box{display:block!important}
body .floatwindow_chat_box .floatwindow_chat_item{display:block!important;position:relative!important;width:128px!important;height:40px!important;min-height:40px!important;margin:0 0 5px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;text-align:left!important;transform:none!important}
body .floatwindow_chat_box .floatwindow_chat_item:hover,body .floatwindow_chat_box .floatwindow_chat_item:focus{transform:none!important;background:transparent!important}
body .floatwindow_chat_box .floatwindow_chat_item span{box-sizing:border-box!important;position:absolute!important;top:0!important;right:0;width:128px!important;height:40px!important;line-height:40px!important;margin:0!important;padding:0 10px 0 50px!important;color:#fff!important;font-size:12px!important;font-weight:700!important;text-align:left!important;white-space:nowrap!important;border-top-left-radius:20px!important;border-bottom-left-radius:20px!important;background-image:url("https://img01.v15cdn.com/iconfloat/17/icon_chat.webp")!important;background-repeat:no-repeat!important;text-shadow:none!important;transition:filter .18s ease,transform .18s ease!important}
body .floatwindow_chat_box .floatwindow_chat_item .floatwindow_tit_box{z-index:2!important;width:128px!important}
body .floatwindow_chat_box .floatwindow_chat_item .floatwindow_more_box{display:none!important}
body .floatwindow_chat_box .floatwindow_chat_item:hover .floatwindow_tit_box,body .floatwindow_chat_box .floatwindow_chat_item:focus .floatwindow_tit_box{filter:brightness(1.05)!important;transform:translateX(-4px)!important}
body .floatwindow_tit_box:before{content:none!important}
body .floatwindow_chat_box .floatwindow_chat_qq span{background-position:3px -6px!important;background-color:#9778ff!important}
body .floatwindow_chat_box .floatwindow_chat_tel span{background-position:3px -56px!important;background-color:#45a4eb!important}
body .floatwindow_chat_box .floatwindow_chat_email span{background-position:3px -109px!important;background-color:#66b433!important}
body .floatwindow_chat_box .floatwindow_chat_wechat span{background-position:3px -163px!important;background-color:#ffc000!important}
@media (min-width:801px){
  body .home-hero{max-width:1330px!important;height:720px!important;min-height:720px!important;margin:0 auto 34px!important;background:#f2f2f2!important}
  body .home-hero__slide img{height:720px!important;object-fit:cover!important;object-position:center!important}
  body .home-hero__slide:first-child img{object-position:100% center!important}
  body .home-hero:after{background:linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,0) 24%,rgba(0,0,0,0) 76%,rgba(0,0,0,.18))!important}
  body .hero-panel{width:min(560px,70vw)!important;bottom:130px!important;padding:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
  body .hero-panel h1{margin:0 0 18px!important;font-size:60px!important;line-height:1.02!important;font-weight:900!important;color:#fff!important;text-shadow:1px 1px 0 #111,2px 3px 12px rgba(0,0,0,.86),0 0 20px rgba(0,0,0,.6)!important}
  body .hero-panel p{margin:0 0 24px!important;font-size:30px!important;line-height:1.2!important;font-weight:900!important;color:#fff!important;text-shadow:1px 1px 0 #111,2px 3px 10px rgba(0,0,0,.82),0 0 16px rgba(0,0,0,.58)!important}
  body .hero-panel .button{min-height:46px!important;padding:0 26px!important;border-radius:0!important;background:#e32616!important;border-color:#e32616!important;color:#fff!important;font-size:14px!important;line-height:46px!important;box-shadow:none!important}
}
@media (max-width:800px){
  body .home-hero{height:430px!important;min-height:430px!important;margin:0 0 24px!important}
  body .home-hero__slide img{height:430px!important;object-fit:cover!important}
  body .home-hero__slide:first-child img{object-position:100% center!important}
  body .hero-panel{width:86vw!important;bottom:50px!important;padding:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
  body .hero-panel h1{margin:0 0 9px!important;font-size:24px!important;line-height:1.06!important;text-shadow:1px 1px 0 #111,2px 3px 8px rgba(0,0,0,.8)!important}
  body .hero-panel p{display:block!important;width:100%!important;max-width:310px!important;margin:0 auto 13px!important;font-size:12px!important;line-height:1.25!important;white-space:normal!important;text-shadow:1px 1px 0 #111,2px 3px 8px rgba(0,0,0,.78)!important}
  body .hero-panel .button{min-height:38px!important;padding:0 16px!important;border-radius:0!important;font-size:12px!important;line-height:38px!important}
  body .papathemes__categoryIconsWidget__header h2{width:310px!important;max-width:310px!important;margin-left:auto!important;margin-right:auto!important;font-size:20px!important;line-height:1.15!important;white-space:normal!important;text-align:center!important}
}
/* ToyBarn public-source measured layout pass: search row, header/nav, compact menu, and image-first home hero. */
@media (min-width:801px){
  body.navigation-hover .header [data-content-region="header_search--global"]{height:58px!important;background:#f2f2f2!important;display:block!important}
  body.navigation-hover .header .custom-search-bar{height:58px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:10px!important;background:#f2f2f2!important}
  body.navigation-hover .header .custom-search-bar form{width:500px!important;max-width:500px!important;height:38px!important;margin:0!important;display:block!important}
  body.navigation-hover .header .custom-search-bar input[type="text"],body.navigation-hover .header .custom-search-bar .form-input{height:38px!important;width:100%!important;border:1px solid #c9c9c9!important;border-radius:21px!important;background:#fff!important;padding:0 18px 0 42px!important;font-size:14px!important;box-shadow:0 1px 3px rgba(0,0,0,.18)!important}
  body.navigation-hover .header .header-main{height:89px!important;max-width:none!important;width:100%!important;margin:0!important;border-bottom:0!important;background:#fff!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left{height:89px!important;max-width:none!important;width:100%!important;margin:0!important;padding:0 34px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:0!important}
  body.navigation-hover .header .header-logo{width:300px!important;height:60px!important;margin:0!important;padding:0!important;display:block!important;flex:0 0 300px!important}
  body.navigation-hover .header .header-logo-image-container{height:74px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}
  body.navigation-hover .header .header-logo-image{width:auto!important;height:74px!important;max-width:112px!important;max-height:74px!important;object-fit:contain!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .header-logo-image{width:auto!important;height:74px!important;max-width:112px!important;max-height:74px!important;object-fit:contain!important}
  body.navigation-hover .header .navPages-container{height:89px!important;width:auto!important;flex:1 1 auto!important;max-width:none!important;padding:0 22px!important;overflow:hidden!important}
  body.navigation-hover .header .navPages{height:89px!important;overflow:visible!important}
  body.navigation-hover .header .navPages-list--main{height:89px!important;display:flex!important;align-items:stretch!important;justify-content:center!important;gap:24px!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow:visible!important}
  body.navigation-hover .header .navPages-item{height:89px!important;display:block!important;position:relative!important;flex:0 0 auto!important}
  body.navigation-hover .header,body.navigation-hover .header *{font-family:"Open Sans",Arial,Helvetica,sans-serif!important}
  body.navigation-hover .header .navPages-action{height:89px!important;display:inline-flex!important;align-items:center!important;padding:0!important;color:#000!important;font-family:"Open Sans",Arial,Helvetica,sans-serif!important;font-size:13px!important;font-weight:700!important;line-height:1!important;text-transform:uppercase!important;white-space:nowrap!important;background:transparent!important;letter-spacing:0!important}
  body.navigation-hover .header .navPages-item:hover>.navPages-action,body.navigation-hover .header .navPages-item:focus-within>.navPages-action{color:#ff4b4b!important;background:transparent!important}
  body.navigation-hover .header .navPages-action.has-subMenu:before,body.navigation-hover .header .navPages-action.has-subMenu:after,body.navigation-hover .header .navPages-item:hover>.navPages-action.has-subMenu:before,body.navigation-hover .header .navPages-item:focus-within>.navPages-action.has-subMenu:before{display:none!important;content:none!important;opacity:0!important}
  body.navigation-hover .header .navPages-actionText{position:relative!important;display:inline-flex!important;align-items:center!important;height:89px!important}
  body.navigation-hover .header .navPages-actionText:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:28px!important;height:2px!important;background:#ff4b4b!important;opacity:0!important;pointer-events:none!important;transition:opacity .14s ease!important}
  body.navigation-hover .header .navPages-item:hover>.navPages-action .navPages-actionText:after,body.navigation-hover .header .navPages-item:focus-within>.navPages-action .navPages-actionText:after{opacity:1!important}
  body.navigation-hover .header .navPages-actionText--dots{font-size:22px!important;letter-spacing:2px!important;line-height:1!important}
  body.navigation-hover .header .navPages-actionText--dots:after{bottom:25px!important}
  body.navigation-hover .header .navPages-action-moreIcon{width:12px!important;margin-left:6px!important;display:inline-flex!important;align-items:center!important}
  body.navigation-hover .header .navUser{height:89px!important;width:168px!important;flex:0 0 168px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;position:relative!important}
  body.navigation-hover .header .navUser-section{height:89px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:13px!important;margin:0!important;padding:0!important;list-style:none!important;white-space:nowrap!important}
  body.navigation-hover .header .navUser-item{width:28px!important;height:40px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;flex:0 0 28px!important}
  body.navigation-hover .header .navUser-item--cart{height:89px!important;align-self:stretch!important}
  body.navigation-hover .header .navUser-item--compare{display:flex!important}
  body.navigation-hover .header .navUser-action{width:34px!important;height:40px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;color:#050505!important;background:transparent!important;border:0!important;text-decoration:none!important;line-height:1!important}
  body.navigation-hover .header .navUser-action:hover{color:#ee3f38!important}
  body.navigation-hover .header .navUser-item-icon{width:34px!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;margin:0!important}
  body.navigation-hover .header .navUser-item-icon svg{display:block!important;fill:currentColor!important;stroke:none!important}
  body.navigation-hover .header .navUser-item--search .navUser-item-icon svg{width:27px!important;height:27px!important}
  body.navigation-hover .header .navUser-item--compare .navUser-item-icon svg{width:28px!important;height:28px!important}
  body.navigation-hover .header .navUser-item--more .navUser-item-icon svg{width:30px!important;height:30px!important}
  body.navigation-hover .header .navUser-item--cart .navUser-item-icon svg{width:32px!important;height:32px!important}
  body.navigation-hover .header .navUser-item-icon .icon-search{width:21px!important;height:21px!important;border-width:2px!important}
  body.navigation-hover .header .navUser-item-icon .icon-search:after{width:8px!important;height:2px!important;right:-6px!important;bottom:1px!important}
  body.navigation-hover .header .navUser-item-icon .icon-user{width:22px!important;height:22px!important;border-width:2px!important}
  body.navigation-hover .header .navUser-item-icon .icon-user:after{left:-5px!important;right:-5px!important;bottom:-13px!important;height:11px!important;border-width:2px!important}
  body.navigation-hover .header .navUser-item-icon .icon-cart{width:26px!important;height:18px!important;border-width:2px!important;transform:skewX(-8deg)!important}
  body.navigation-hover .header .navUser-item-icon .icon-cart:before,body.navigation-hover .header .navUser-item-icon .icon-cart:after{bottom:-8px!important;width:5px!important;height:5px!important}
  body.navigation-hover .header .cart-button .countPill,
  body.navigation-hover .header .cart-button .cart-quantity{position:absolute!important;right:-7px!important;bottom:0!important;top:auto!important;min-width:16px!important;height:16px!important;padding:0 4px!important;border-radius:999px!important;background:#ee534f!important;color:#fff!important;font-size:10px!important;line-height:16px!important;font-weight:900!important;text-align:center!important;display:grid!important;place-items:center!important;box-shadow:0 0 0 2px #fff!important;z-index:2!important}
  body.navigation-hover .header .navUser-action .navUser-item-searchLabel,body.navigation-hover .header .navUser-action .navUser-item-compareLabel,body.navigation-hover .header .navUser-action .navUser-item-moreLabel,body.navigation-hover .header .navUser-action .navUser-item-cartLabel{display:none!important}
  body.navigation-hover .header #cart-preview-dropdown{right:0!important;top:100%!important}
  body.navigation-hover .header .navPage-subMenu{left:0!important;right:auto!important;top:100%!important;transform:none!important;width:auto!important;min-width:250px!important;max-width:340px!important;background:#fff!important;box-shadow:0 8px 24px rgba(0,0,0,.15)!important;border:0!important;border-radius:0 0 8px 8px!important;padding:6px 0!important;margin:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:1300!important}
  body.navigation-hover .header .navPages-item:hover>.navPage-subMenu,body.navigation-hover .header .navPages-item:focus-within>.navPage-subMenu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:block!important}
  body.navigation-hover .header .navPage-subMenu .navPage-subMenu-list,body.navigation-hover .header .navPage-subMenu .navPage-subMenu-list--withFeature{display:block!important;width:100%!important;margin:0!important;padding:0!important}
  body.navigation-hover .header .navPage-subMenu .navPage-subMenu-item{width:100%!important;height:auto!important;display:block!important}
  body.navigation-hover .header .navPage-subMenu .navPage-subMenu-action,body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPage-subMenu .navPage-subMenu-action{height:auto!important;min-height:0!important;max-height:none!important;display:block!important;width:100%!important;padding:10px 20px!important;margin:0 0 6px!important;color:#222!important;font-size:14px!important;font-weight:400!important;line-height:22.4px!important;text-transform:none!important;white-space:nowrap!important;border:0!important;background:#fff!important}
  body.navigation-hover .header .navPage-subMenu .navPage-subMenu-action:hover{color:#ff4b4b!important}
  body.navigation-hover .header .navPage-subMenu-feature{display:none!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left{max-width:none!important;width:100%!important;margin:0!important;padding-left:28px!important;padding-right:28px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left>.header-logo{width:146px!important;flex:0 0 146px!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left>.navPages-container{height:89px!important;flex:1 1 auto!important;width:auto!important;max-width:none!important;padding-left:8px!important;padding-right:8px!important;overflow:visible!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages,
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-list--main,
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-item,
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-action{height:89px!important;overflow:visible!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-list--main{justify-content:center!important;gap:22px!important;width:100%!important;max-width:none!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-action{padding-left:0!important;padding-right:0!important;font-size:13px!important;line-height:1!important}
  body .home-hero{max-width:calc(100% - 20px)!important;width:calc(100% - 20px)!important;height:auto!important;min-height:0!important;aspect-ratio:3.2/1!important;margin:0 auto 34px!important;background:#fff!important;overflow:hidden!important}
  body .home-hero__slides{position:absolute!important;inset:0!important}
  body .home-hero__slide img,body .home-hero__slide:first-child img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
  body .hero-panel{display:none!important}
  body .bc-carousel__arrow--left,
  body .bc-carousel__arrow--right{position:absolute!important;top:50%!important;z-index:5!important;transform:translateY(-50%)!important;width:54px!important;height:112px!important;border:0!important;border-radius:0!important;background:rgba(255,255,255,.88)!important;color:#858b93!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;cursor:pointer!important;box-shadow:none!important;transition:background-color .15s ease,color .15s ease!important}
  body .bc-carousel__arrow--left{left:0!important}
  body .bc-carousel__arrow--right{right:0!important}
  body .bc-carousel__arrow--left:hover,
  body .bc-carousel__arrow--right:hover{background:#fff!important;color:#111!important}
  body .bc-carousel__arrow--left svg,
  body .bc-carousel__arrow--right svg{width:17px!important;height:32px!important;fill:currentColor!important;display:block!important}
  body .hero-dots[data-test-id="carousel-bullets"]{position:absolute!important;left:50%!important;bottom:16px!important;z-index:6!important;transform:translateX(-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;margin:0!important;padding:0!important}
  body .bc-carousel__bullet{width:11px!important;height:11px!important;min-width:11px!important;min-height:11px!important;padding:0!important;border:1px solid #fff!important;border-radius:50%!important;background:rgba(255,255,255,.68)!important;box-shadow:none!important;text-indent:-9999px!important;overflow:hidden!important;cursor:pointer!important}
  body .bc-carousel__bullet-active,
  body .bc-carousel__bullet[aria-pressed="true"]{background:#d7190f!important;border-color:#d7190f!important}
  body.navigation-hover .header{position:sticky!important;top:0!important;z-index:1400!important;background:#fff!important;overflow:visible!important;transition:box-shadow .18s ease!important}
  body.navigation-hover.tb-header-compact .header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;box-shadow:0 2px 12px rgba(0,0,0,.14)!important}
  body.navigation-hover .header [data-content-region="header_search--global"],
  body.navigation-hover .header .custom-search-bar,
  body.navigation-hover .header .custom-search-bar form,
  body.navigation-hover .header .custom-search-bar input[type="text"],
  body.navigation-hover .header .custom-search-bar .form-input,
  body.navigation-hover .header .header-main,
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left,
  body.navigation-hover .header .header-logo,
  body.navigation-hover .header .header-logo-image-container,
  body.navigation-hover .header .header-logo-image,
  body.navigation-hover .header .navPages-container,
  body.navigation-hover .header .navPages,
  body.navigation-hover .header .navPages-list--main,
  body.navigation-hover .header .navPages-item,
  body.navigation-hover .header .navPages-action,
  body.navigation-hover .header .navUser,
  body.navigation-hover .header .navUser-section,
  body.navigation-hover .header .promo-marquee{transition:height .18s ease,min-height .18s ease,max-height .18s ease,padding .18s ease,opacity .16s ease!important}
  body.navigation-hover.tb-header-compact .header [data-content-region="header_search--global"]{height:58px!important}
  body.navigation-hover.tb-header-compact .header .custom-search-bar{height:58px!important;padding:10px!important}
  body.navigation-hover.tb-header-compact .header .custom-search-bar form{height:38px!important}
  body.navigation-hover.tb-header-compact .header .custom-search-bar input[type="text"],body.navigation-hover.tb-header-compact .header .custom-search-bar .form-input{height:38px!important}
  body.navigation-hover.tb-header-compact .header .header-main{height:54px!important;border-bottom:1px solid #e3e3e3!important}
  body.navigation-hover.tb-header-compact .header .header-main>.header-main-container.header-main-container--left{height:54px!important;max-width:none!important}
  body.navigation-hover.tb-header-compact .header .header-logo{height:54px!important}
  body.navigation-hover.tb-header-compact .header .header-logo-image-container{height:50px!important}
  body.navigation-hover.tb-header-compact .header .header-logo-image,
  body.navigation-hover.tb-header-compact .header .header-main>.header-main-container.header-main-container--left .header-logo-image{height:50px!important;max-height:50px!important}
  body.navigation-hover.tb-header-compact .header .navPages-container,
  body.navigation-hover.tb-header-compact .header .navPages,
  body.navigation-hover.tb-header-compact .header .navPages-list--main,
  body.navigation-hover.tb-header-compact .header .navPages-item,
  body.navigation-hover.tb-header-compact .header .navPages-action,
  body.navigation-hover.tb-header-compact .header .navUser,
  body.navigation-hover.tb-header-compact .header .navUser-section{height:54px!important}
  body.navigation-hover.tb-header-compact .header .navUser-item--cart{height:54px!important}
  body.navigation-hover.tb-header-compact .header .navPages-action{padding-top:0!important;padding-bottom:0!important}
  body.navigation-hover.tb-header-compact .header .navPages-actionText{height:54px!important}
  body.navigation-hover.tb-header-compact .header .navPages-actionText:after{bottom:8px!important}
  body.navigation-hover.tb-header-compact .header .navPages-action.has-subMenu:after{display:none!important;content:none!important}
  body.navigation-hover.tb-header-compact .header .header-main>.header-main-container.header-main-container--left>.navPages-container,
  body.navigation-hover.tb-header-compact .header .header-main>.header-main-container.header-main-container--left .navPages,
  body.navigation-hover.tb-header-compact .header .header-main>.header-main-container.header-main-container--left .navPages-list--main,
  body.navigation-hover.tb-header-compact .header .header-main>.header-main-container.header-main-container--left .navPages-item,
  body.navigation-hover.tb-header-compact .header .header-main>.header-main-container.header-main-container--left .navPages-action{height:54px!important}
  body.navigation-hover.tb-header-compact .header .header-main>.header-main-container.header-main-container--left .navPages-action.has-subMenu:after,
  body.navigation-hover.tb-header-compact .header .header-main>.header-main-container.header-main-container--left .navPages-item-page .navPages-action:after,
  body.navigation-hover.tb-header-compact .header .header-main>.header-main-container.header-main-container--left .navPages-item--home .navPages-action:after{top:auto!important;bottom:8px!important}
  body.navigation-hover.tb-header-compact .header .promo-marquee{height:0!important;min-height:0!important;max-height:0!important;border-bottom:0!important;opacity:0!important;overflow:hidden!important}
}
@media (min-width:801px) and (max-width:1500px){
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left{padding-left:20px!important;padding-right:20px!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left>.header-logo{width:122px!important;flex:0 0 122px!important}
  body.navigation-hover .header .header-logo-image,
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .header-logo-image{max-width:92px!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left>.navPages-container{padding-left:6px!important;padding-right:6px!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-list--main{gap:13px!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-action{font-size:12px!important}
  body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .navPages-action-moreIcon{width:10px!important;margin-left:3px!important}
  body.navigation-hover .header .navPages-actionText:after{bottom:29px!important}
  body.navigation-hover .header .navPages-actionText--dots{font-size:20px!important}
  body.navigation-hover .header .navUser{width:148px!important;flex:0 0 148px!important}
  body.navigation-hover .header .navUser-section{gap:8px!important}
  body.navigation-hover .header .navUser-item{width:28px!important;flex:0 0 28px!important}
  body.navigation-hover .header .navUser-action{width:30px!important}
  body.navigation-hover .header .navUser-item-icon{width:30px!important;height:34px!important}
  body.navigation-hover .header .navUser-item-icon .icon-search{width:19px!important;height:19px!important}
  body.navigation-hover .header .navUser-item-icon .icon-user{width:20px!important;height:20px!important}
  body.navigation-hover .header .navUser-item-icon .icon-cart{width:24px!important;height:17px!important}
}
@media (max-width:800px){
  body .header{position:sticky!important;top:0!important;z-index:1400!important}
  body.tb-header-compact .header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important}
  body .home-hero{height:auto!important;min-height:0!important;aspect-ratio:1.35/1!important;margin:0 0 24px!important}
  body .home-hero__slide img,body .home-hero__slide:first-child img{height:100%!important;object-fit:cover!important;object-position:center!important}
  body .hero-panel{display:none!important}
  body .bc-carousel__arrow--left,
  body .bc-carousel__arrow--right{display:flex!important;width:36px!important;height:78px!important;background:rgba(255,255,255,.92)!important;color:#111!important}
  body .bc-carousel__arrow--left{left:0!important}
  body .bc-carousel__arrow--right{right:0!important}
  body .bc-carousel__arrow--left svg,
  body .bc-carousel__arrow--right svg{width:12px!important;height:24px!important}
  body .hero-dots[data-test-id="carousel-bullets"]{display:flex!important;bottom:10px!important;gap:9px!important}
  body .bc-carousel__bullet{width:9px!important;height:9px!important;min-width:9px!important;min-height:9px!important}
}
body .footer-copyright{max-width:none!important;margin:0!important;padding:0!important;border-top:1px solid #ddd!important;background:#fff!important;color:#666!important;display:block!important;font-size:13px!important}
body .footer-copyright>.container{max-width:1180px!important;margin:0 auto!important;padding:18px 20px 20px!important;display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;gap:10px!important}
body .footer-icons{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin:0!important}
body .footer-payment-symbols{position:absolute!important;width:0!important;height:0!important;overflow:hidden!important}
body .footer-payment-icons{order:1!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:6px!important;margin:0!important}
body .footer-icons [data-content-region="ssl_site_seal--global"]{order:2!important}
body .footer-icons [data-content-region="footer_below_payments--global"]{order:3!important}
body .footer-payment-icon{display:block!important;width:42px!important;height:26px!important;min-width:42px!important;padding:0!important;border:0!important;background:transparent!important}
body .ttf-secure-seal{width:124px;min-height:52px;border:1px solid #d9d9d9;background:#fff;display:grid;place-items:center;text-align:center;padding:7px 8px;color:#111;line-height:1.1}
body .ttf-secure-seal strong{display:block;font-size:12px;font-weight:900;text-transform:uppercase}
body .ttf-secure-seal span{display:block;margin-top:3px;font-size:9px;color:#666}
body .powered-by{margin:0!important;text-align:center!important;color:#666!important;font-size:13px!important}
@media (max-width:768px){
  body{padding-bottom:55px!important}
  body .floatwindow_fd_conct{display:none!important}
  body .mobile-bottom.mobile-contact-bar{background:#fcfcfcfb!important;display:flex!important;align-items:center!important;position:fixed!important;left:0!important;bottom:0!important;width:100%!important;height:55px!important;z-index:1050!important;overflow:hidden!important;transition:all .3s ease-in-out!important;box-shadow:1px 2px 10px rgba(0,0,0,.1)!important;border-top:0!important}
  body .mobile-bottom .mobile-bottom-item{width:20%!important;height:55px!important;text-align:center!important;font-size:12px!important;text-transform:capitalize!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;position:relative!important;border:0!important}
  body .mobile-bottom .mobile-bottom-item a,body .mobile-bottom .mobile-bottom-item .gotop{width:100%!important;height:55px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;color:#333!important;background:transparent!important;text-decoration:none!important;font-weight:400!important;border:0!important}
  body .mobile-bottom .mobile-bottom-item i{display:block!important;width:22px!important;height:22px!important;margin:0 auto 2px!important;background-repeat:no-repeat!important;background-position:center!important;background-size:22px 22px!important;font-size:0!important;line-height:1!important}
  body .mobile-bottom .mobile-bottom-item:nth-child(1) i{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f60a5' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.4 8.4 0 0 1-3.8-.9L3 21l1.9-5.7a8.4 8.4 0 0 1-.9-3.8 8.5 8.5 0 0 1 17 0z'/%3E%3C/svg%3E")!important}
  body .mobile-bottom .mobile-bottom-item:nth-child(2) i{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f60a5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.4 19.4 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.3 1.7.6 2.5a2 2 0 0 1-.5 2.1L8 9.5a16 16 0 0 0 6.5 6.5l1.2-1.2a2 2 0 0 1 2.1-.5c.8.3 1.6.5 2.5.6A2 2 0 0 1 22 16.9z'/%3E%3C/svg%3E")!important}
  body .mobile-bottom .mobile-bottom-item:nth-child(3) i{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f60a5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 15-6-6-6 6'/%3E%3C/svg%3E")!important}
  body .mobile-bottom .mobile-bottom-item:nth-child(4) i{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f60a5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E")!important}
  body .mobile-bottom .mobile-bottom-item:nth-child(5) i{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f60a5' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3C/svg%3E")!important}
}

/* TopToyFactory 2026 RFQ refinement layer */
body .navUser-item--compare,body .card-compare,body .compareTray{display:none!important}
body .catalog-load-state{display:none!important}
body .catalog-product-list{min-width:0}
body .pagination.catalog-pagination{margin:34px 0 10px;padding-top:22px;border-top:1px solid #e5e5e5}
body .pagination-list{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin:0;padding:0;list-style:none}
body .pagination-link,body .pagination-item--ellipsis span{min-width:38px;height:38px;padding:0 12px;border:1px solid #d7d7d7;background:#fff;color:#111;display:grid;place-items:center;text-decoration:none;font-size:13px;font-weight:800}
body .pagination-item--current .pagination-link,body .pagination-link:hover{background:#ce2009;border-color:#ce2009;color:#fff}
body .pagination-item--previous .pagination-link,body .pagination-item--next .pagination-link{min-width:86px;text-transform:uppercase}
body .product-card__body{grid-template-rows:18px minmax(42px,auto) auto 20px auto!important}
body #cart-preview-dropdown{width:min(390px,calc(100vw - 20px))!important;right:0!important;left:auto!important;max-width:calc(100vw - 20px)!important;overflow:hidden!important}
body .previewCart{padding:14px!important;overflow:hidden!important}
body .previewCartList{max-height:340px!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:4px!important}
body .previewCartItem{grid-template-columns:70px minmax(0,1fr) 28px!important;align-items:center!important;gap:11px!important;position:relative!important}
body .previewCartItem-image img{width:70px!important;height:70px!important}
body .previewCartItem-remove{width:26px;height:26px;border:1px solid #ddd;background:#fff;color:#777;border-radius:50%;font-size:16px;line-height:1;display:grid;place-items:center;cursor:pointer}
body .previewCartItem-remove:hover{background:#ce2009;border-color:#ce2009;color:#fff}
body .previewCartAction{position:sticky;bottom:0;background:#fff;padding-top:12px;border-top:1px solid #eee}
body .cart-item-actions{display:grid;place-items:center}
body .cart-remove{width:32px;height:32px;border:1px solid #ddd;background:#fff;color:#666;border-radius:50%;font-size:16px;cursor:pointer}
body .cart-remove:hover{background:#ce2009;border-color:#ce2009;color:#fff}
body .modal{position:fixed;inset:0;background:rgba(16,20,27,.62);display:grid;place-items:center;padding:18px;z-index:1200;overflow:hidden}
body .modal__panel{width:min(780px,96vw)!important;max-height:calc(100dvh - 36px)!important;overflow:hidden!important;border:0!important;background:#fff;box-shadow:0 28px 90px rgba(0,0,0,.32);padding:0!important;display:grid!important;grid-template-rows:auto minmax(0,1fr)!important}
body .modal__close{position:absolute;right:14px;top:12px;z-index:2;width:34px;height:34px;border:0;background:#111;color:#fff;border-radius:50%;font-size:18px;line-height:1;cursor:pointer}
body .modal-rfq-head{display:grid;grid-template-columns:132px minmax(0,1fr);gap:18px;padding:24px 24px 18px;background:#f6f7f9;border-bottom:1px solid #e4e6ea}
body .modal-rfq-image{width:132px;height:132px;background:#fff;border:1px solid #e2e2e2;display:grid;place-items:center}
body .modal-rfq-image img{width:100%;height:100%;object-fit:contain;padding:8px}
body .modal-rfq-eyebrow{margin:0 0 5px;color:#ce2009;font-size:11px;font-weight:900;text-transform:uppercase}
body .modal-rfq-copy h2{margin:0 40px 8px 0;font-size:25px;line-height:1.1;color:#111}
body .modal-rfq-copy p{margin:0 0 12px;color:#5a626c;font-size:13px;line-height:1.45}
body .modal-rfq-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0}
body .modal-rfq-specs div{background:#fff;border:1px solid #e2e2e2;padding:8px}
body .modal-rfq-specs dt{margin:0;color:#777;font-size:10px;text-transform:uppercase;font-weight:900}
body .modal-rfq-specs dd{margin:3px 0 0;color:#111;font-size:12px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .modal__panel form{min-height:0;padding:18px 24px 0;display:grid;grid-template-rows:auto auto auto;gap:12px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-gutter:stable;background:#fff}
body .modal-rfq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body .modal__panel label{display:grid;gap:6px;color:#343a42;font-size:12px;font-weight:900}
body .modal__panel input,body .modal__panel textarea{width:100%;border:1px solid #d5d8dd;background:#fff;padding:10px 11px;font-size:14px;line-height:1.35}
body .modal__panel textarea{resize:vertical;min-height:104px;max-height:170px}
body .modal__panel .button{min-height:44px;border-radius:0;font-weight:900}
body .modal-rfq-actions{position:sticky;bottom:0;z-index:3;display:grid;grid-template-columns:minmax(160px,220px) minmax(0,1fr);gap:12px;align-items:center;margin:2px -24px 0;padding:14px 24px 18px;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -8px 18px rgba(255,255,255,.92)}
body .modal-rfq-actions .button{width:100%;height:44px;min-height:44px;margin:0}
body .modal-rfq-actions .form-status{min-height:20px;margin:0;color:#1f766a;font-size:13px;font-weight:900;line-height:1.25}
body.modal-open{overflow:hidden!important}
body .catalog-download-page{max-width:1180px;margin:0 auto;padding:0 20px 58px;display:block!important;overflow:visible!important}
body .catalog-download-page .breadcrumbs{padding-left:0;padding-right:0}
body .catalog-download-hero{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:stretch;margin:22px 0 24px;padding:34px;background:#f5f6f8;border:1px solid #e2e2e2}
body .catalog-download-hero__copy{min-width:0;display:grid;align-content:center;gap:14px}
body .catalog-download-hero__copy h1{margin:0;color:#111;font-size:36px;line-height:1.08;text-transform:none}
body .catalog-download-hero__copy p:not(.eyebrow){max-width:720px;margin:0;color:#55606c;font-size:16px;line-height:1.7}
body .catalog-download-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
body .catalog-download-hero__actions .button{min-height:44px;border-radius:0;font-size:13px;font-weight:900;text-transform:uppercase}
body .catalog-download-card{background:#fff;border:1px solid #d9d9d9;padding:22px;display:grid;gap:12px;align-content:start}
body .catalog-download-card img{width:76px;height:auto}
body .catalog-download-card h2{margin:0;color:#111;font-size:20px;line-height:1.15;text-transform:uppercase}
body .catalog-download-card ul{margin:0;padding-left:18px;color:#4d5660;font-size:14px;line-height:1.6}
body .catalog-download-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 24px}
body .catalog-download-grid article{border:1px solid #e1e1e1;background:#fff;padding:18px;min-height:142px}
body .catalog-download-grid strong{display:block;margin:0 0 8px;color:#ce2009;font-size:16px;text-transform:uppercase}
body .catalog-download-grid span{display:block;color:#5c6570;font-size:14px;line-height:1.55}
body .catalog-download-rfq{display:grid;grid-template-columns:minmax(0,310px) minmax(0,1fr) auto;gap:20px;align-items:center;margin:0;padding:24px;border-top:4px solid #111;border-bottom:1px solid #ddd;background:#fff}
body .catalog-download-rfq h2{margin:0;color:#111;font-size:24px;line-height:1.15}
body .catalog-download-rfq ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}
body .catalog-download-rfq li{border:1px solid #e1e1e1;background:#fafafa;padding:13px}
body .catalog-download-rfq strong{display:block;margin-bottom:4px;color:#111;font-size:13px;text-transform:uppercase}
body .catalog-download-rfq span{display:block;color:#5d6670;font-size:12px;line-height:1.45}
body .catalog-download-rfq .button{border-radius:0;white-space:nowrap}
body .modal--rfq{z-index:2500!important;background:rgba(14,18,25,.68)!important;padding:18px!important;place-items:center!important;overflow:hidden!important}
body .modal--rfq .modal-rfq-panel{width:min(980px,calc(100vw - 36px))!important;max-width:980px!important;max-height:calc(100dvh - 36px)!important;padding:0!important;border:0!important;background:#fff!important;box-shadow:0 30px 96px rgba(0,0,0,.34)!important;overflow:hidden!important;display:block!important}
body .modal--rfq .modal-rfq-layout{display:grid;grid-template-columns:310px minmax(0,1fr);height:min(720px,calc(100dvh - 36px));min-height:0}
body .modal--rfq .modal-rfq-side{min-width:0;background:#f5f6f8;border-right:1px solid #e4e6ea;padding:26px 24px;display:grid;align-content:start;gap:12px;overflow:auto}
body .modal--rfq .modal-rfq-image{width:92px;height:92px;border:1px solid #ddd;background:#fff;display:grid;place-items:center}
body .modal--rfq .modal-rfq-image img{width:100%;height:100%;object-fit:contain;padding:8px}
body .modal--rfq .modal-rfq-eyebrow{margin:0;color:#ce2009;font-size:11px;line-height:1.2;font-weight:900;text-transform:uppercase;letter-spacing:.02em}
body .modal--rfq .modal-rfq-side h2{margin:0;color:#111;font-size:25px;line-height:1.1;text-transform:none}
body .modal--rfq .modal-rfq-side p{margin:0;color:#56616d;font-size:13px;line-height:1.55}
body .modal--rfq .modal-rfq-specs{display:grid;grid-template-columns:1fr;gap:7px;margin:2px 0 0}
body .modal--rfq .modal-rfq-specs div{border:1px solid #e1e1e1;background:#fff;padding:8px 10px}
body .modal--rfq .modal-rfq-specs dt{margin:0;color:#777;font-size:10px;font-weight:900;text-transform:uppercase}
body .modal--rfq .modal-rfq-specs dd{margin:2px 0 0;color:#111;font-size:12px;font-weight:900;white-space:normal;overflow-wrap:anywhere}
body .modal--rfq .modal-rfq-help{border-top:1px solid #ddd;padding-top:12px;display:grid;gap:4px}
body .modal--rfq .modal-rfq-help strong{color:#111;font-size:13px;text-transform:uppercase}
body .modal--rfq .modal-rfq-help span{color:#5b6570;font-size:12px;line-height:1.5}
body .modal--rfq .modal-rfq-contact{display:grid;gap:7px;margin-top:2px}
body .modal--rfq .modal-rfq-contact a{display:block;color:#111;text-decoration:none;font-size:12px;font-weight:900;border:1px solid #ddd;background:#fff;padding:9px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body .modal--rfq .modal-rfq-formWrap{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;background:#fff}
body .modal--rfq .modal-rfq-formHeader{padding:26px 28px 14px;border-bottom:1px solid #e5e7eb}
body .modal--rfq .modal-rfq-formHeader h3{margin:0 42px 5px 0;color:#111;font-size:22px;line-height:1.15}
body .modal--rfq .modal-rfq-formHeader p:last-child{margin:0;color:#5b6570;font-size:13px;line-height:1.45}
body .modal--rfq .modal-rfq-formWrap form{min-height:0!important;padding:18px 28px 0!important;display:grid!important;grid-template-rows:auto auto auto!important;gap:12px!important;overflow-y:auto!important;overflow-x:hidden!important;background:#fff!important}
body .modal--rfq .modal-rfq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body .modal--rfq label{display:grid;gap:6px;color:#343a42;font-size:12px;font-weight:900}
body .modal--rfq input,body .modal--rfq textarea{width:100%;border:1px solid #d5d8dd;background:#fff;padding:10px 11px;color:#111;font-size:14px;line-height:1.35}
body .modal--rfq textarea{resize:vertical;min-height:116px;max-height:190px}
body .modal--rfq .modal-rfq-actions{position:sticky;bottom:0;z-index:3;display:grid;grid-template-columns:minmax(150px,210px) minmax(0,1fr);gap:12px;align-items:center;margin:2px -28px 0;padding:14px 28px 18px;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -8px 18px rgba(255,255,255,.94)}
body .modal--rfq .modal-rfq-actions .button{width:100%;height:44px;min-height:44px;margin:0;border-radius:0;font-weight:900;text-transform:uppercase}
body .modal--rfq .modal-rfq-actions .form-status{min-height:20px;margin:0;color:#59626d;font-size:12px;font-weight:800;line-height:1.35}
body .modal--rfq .modal__close{right:14px;top:14px;z-index:6;width:34px;height:34px;border:0;border-radius:50%;background:#111!important;color:#fff;font-size:18px;line-height:1;display:grid;place-items:center;cursor:pointer}
body .modal--rfq.is-general-inquiry .modal-rfq-image img{padding:12px}
body .ttf-rfq-modal[hidden]{display:none!important}
body .ttf-rfq-modal{position:fixed!important;inset:0!important;z-index:4800!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;background:rgba(12,15,20,.72)!important;overflow:auto!important;overscroll-behavior:contain!important}
body .ttf-rfq-shell{position:relative;width:min(980px,calc(100vw - 48px));max-height:calc(100dvh - 48px);background:#fff;border:1px solid #111;box-shadow:0 34px 110px rgba(0,0,0,.38);display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}
body .ttf-rfq-close{position:absolute;right:16px;top:16px;z-index:5;width:36px;height:36px;border:0;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:18px;line-height:1;cursor:pointer}
body .ttf-rfq-close:hover{background:#ce2009}
body .ttf-rfq-top{display:grid;grid-template-columns:96px minmax(0,1fr) minmax(260px,330px);gap:18px;align-items:center;padding:24px 70px 22px 24px;background:#f6f7f9;border-bottom:1px solid #dfe3e8}
body .ttf-rfq-logo{width:96px;height:96px;background:#fff;border:1px solid #d9dde3;display:grid;place-items:center}
body .ttf-rfq-logo img{width:100%;height:100%;object-fit:contain;padding:10px}
body .ttf-rfq-eyebrow{margin:0 0 6px;color:#ce2009;font-size:11px;font-weight:900;line-height:1.2;text-transform:uppercase;letter-spacing:.04em}
body .ttf-rfq-heading h2{margin:0 0 8px;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:26px;line-height:1.08;font-weight:900;letter-spacing:0}
body .ttf-rfq-heading p:last-child{margin:0;color:#59626d;font-size:14px;line-height:1.5}
body .ttf-rfq-specs{display:grid;grid-template-columns:1fr;gap:8px;margin:0}
body .ttf-rfq-specs div{background:#fff;border:1px solid #dfe3e8;padding:9px 11px;min-width:0}
body .ttf-rfq-specs dt{margin:0;color:#6c7480;font-size:10px;line-height:1.2;font-weight:900;text-transform:uppercase}
body .ttf-rfq-specs dd{margin:3px 0 0;color:#111;font-size:13px;line-height:1.25;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .ttf-rfq-body{min-height:0;display:grid;grid-template-columns:280px minmax(0,1fr);overflow:hidden;background:#fff}
body .ttf-rfq-guide{min-height:0;overflow:auto;background:#111;color:#fff;padding:24px;display:grid;align-content:start;gap:16px}
body .ttf-rfq-guide h3{margin:0;color:#fff;font-size:16px;line-height:1.2;font-weight:900;text-transform:uppercase}
body .ttf-rfq-guide ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}
body .ttf-rfq-guide li{position:relative;padding-left:18px;color:#e8edf2;font-size:13px;line-height:1.45}
body .ttf-rfq-guide li:before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;background:#ce2009}
body .ttf-rfq-contact{display:grid;gap:8px;margin-top:4px}
body .ttf-rfq-contact a{display:block;background:#fff;color:#111;border:1px solid #fff;padding:10px 11px;text-decoration:none;font-size:12px;font-weight:900;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body .ttf-rfq-contact a:hover{background:#ce2009;border-color:#ce2009;color:#fff}
body .ttf-rfq-note{margin:0;padding-top:12px;border-top:1px solid rgba(255,255,255,.18);color:#cdd5dd;font-size:12px;line-height:1.55}
body .ttf-rfq-form{min-height:0;display:grid!important;grid-template-rows:auto auto auto!important;gap:14px!important;padding:22px 24px 0!important;background:#fff!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important}
body .ttf-rfq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}
body .ttf-rfq-form label{display:grid;gap:6px;color:#222832;font-size:12px;line-height:1.2;font-weight:900}
body .ttf-rfq-form input,body .ttf-rfq-form textarea{width:100%;min-width:0;border:1px solid #cfd4da;background:#fff;color:#111;padding:10px 11px;font-size:14px;line-height:1.35;box-shadow:none}
body .ttf-rfq-form input:focus,body .ttf-rfq-form textarea:focus{outline:2px solid rgba(206,32,9,.18);border-color:#ce2009}
body .ttf-rfq-message textarea{min-height:128px;max-height:220px;resize:vertical}
body .ttf-rfq-actions{position:sticky;bottom:0;z-index:2;display:grid;grid-template-columns:minmax(170px,220px) minmax(0,1fr);gap:14px;align-items:center;margin:2px -24px 0;padding:16px 24px 18px;background:#fff;border-top:1px solid #e1e5ea;box-shadow:0 -12px 24px rgba(255,255,255,.95)}
body .ttf-rfq-submit{width:100%;height:46px;min-height:46px;margin:0;border-radius:0;background:#208b7b!important;border-color:#208b7b!important;color:#fff!important;font-weight:900;text-transform:uppercase}
body .ttf-rfq-submit:hover{background:#ce2009!important;border-color:#ce2009!important}
body .ttf-rfq-status{min-height:18px;margin:0;color:#59626d;font-size:12px;font-weight:800;line-height:1.35}
body .ttf-rfq-modal.is-general-inquiry .ttf-rfq-logo img{padding:14px}
body .b2b-page{max-width:1180px;margin:0 auto 54px;padding:0 20px}
body .b2b-page-hero{background:#f5f6f8;border:1px solid #e5e7eb;padding:34px;display:grid;gap:12px}
body .b2b-page-hero h2{margin:0;font-size:34px;line-height:1.08;text-transform:uppercase;color:#111}
body .b2b-page-hero p{max-width:860px;margin:0;color:#5b6570;line-height:1.7}
body .b2b-page-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
body .cert-grid,body .oem-capability-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0}
body .cert-grid article,body .oem-capability-grid article,body .oem-capability-grid a{background:#fff;border:1px solid #e2e2e2;padding:18px;min-height:132px;text-decoration:none;color:inherit;display:block}
body .cert-grid strong,body .oem-capability-grid strong{display:block;margin-bottom:8px;color:#ce2009;font-size:16px;text-transform:uppercase}
body .cert-grid span,body .oem-capability-grid span{color:#545d68;line-height:1.55}
body .process-strip{border-top:3px solid #111;padding-top:20px;margin-top:24px}
body .process-strip h2{font-size:24px;text-transform:uppercase;margin:0 0 16px}
body .process-strip ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none}
body .process-strip li{background:#111;color:#fff;padding:18px}
body .process-strip li strong{display:block;margin-bottom:6px;color:#fff}
body .process-strip li span{color:#d8dde5;line-height:1.45}
body.page-type-page main{display:block!important;width:100%!important;clear:both!important;overflow:visible!important}
body.page-type-page .page-content{float:none!important;clear:both!important;display:block!important;width:100%!important;max-width:1180px!important;margin:0 auto!important;padding:36px 20px!important}
body.page-type-page .article-body{display:block!important;width:100%!important;clear:both!important;overflow:visible!important}
body .page-footer-handoff{max-width:1180px;margin:8px auto 74px;padding:22px 24px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;background:#fff;border-top:4px solid #111;border-bottom:1px solid #d9d9d9}
body .page-footer-handoff__copy{min-width:0}
body .page-footer-handoff .eyebrow{margin:0 0 5px;color:#ce2009;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.02em}
body .page-footer-handoff h2{margin:0 0 6px;color:#111;font-size:24px;line-height:1.15;text-transform:none}
body .page-footer-handoff p:last-child{margin:0;color:#5f6872;font-size:14px;line-height:1.55}
body .page-footer-handoff__actions{display:flex;gap:10px;align-items:center;white-space:nowrap}
body .page-footer-handoff__actions .button{margin:0;min-height:42px;border-radius:0;font-size:13px;font-weight:900;text-transform:uppercase}
body .floatwindow_fd_conct{top:31%!important;right:0!important}
body .floatwindow_chat_box .floatwindow_chat_item{width:114px!important;height:38px!important;min-height:38px!important;margin-bottom:6px!important}
body .floatwindow_chat_box .floatwindow_chat_item span{width:114px!important;height:38px!important;line-height:38px!important;padding-left:45px!important;border-top-left-radius:19px!important;border-bottom-left-radius:19px!important;font-size:12px!important;box-shadow:0 8px 20px rgba(0,0,0,.16)!important}
body .floatwindow_chat_box .floatwindow_chat_item:hover .floatwindow_tit_box,body .floatwindow_chat_box .floatwindow_chat_item:focus .floatwindow_tit_box{transform:translateX(-6px)!important}
body #cart-preview-dropdown{box-sizing:border-box!important;width:min(420px,calc(100vw - 24px))!important;max-width:calc(100vw - 24px)!important;right:0!important;left:auto!important;overflow:hidden!important;background:#fff!important;border:1px solid #ddd!important;box-shadow:0 18px 46px rgba(0,0,0,.18)!important}
body #cart-preview-dropdown.is-open,body #cart-preview-dropdown[aria-hidden="false"]{display:block!important}
body #cart-preview-dropdown .previewCart{box-sizing:border-box!important;width:100%!important;min-width:0!important;padding:16px!important;overflow:hidden!important;background:#fff!important}
body .ttfMiniCart-list{box-sizing:border-box!important;display:grid!important;grid-template-columns:1fr!important;gap:0!important;width:100%!important;max-height:min(380px,calc(100vh - 230px))!important;margin:0!important;padding:0 4px 0 0!important;overflow-y:auto!important;overflow-x:hidden!important;list-style:none!important}
body .ttfMiniCart-item{box-sizing:border-box!important;display:grid!important;grid-template-columns:72px minmax(0,1fr) 30px!important;gap:12px!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:98px!important;margin:0!important;padding:12px 0!important;border-bottom:1px solid #ececec!important;float:none!important;clear:both!important;position:relative!important}
body .ttfMiniCart-image{box-sizing:border-box!important;grid-column:1!important;display:grid!important;place-items:center!important;width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;margin:0!important;padding:0!important;float:none!important;position:static!important;background:#fff!important;text-align:center!important}
body .ttfMiniCart-image img{display:block!important;width:72px!important;height:72px!important;max-width:72px!important;max-height:72px!important;object-fit:contain!important;margin:0!important;padding:0!important;background:#fff!important}
body .ttfMiniCart-content{box-sizing:border-box!important;grid-column:2!important;display:block!important;width:auto!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;float:none!important;clear:none!important;text-align:left!important;position:static!important}
body .ttfMiniCart-title{display:-webkit-box!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;color:#111!important;font-size:13px!important;font-weight:900!important;line-height:1.25!important;text-align:left!important;text-decoration:none!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;overflow:hidden!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}
body .ttfMiniCart-meta,body .ttfMiniCart-price{display:block!important;width:100%!important;max-width:100%!important;margin:5px 0 0!important;color:#666!important;font-size:12px!important;line-height:1.25!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body .ttfMiniCart-remove{box-sizing:border-box!important;grid-column:3!important;justify-self:end!important;align-self:start!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;margin:0!important;padding:0!important;border:1px solid #d8d8d8!important;border-radius:50%!important;background:#fff!important;color:#777!important;font-size:16px!important;line-height:1!important;display:grid!important;place-items:center!important;cursor:pointer!important;float:none!important;position:static!important}
body .ttfMiniCart-remove:hover{background:#ce2009!important;border-color:#ce2009!important;color:#fff!important}
body .ttfMiniCart-actions{box-sizing:border-box!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:stretch!important;gap:10px!important;width:100%!important;margin:0!important;padding:14px 0 0!important;border-top:1px solid #eee!important;background:#fff!important;position:relative!important;bottom:auto!important}
body .ttfMiniCart-button,body .ttfMiniCart-actions .button{box-sizing:border-box!important;appearance:none!important;-webkit-appearance:none!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important;padding:0 10px!important;border-radius:0!important;font-family:inherit!important;font-size:13px!important;font-weight:900!important;line-height:1!important;text-align:center!important;text-transform:uppercase!important;text-decoration:none!important;white-space:nowrap!important;vertical-align:top!important;cursor:pointer!important}
body .ttfMiniCart-button--view{background:#fff!important;border:1px solid #111!important;color:#111!important}
body .ttfMiniCart-button--rfq{background:#208b7b!important;border:1px solid #208b7b!important;color:#fff!important}
body .ttfMiniCart-button:hover{background:#ce2009!important;border-color:#ce2009!important;color:#fff!important}
body #cart-preview-dropdown .ttfMiniCart-footer{box-sizing:border-box!important;display:flex!important;flex-direction:row!important;align-items:stretch!important;justify-content:stretch!important;gap:10px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:14px 0 0!important;border-top:1px solid #eee!important;background:#fff!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;clear:both!important;float:none!important;transform:none!important}
body #cart-preview-dropdown .ttfMiniCart-footer .ttfMiniCart-cta{box-sizing:border-box!important;flex:1 1 0!important;display:flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:0!important;max-width:none!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important;padding:0 10px!important;border-radius:0!important;font-family:Arial,Helvetica,sans-serif!important;font-size:13px!important;font-weight:900!important;line-height:1!important;text-align:center!important;text-transform:uppercase!important;text-decoration:none!important;letter-spacing:0!important;white-space:nowrap!important;vertical-align:top!important;cursor:pointer!important;float:none!important;clear:none!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;grid-column:auto!important;grid-row:auto!important;justify-self:stretch!important;align-self:stretch!important;appearance:none!important;-webkit-appearance:none!important;pointer-events:auto!important;user-select:none!important}
body #cart-preview-dropdown .ttfMiniCart-footer .ttfMiniCart-cta--view{background:#fff!important;border:1px solid #111!important;color:#111!important}
body #cart-preview-dropdown .ttfMiniCart-footer .ttfMiniCart-cta--rfq{background:#208b7b!important;border:1px solid #208b7b!important;color:#fff!important}
body #cart-preview-dropdown .ttfMiniCart-footer .ttfMiniCart-cta:hover{background:#ce2009!important;border-color:#ce2009!important;color:#fff!important}
@media (max-width:760px){
  body .modal{padding:10px!important;place-items:center!important}
  body .modal__panel{width:100%!important;max-width:100%!important;max-height:calc(100dvh - 20px)!important;border-radius:0!important}
  body .modal__close{right:10px!important;top:10px!important;width:32px!important;height:32px!important}
  body .modal-rfq-head{grid-template-columns:82px minmax(0,1fr)!important;gap:12px!important;padding:14px 14px 12px!important;align-items:start!important}
  body .modal-rfq-grid,body .cert-grid,body .oem-capability-grid,body .process-strip ol{grid-template-columns:1fr!important}
  body .modal-rfq-image{width:82px!important;height:82px!important}
  body .modal-rfq-copy h2{margin:0 38px 6px 0!important;font-size:18px!important;line-height:1.12!important}
  body .modal-rfq-copy p{display:none!important}
  body .modal-rfq-specs{grid-template-columns:1fr!important;gap:5px!important}
  body .modal-rfq-specs div{padding:6px 8px!important}
  body .modal-rfq-specs dt{font-size:9px!important}
  body .modal-rfq-specs dd{font-size:11px!important}
  body .modal__panel form{padding:12px 14px 0!important;gap:10px!important}
  body .modal__panel input,body .modal__panel textarea{padding:9px 10px!important;font-size:14px!important}
  body .modal__panel textarea{min-height:92px!important;max-height:132px!important}
  body .modal-rfq-actions{grid-template-columns:1fr!important;margin:0 -14px!important;padding:12px 14px 14px!important;gap:8px!important}
  body .modal-rfq-actions .button{height:44px!important}
  body .modal--rfq{padding:10px!important;align-items:stretch!important}
  body .modal--rfq .modal-rfq-panel{width:100%!important;max-width:100%!important;max-height:calc(100dvh - 20px)!important}
  body .modal--rfq .modal-rfq-layout{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:auto minmax(0,1fr)!important;height:calc(100dvh - 20px)!important}
  body .modal--rfq .modal-rfq-side{max-height:240px!important;border-right:0!important;border-bottom:1px solid #e4e6ea!important;padding:16px!important;gap:8px!important}
  body .modal--rfq .modal-rfq-image{width:62px!important;height:62px!important}
  body .modal--rfq .modal-rfq-side h2{font-size:19px!important;margin-right:34px!important}
  body .modal--rfq .modal-rfq-side p{display:block!important;font-size:12px!important;line-height:1.4!important}
  body .modal--rfq .modal-rfq-specs{grid-template-columns:1fr!important;gap:5px!important}
  body .modal--rfq .modal-rfq-help,body .modal--rfq .modal-rfq-contact{display:none!important}
  body .modal--rfq .modal-rfq-formHeader{padding:14px 16px 10px!important}
  body .modal--rfq .modal-rfq-formHeader h3{font-size:17px!important;margin-right:34px!important}
  body .modal--rfq .modal-rfq-formHeader p:last-child{font-size:12px!important}
  body .modal--rfq .modal-rfq-formWrap form{padding:12px 16px 0!important;gap:10px!important}
  body .modal--rfq .modal-rfq-grid{grid-template-columns:1fr!important;gap:9px!important}
  body .modal--rfq input,body .modal--rfq textarea{padding:9px 10px!important;font-size:14px!important}
  body .modal--rfq textarea{min-height:96px!important;max-height:132px!important}
  body .modal--rfq .modal-rfq-actions{grid-template-columns:1fr!important;margin:0 -16px!important;padding:12px 16px 14px!important;gap:7px!important}
  body .modal--rfq .modal-rfq-actions .form-status{font-size:11px!important;line-height:1.3!important}
  body .ttf-rfq-modal{padding:10px!important;align-items:flex-start!important;justify-content:center!important}
  body .ttf-rfq-shell{width:100%!important;max-height:calc(100dvh - 20px)!important;grid-template-rows:auto minmax(0,1fr)!important}
  body .ttf-rfq-close{right:10px!important;top:10px!important;width:32px!important;height:32px!important}
  body .ttf-rfq-top{grid-template-columns:64px minmax(0,1fr)!important;padding:14px 52px 12px 14px!important;gap:12px!important}
  body .ttf-rfq-logo{width:64px!important;height:64px!important}
  body .ttf-rfq-heading h2{font-size:18px!important;margin-bottom:5px!important}
  body .ttf-rfq-heading p:last-child{font-size:12px!important;line-height:1.35!important}
  body .ttf-rfq-specs{grid-column:1/-1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
  body .ttf-rfq-specs div{padding:7px!important}
  body .ttf-rfq-specs dt{font-size:9px!important}
  body .ttf-rfq-specs dd{font-size:11px!important}
  body .ttf-rfq-body{grid-template-columns:1fr!important;grid-template-rows:auto minmax(0,1fr)!important}
  body .ttf-rfq-guide{padding:12px 14px!important;max-height:96px!important;overflow:auto!important;gap:8px!important}
  body .ttf-rfq-guide h3,body .ttf-rfq-guide ul,body .ttf-rfq-note{display:none!important}
  body .ttf-rfq-contact{grid-template-columns:1fr 1fr!important;margin:0!important;gap:8px!important}
  body .ttf-rfq-contact a{padding:9px!important;font-size:11px!important}
  body .ttf-rfq-form{padding:14px 14px 0!important;gap:10px!important}
  body .ttf-rfq-grid{grid-template-columns:1fr!important;gap:9px!important}
  body .ttf-rfq-form input,body .ttf-rfq-form textarea{padding:9px 10px!important;font-size:14px!important}
  body .ttf-rfq-message textarea{min-height:104px!important;max-height:150px!important}
  body .ttf-rfq-actions{grid-template-columns:1fr!important;margin:0 -14px!important;padding:12px 14px 14px!important;gap:8px!important}
  body .ttf-rfq-submit{height:44px!important;min-height:44px!important}
  body .ttf-rfq-status{font-size:11px!important}
  body .b2b-page{padding:0 16px}
  body .b2b-page-hero{padding:22px 16px}
  body .b2b-page-hero h2{font-size:25px}
  body .page-footer-handoff{margin:4px 16px 54px;padding:18px 16px;grid-template-columns:1fr}
  body .page-footer-handoff__actions{display:grid;grid-template-columns:1fr;white-space:normal}
  body #cart-preview-dropdown:not(.is-open):not([aria-hidden="false"]){display:none!important}
  body #cart-preview-dropdown.is-open,body #cart-preview-dropdown[aria-hidden="false"]{display:block!important}
  body .ttfMiniCart-item{grid-template-columns:68px minmax(0,1fr) 30px!important;gap:10px!important;min-height:92px!important}
  body .ttfMiniCart-image,body .ttfMiniCart-image img{width:68px!important;height:68px!important;min-width:68px!important;min-height:68px!important}
  body .ttfMiniCart-actions{grid-template-columns:1fr 1fr!important}
}

/* TopToyFactory quote cart final layout */
body:has(.cart-page) .floatwindow_fd_conct{display:none!important}
body .page-content.cart-page{max-width:1240px!important;margin:0 auto!important;padding:30px 28px 66px!important;background:#fff!important}
body .cart-page .breadcrumbs{max-width:none!important;margin:0 0 22px!important;padding:0!important}
body .cart-hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:28px!important;align-items:end!important;margin:0 0 28px!important;padding:28px 30px!important;border:1px solid #ddd!important;border-top:4px solid #111!important;background:#f7f8fa!important}
body .cart-hero-eyebrow{margin:0 0 7px!important;color:#ce2009!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.04em!important}
body .cart-page .page-heading{margin:0!important;text-align:left!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;font-size:34px!important;line-height:1.08!important;font-weight:900!important;text-transform:none!important;letter-spacing:0!important}
body .cart-hero-copy{max-width:760px!important;margin:10px 0 0!important;color:#5e6670!important;font-size:15px!important;line-height:1.55!important}
body .cart-hero-actions{display:flex!important;gap:10px!important;align-items:center!important;justify-content:flex-end!important;white-space:nowrap!important}
body .cart-hero-actions .button{height:44px!important;min-height:44px!important;border-radius:0!important;font-size:13px!important;font-weight:900!important;text-transform:uppercase!important}
body .cart-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:28px!important;align-items:start!important}
body .cart-main-panel{min-width:0!important}
body .cart-content{border:1px solid #ddd!important;border-top:0!important;background:#fff!important}
body .cart-header{display:none!important}
body .cart-list-head{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:20px!important;padding:22px 24px!important;border-top:4px solid #111!important;border-bottom:1px solid #ddd!important;background:#fff!important}
body .cart-list-head h2{margin:0!important;color:#111!important;font-size:20px!important;line-height:1.15!important;font-weight:900!important;text-transform:uppercase!important}
body .cart-list-head p{margin:5px 0 0!important;color:#6a717a!important;font-size:13px!important;line-height:1.35!important}
body .cart-list-head span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:32px!important;padding:0 12px!important;background:#111!important;color:#fff!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;white-space:nowrap!important}
body .cart-list{display:grid!important;gap:0!important;margin:0!important;padding:0!important;list-style:none!important}
body .cart-item.cart-item-card{display:grid!important;grid-template-columns:118px minmax(0,1fr) 186px!important;gap:20px!important;align-items:center!important;margin:0!important;padding:22px 24px!important;border-bottom:1px solid #e4e4e4!important;background:#fff!important}
body .cart-item.cart-item-card:hover{background:#fcfcfc!important}
body .cart-item-media{width:118px!important;min-width:118px!important;height:118px!important;min-height:118px!important;display:grid!important;place-items:center!important;position:static!important;overflow:hidden!important}
body .cart-item-image{box-sizing:border-box!important;position:static!important;float:none!important;margin:0!important;transform:none!important;grid-column:auto!important;grid-row:auto!important;width:112px!important;height:112px!important;min-width:112px!important;min-height:112px!important;display:grid!important;place-items:center!important;border:1px solid #e3e3e3!important;background:#fff!important;overflow:hidden!important}
body .cart-item-image img{box-sizing:border-box!important;position:static!important;float:none!important;margin:0!important;transform:none!important;width:104px!important;height:104px!important;min-width:104px!important;min-height:104px!important;object-fit:contain!important}
body .cart-item-copy{min-width:0!important}
body .cart-item-brand{margin:0 0 6px!important;color:#707984!important;font-size:12px!important;line-height:1.2!important;font-weight:800!important;text-transform:uppercase!important}
body .cart-item-name{margin:0!important;color:#111!important;font-size:17px!important;line-height:1.25!important;font-weight:900!important}
body .cart-item-name a{color:#111!important;text-decoration:none!important}
body .cart-item-name a:hover{color:#ce2009!important}
body .cart-item-price{margin:8px 0 12px!important;color:#111!important;font-size:14px!important;font-weight:900!important}
body .cart-item-specs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin:0!important}
body .cart-item-specs div{min-width:0!important;border:1px solid #e3e3e3!important;background:#fafafa!important;padding:8px 9px!important}
body .cart-item-specs dt{margin:0!important;color:#737b86!important;font-size:10px!important;line-height:1.1!important;font-weight:900!important;text-transform:uppercase!important}
body .cart-item-specs dd{margin:3px 0 0!important;color:#111!important;font-size:12px!important;line-height:1.25!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body .cart-item-controls{display:grid!important;gap:10px!important;justify-items:stretch!important;align-self:stretch!important;align-content:center!important}
body .cart-item-control-label{display:block!important;color:#6b737d!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;text-align:center!important}
body .cart-qty-stepper{display:grid!important;grid-template-columns:38px minmax(48px,1fr) 38px!important;height:42px!important;border:1px solid #d4d8dd!important;background:#fff!important}
body .cart-qty-stepper button{width:38px!important;height:40px!important;border:0!important;background:#fff!important;color:#111!important;font-size:19px!important;font-weight:900!important;cursor:pointer!important}
body .cart-qty-stepper button:hover{background:#111!important;color:#fff!important}
body .cart-item-qty-input{width:100%!important;height:40px!important;border:0!important;border-left:1px solid #e2e5e8!important;border-right:1px solid #e2e5e8!important;background:#fff!important;color:#111!important;text-align:center!important;font-size:14px!important;font-weight:900!important}
body .cart-remove{width:100%!important;height:40px!important;border:1px solid #ddd!important;border-radius:0!important;background:#fff!important;color:#555!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;cursor:pointer!important}
body .cart-remove:hover{background:#ce2009!important;border-color:#ce2009!important;color:#fff!important}
body .cart-actions--under{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;max-width:none!important;margin:18px 0 0!important}
body .cart-actions--under .button{width:100%!important;height:44px!important;min-height:44px!important;border-radius:0!important;font-size:13px!important;font-weight:900!important;text-transform:uppercase!important}
body .cart-sidebar{position:sticky!important;top:132px!important;display:grid!important;gap:16px!important;min-width:0!important}
body .cart-summary-card,body .cart-rfq-card,body .cart-buyer-card{border:1px solid #ddd!important;background:#fff!important;padding:22px!important;box-shadow:none!important}
body .cart-summary-card{border-top:4px solid #111!important;background:#f7f8fa!important}
body .cart-side-eyebrow{margin:0 0 7px!important;color:#ce2009!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.04em!important}
body .cart-summary-card h2,body .cart-rfq-card h2,body .cart-buyer-card h2{margin:0 0 14px!important;color:#111!important;font-size:20px!important;line-height:1.15!important;font-weight:900!important;text-transform:uppercase!important}
body .cart-summary-list{display:grid!important;gap:0!important;margin:0 0 16px!important}
body .cart-summary-list div{display:flex!important;justify-content:space-between!important;gap:16px!important;padding:11px 0!important;border-top:1px solid #ddd!important}
body .cart-summary-list div:first-child{border-top:0!important}
body .cart-summary-list dt{color:#606873!important;font-size:13px!important;font-weight:800!important}
body .cart-summary-list dd{margin:0!important;color:#111!important;font-size:13px!important;font-weight:900!important;text-align:right!important}
body .cart-summary-card .button{width:100%!important;height:44px!important;min-height:44px!important;margin:10px 0 0!important;border-radius:0!important;font-size:13px!important;font-weight:900!important;text-transform:uppercase!important}
body .cart-rfq-card p,body .cart-buyer-card li{color:#616973!important;font-size:13px!important;line-height:1.45!important}
body .cart-rfq-card label{display:grid!important;gap:6px!important;margin:0 0 11px!important;color:#343a42!important;font-size:12px!important;font-weight:900!important}
body .cart-rfq-card input,body .cart-rfq-card textarea{width:100%!important;border:1px solid #d4d8dd!important;background:#fff!important;padding:10px 11px!important;color:#111!important;font-size:14px!important;line-height:1.35!important}
body .cart-rfq-card textarea{min-height:118px!important;resize:vertical!important}
body .cart-rfq-card .button{width:100%!important;height:44px!important;min-height:44px!important;border-radius:0!important;font-weight:900!important;text-transform:uppercase!important}
body .cart-rfq-compact{border-top:4px solid #208b7b!important;background:#fff!important}
body .cart-rfq-compact p:not(.cart-side-eyebrow){margin:0 0 12px!important;color:#5f6872!important;font-size:12px!important;line-height:1.42!important}
body .cart-rfq-contact-grid{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;margin:0 0 10px!important}
body .cart-rfq-contact-grid a{display:grid!important;gap:1px!important;padding:9px 10px!important;border:1px solid #e0e3e7!important;background:#fafafa!important;color:#111!important;text-decoration:none!important;min-width:0!important}
body .cart-rfq-contact-grid a:hover{border-color:#ce2009!important;background:#fff7f5!important}
body .cart-rfq-contact-grid span{color:#6a737d!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase!important}
body .cart-rfq-contact-grid strong{display:block!important;color:#111!important;font-size:12px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body .cart-rfq-compact .button{height:40px!important;min-height:40px!important;font-size:12px!important}
body .cart-rfq-compact .button + .button{margin-top:8px!important}
body .cart-buyer-card ul{margin:0!important;padding-left:18px!important}
body .cart-buyer-card{padding:16px!important}
body .cart-page .cart-buyer-card{display:none!important}
body .cart-buyer-card h2{font-size:17px!important;margin-bottom:10px!important}
body .cart-buyer-card ul{display:grid!important;gap:7px!important;margin:0!important;padding:0!important;list-style:none!important}
body .cart-buyer-card li{border:1px solid #e3e6ea!important;background:#fafafa!important;padding:8px 10px!important;color:#4d5661!important;font-size:12px!important;line-height:1.3!important}
@media (min-width:1180px){
  body .page-content.cart-page{box-sizing:border-box!important;width:calc(100vw - 60px)!important;max-width:none!important;margin:0 auto!important;padding-left:0!important;padding-right:0!important}
  body .cart-layout{grid-template-columns:minmax(0,1fr) 360px!important;width:100%!important;gap:28px!important}
  body .cart-main-panel,body .cart-content,body .cart-hero,body .cart-procurement-steps,body .cart-recommendation-panel{width:100%!important;max-width:none!important}
  body .cart-item.cart-item-card{grid-template-columns:132px minmax(0,1fr) 200px!important}
  body .cart-item-specs{grid-template-columns:repeat(4,minmax(120px,1fr))!important}
}
body .cart-procurement-steps{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin:28px 0 0!important}
body .cart-recommendation-panel{max-width:none!important;margin:34px 0 0!important;padding-top:30px!important;border-top:1px solid #e5e5e5!important}
body .cart-recommendation-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important}
@media (max-width:1040px){
  body .cart-layout{grid-template-columns:1fr!important}
  body .cart-sidebar{position:static!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important}
  body .cart-rfq-card{grid-column:1/-1!important}
  body .cart-item.cart-item-card{grid-template-columns:104px minmax(0,1fr) 170px!important}
  body .cart-item-specs{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body:has(.cart-page) .floatwindow_fd_conct{display:none!important}
}
@media (max-width:720px){
  body .page-content.cart-page{padding:22px 14px 48px!important}
  body .cart-hero{grid-template-columns:1fr!important;padding:20px 16px!important;gap:18px!important}
  body .cart-page .page-heading{font-size:27px!important}
  body .cart-hero-actions{display:grid!important;grid-template-columns:1fr!important}
  body .cart-list-head{display:grid!important;padding:18px 16px!important}
  body .cart-list-head span{justify-self:start!important}
  body .cart-item.cart-item-card{grid-template-columns:82px minmax(0,1fr)!important;gap:12px!important;padding:16px!important;align-items:start!important}
  body .cart-item-media{width:82px!important;min-width:82px!important;height:82px!important;min-height:82px!important}
  body .cart-item-image{width:78px!important;height:78px!important;min-width:78px!important;min-height:78px!important}
  body .cart-item-image img{width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important}
  body .cart-item-name{font-size:14px!important}
  body .cart-item-specs{grid-template-columns:1fr 1fr!important;grid-column:1/-1!important}
  body .cart-item-controls{grid-column:1/-1!important;grid-template-columns:1fr auto!important;align-items:end!important}
  body .cart-item-control-label{grid-column:1/-1!important;text-align:left!important}
  body .cart-qty-stepper{max-width:180px!important}
  body .cart-remove{width:116px!important}
  body .cart-actions--under{grid-template-columns:1fr!important}
  body .cart-sidebar{grid-template-columns:1fr!important}
  body .cart-procurement-steps{grid-template-columns:1fr!important}
  body .cart-recommendation-grid{grid-template-columns:1fr!important}
}

/* Contact page: B2B RFQ landing page. */
body .contact-page-shell{background:#fff!important}
body .contact-page-shell .breadcrumbs{margin-top:26px!important}
body .contact-page{width:calc(100vw - 60px)!important;max-width:1360px!important;margin:0 auto 54px!important}
body .contact-hero{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(420px,.82fr)!important;gap:28px!important;align-items:stretch!important;border-top:4px solid #111!important;background:#f4f5f7!important;box-shadow:inset 0 0 0 1px #dfe2e7!important}
body .contact-hero__copy{padding:44px 44px 38px!important;display:grid!important;align-content:center!important;min-width:0!important}
body .contact-hero__copy .eyebrow,body .contact-form-eyebrow,body .contact-process .eyebrow{margin:0 0 10px!important;color:#ce2009!important;font-size:12px!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important}
body .contact-hero__copy h1{max-width:760px!important;margin:0 0 16px!important;font-size:44px!important;line-height:1.02!important;font-weight:900!important;color:#111!important;letter-spacing:0!important}
body .contact-hero__copy>p{max-width:740px!important;margin:0 0 22px!important;color:#46515f!important;font-size:17px!important;line-height:1.68!important}
body .contact-hero__actions{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin:2px 0 28px!important}
body .contact-hero__actions .button{min-width:176px!important;min-height:44px!important;border-radius:0!important}
body .contact-hero__facts{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:0!important}
body .contact-hero__facts div{min-width:0!important;background:#fff!important;border:1px solid #d9dde3!important;padding:14px 16px!important}
body .contact-hero__facts dt{margin:0 0 6px!important;color:#6a7280!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important}
body .contact-hero__facts dd{margin:0!important;color:#111!important;font-size:13px!important;font-weight:800!important;line-height:1.35!important}
body .contact-rfq-card{display:grid!important;gap:13px!important;align-content:start!important;background:#111!important;color:#fff!important;padding:30px!important;min-width:0!important}
body .contact-rfq-card h3{margin:0 0 4px!important;color:#fff!important;font-size:25px!important;line-height:1.1!important;font-weight:900!important}
body .contact-rfq-card label{display:grid!important;gap:6px!important;color:#fff!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.02em!important}
body .contact-rfq-card input,body .contact-rfq-card textarea{box-sizing:border-box!important;width:100%!important;min-width:0!important;border:1px solid #d8dce2!important;background:#fff!important;color:#111!important;padding:12px 13px!important;font-size:14px!important;line-height:1.35!important;font-weight:700!important}
body .contact-rfq-card textarea{min-height:170px!important;resize:vertical!important;text-transform:none!important}
body .contact-rfq-card__wide{grid-column:1/-1!important}
body .contact-rfq-card__submit{display:grid!important;grid-template-columns:180px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;margin-top:4px!important}
body .contact-rfq-card__submit .button{min-height:46px!important;border-radius:0!important;background:#208577!important;border-color:#208577!important;color:#fff!important}
body .contact-rfq-card__submit p{margin:0!important;color:#dfe8e6!important;font-size:12px!important;line-height:1.35!important}
body .contact-method-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:22px 0!important}
body .contact-method{box-sizing:border-box!important;min-width:0!important;min-height:156px!important;padding:22px 20px!important;border:1px solid #dfe2e7!important;background:#fff!important;color:#111!important;text-decoration:none!important;display:grid!important;align-content:start!important;gap:8px!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important}
body .contact-method:hover{transform:translateY(-3px)!important;box-shadow:0 14px 28px rgba(0,0,0,.1)!important;border-color:#111!important}
body .contact-method span{color:#ce2009!important;font-size:11px!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important;white-space:nowrap!important}
body .contact-method strong{display:block!important;color:#111!important;font-size:20px!important;line-height:1.1!important;font-weight:900!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}
body .contact-method em{display:block!important;color:#5f6875!important;font-style:normal!important;font-size:13px!important;line-height:1.45!important}
body .contact-method--whatsapp{border-top:4px solid #208577!important}
body .contact-method--email{border-top:4px solid #3178c6!important}
body .contact-method--phone{border-top:4px solid #111!important}
body .contact-method--address{border-top:4px solid #f0b400!important}
body .contact-process{display:grid!important;grid-template-columns:340px minmax(0,1fr)!important;gap:28px!important;margin:24px 0 0!important;padding:30px!important;background:#111!important;color:#fff!important}
body .contact-process h2{margin:0!important;color:#fff!important;font-size:28px!important;line-height:1.12!important}
body .contact-process ol{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;list-style:none!important;margin:0!important;padding:0!important}
body .contact-process li{background:#fff!important;color:#111!important;padding:18px!important;min-width:0!important}
body .contact-process strong{display:block!important;margin-bottom:8px!important;font-size:15px!important;text-transform:uppercase!important}
body .contact-process span{display:block!important;color:#4f5967!important;font-size:13px!important;line-height:1.45!important}
@media (max-width:980px){
  body .contact-page{width:calc(100vw - 32px)!important;margin-bottom:40px!important}
  body .contact-hero{grid-template-columns:1fr!important}
  body .contact-hero__copy{padding:30px 22px 8px!important}
  body .contact-rfq-card{padding:24px 22px!important}
  body .contact-hero__copy h1{font-size:34px!important}
  body .contact-hero__facts,body .contact-method-grid,body .contact-process,body .contact-process ol{grid-template-columns:1fr!important}
  body .contact-process{padding:24px 18px!important}
}
@media (max-width:620px){
  body .contact-page{width:100%!important;padding:0 14px!important}
  body .contact-hero__copy h1{font-size:29px!important}
  body .contact-hero__copy>p{font-size:15px!important}
  body .contact-hero__actions{display:grid!important;grid-template-columns:1fr!important}
  body .contact-rfq-card__submit{grid-template-columns:1fr!important}
  body .contact-method{min-height:auto!important}
  body .contact-method strong{font-size:17px!important}
}

/* Compact floating contact rail: icon-only by default, expands with details on hover/focus. */
body .floatwindow_fd_conct{right:0!important;top:50%!important;transform:translateY(-50%)!important;z-index:1060!important;filter:drop-shadow(0 12px 24px rgba(0,0,0,.16))!important}
body .floatwindow_chat_box,body .floatwindow_box{display:grid!important;gap:6px!important;overflow:visible!important}
body .floatwindow_chat_box .floatwindow_chat_item{position:relative!important;display:block!important;width:46px!important;height:40px!important;min-height:40px!important;margin:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;transform:none!important}
body .floatwindow_chat_box .floatwindow_chat_item span{box-sizing:border-box!important;position:absolute!important;top:0!important;right:0!important;margin:0!important;height:40px!important;line-height:40px!important;color:#fff!important;background-image:url("https://img01.v15cdn.com/iconfloat/17/icon_chat.webp")!important;background-repeat:no-repeat!important;text-shadow:none!important}
body .floatwindow_chat_box .floatwindow_chat_item .floatwindow_tit_box{z-index:2!important;width:46px!important;padding:0!important;border-top-left-radius:22px!important;border-bottom-left-radius:22px!important;background-size:auto!important;font-size:0!important;font-weight:800!important;text-align:left!important;overflow:hidden!important;box-shadow:0 8px 18px rgba(0,0,0,.14)!important;transition:width .22s ease,padding .22s ease,transform .22s ease,filter .18s ease,box-shadow .18s ease!important}
body .floatwindow_fd_conct:hover .floatwindow_chat_item .floatwindow_tit_box,
body .floatwindow_fd_conct:focus-within .floatwindow_chat_item .floatwindow_tit_box,
body .floatwindow_fd_conct.is-expanded .floatwindow_chat_item .floatwindow_tit_box{width:126px!important;padding:0 10px 0 50px!important;font-size:12px!important;transform:translateX(-6px)!important}
body .floatwindow_chat_box .floatwindow_chat_item:hover .floatwindow_tit_box,
body .floatwindow_chat_box .floatwindow_chat_item:focus .floatwindow_tit_box,
body .floatwindow_chat_box .floatwindow_chat_item.is-active .floatwindow_tit_box{filter:brightness(1.06)!important;transform:translateX(-12px)!important;box-shadow:0 12px 24px rgba(0,0,0,.22)!important}
body .floatwindow_chat_box .floatwindow_chat_item .floatwindow_more_box{display:grid!important;place-items:center!important;z-index:1!important;right:134px!important;top:0!important;width:auto!important;min-width:max-content!important;max-width:280px!important;min-height:40px!important;height:40px!important;padding:0 14px!important;border-radius:3px!important;background:#111!important;color:#fff!important;font-size:12px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important;opacity:0!important;visibility:hidden!important;transform:translateX(10px)!important;transition:opacity .18s ease,visibility .18s ease,transform .18s ease!important;box-shadow:0 10px 24px rgba(0,0,0,.24)!important}
body .floatwindow_chat_box .floatwindow_chat_item:hover .floatwindow_more_box,
body .floatwindow_chat_box .floatwindow_chat_item:focus .floatwindow_more_box,
body .floatwindow_chat_box .floatwindow_chat_item:focus-within .floatwindow_more_box,
body .floatwindow_chat_box .floatwindow_chat_item.is-active .floatwindow_more_box{opacity:1!important;visibility:visible!important;transform:translateX(0)!important}
body .floatwindow_chat_box .floatwindow_chat_qq .floatwindow_tit_box{background-position:3px -5px!important;background-color:#9778ff!important}
body .floatwindow_chat_box .floatwindow_chat_tel .floatwindow_tit_box{background-position:3px -55px!important;background-color:#45a4eb!important}
body .floatwindow_chat_box .floatwindow_chat_email .floatwindow_tit_box{background-position:3px -108px!important;background-color:#66b433!important}
body .floatwindow_chat_box .floatwindow_chat_wechat .floatwindow_tit_box{background-position:3px -162px!important;background-color:#ffc000!important}
body .floatwindow_chat_box .floatwindow_chat_qq .floatwindow_more_box{background:#4f3fcf!important}
body .floatwindow_chat_box .floatwindow_chat_tel .floatwindow_more_box{background:#1672b8!important}
body .floatwindow_chat_box .floatwindow_chat_email .floatwindow_more_box{background:#317916!important}
body .floatwindow_chat_box .floatwindow_chat_wechat .floatwindow_more_box{background:#b67700!important}

/* Structured product RFQ panel. Keep the ToyBarn-like page shape, but make
   the B2B quote controls read as one stable buying module instead of stacked
   fragments. */
body .productView-options{margin:16px 0 0!important}
body .productView-options-content.productView-quotePanel{
  display:grid!important;
  gap:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #d8d8d8!important;
  border-top:3px solid #111!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(0,0,0,.05)!important;
}
body .productView-quoteHeader{
  display:grid;
  gap:4px;
  padding:15px 18px 14px;
  border-bottom:1px solid #e5e5e5;
  background:#f7f8fa;
}
body .productView-quoteHeader .productView-options-panel-heading{
  margin:0!important;
  color:#111!important;
  font-size:15px!important;
  line-height:1.15!important;
  letter-spacing:0!important;
}
body .productView-quoteHeader p{
  margin:0;
  color:#5e6874;
  font-size:12px;
  line-height:1.38;
}
body .productView-options .form--addToCart{display:grid!important;gap:0!important}
body .productView-options-panel-body{padding:16px 18px 0!important}
body .productView-optionsGrid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  width:100%!important;
}
body .productView-rfqSnapshot{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
body .productView-rfqSnapshot div{
  min-height:58px!important;
  padding:10px 11px!important;
  border:1px solid #dedede!important;
  background:#fff!important;
  align-content:start!important;
}
body .productView-rfqSnapshot span{
  margin:0 0 5px!important;
  color:#6c7480!important;
  font-size:10px!important;
  line-height:1.05!important;
  letter-spacing:.03em!important;
}
body .productView-rfqSnapshot strong{
  color:#111!important;
  font-size:12px!important;
  line-height:1.22!important;
  font-weight:900!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
body .productView-rfqCheckout{
  display:grid!important;
  grid-template-columns:minmax(132px,164px) minmax(0,1fr)!important;
  gap:12px!important;
  align-items:stretch!important;
}
body .productView-rfqCheckout .form-field--increments{
  min-height:52px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  align-content:center!important;
  gap:6px!important;
  padding:9px 10px!important;
  border:1px solid #dedede!important;
  background:#fff!important;
}
body .productView-rfqCheckout .form-label{
  margin:0!important;
  color:#111!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
}
body .productView-rfqCheckout .form-increment[data-quantity-change]{
  justify-self:start!important;
  width:auto!important;
  border:1px solid #d8d8d8!important;
  box-shadow:0 3px 10px rgba(0,0,0,.06)!important;
}
body .productView-rfqCheckout .form-increment[data-quantity-change] .button--icon{
  width:34px!important;
  height:32px!important;
  min-height:32px!important;
}
body .productView-rfqCheckout .form-input--incrementTotal{
  width:44px!important;
  height:32px!important;
  font-weight:900!important;
}
body .productView-rfqCheckout .form-action-group{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0!important;
  align-items:stretch!important;
}
body .productView-rfqCheckout .form-action .button{
  min-height:52px!important;
  padding:9px 10px!important;
  font-size:13px!important;
  line-height:1.1!important;
  letter-spacing:0!important;
}
body .productView-rfqCheckout .button--primary.is-added,
body .productView-rfqCheckout .button--primary{
  background:#1e8878!important;
  border-color:#1e8878!important;
  color:#fff!important;
}
body .productView-rfqCheckout .button--buyNow{
  background:#d51f10!important;
  border-color:#d51f10!important;
  color:#fff!important;
}
body .productView-rfqCheckout .button:hover{background:#111!important;border-color:#111!important;color:#fff!important}
body .productView-contactActions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  padding:14px 18px 0!important;
  margin:14px 0 0!important;
  border-top:1px solid #ededed!important;
}
body .productView-contactActions .button,
body .productView-contactActions a{
  min-height:42px!important;
  border:1px solid #111!important;
  background:#fff!important;
  color:#111!important;
  font-size:12px!important;
  letter-spacing:0!important;
}
body .productView-contactActions .button:hover,
body .productView-contactActions a:hover{background:#111!important;color:#fff!important}
body .productView-bulkPerks{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
  padding:12px 18px 0!important;
  margin:0!important;
}
body .productView-bulkPerks span{
  min-height:34px!important;
  display:grid!important;
  place-items:center!important;
  padding:7px 5px!important;
  border:1px solid #dedede!important;
  background:#fafafa!important;
  color:#20242a!important;
  font-size:10px!important;
  line-height:1.05!important;
  white-space:normal!important;
}
body .productView-rfqBundle{
  margin:12px 18px 18px!important;
  border:1px solid #dcdcdc!important;
  background:#fff!important;
}
body .productView-rfqBundle-summary{
  min-height:48px!important;
  padding:10px 12px!important;
}
body .productView-rfqBundle-summary strong{font-size:12px!important;letter-spacing:.01em!important}
body .productView-rfqBundle-summary em{font-size:11px!important;white-space:normal!important}
body .productView-rfqBundle-summary b{
  min-width:56px!important;
  height:30px!important;
  background:#111!important;
}
body .productView-tabsWrap{
  margin-top:22px!important;
  padding-top:0!important;
  clear:both!important;
}
body .productView-tabs{
  gap:26px!important;
  border-bottom:1px solid #dcdcdc!important;
}
body .productView-tab-title{
  padding:10px 0 9px!important;
  font-size:14px!important;
  line-height:1!important;
}
body .productView-tab-content{
  padding:18px 0 4px!important;
}
body .productView-tab-content .productView-info,
body .productView-info--specs{
  display:grid!important;
  grid-template-columns:120px minmax(0,1fr)!important;
  gap:9px 14px!important;
}
body .productView-tab-content .productView-info-name,
body .productView-info--specs .productView-info-name{
  text-align:left!important;
  color:#111!important;
  font-size:13px!important;
  line-height:1.25!important;
}
body .productView-tab-content .productView-info-value,
body .productView-info--specs .productView-info-value{
  text-align:left!important;
  color:#4e5d6d!important;
  font-size:13px!important;
  line-height:1.35!important;
}
@media (max-width:980px){
  body .productView-rfqCheckout{grid-template-columns:1fr!important}
}
@media (max-width:620px){
  body .productView-quoteHeader{padding:14px}
  body .productView-options-panel-body{padding:14px 14px 0!important}
  body .productView-rfqSnapshot{grid-template-columns:1fr!important}
  body .productView-rfqCheckout .form-action-group{grid-template-columns:1fr!important}
  body .productView-contactActions{grid-template-columns:1fr!important;padding:14px 14px 0!important}
  body .productView-bulkPerks{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:12px 14px 0!important}
  body .productView-rfqBundle{margin:12px 14px 14px!important}
  body .productView-tab-content .productView-info,
  body .productView-info--specs{grid-template-columns:1fr!important}
}

/* Product page whitespace reset: use the viewport better and let the lower
   information area span the gallery and RFQ columns. */
body .productView.toybarn-product{
  width:min(1500px,calc(100vw - 88px))!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:22px 0 46px!important;
  display:grid!important;
  grid-template-columns:minmax(620px,1.05fr) minmax(520px,.95fr)!important;
  gap:42px 52px!important;
  align-items:start!important;
}
body .productView.toybarn-product>.productView-images{
  grid-column:1!important;
  grid-row:1!important;
  width:100%!important;
  min-width:0!important;
}
body .productView.toybarn-product>.productView-details{
  grid-column:2!important;
  grid-row:1!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
}
body .productView-product{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}
body .productView-options,
body .productView-options-content.productView-quotePanel{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}
body .productView-wideInfo{
  grid-column:1 / -1!important;
  grid-row:2!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin-top:6px!important;
  padding-top:22px!important;
  border-top:1px solid #e3e3e3!important;
}
body .productView-wideInfo .productView-tabsWrap{
  max-width:none!important;
  width:100%!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:minmax(260px,320px) minmax(0,1fr)!important;
  gap:34px!important;
  align-items:start!important;
}
body .productView-wideInfo .productView-tabs{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  border-bottom:0!important;
  border-right:1px solid #e1e1e1!important;
  padding-right:24px!important;
}
body .productView-wideInfo .productView-tab-title{
  width:100%!important;
  min-height:46px!important;
  padding:0 0 0 14px!important;
  border-bottom:1px solid #e5e5e5!important;
  border-left:3px solid transparent!important;
  text-align:left!important;
  font-size:14px!important;
}
body .productView-wideInfo .productView-tab-title.is-active{
  border-bottom:1px solid #e5e5e5!important;
  border-left-color:#ce2009!important;
  color:#ce2009!important;
}
body .productView-wideInfo .productView-tabs-contents{
  min-width:0!important;
}
body .productView-wideInfo .productView-tab-content{
  padding:0!important;
}
body .productView-wideInfo .productView-tab-content .productView-info,
body .productView-wideInfo .productView-info--specs{
  grid-template-columns:180px minmax(0,1fr)!important;
  max-width:760px!important;
}
body .productView-wideInfo .productView-addition-heading-toggle,
body .productView-wideInfo .productView-properties-heading-toggle,
body .productView-wideInfo .productView-warranty-heading-toggle{
  display:block!important;
  margin:0 0 18px!important;
}
body .productView-wideInfo .productView-addition-heading,
body .productView-wideInfo .productView-properties-heading,
body .productView-wideInfo .productView-warranty-heading{
  margin:0 0 8px!important;
  color:#111!important;
  font-size:22px!important;
  line-height:1.1!important;
  text-transform:uppercase!important;
}
body .productView-wideInfo .productView-addition-subheading,
body .productView-wideInfo .productView-properties-subheading,
body .productView-wideInfo .productView-warranty-summary{
  margin:0!important;
  color:#657080!important;
  font-size:13px!important;
  line-height:1.4!important;
}
body .productView-infoCards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
  width:100%!important;
}
body .productView-infoCards article{
  min-width:0!important;
  min-height:132px!important;
  display:grid!important;
  align-content:start!important;
  gap:8px!important;
  padding:18px 18px 16px!important;
  border:1px solid #d9d9d9!important;
  border-top:4px solid #111!important;
  background:#fff!important;
}
body .productView-infoCards span{
  color:#ce2009!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
body .productView-infoCards strong{
  color:#111!important;
  font-size:18px!important;
  line-height:1.15!important;
  font-weight:900!important;
  overflow-wrap:anywhere!important;
}
body .productView-infoCards p{
  margin:0!important;
  color:#5b6674!important;
  font-size:13px!important;
  line-height:1.48!important;
}
body .productView-assuranceCards,
body .productView-specCards{
  display:grid!important;
  width:100%!important;
  max-width:none!important;
  gap:14px!important;
}
body .productView-assuranceCards{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
body .productView-specCards{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
body .productView-assuranceCards article,
body .productView-specCards article{
  min-width:0!important;
  min-height:112px!important;
  display:grid!important;
  align-content:start!important;
  gap:7px!important;
  padding:16px!important;
  border:1px solid #d9d9d9!important;
  background:#fff!important;
}
body .productView-assuranceCards article{
  border-top:4px solid #111!important;
}
body .productView-specCards article{
  border-left:3px solid #ce2009!important;
}
body .productView-assuranceCards span,
body .productView-specCards span{
  color:#6a7380!important;
  font-size:10px!important;
  line-height:1.05!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
body .productView-assuranceCards strong,
body .productView-specCards strong{
  color:#111!important;
  font-size:15px!important;
  line-height:1.22!important;
  font-weight:900!important;
  overflow-wrap:anywhere!important;
}
body .productView-assuranceCards p{
  margin:0!important;
  color:#5b6674!important;
  font-size:13px!important;
  line-height:1.45!important;
}
body .productView-wideInfo .productView-warranty-panel-body,
body .productView-wideInfo .productView-addition-panel-body{
  width:100%!important;
  max-width:980px!important;
}
body .product-rfq-section.inline-inquiry{
  max-width:1180px!important;
  margin:8px auto 48px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  display:block!important;
}
body .product-rfq-card{
  display:grid!important;
  grid-template-columns:minmax(260px,340px) minmax(0,1fr)!important;
  gap:28px!important;
  align-items:start!important;
  padding:28px!important;
  border:1px solid #d8d8d8!important;
  border-top:4px solid #111!important;
  background:#f7f8fa!important;
}
body .product-rfq-copy{
  display:grid!important;
  align-content:start!important;
  gap:10px!important;
}
body .product-rfq-copy .eyebrow{
  margin:0!important;
  color:#536071!important;
  font-size:12px!important;
  line-height:1!important;
  letter-spacing:.08em!important;
}
body .product-rfq-copy h2{
  margin:0!important;
  color:#111!important;
  font-size:26px!important;
  line-height:1.05!important;
  max-width:300px!important;
  text-transform:uppercase!important;
}
body .product-rfq-copy p{
  margin:0!important;
  color:#5b6674!important;
  font-size:14px!important;
  line-height:1.5!important;
}
body .product-rfq-miniFacts{
  display:grid!important;
  gap:7px!important;
  margin-top:8px!important;
}
body .product-rfq-miniFacts span{
  display:block!important;
  min-width:0!important;
  padding:8px 10px!important;
  border:1px solid #ddd!important;
  background:#fff!important;
  color:#111!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.2!important;
  overflow-wrap:anywhere!important;
}
body .product-rfq-card form{
  display:grid!important;
  gap:12px!important;
  min-width:0!important;
}
body .product-rfq-card .inline-inquiry__grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
body .product-rfq-card label{
  display:grid!important;
  gap:6px!important;
  color:#111!important;
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:900!important;
}
body .product-rfq-card input,
body .product-rfq-card textarea{
  width:100%!important;
  min-width:0!important;
  border:1px solid #d0d4da!important;
  background:#fff!important;
  color:#111!important;
  padding:10px 11px!important;
  font-size:13px!important;
  line-height:1.35!important;
}
body .product-rfq-card textarea{
  min-height:96px!important;
  resize:vertical!important;
}
body .inline-inquiry__message{
  grid-column:1 / -1!important;
}
body .inline-inquiry__actions{
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
  flex-wrap:wrap!important;
}
body .inline-inquiry__actions .button{
  min-width:160px!important;
  min-height:44px!important;
  border-radius:0!important;
}
body .inline-inquiry__actions span{
  color:#5b6674!important;
  font-size:13px!important;
  font-weight:800!important;
}
body .productView-sourcingFacts{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  margin:14px 0 16px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
body .productView-sourcingFacts article{
  min-width:0!important;
  min-height:66px!important;
  padding:11px 12px!important;
  border:1px solid #dcdcdc!important;
  border-top:3px solid #111!important;
  background:#fff!important;
  display:grid!important;
  align-content:start!important;
  gap:6px!important;
}
body .productView-sourcingFacts span{
  display:block!important;
  color:#6c7480!important;
  font-size:10px!important;
  line-height:1!important;
  text-transform:uppercase!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
}
body .productView-sourcingFacts strong{
  display:block!important;
  min-width:0!important;
  color:#111!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:900!important;
  overflow-wrap:anywhere!important;
}
body .productView.toybarn-product .productView-img-container{
  display:grid!important;
  place-items:center!important;
  min-height:0!important;
}
body .productView.toybarn-product .product-gallery__main,
body .productView.toybarn-product .productView-image--default{
  aspect-ratio:4 / 3!important;
  height:auto!important;
  max-height:560px!important;
  object-fit:contain!important;
  padding:18px!important;
  background:#fff!important;
}
body .productView.toybarn-product .productView-image{
  border:1px solid #dedede!important;
  background:#fff!important;
}
body .productView.toybarn-product .productView-zoomButton{
  margin:14px auto 0!important;
}
body .productView.toybarn-product .productView-thumbnails{
  margin-top:18px!important;
}
body .productView-product>.summary-text{
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  margin:10px 0 0!important;
  color:#4f5965!important;
  font-size:14px!important;
  line-height:1.45!important;
}
body .productView-title{
  margin-top:8px!important;
  margin-bottom:6px!important;
}
body .productView-questionLine{
  margin-bottom:8px!important;
}
@media (max-width:1240px){
  body .productView.toybarn-product{
    width:calc(100vw - 40px)!important;
    grid-template-columns:minmax(0,1fr) minmax(420px,.9fr)!important;
    gap:34px!important;
  }
  body .productView-sourcingFacts{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body .productView-infoCards{grid-template-columns:1fr!important}
  body .productView-assuranceCards{grid-template-columns:1fr!important}
  body .productView-specCards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body .product-rfq-card{grid-template-columns:1fr!important}
}
@media (max-width:980px){
  body .productView.toybarn-product{
    width:auto!important;
    margin:20px 16px 42px!important;
    padding:0!important;
    display:block!important;
  }
  body .productView-wideInfo{
    margin-top:22px!important;
    padding-top:20px!important;
  }
  body .productView-wideInfo .productView-tabsWrap{
    display:block!important;
  }
  body .productView-wideInfo .productView-tabs{
    display:flex!important;
    gap:20px!important;
    border-right:0!important;
    border-bottom:1px solid #ddd!important;
    padding-right:0!important;
  }
  body .productView-wideInfo .productView-tab-title{
    min-height:42px!important;
    padding:0!important;
    border-left:0!important;
  }
  body .productView-wideInfo .productView-tab-title.is-active{
    border-bottom:3px solid #ce2009!important;
  }
}
@media (max-width:620px){
  body .productView-sourcingFacts{grid-template-columns:1fr!important}
  body .productView-specCards{grid-template-columns:1fr!important}
  body .product-rfq-card{padding:20px 16px!important}
  body .product-rfq-card .inline-inquiry__grid{grid-template-columns:1fr!important}
  body .product-rfq-copy h2{font-size:22px!important;max-width:none!important}
  body .productView.toybarn-product .product-gallery__main,
  body .productView.toybarn-product .productView-image--default{
    aspect-ratio:1 / 1!important;
    max-height:420px!important;
  }
}

/* Resource entrances for migrated CPS old-site content */
body.navigation-hover .header .navPages-item--resources .navPage-subMenu{
  min-width:235px!important;
  max-width:260px!important;
}
body.navigation-hover .header .navPages-item--resources .navPage-subMenu .navPage-subMenu-action{
  padding:11px 22px!important;
  font-weight:600!important;
  white-space:nowrap!important;
}
body .home-resource-hub{
  max-width:1180px;
  margin:0 auto 48px;
  display:grid;
  grid-template-columns:minmax(260px,330px) minmax(0,1fr);
  gap:24px;
  align-items:stretch;
  border:1px solid #dedede;
  border-top:4px solid #111;
  background:#fff;
}
body .home-resource-hub__head{
  padding:28px 28px 24px;
  background:#f6f7f8;
  border-right:1px solid #dedede;
  display:grid;
  align-content:center;
  gap:10px;
}
body .home-resource-hub__head .eyebrow{
  margin:0;
  color:#d91f12;
  font-size:12px;
  line-height:1;
  letter-spacing:.08em;
  font-weight:900;
}
body .home-resource-hub__head h2{
  margin:0;
  color:#111;
  font-size:26px;
  line-height:1.1;
  font-weight:900;
  text-transform:uppercase;
}
body .home-resource-hub__head p:not(.eyebrow){
  margin:0;
  color:#586272;
  font-size:14px;
  line-height:1.55;
}
body .home-resource-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
}
body .home-resource-card{
  min-width:0;
  min-height:210px;
  padding:22px 18px;
  display:grid;
  grid-template-rows:auto auto auto 1fr;
  gap:8px;
  color:#111;
  border-left:1px solid #ececec;
  background:#fff;
  transition:background .16s ease, transform .16s ease;
}
body .home-resource-card:first-child{
  border-left:0;
}
body .home-resource-card:hover{
  background:#fff7f5;
  transform:translateY(-2px);
}
body .home-resource-card span{
  width:max-content;
  max-width:100%;
  padding:4px 7px;
  background:#111;
  color:#fff;
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
body .home-resource-card strong{
  display:block;
  color:#111;
  font-size:17px;
  line-height:1.16;
  font-weight:900;
}
body .home-resource-card em{
  display:block;
  color:#d91f12;
  font-size:12px;
  line-height:1.2;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
}
body .home-resource-card p{
  margin:0;
  color:#5e6874;
  font-size:13px;
  line-height:1.45;
}
body .home-resource-card--faq span{
  background:#d91f12;
}
@media (max-width:1180px){
  body .home-resource-hub{
    margin-left:20px;
    margin-right:20px;
    grid-template-columns:1fr;
    gap:0;
  }
  body .home-resource-hub__head{
    border-right:0;
    border-bottom:1px solid #dedede;
  }
  body .home-resource-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (max-width:760px){
  body .home-resource-hub{
    margin-left:16px;
    margin-right:16px;
  }
  body .home-resource-grid{
    grid-template-columns:1fr;
  }
  body .home-resource-card{
    min-height:0;
    border-left:0;
    border-top:1px solid #ececec;
  }
  body .home-resource-card:first-child{
    border-top:0;
  }
}

/* TopToyFactory brand layer */
:root{
  --ttf-navy:#073763;
  --ttf-blue:#0789d1;
  --ttf-sky:#28a9e6;
  --ttf-orange:#f58220;
  --ttf-ink:#071b34;
  --ttf-line:#d9e6f2;
  --ttf-wash:#f4f9fd;
  --tb-red:var(--ttf-orange);
  --red:var(--ttf-orange);
  --mint:var(--ttf-blue);
  --nav:var(--ttf-navy);
}
body{color:var(--ttf-ink)}
body .header{border-bottom-color:var(--ttf-line)!important}
body .header-logo-image{width:auto!important;max-width:208px!important;height:auto!important;max-height:58px!important;object-fit:contain!important}
body.navigation-hover .header .header-logo-image,
body.navigation-hover .header .header-main>.header-main-container.header-main-container--left .header-logo-image{width:auto!important;max-width:186px!important;height:auto!important;max-height:56px!important}
body.navigation-hover.tb-header-compact .header .header-logo-image,
body.navigation-hover.tb-header-compact .header .header-main>.header-main-container.header-main-container--left .header-logo-image{max-height:42px!important;max-width:150px!important}
body .navPages-action:hover,
body .navPages-action.is-open,
body .navPages-item:hover>.navPages-action{color:var(--ttf-orange)!important}
body .navPages-action:after{background:var(--ttf-orange)!important}
body .promo-marquee{background:linear-gradient(90deg,var(--ttf-navy),var(--ttf-blue))!important;border-bottom-color:#dbe9f5!important}
body .save-badge{background:var(--ttf-orange)!important;color:#fff!important}
body .button--primary,
body .button--red,
body .button--buyNow,
body .card-overlay button,
body .footer-rfq-button,
body .blog-hub-rfq .button,
body .ttf-rfq-submit{background:var(--ttf-blue)!important;border-color:var(--ttf-blue)!important;color:#fff!important}
body .button--primary:hover,
body .button--red:hover,
body .button--buyNow:hover,
body .card-overlay button:hover,
body .footer-rfq-button:hover,
body .blog-hub-rfq .button:hover,
body .ttf-rfq-submit:hover{background:var(--ttf-navy)!important;border-color:var(--ttf-navy)!important;color:#fff!important}
body .button--accent,
body .card-badge--moq,
body .card-figcaption--icons .button--icon.wishlist,
body .button--icon.is-added,
body .card-figcaption .button+button,
body .product.is-in-quote .card-sku-badge,
body .pagination-item--current .pagination-link,
body .pagination-link:hover{background:var(--ttf-orange)!important;border-color:var(--ttf-orange)!important;color:#fff!important}
body a:hover,
body .section-title a,
body .breadcrumbs a,
body .article-channel-tabs a:hover,
body .article-channel-tabs a[aria-current="page"],
body .eyebrow,
body .card-stock-note em,
body .collection-sourcing-panel span,
body .productView-questionLine a,
body .productView-tab-title.is-active,
body .product-tabs .tab-title.is-active,
body .footer-b2b-eyebrow,
body .footer-info-list a:hover,
body .blog-hub-links a:hover,
body .article-buyer-checklist strong,
body .article-guide-links span,
body .modal-rfq-eyebrow,
body .ttf-rfq-eyebrow,
body .catalog-download-grid strong,
body .cert-grid strong,
body .oem-capability-grid strong{color:var(--ttf-orange)!important}
body .article-channel-tabs a[aria-current="page"]{background:var(--ttf-orange)!important;color:#fff!important;border-color:var(--ttf-orange)!important}
body .article-direct-answer,
body .footer-catalog-card{border-left-color:var(--ttf-orange)!important}
body .buyer-proof-card.review-card:before,
body .ttf-rfq-guide li:before{background:var(--ttf-orange)!important}
body .productView-tab-title.is-active,
body .product-tabs .tab-title.is-active{border-bottom-color:var(--ttf-orange)!important}
body .footer.site-footer{background:#f3f7fb!important;color:var(--ttf-ink)!important}
body .footer-b2b-cta,
body .footer-catalog-card,
body .footer-payment-icons,
body .footer-b2b-trust span{border-color:var(--ttf-line)!important}
body .footer-b2b-logo img,
body .footer-logo-image{width:150px!important;max-width:180px!important;max-height:68px!important;object-fit:contain!important}
body .footer-b2b-logo img{width:94px!important;max-width:94px!important;max-height:86px!important}
@media (max-width:1060px){body .footer-b2b-logo img{width:82px!important;max-width:82px!important;max-height:78px!important}}
@media (max-width:620px){body .footer-b2b-logo img{width:72px!important;max-width:72px!important;max-height:66px!important}}
body .powered-by:before{content:"";display:inline-block;width:18px;height:18px;margin-right:8px;vertical-align:-4px;background:url('/assets/ttf-rebuild/icon-192.png') center/contain no-repeat}
body .countPill,
body .cart-quantity{background:var(--ttf-orange)!important;color:#fff!important}
body .floatwindow_chat_box .floatwindow_chat_qq span{background-color:#1a84d2!important}
body .floatwindow_chat_box .floatwindow_chat_tel span{background-color:#073763!important}
body .floatwindow_chat_box .floatwindow_chat_email span{background-color:#0b95d8!important}
body .floatwindow_chat_box .floatwindow_chat_wechat span{background-color:#f58220!important;color:#fff!important}
body .bottomBar-action--contact,
body .mobile-contact-bar a{background:var(--ttf-blue)!important;color:#fff!important}
body .ttf-rfq-form input:focus,
body .ttf-rfq-form textarea:focus{outline:2px solid rgba(7,137,209,.18)!important;border-color:var(--ttf-blue)!important}
@media (max-width:760px){body .header-logo-image{max-width:156px!important;max-height:46px!important}}

/* Collection listing toolbar redesign */
body .collection-toolbar{
  display:grid!important;
  grid-template-columns:minmax(280px,1fr) minmax(420px,auto)!important;
  gap:18px 24px!important;
  align-items:end!important;
  min-width:0!important;
  margin:10px 0 24px!important;
  padding:20px 22px!important;
  border:1px solid var(--ttf-line)!important;
  border-top:4px solid var(--ttf-blue)!important;
  background:linear-gradient(135deg,#fff 0,#f7fbfe 100%)!important;
}
body .collection-toolbar__title{
  min-width:0!important;
  display:grid!important;
  gap:7px!important;
}
body .collection-toolbar__eyebrow{
  margin:0!important;
  color:var(--ttf-orange)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:0!important;
}
body .collection-toolbar .page-heading{
  margin:0!important;
  width:100%!important;
  max-width:760px!important;
  min-width:0!important;
  color:#111!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:36px!important;
  line-height:1.06!important;
  font-weight:900!important;
  text-align:left!important;
  text-transform:none!important;
  letter-spacing:0!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
body .collection-toolbar .category-product-count{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  max-width:100%!important;
  min-height:28px!important;
  padding:5px 10px!important;
  border:1px solid #dfe8ef!important;
  background:#fff!important;
  color:#52606d!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:700!important;
  white-space:normal!important;
}
body .collection-toolbar__controls{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  justify-content:flex-end!important;
  align-items:end!important;
  min-width:0!important;
}
body .collection-toolbar__control{
  display:grid!important;
  align-content:end!important;
  gap:6px!important;
  min-width:104px!important;
  margin:0!important;
  padding:0!important;
}
body .collection-toolbar__control--view{
  min-width:156px!important;
}
body .collection-toolbar__control--sort{
  min-width:168px!important;
}
body .collection-toolbar .form-label{
  margin:0!important;
  color:#485563!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
}
body .collection-toolbar .viewMode-buttons{
  width:100%!important;
  height:42px!important;
  display:flex!important;
  border:1px solid #cfdbe6!important;
  background:#fff!important;
}
body .collection-toolbar .viewMode-button{
  flex:1 1 0!important;
  min-width:0!important;
  height:40px!important;
  border:0!important;
  border-right:1px solid #cfdbe6!important;
  background:#fff!important;
  color:#384553!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  padding:0 10px!important;
  font-size:12px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  cursor:pointer!important;
}
body .collection-toolbar .viewMode-button:last-child{
  border-right:0!important;
}
body .collection-toolbar .viewMode-button.is-active,
body .collection-toolbar .viewMode-button[aria-pressed="true"]{
  background:var(--ttf-navy)!important;
  color:#fff!important;
}
body .collection-toolbar .form-select{
  width:100%!important;
  height:42px!important;
  border:1px solid #cfdbe6!important;
  background:#fff!important;
  color:#111!important;
  padding:0 34px 0 11px!important;
  font-size:13px!important;
  line-height:42px!important;
}
@media (max-width:1100px){
  body .collection-toolbar{
    grid-template-columns:1fr!important;
    align-items:start!important;
  }
  body .collection-toolbar__controls{
    justify-content:flex-start!important;
  }
}
@media (max-width:760px){
  body .collection-toolbar{
    margin:10px 0 18px!important;
    padding:16px!important;
  }
  body .collection-toolbar .page-heading{
    font-size:30px!important;
    max-width:100%!important;
  }
  body .collection-toolbar__controls{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    width:100%!important;
  }
  body .collection-toolbar__control{
    min-width:0!important;
  }
  body .collection-toolbar__control--view{
    grid-column:1 / -1!important;
  }
}
@media (max-width:520px){
  body .collection-toolbar .page-heading{
    font-size:24px!important;
    line-height:1.12!important;
    max-width:300px!important;
  }
  body .collection-toolbar__controls{
    grid-template-columns:1fr!important;
  }
}
@media (max-width:360px){
  body .collection-toolbar .page-heading{
    font-size:23px!important;
    max-width:270px!important;
  }
}
@media (max-width:980px){
  body .page.category-page{
    display:block!important;
    max-width:none!important;
    margin:20px 16px 42px!important;
    padding:0!important;
  }
  body .page.category-page>.page-content{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    min-width:0!important;
  }
  body .page.category-page .mobileSidebar-toggle{
    display:inline-flex!important;
    position:relative!important;
    z-index:86!important;
    width:100%!important;
    min-height:42px!important;
    margin:0 0 12px!important;
    border-radius:0!important;
    text-transform:uppercase!important;
  }
  body .page.category-page>.page-sidebar{
    position:fixed!important;
    left:0!important;
    top:0!important;
    bottom:55px!important;
    width:min(342px,88vw)!important;
    max-width:88vw!important;
    margin:0!important;
    padding:58px 18px 24px!important;
    background:#fff!important;
    box-shadow:10px 0 32px rgba(0,0,0,.22)!important;
    z-index:95!important;
    overflow:auto!important;
    transform:translateX(-108%)!important;
    transition:transform .18s ease!important;
  }
  body .page.category-page>.page-sidebar.is-open,
  body .page.category-page>.page-sidebar:target{
    transform:translateX(0)!important;
  }
  body .page.category-page .mobileSidebar-close{
    display:grid!important;
    position:absolute!important;
    right:12px!important;
    top:10px!important;
    width:38px!important;
    height:38px!important;
    place-items:center!important;
    border:0!important;
    background:#fff!important;
    color:#111!important;
    font-size:22px!important;
    font-weight:900!important;
    cursor:pointer!important;
  }
  body .page.category-page .mobile-panel-heading{
    display:block!important;
    position:absolute!important;
    left:18px!important;
    top:17px!important;
    margin:0!important;
    font-size:15px!important;
    text-transform:uppercase!important;
    font-weight:900!important;
    color:#111!important;
  }
  body .page.category-page .productGrid--maxCol3{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:22px!important;
    width:100%!important;
    max-width:none!important;
  }
  @supports selector(body:has(*)){
    body:has(.page.category-page>.page-sidebar:target){
      overflow:hidden!important;
    }
    body:has(.page.category-page>.page-sidebar:target):before{
      content:""!important;
      position:fixed!important;
      inset:0!important;
      background:rgba(0,0,0,.38)!important;
      z-index:94!important;
    }
  }
}
@media (max-width:760px){
  body .page.category-page .productGrid--maxCol3{
    grid-template-columns:1fr!important;
  }
}

body .productView-videos{
  display:grid;
  gap:12px;
  margin-top:14px;
}
body .productView-video{
  width:100%;
  max-height:360px;
  border:1px solid var(--tb-line,#ddd);
  background:#000;
}

/* Refined catalog pagination */
body .pagination.catalog-pagination,
body .pagination.search-pagination{
  margin:42px 0 18px!important;
  padding-top:26px!important;
  border-top:1px solid #e8edf3!important;
}
body .pagination-list{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
body .pagination-link,
body .pagination-item--ellipsis span{
  min-width:42px!important;
  height:42px!important;
  padding:0 15px!important;
  border:1px solid #c9d5e2!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#fff,#f7fafc)!important;
  color:#17385e!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1!important;
  text-decoration:none!important;
  box-shadow:0 7px 18px rgba(15,48,87,.07)!important;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease!important;
}
body .pagination-link:hover{
  transform:translateY(-2px)!important;
  border-color:#f58220!important;
  background:#fff!important;
  color:#0b4f8d!important;
  box-shadow:0 12px 24px rgba(15,48,87,.13)!important;
}
body .pagination-item--current .pagination-link,
body .pagination-item--current .pagination-link:hover{
  border-color:#0e78bb!important;
  background:linear-gradient(135deg,#0d3c78,#159bd7)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(12,91,153,.24)!important;
  transform:none!important;
}
body .pagination-item--ellipsis span{
  min-width:36px!important;
  border-color:transparent!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#7d8896!important;
  letter-spacing:.12em!important;
  padding:0 6px!important;
}
body .pagination-item--previous .pagination-link,
body .pagination-item--next .pagination-link{
  min-width:96px!important;
  padding:0 20px!important;
  border-color:#f5a04a!important;
  background:#fff8f1!important;
  color:#17385e!important;
  text-transform:uppercase!important;
  letter-spacing:.03em!important;
}
body .pagination-item--previous .pagination-link:before{
  content:"‹";
  margin-right:8px;
  font-size:18px;
  line-height:1;
  color:#f58220;
}
body .pagination-item--next .pagination-link:after{
  content:"›";
  margin-left:8px;
  font-size:18px;
  line-height:1;
  color:#f58220;
}
body .pagination-item--previous .pagination-link:hover,
body .pagination-item--next .pagination-link:hover{
  border-color:#f58220!important;
  background:linear-gradient(135deg,#fff,#fff1e4)!important;
}
@media (max-width:560px){
  body .pagination.catalog-pagination,
  body .pagination.search-pagination{
    margin-top:30px!important;
    padding-top:20px!important;
  }
  body .pagination-list{
    gap:7px!important;
  }
  body .pagination-link,
  body .pagination-item--ellipsis span{
    min-width:36px!important;
    height:36px!important;
    padding:0 12px!important;
    font-size:12px!important;
  }
  body .pagination-item--previous .pagination-link,
  body .pagination-item--next .pagination-link{
    min-width:74px!important;
    padding:0 13px!important;
  }
}

body .papathemes__categoryIconsWidget .papathemes__categoryIconsWidget__card-figure{
  background:#fff;
  overflow:hidden;
}
body .papathemes__categoryIconsWidget .papathemes__categoryIconsWidget__card-figure img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}

/* Catalog product grid/list rebuild */
body .page.category-page .catalog-product-list{width:100%!important;overflow:visible!important}
body .page.category-page .productGrid.category-products{align-items:stretch!important}
body .page.category-page .productGrid.category-products>.product{box-sizing:border-box!important;width:100%!important;max-width:none!important;min-width:0!important;float:none!important;clear:none!important;margin:0!important;overflow:visible!important}
body .page.category-page .productGrid.category-products:not(.is-list-view),
body .page.category-page .productGrid.category-products.is-grid-view{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px 26px!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .product-card{height:100%!important;min-height:0!important;display:grid!important;grid-template-rows:auto 1fr!important;border:0!important;background:#fff!important;box-shadow:none!important;overflow:visible!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-wrapper{display:grid!important;grid-template-rows:auto 1fr!important;height:100%!important;min-width:0!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-figure{width:100%!important;min-width:0!important;overflow:visible!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-img-container,
body .page.category-page .productGrid.category-products:not(.is-list-view) .product-card__image{width:100%!important;aspect-ratio:1 / 1!important;min-height:0!important;display:grid!important;place-items:center!important;background:#fff!important;overflow:hidden!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-image{width:100%!important;height:100%!important;object-fit:contain!important;padding:8px!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .product-card__body,
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-body{display:grid!important;grid-template-rows:18px minmax(58px,auto) minmax(24px,auto) 22px 70px!important;grid-template-areas:"kicker" "title" "price" "meta" "cta"!important;gap:8px!important;min-height:230px!important;padding:14px 10px 0!important;overflow:visible!important;align-content:start!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-kicker{margin:0!important;color:#f58220!important;font-size:11px!important;line-height:18px!important;font-weight:900!important;text-align:center!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-title{min-height:0!important;margin:0!important;color:#111!important;font-size:17px!important;line-height:1.22!important;font-weight:900!important;text-align:center!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-price{margin:0!important;color:#111!important;font-size:17px!important;line-height:1.2!important;font-weight:900!important;text-align:center!important;overflow-wrap:anywhere!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-meta{margin:0!important;color:#8a939f!important;font-size:13px!important;line-height:20px!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-kicker{grid-area:kicker!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-title{grid-area:title!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-price{grid-area:price!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-meta{grid-area:meta!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-stock-note{grid-area:cta!important;align-self:start!important;height:24px!important;min-height:24px!important;display:grid!important;grid-template-columns:1fr!important;gap:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;overflow:visible!important;z-index:1!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-stock-note span,
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-stock-note em{min-width:0!important;height:24px!important;min-height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 7px!important;border:1px solid #dce7f2!important;border-bottom:0!important;border-radius:4px 4px 0 0!important;background:#f8fbff!important;color:#17375e!important;font-size:10px!important;line-height:1.05!important;font-style:normal!important;font-weight:900!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-stock-note em{border-color:#f3cfad!important;background:#fff7ef!important;color:#f58220!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-stock-note em{display:none!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-stock-note span,
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-stock-note em{font-size:0!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-stock-note span:before{content:"Factory quote";font-size:10px}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-stock-note em:before{content:"";font-size:0}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-footer{grid-area:cta!important;align-self:end!important;height:46px!important;min-width:0!important;margin:24px 0 0!important;z-index:2!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important;height:46px!important;margin:0!important}
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-actions .button,
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-actions button,
body .page.category-page .productGrid.category-products:not(.is-list-view) .card-actions a{width:100%!important;min-width:0!important;height:46px!important;min-height:46px!important;padding:0 8px!important;border-radius:0 0 4px 4px!important;font-size:14px!important;line-height:1.05!important;overflow:hidden!important}
body .page.category-page .productGrid.category-products.is-list-view{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}
body .page.category-page .productGrid.category-products.is-list-view>.product{width:100%!important;max-width:none!important;display:block!important}
body .page.category-page .productGrid.category-products.is-list-view .product-card{border:1px solid #dce5ee!important;border-left:5px solid #0e78bb!important;background:#fff!important;padding:14px!important;box-shadow:0 12px 28px rgba(15,48,87,.08)!important;transform:none!important;overflow:visible!important}
body .page.category-page .productGrid.category-products.is-list-view .card-wrapper{display:grid!important;grid-template-columns:170px minmax(0,1fr)!important;gap:20px!important;align-items:center!important;width:100%!important;height:auto!important;min-width:0!important}
body .page.category-page .productGrid.category-products.is-list-view .card-figure{width:170px!important;min-width:0!important}
body .page.category-page .productGrid.category-products.is-list-view .card-img-container,
body .page.category-page .productGrid.category-products.is-list-view .product-card__image{width:170px!important;height:170px!important;aspect-ratio:1!important;border:1px solid #edf1f5!important;background:#fff!important;display:grid!important;place-items:center!important;overflow:hidden!important}
body .page.category-page .productGrid.category-products.is-list-view .card-image{width:100%!important;height:100%!important;object-fit:contain!important;padding:8px!important}
body .page.category-page .productGrid.category-products.is-list-view .card-figcaption--icons.card-overlay{display:none!important}
body .page.category-page .productGrid.category-products.is-list-view .card-body{display:grid!important;grid-template-columns:minmax(0,1fr) 150px!important;grid-template-areas:"kicker price" "title price" "meta actions" "stock actions"!important;gap:8px 18px!important;align-items:center!important;min-height:0!important;padding:0!important;overflow:visible!important}
body .page.category-page .productGrid.category-products.is-list-view .card-kicker{grid-area:kicker!important;color:#f58220!important;font-size:11px!important;line-height:1!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.03em!important;margin:0!important}
body .page.category-page .productGrid.category-products.is-list-view .card-title{grid-area:title!important;margin:0!important;font-size:20px!important;line-height:1.18!important;font-weight:900!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-align:left!important}
body .page.category-page .productGrid.category-products.is-list-view .card-price{grid-area:price!important;align-self:start!important;margin:0!important;padding:12px!important;border:1px solid #dce5ee!important;background:#f7fafc!important;color:#0d3c78!important;font-size:17px!important;line-height:1.15!important;font-weight:900!important;text-align:center!important;overflow-wrap:anywhere!important}
body .page.category-page .productGrid.category-products.is-list-view .card-meta{grid-area:meta!important;margin:0!important;color:#687385!important;font-size:13px!important;line-height:1.35!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
body .page.category-page .productGrid.category-products.is-list-view .card-stock-note{grid-area:stock!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;overflow:visible!important}
body .page.category-page .productGrid.category-products.is-list-view .card-stock-note span,
body .page.category-page .productGrid.category-products.is-list-view .card-stock-note em{display:inline-flex!important;align-items:center!important;min-height:26px!important;padding:0 9px!important;border:1px solid #e1e7ef!important;background:#fff!important;color:#425067!important;font-size:10px!important;line-height:1!important;font-style:normal!important;font-weight:900!important;text-transform:uppercase!important;white-space:nowrap!important}
body .page.category-page .productGrid.category-products.is-list-view .card-stock-note em{color:#f58220!important}
body .page.category-page .productGrid.category-products.is-list-view .card-stock-note em{display:none!important}
body .page.category-page .productGrid.category-products.is-list-view .card-stock-note span,
body .page.category-page .productGrid.category-products.is-list-view .card-stock-note em{font-size:0!important}
body .page.category-page .productGrid.category-products.is-list-view .card-stock-note span:before{content:"Factory quote";font-size:10px}
body .page.category-page .productGrid.category-products.is-list-view .card-stock-note em:before{content:"";font-size:0}
body .page.category-page .productGrid.category-products.is-list-view .card-footer{grid-area:actions!important;align-self:stretch!important;min-width:0!important}
body .page.category-page .productGrid.category-products.is-list-view .card-actions{height:100%!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:1fr 1fr!important;gap:8px!important;margin:0!important}
body .page.category-page .productGrid.category-products.is-list-view .card-actions .button,
body .page.category-page .productGrid.category-products.is-list-view .card-actions button,
body .page.category-page .productGrid.category-products.is-list-view .card-actions a{width:100%!important;height:42px!important;min-height:42px!important;padding:0 10px!important;border-radius:0!important;font-size:13px!important;line-height:1.05!important}
@media (max-width:1080px){
  body .page.category-page .productGrid.category-products:not(.is-list-view),
  body .page.category-page .productGrid.category-products.is-grid-view{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:760px){
  body .page.category-page .productGrid.category-products:not(.is-list-view),
  body .page.category-page .productGrid.category-products.is-grid-view{grid-template-columns:1fr!important;gap:24px!important}
  body .page.category-page .productGrid.category-products.is-list-view .card-wrapper{grid-template-columns:112px minmax(0,1fr)!important;gap:12px!important}
  body .page.category-page .productGrid.category-products.is-list-view .card-figure,
  body .page.category-page .productGrid.category-products.is-list-view .card-img-container,
  body .page.category-page .productGrid.category-products.is-list-view .product-card__image{width:112px!important;height:112px!important}
  body .page.category-page .productGrid.category-products.is-list-view .card-body{grid-template-columns:1fr!important;grid-template-areas:"kicker" "title" "price" "meta" "stock" "actions"!important;gap:7px!important}
  body .page.category-page .productGrid.category-products.is-list-view .card-price{text-align:left!important}
  body .page.category-page .productGrid.category-products.is-list-view .card-actions{grid-template-columns:1fr 1fr!important;grid-template-rows:auto!important}
}

/* Product detail lower information redesign */
body .productView-wideInfo{
  margin-top:28px!important;
  padding-top:26px!important;
  border-top:1px solid #dfe8f2!important;
}
body .productView-wideInfo .productView-tabsWrap{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #dbe6f0!important;
  border-top:4px solid #0e78bb!important;
  background:#fff!important;
  box-shadow:0 18px 42px rgba(15,48,87,.08)!important;
}
body .productView-wideInfo .productView-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:stretch!important;
  gap:0!important;
  margin:0!important;
  padding:0 22px!important;
  list-style:none!important;
  border:0!important;
  border-right:0!important;
  border-bottom:1px solid #dbe6f0!important;
  background:#f6f9fc!important;
}
body .productView-wideInfo .productView-tabs--right{
  width:100%!important;
  float:none!important;
}
body .productView-wideInfo .productView-tab{
  margin:0!important;
}
body .productView-wideInfo .productView-tab-title{
  width:auto!important;
  min-width:150px!important;
  min-height:56px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 22px!important;
  border:0!important;
  border-left:0!important;
  border-bottom:3px solid transparent!important;
  background:transparent!important;
  color:#405064!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  text-align:center!important;
  text-transform:uppercase!important;
}
body .productView-wideInfo .productView-tab-title.is-active{
  border-bottom-color:#f58220!important;
  background:#fff!important;
  color:#0b4778!important;
  box-shadow:inset 0 1px 0 #fff!important;
}
body .productView-wideInfo .productView-tabs-contents{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  float:none!important;
  clear:both!important;
  padding:26px 28px 30px!important;
}
body .productView-wideInfo .productView-tab-content{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  float:none!important;
  clear:both!important;
  padding:0!important;
}
body .productView-wideInfo .productView-properties-content,
body .productView-wideInfo .productView-warranty-content,
body .productView-wideInfo .productView-addition-content{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  float:none!important;
  clear:both!important;
}
body .productView-wideInfo .productView-addition-heading-toggle,
body .productView-wideInfo .productView-properties-heading-toggle,
body .productView-wideInfo .productView-warranty-heading-toggle{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:18px!important;
  align-items:end!important;
  margin:0 0 20px!important;
  padding-bottom:16px!important;
  border-bottom:1px solid #e7edf3!important;
}
body .productView-wideInfo .productView-addition-heading,
body .productView-wideInfo .productView-properties-heading,
body .productView-wideInfo .productView-warranty-heading{
  margin:0!important;
  color:#061829!important;
  font-size:24px!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
}
body .productView-wideInfo .productView-addition-subheading,
body .productView-wideInfo .productView-properties-subheading,
body .productView-wideInfo .productView-warranty-summary{
  margin:0!important;
  max-width:520px!important;
  color:#5f6f82!important;
  font-size:13px!important;
  line-height:1.45!important;
  text-align:right!important;
}
body .productView-wideInfo .productView-addition-panel-heading,
body .productView-wideInfo .productView-properties-panel-heading,
body .productView-wideInfo .productView-warranty-panel-heading{
  display:none!important;
}
body .productView-wideInfo .productView-warranty-panel-body,
body .productView-wideInfo .productView-addition-panel-body,
body .productView-wideInfo .productView-properties-panel-body{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  float:none!important;
}
body .productView-infoCards,
body .productView-assuranceCards,
body .productView-specCards{
  width:100%!important;
  max-width:none!important;
}
body .productView-infoCards,
body .productView-assuranceCards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
body .productView-specCards{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(176px,1fr))!important;
  gap:14px!important;
}
body .productView-specCards article:nth-child(2){
  grid-column:span 2!important;
}
body .productView-infoCards article,
body .productView-assuranceCards article,
body .productView-specCards article{
  min-width:0!important;
  min-height:104px!important;
  display:grid!important;
  align-content:start!important;
  gap:9px!important;
  padding:16px 17px!important;
  border:1px solid #dbe6f0!important;
  border-top:3px solid #0e78bb!important;
  border-left:1px solid #dbe6f0!important;
  background:linear-gradient(180deg,#fff,#f9fbfd)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.9) inset!important;
}
body .productView-specCards article:nth-child(4n+1){
  border-top-color:#f58220!important;
}
body .productView-infoCards span,
body .productView-assuranceCards span,
body .productView-specCards span{
  color:#62738a!important;
  font-size:10px!important;
  line-height:1.05!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
body .productView-infoCards strong,
body .productView-assuranceCards strong,
body .productView-specCards strong{
  color:#071625!important;
  font-size:16px!important;
  line-height:1.2!important;
  font-weight:900!important;
  overflow-wrap:anywhere!important;
}
body .productView-infoCards p,
body .productView-assuranceCards p{
  margin:0!important;
  color:#5c6b7c!important;
  font-size:13px!important;
  line-height:1.45!important;
}
@media (max-width:980px){
  body .productView-wideInfo .productView-tabs{
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    padding:0 14px!important;
  }
  body .productView-wideInfo .productView-tab-title{
    min-width:140px!important;
  }
  body .productView-wideInfo .productView-tabs-contents{
    padding:22px 18px 24px!important;
  }
  body .productView-wideInfo .productView-addition-heading-toggle,
  body .productView-wideInfo .productView-properties-heading-toggle,
  body .productView-wideInfo .productView-warranty-heading-toggle{
    grid-template-columns:1fr!important;
  }
  body .productView-wideInfo .productView-addition-subheading,
  body .productView-wideInfo .productView-properties-subheading,
  body .productView-wideInfo .productView-warranty-summary{
    text-align:left!important;
  }
  body .productView-infoCards,
  body .productView-assuranceCards{
    grid-template-columns:1fr!important;
  }
  body .productView-specCards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body .productView-specCards article:nth-child(2){
    grid-column:auto!important;
  }
}
@media (max-width:620px){
  body .productView-wideInfo .productView-tabs-contents{
    padding:18px 14px 20px!important;
  }
  body .productView-specCards{
    grid-template-columns:1fr!important;
  }
}

/* Procurement landing layer for collection pages. */
body .collection-landing-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 276px!important;
  gap:22px!important;
  margin:18px 0 24px!important;
  padding:26px!important;
  border:1px solid #cfdce8!important;
  border-top:4px solid #0e78bb!important;
  background:linear-gradient(135deg,#fff 0%,#fff 58%,#f5faff 100%)!important;
  box-shadow:0 14px 32px rgba(7,59,115,.07)!important;
}
body .collection-landing-hero__copy{
  min-width:0!important;
}
body .collection-landing-eyebrow{
  margin:0 0 8px!important;
  color:#f58220!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}
body .collection-landing-hero h1{
  margin:0 0 14px!important;
  color:#061932!important;
  font-size:clamp(30px,3vw,43px)!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
body .collection-landing-hero__copy>p:not(.collection-landing-eyebrow){
  margin:0!important;
  color:#4e5b68!important;
  font-size:15px!important;
  line-height:1.72!important;
  max-width:850px!important;
}
body .collection-use-chips{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin-top:16px!important;
}
body .collection-use-chips span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  padding:0 11px!important;
  border:1px solid #d9e7f3!important;
  background:#f7fbff!important;
  color:#073b73!important;
  font-size:11px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
body .collection-landing-hero__facts{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:9px!important;
  align-self:start!important;
}
body .collection-landing-hero__facts div{
  display:grid!important;
  gap:4px!important;
  min-height:66px!important;
  padding:13px 14px!important;
  border:1px solid #dbe6f0!important;
  background:#fff!important;
  box-shadow:inset 3px 0 0 #0e78bb!important;
}
body .collection-landing-hero__facts span{
  color:#64738a!important;
  font-size:10px!important;
  line-height:1.05!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
body .collection-landing-hero__facts strong{
  color:#071625!important;
  font-size:17px!important;
  line-height:1.15!important;
  font-weight:900!important;
  overflow-wrap:anywhere!important;
}
body .collection-subcat-strip{
  grid-column:1/-1!important;
  display:grid!important;
  gap:10px!important;
  padding-top:18px!important;
  border-top:1px solid #dbe6f0!important;
}
body .collection-subcat-strip>p{
  margin:0!important;
  color:#071625!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}
body .collection-subcat-strip>div{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
body .collection-subcat-card{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:46px!important;
  padding:11px 13px!important;
  border:1px solid #dde6ee!important;
  background:#fff!important;
  color:#111!important;
}
body .collection-subcat-card span{
  min-width:0!important;
  color:#111!important;
  font-size:14px!important;
  font-weight:900!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body .collection-subcat-card strong{
  flex:0 0 auto!important;
  color:#0e78bb!important;
  font-size:12px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
body .page-heading--catalog{
  margin:0!important;
  color:#111!important;
  font-size:30px!important;
  line-height:1.1!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}
body .collection-hot-sellers,
body .collection-related-guides,
body .collection-oem-cta{
  margin:30px 0 0!important;
}
body .collection-hot-sellers{
  padding-top:26px!important;
  border-top:1px solid #e2e7ec!important;
}
body .collection-hot-sellers__grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
body .collection-oem-cta{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 300px!important;
  gap:22px!important;
  align-items:center!important;
  padding:24px!important;
  border:1px solid #d9e4ee!important;
  border-left:4px solid #f58220!important;
  background:#fff!important;
}
body .collection-oem-cta h2{
  margin:4px 0 9px!important;
  color:#061932!important;
  font-size:25px!important;
  line-height:1.14!important;
  font-weight:900!important;
  text-transform:none!important;
}
body .collection-oem-cta p:not(.eyebrow){
  margin:0!important;
  color:#4e5b68!important;
  font-size:14px!important;
  line-height:1.62!important;
}
body .collection-oem-cta__actions{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
}
body .collection-oem-cta__actions .button{
  width:100%!important;
  min-height:44px!important;
}
body .collection-guide-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
body .collection-guide-card{
  display:grid!important;
  gap:8px!important;
  min-height:154px!important;
  padding:18px!important;
  border:1px solid #dfe7ef!important;
  border-top:3px solid #0e78bb!important;
  background:#fff!important;
  color:#111!important;
}
body .collection-guide-card span{
  color:#f58220!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}
body .collection-guide-card strong{
  color:#111!important;
  font-size:17px!important;
  line-height:1.2!important;
  font-weight:900!important;
}
body .collection-guide-card em{
  color:#596777!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-style:normal!important;
}
@media (max-width:980px){
  body .collection-landing-hero,
  body .collection-oem-cta{
    grid-template-columns:1fr!important;
  }
  body .collection-landing-hero__facts{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body .collection-subcat-strip>div,
  body .collection-guide-grid,
  body .collection-hot-sellers__grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:620px){
  body .collection-landing-hero{
    margin:14px 0 20px!important;
    padding:18px!important;
  }
  body .collection-landing-hero h1{
    font-size:26px!important;
  }
  body .collection-landing-hero__copy>p:not(.collection-landing-eyebrow){
    font-size:14px!important;
    line-height:1.62!important;
  }
  body .collection-landing-hero__facts,
  body .collection-subcat-strip>div,
  body .collection-guide-grid,
  body .collection-hot-sellers__grid,
  body .collection-oem-cta{
    grid-template-columns:1fr!important;
  }
  body .collection-use-chips{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
  }
  body .collection-use-chips span{
    justify-content:center!important;
    text-align:center!important;
    white-space:normal!important;
  }
  body .page-heading--catalog{
    font-size:23px!important;
  }
  body .collection-oem-cta{
    padding:18px!important;
  }
}

/* GEO / AI-readable sourcing modules */
body .ai-entry-page{
  max-width:1320px!important;
  margin:0 auto!important;
  padding:0 28px 64px!important;
}
body .ai-entry-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 380px!important;
  gap:30px!important;
  align-items:stretch!important;
  margin:26px 0 28px!important;
  padding:36px!important;
  border:1px solid #dbe6f0!important;
  border-top:4px solid #0e78bb!important;
  background:#f7fbff!important;
}
body .ai-entry-hero h1{
  margin:6px 0 14px!important;
  color:#061932!important;
  font-size:42px!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:0!important;
}
body .ai-entry-hero p{
  max-width:820px!important;
  margin:0!important;
  color:#435366!important;
  font-size:16px!important;
  line-height:1.68!important;
}
body .ai-entry-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:22px!important;
}
body .ai-entry-facts{
  background:#fff!important;
  border:1px solid #d5e1eb!important;
  padding:20px!important;
}
body .ai-entry-facts dl{
  display:grid!important;
  gap:10px!important;
  margin:0!important;
}
body .ai-entry-facts div,
body .collection-sourcing-facts__grid div{
  min-width:0!important;
}
body .ai-entry-facts dt,
body .collection-sourcing-facts dt{
  color:#5b6b7d!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
body .ai-entry-facts dd,
body .collection-sourcing-facts dd{
  margin:3px 0 0!important;
  color:#061932!important;
  font-size:16px!important;
  font-weight:900!important;
  line-height:1.28!important;
  overflow-wrap:anywhere!important;
}
body .ai-sourcing-summary{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  margin:0 0 34px!important;
}
body .ai-summary-card,
body .ai-category-fact,
body .ai-contact-box,
body .ai-resources{
  border:1px solid #dbe6f0!important;
  background:#fff!important;
}
body .ai-summary-card{
  padding:22px!important;
  box-shadow:inset 4px 0 0 #f58220!important;
}
body .ai-summary-card h2,
body .ai-category-grid h2,
body .ai-contact-box h2,
body .ai-resources h2{
  margin:0 0 10px!important;
  color:#061932!important;
  font-size:22px!important;
  line-height:1.18!important;
  font-weight:900!important;
}
body .ai-summary-card p,
body .ai-category-fact p,
body .ai-contact-box p,
body .ai-resources li{
  color:#4e5b68!important;
  font-size:14px!important;
  line-height:1.62!important;
}
body .ai-category-grid{
  margin:0 0 34px!important;
}
body .ai-category-grid>div:last-child{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
body .ai-category-fact{
  display:grid!important;
  gap:7px!important;
  padding:18px!important;
  border-top:3px solid #0e78bb!important;
}
body .ai-category-fact a{
  color:#061932!important;
  font-size:17px!important;
  font-weight:900!important;
}
body .ai-category-fact span{
  color:#f58220!important;
  font-size:12px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}
body .ai-contact-box{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 220px!important;
  gap:22px!important;
  align-items:center!important;
  margin:0 0 34px!important;
  padding:24px!important;
  border-left:4px solid #0e78bb!important;
}
body .ai-contact-box a,
body .ai-resources a{
  color:#0e78bb!important;
  font-weight:900!important;
}
body .ai-resources{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:28px!important;
  padding:24px!important;
}
body .ai-resources ul{
  margin:0!important;
  padding-left:18px!important;
}
body .collection-sourcing-facts{
  display:grid!important;
  grid-template-columns:250px minmax(0,1fr)!important;
  gap:18px!important;
  margin:0 0 24px!important;
  padding:22px!important;
  border:1px solid #dbe6f0!important;
  background:#fff!important;
}
body .collection-sourcing-facts__head h2{
  margin:4px 0 0!important;
  color:#061932!important;
  font-size:24px!important;
  line-height:1.15!important;
  font-weight:900!important;
}
body .collection-sourcing-facts__grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0!important;
}
body .collection-sourcing-facts__grid div{
  padding:13px!important;
  border:1px solid #dce6ef!important;
  background:#f9fbfd!important;
  box-shadow:inset 3px 0 0 #0e78bb!important;
}
body .collection-sourcing-facts p{
  margin:8px 0 0!important;
  color:#5a6878!important;
  font-size:12px!important;
  line-height:1.42!important;
}
body .collection-page-summary{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 360px!important;
  gap:22px!important;
  align-items:center!important;
  margin:14px 0 22px!important;
  padding:22px!important;
  border:1px solid #dbe6f0!important;
  border-top:4px solid #0e78bb!important;
  background:#fff!important;
}
body .collection-page-summary h1{
  margin:3px 0 9px!important;
  color:#061932!important;
  font-size:30px!important;
  line-height:1.12!important;
  font-weight:900!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
body .collection-page-summary p:not(.eyebrow){
  max-width:780px!important;
  margin:0!important;
  color:#526174!important;
  font-size:14px!important;
  line-height:1.62!important;
}
body .collection-page-summary dl{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  margin:0!important;
}
body .collection-page-summary dl div{
  min-width:0!important;
  padding:12px!important;
  border:1px solid #dce6ef!important;
  background:#f9fbfd!important;
}
body .collection-page-summary dt{
  color:#5b6b7d!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
body .collection-page-summary dd{
  margin:4px 0 0!important;
  color:#061932!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:900!important;
  overflow-wrap:anywhere!important;
}
body .article-answer-box{
  margin:24px 0!important;
  padding:22px!important;
  border:1px solid #dbe6f0!important;
  border-top:4px solid #0e78bb!important;
  background:#f7fbff!important;
}
body .article-answer-box h2{
  margin:4px 0 10px!important;
  color:#061932!important;
  font-size:25px!important;
  line-height:1.18!important;
  font-weight:900!important;
}
body .article-answer-box>p:not(.eyebrow){
  margin:0 0 16px!important;
  color:#344456!important;
  font-size:16px!important;
  line-height:1.62!important;
}
body .article-answer-box dl{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0!important;
}
body .article-answer-box dl div{
  padding:12px!important;
  border:1px solid #dce6ef!important;
  background:#fff!important;
}
body .article-answer-box dt{
  color:#f58220!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}
body .article-answer-box dd{
  margin:4px 0 0!important;
  color:#111!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:700!important;
}
@media (max-width:980px){
  body .ai-entry-page{padding:0 20px 48px!important}
  body .ai-entry-hero,
  body .ai-contact-box,
  body .ai-resources,
  body .collection-sourcing-facts,
  body .collection-page-summary{
    grid-template-columns:1fr!important;
  }
  body .ai-sourcing-summary,
  body .ai-category-grid>div:last-child{
    grid-template-columns:1fr 1fr!important;
  }
  body .collection-sourcing-facts__grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body .collection-page-summary dl{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media (max-width:620px){
  body .ai-entry-hero{padding:22px!important}
  body .ai-entry-hero h1{font-size:30px!important}
  body .ai-sourcing-summary,
  body .ai-category-grid>div:last-child,
  body .collection-sourcing-facts__grid,
  body .collection-page-summary dl,
  body .article-answer-box dl{
    grid-template-columns:1fr!important;
  }
  body .collection-page-summary h1{
    font-size:24px!important;
  }
}

/* Final catalog pagination redesign */
body .pagination.catalog-pagination,
body .pagination.search-pagination{
  margin:38px 0 24px!important;
  padding:22px 0 0!important;
  border-top:1px solid #e3edf6!important;
  background:transparent!important;
}
body .pagination.catalog-pagination .pagination-list,
body .pagination.search-pagination .pagination-list{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
body .pagination.catalog-pagination .pagination-link,
body .pagination.search-pagination .pagination-link,
body .pagination.catalog-pagination .pagination-item--ellipsis span,
body .pagination.search-pagination .pagination-item--ellipsis span{
  box-sizing:border-box!important;
  min-width:44px!important;
  height:44px!important;
  padding:0 14px!important;
  border:1px solid #d8e5ef!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#123450!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  text-decoration:none!important;
  box-shadow:0 8px 20px rgba(7,27,52,.06)!important;
  transform:none!important;
  transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease!important;
}
body .pagination.catalog-pagination .pagination-link:hover,
body .pagination.search-pagination .pagination-link:hover,
body .pagination.catalog-pagination .pagination-link:focus-visible,
body .pagination.search-pagination .pagination-link:focus-visible{
  border-color:#0789d1!important;
  background:#f3faff!important;
  color:#073763!important;
  box-shadow:0 12px 26px rgba(7,137,209,.14)!important;
  transform:translateY(-1px)!important;
}
body .pagination.catalog-pagination .pagination-item--current .pagination-link,
body .pagination.search-pagination .pagination-item--current .pagination-link,
body .pagination.catalog-pagination .pagination-item--current .pagination-link:hover,
body .pagination.search-pagination .pagination-item--current .pagination-link:hover{
  border-color:#0789d1!important;
  background:#0789d1!important;
  color:#fff!important;
  box-shadow:0 12px 24px rgba(7,137,209,.22)!important;
  transform:none!important;
}
body .pagination.catalog-pagination .pagination-item--ellipsis span,
body .pagination.search-pagination .pagination-item--ellipsis span{
  min-width:28px!important;
  width:28px!important;
  padding:0!important;
  border-color:transparent!important;
  background:transparent!important;
  color:#7b8c9c!important;
  box-shadow:none!important;
}
body .pagination.catalog-pagination .pagination-item--previous .pagination-link,
body .pagination.catalog-pagination .pagination-item--next .pagination-link,
body .pagination.search-pagination .pagination-item--previous .pagination-link,
body .pagination.search-pagination .pagination-item--next .pagination-link{
  min-width:106px!important;
  padding:0 18px!important;
  border-color:#f58220!important;
  background:#fff7ef!important;
  color:#073763!important;
  text-transform:uppercase!important;
  letter-spacing:.02em!important;
}
body .pagination.catalog-pagination .pagination-item--previous .pagination-link:before,
body .pagination.search-pagination .pagination-item--previous .pagination-link:before{
  content:"\2039"!important;
  margin-right:8px!important;
  color:#f58220!important;
  font-size:20px!important;
  line-height:1!important;
}
body .pagination.catalog-pagination .pagination-item--next .pagination-link:after,
body .pagination.search-pagination .pagination-item--next .pagination-link:after{
  content:"\203A"!important;
  margin-left:8px!important;
  color:#f58220!important;
  font-size:20px!important;
  line-height:1!important;
}
body .pagination.catalog-pagination .pagination-item--previous .pagination-link:hover,
body .pagination.catalog-pagination .pagination-item--next .pagination-link:hover,
body .pagination.search-pagination .pagination-item--previous .pagination-link:hover,
body .pagination.search-pagination .pagination-item--next .pagination-link:hover{
  border-color:#f58220!important;
  background:#f58220!important;
  color:#fff!important;
  box-shadow:0 13px 28px rgba(245,130,32,.2)!important;
}
body .pagination.catalog-pagination .pagination-item--previous .pagination-link:hover:before,
body .pagination.catalog-pagination .pagination-item--next .pagination-link:hover:after,
body .pagination.search-pagination .pagination-item--previous .pagination-link:hover:before,
body .pagination.search-pagination .pagination-item--next .pagination-link:hover:after{
  color:#fff!important;
}
@media (max-width:560px){
  body .pagination.catalog-pagination,
  body .pagination.search-pagination{
    margin:30px 0 20px!important;
    padding-top:18px!important;
  }
  body .pagination.catalog-pagination .pagination-list,
  body .pagination.search-pagination .pagination-list{
    gap:6px!important;
  }
  body .pagination.catalog-pagination .pagination-link,
  body .pagination.search-pagination .pagination-link,
  body .pagination.catalog-pagination .pagination-item--ellipsis span,
  body .pagination.search-pagination .pagination-item--ellipsis span{
    min-width:36px!important;
    height:38px!important;
    border-radius:12px!important;
    padding:0 10px!important;
    font-size:12px!important;
  }
  body .pagination.catalog-pagination .pagination-item--previous .pagination-link,
  body .pagination.catalog-pagination .pagination-item--next .pagination-link,
  body .pagination.search-pagination .pagination-item--previous .pagination-link,
  body .pagination.search-pagination .pagination-item--next .pagination-link{
    min-width:74px!important;
    padding:0 10px!important;
  }
  body .pagination.catalog-pagination .pagination-item--previous .pagination-link:before,
  body .pagination.catalog-pagination .pagination-item--next .pagination-link:after,
  body .pagination.search-pagination .pagination-item--previous .pagination-link:before,
  body .pagination.search-pagination .pagination-item--next .pagination-link:after{
    margin-inline:5px!important;
    font-size:18px!important;
  }
}
