:root{--royal:#24398E;--navy:#1A245D;--yellow:#FDB515;--orange:#FF9F1C;--white:#FFFFFF;--sky:#8FD3FF;--purple:#8B5CF6;--mint:#5EEAD4;--pink:#FF6EC7;--green:#8BC34A;--red:#FF5C5C;--radius:26px;--radius-sm:22px;--radius-xs:16px;--shadow:0 10px 30px rgba(26,36,93,.12);--ink-soft:#5C669A;--ink-soft-2:#6B75A8;--line:#E2E6F5;--bg-tint:#F1F4FF}body{position:relative;overflow-x:hidden}.skip-to-content-link{position:absolute!important;left:auto!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content-link:focus{width:auto!important;height:auto!important;margin:0!important;clip:auto!important;overflow:visible!important}.t3-scope{font-family:Cairo,Poppins,sans-serif;background:#f7f9ff;color:var(--navy);line-height:1.5;-webkit-font-smoothing:antialiased}.t3-scope a{text-decoration:none;color:inherit}.t3-scope img{max-width:100%;display:block}.t3-scope ul{list-style:none;margin:0;padding:0}.t3-scope button{font-family:inherit;cursor:pointer}.t3-container{max-width:1240px;margin:0 auto;padding:0 24px}.t3-announce{background:var(--navy);color:var(--white);text-align:center;font-size:14px;font-weight:600;padding:10px 16px}.t3-header{background:var(--white);box-shadow:0 2px 12px #1a245d0f;position:sticky;top:0;z-index:50}.t3-header-row{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;gap:24px;max-width:1240px;margin:0 auto}.t3-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:22px;color:var(--royal);flex-shrink:0}.t3-logo-dot{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--yellow),var(--orange));display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;overflow:hidden}.t3-logo-dot img{width:100%;height:100%;object-fit:cover}.t3-search-bar{flex:1;max-width:460px;display:flex;align-items:center;background:var(--bg-tint);border-radius:999px;padding:4px 6px 4px 18px;gap:10px}.t3-search-bar input{border:none;background:transparent;outline:none;width:100%;font-family:inherit;font-size:14px;color:var(--navy)}.t3-search-bar button{width:38px;height:38px;border-radius:50%;background:var(--royal);color:var(--white);border:none;display:flex;align-items:center;justify-content:center;flex-shrink:0}.t3-search-bar button svg{width:16px;height:16px;stroke:var(--white);fill:none;stroke-width:2.2}.t3-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.t3-icon-btn{width:42px;height:42px;border-radius:50%;background:var(--bg-tint);display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;position:relative}.t3-icon-btn svg{width:19px;height:19px;stroke:var(--royal);fill:none;stroke-width:1.9}.t3-cart-count{position:absolute;top:-4px;left:-4px;background:var(--red);color:var(--white);font-size:10px;font-weight:800;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}nav.t3-main-nav{background:var(--royal)}.t3-nav-row{display:flex;direction:ltr;justify-content:flex-start;align-items:center;gap:8px;padding:10px 16px;overflow-x:auto;scrollbar-width:none;max-width:1240px;margin:0 auto;scroll-snap-type:x proximity}.t3-nav-row::-webkit-scrollbar{display:none}.t3-nav-row a{color:var(--white);font-weight:600;font-size:14px;line-height:1.2;white-space:nowrap;opacity:.88;padding:9px 14px;border-radius:999px;text-decoration:none;scroll-snap-align:start;transition:color .2s ease,background-color .2s ease,opacity .2s ease}.t3-nav-row a:hover,.t3-nav-row a.t3-active{opacity:1;color:#ffb614;background:#ffb6141f;text-decoration:none}@media(min-width:769px){.t3-nav-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:12px;padding-left:16px;padding-right:16px}.t3-nav-row a{width:100%;box-sizing:border-box;text-align:center}}@media(max-width:768px){.t3-nav-row{display:flex;justify-content:flex-start;padding:9px 12px;gap:6px}.t3-nav-row a{flex:0 0 auto;font-size:13px;padding:8px 11px}}@media(max-width:900px){.t3-search-bar{display:none}}.t3-hero{background:linear-gradient(135deg,var(--royal) 0%,var(--navy) 100%);border-radius:0 0 40px 40px;overflow:hidden;position:relative;margin-bottom:56px}.t3-hero-inner{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:32px;padding:64px 24px 48px}.t3-hero-badge{display:inline-block;background:var(--yellow);color:var(--navy);font-weight:800;font-size:13px;padding:8px 16px;border-radius:999px;margin-bottom:18px}.t3-hero h1{color:var(--white);font-size:44px;font-weight:800;line-height:1.25;margin-bottom:16px;text-shadow:0 2px 14px rgba(0,0,0,.4)}.t3-hero h1 span{color:var(--yellow)}.t3-hero p{color:var(--white);font-size:16px;margin-bottom:28px;max-width:440px;text-shadow:0 1px 10px rgba(0,0,0,.4)}.t3-hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.t3-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 30px;border-radius:999px;font-weight:700;font-size:15px;cursor:pointer;border:none;transition:transform .15s ease,box-shadow .15s ease}.t3-btn-primary{background:var(--yellow);color:var(--navy)}.t3-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #fdb51566}.t3-btn-outline{background:#ffffff1a;color:var(--white);border:2px solid rgba(255,255,255,.9)}.t3-btn-outline:hover{background:#ffffff38}.t3-btn-navy{background:var(--navy);color:var(--white)}.t3-btn-navy:hover{background:var(--royal)}.t3-hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:340px}.t3-mascot-circle{width:340px;height:340px;border-radius:50%;background:radial-gradient(circle at 35% 30%,var(--sky),var(--royal) 70%);display:flex;align-items:center;justify-content:center;font-size:140px;box-shadow:0 20px 60px #00000040;overflow:hidden}.t3-mascot-circle img{width:100%;height:100%;object-fit:cover}.t3-float-badge{position:absolute;background:var(--white);border-radius:20px;padding:10px 16px;font-weight:700;font-size:13px;color:var(--navy);box-shadow:var(--shadow)}.t3-float-badge.t3-b1{top:10%;inset-inline-start:-6%}.t3-float-badge.t3-b2{bottom:6%;inset-inline-end:-4%}.t3-hero--photo{min-height:400px;border-radius:0;margin-bottom:32px}.t3-hero-bg-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:15% center;z-index:0;animation:t3-kenburns 18s ease-in-out infinite alternate}.t3-hero-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,transparent 35%,rgba(3,35,145,.45) 58%,rgba(3,35,145,.95) 100%)}.t3-hero--photo .t3-hero-inner{position:relative;height:100%;min-height:400px;direction:rtl}.t3-hero-copy{grid-column:1 / 2;animation:none;position:absolute;z-index:2;right:0;left:auto;top:50%;transform:translateY(-50%);width:clamp(480px,42%,560px);text-align:right;direction:rtl;background:#03145024;border-radius:20px;padding:8px}.t3-hero--photo .t3-hero-badge{margin-bottom:0}.t3-hero--photo h1{font-size:clamp(34px,3vw,46px);font-weight:800;line-height:1.15;margin:12px 0 16px}.t3-hero--photo p{font-size:19px;max-width:480px;margin:0 0 30px;margin-inline-start:auto}@keyframes t3-kenburns{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes t3-hero-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.t3-hero-bg-photo{animation:none}.t3-hero-copy{text-align:right;direction:rtl;animation:none}}@media(max-width:980px){.t3-hero-inner{grid-template-columns:1fr;text-align:center}.t3-hero p{margin:0 auto 28px}.t3-hero-ctas{justify-content:center}.t3-hero--photo{min-height:520px;padding:32px 0}.t3-hero-copy{text-align:right;direction:rtl;position:static;transform:none;width:auto;max-width:90%;margin-inline:auto;text-align:center;padding:0}.t3-hero--photo .t3-hero-badge{margin-bottom:16px}.t3-hero--photo p{margin-inline-start:0;margin-inline:auto}.t3-hero-bg-overlay{background:linear-gradient(180deg,#0323918c,#032391d9)}}.t3-section{margin-bottom:64px}.t3-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.t3-section-head h2{font-size:26px;font-weight:800;color:var(--navy)}.t3-section-head .t3-see-all{font-weight:700;color:var(--royal);font-size:14px;flex-shrink:0}.t3-cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.t3-cat-card{background:var(--white);border-radius:var(--radius);padding:20px 14px;text-align:center;box-shadow:var(--shadow);transition:transform .2s ease}.t3-cat-card:hover{transform:translateY(-6px)}.t3-cat-icon{width:64px;height:64px;border-radius:50%;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;font-size:30px;overflow:hidden;position:relative}.t3-cat-icon img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.t3-cat-card p{font-weight:700;font-size:13px}@media(max-width:980px){.t3-cat-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:520px){.t3-cat-grid{grid-template-columns:repeat(2,1fr)}}.t3-tile-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.t3-photo-tile{border-radius:var(--radius);overflow:hidden;position:relative;aspect-ratio:1/1;min-height:0;display:flex;align-items:flex-end;justify-content:center;padding-bottom:14px;transition:transform .2s ease}.t3-photo-tile:hover{transform:translateY(-4px)}.t3-photo-tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.t3-photo-tile .t3-stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:flex;align-items:center;justify-content:center;font-size:48px;background:linear-gradient(150deg,var(--sky),var(--royal))}.t3-photo-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,#1a245dbf,#1a245d00 55%)}.t3-photo-tile span{position:relative;z-index:2;color:#fff;font-weight:800;font-size:13.5px;text-align:center;padding:0 8px;text-shadow:0 2px 6px rgba(0,0,0,.25)}@media(max-width:980px){.t3-tile-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:520px){.t3-tile-grid{grid-template-columns:repeat(2,1fr)}}.t3-prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.t3-prod-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);position:relative;transition:transform .2s ease;display:block}.t3-prod-card:hover{transform:translateY(-4px)}.t3-prod-thumb{aspect-ratio:1/1;width:100%;min-height:0;display:flex;align-items:center;justify-content:center;font-size:64px;position:relative;background:var(--bg-tint);overflow:hidden}.t3-prod-thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.t3-prod-badge{position:absolute;top:12px;inset-inline-start:12px;background:var(--red);color:var(--white);font-size:11px;font-weight:800;padding:5px 10px;border-radius:999px;z-index:2}.t3-wish-btn{position:absolute;top:12px;inset-inline-end:12px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;font-size:14px;z-index:2;border:none}.t3-prod-info{padding:16px}.t3-prod-info h3{font-size:14px;font-weight:700;margin-bottom:8px;line-height:1.4;min-height:0}.t3-stars{color:var(--orange);font-size:12px;margin-bottom:8px;display:block}.t3-price-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.t3-price{font-weight:800;color:var(--royal);font-size:16px}.t3-old-price{font-size:13px;color:#9aa5c7;text-decoration:line-through}.t3-add-btn{margin-top:12px;width:100%;padding:10px;border-radius:999px;background:#ffb614;color:#1a245d;font-weight:700;font-size:13px;border:none;cursor:pointer}@media(max-width:980px){.t3-prod-grid{grid-template-columns:repeat(2,1fr)}}.t3-story-banner{background:linear-gradient(120deg,var(--yellow),var(--orange));border-radius:var(--radius);display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden}.t3-story-text{padding:48px}.t3-story-text h2{font-size:30px;font-weight:800;color:var(--navy);margin-bottom:12px}.t3-story-text p{color:var(--navy);opacity:.85;margin-bottom:20px;max-width:380px}.t3-story-visual{height:280px;display:flex;align-items:center;justify-content:center;font-size:120px;position:relative;overflow:hidden}.t3-story-visual img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}@media(max-width:980px){.t3-story-banner{grid-template-columns:1fr}}.t3-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.t3-why-card{background:var(--white);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow);text-align:center}.t3-why-card .t3-ic{font-size:34px;margin-bottom:12px}.t3-why-card h4{font-size:15px;font-weight:800;margin-bottom:6px;color:var(--navy)}.t3-why-card p{font-size:13px;color:var(--ink-soft)}@media(max-width:980px){.t3-why-grid{grid-template-columns:repeat(2,1fr)}}.t3-footer{background:var(--navy);color:var(--white);padding:56px 24px 24px;margin-top:40px}.t3-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;margin-bottom:40px;max-width:1240px;margin-inline:auto}.t3-footer-grid h4{font-size:14px;font-weight:800;margin-bottom:14px;color:var(--yellow)}.t3-footer-grid p,.t3-footer-grid a{font-size:13px;color:#b9c2e8;display:block;margin-bottom:8px}.t3-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;text-align:center;font-size:12px;color:#8892c4;max-width:1240px;margin:0 auto}@media(max-width:980px){.t3-footer-grid{grid-template-columns:1fr 1fr}}.t3-breadcrumb{padding:18px 0;font-size:13px;color:var(--ink-soft-2)}.t3-breadcrumb span{color:var(--navy);font-weight:700}.t3-cat-banner{background:linear-gradient(120deg,var(--royal),var(--navy));border-radius:var(--radius);color:var(--white);display:flex;align-items:center;justify-content:space-between;padding:36px 40px;margin-bottom:32px;overflow:hidden;gap:20px}.t3-cat-banner h1{font-size:30px;font-weight:800;margin-bottom:8px}.t3-cat-banner p{color:#d7e0ff;font-size:14px;max-width:420px}.t3-cat-banner .t3-emoji{font-size:80px;flex-shrink:0}.t3-layout{display:grid;grid-template-columns:260px 1fr;gap:28px;padding-bottom:64px;align-items:start}.t3-filters{background:var(--white);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);position:sticky;top:96px}.t3-filters h3{font-size:15px;font-weight:800;margin-bottom:14px}.t3-filter-group{margin-bottom:22px}.t3-filter-group h4{font-size:13px;font-weight:700;margin-bottom:10px;color:var(--ink-soft)}.t3-filter-item{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:13px}.t3-swatch{width:16px;height:16px;border-radius:50%;display:inline-block;border:1px solid var(--line)}.t3-price-slider{width:100%;accent-color:var(--royal);height:6px}.t3-price-labels{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--ink-soft);margin-top:8px}.t3-apply-btn{width:100%;padding:12px;border-radius:999px;background:var(--yellow);color:var(--navy);font-weight:800;border:none;margin-top:6px;cursor:pointer}.t3-header-actions{display:grid!important;grid-template-columns:repeat(3,44px)!important;align-items:center!important;justify-content:start!important;gap:10px!important;width:max-content!important;flex:0 0 auto!important}.t3-icon-btn{position:relative!important;display:grid!important;place-items:center!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;background:#f3f5fc!important;color:var(--navy)!important;box-shadow:none!important}.t3-icon-btn svg{display:block!important;width:20px!important;height:20px!important;stroke-width:1.8!important}.t3-cart-count{position:absolute!important;top:-6px!important;right:-5px!important;left:auto!important;display:grid!important;place-items:center!important;width:20px!important;height:20px!important;min-width:20px!important;padding:0!important;border:2px solid #fff!important;border-radius:50%!important;background:#ef6468!important;color:#fff!important;font-size:11px!important;line-height:1!important;font-weight:800!important}@media(max-width:749px){.t3-header-row{box-sizing:border-box!important;width:100%!important;padding:0 16px!important;gap:12px!important;justify-content:space-between!important;align-items:center!important}.t3-logo{flex:0 1 170px!important;max-width:170px!important;min-width:0!important}.t3-header-actions{grid-template-columns:repeat(3,42px)!important;gap:8px!important}.t3-icon-btn{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}}.t3-search-bar{background:#f1f3ff!important;border-radius:999px!important;padding:7px!important;box-shadow:none!important}.t3-search-bar input{background:#fffaf0!important;border:0!important;border-radius:999px!important;padding-inline:22px!important}.t3-search-bar button{width:54px!important;height:54px!important;min-width:54px!important;border-radius:50%!important;background:var(--navy)!important;color:#fff!important}#t3-filter-form{position:relative!important;padding-top:78px!important}#t3-filter-form>.t3-filter-trigger{position:absolute!important;left:0!important;top:6px!important;right:auto!important;min-width:122px!important;height:54px!important;border:1px solid #e1e4ee!important;border-radius:0!important;background:#fff!important;color:var(--navy)!important;box-shadow:none!important;text-transform:uppercase!important;font-size:13px!important;letter-spacing:.04em!important}#t3-filter-form>.t3-filter-trigger:before{content:"\2261";font-size:20px;line-height:1;transform:rotate(180deg)}.t3-results-head{position:absolute!important;right:0!important;top:6px!important;left:auto!important;width:auto!important;margin:0!important}.t3-sort-select{height:54px!important;min-width:220px!important;border:1px solid #e1e4ee!important;border-radius:0!important;background:#fff!important;padding-inline:18px 42px!important;color:var(--navy)!important}#t3-filter-form:before{content:"\2022\2022\2022\2022\2022\2022";position:absolute;top:20px;left:50%;transform:translate(-50%);color:#d9dbe3;letter-spacing:4px;font-size:20px}@media(max-width:749px){#t3-filter-form{padding-top:70px!important}#t3-filter-form>.t3-filter-trigger{left:0!important;top:4px!important;min-width:104px!important;height:48px!important}.t3-results-head{top:4px!important;right:0!important}.t3-sort-select{height:48px!important;min-width:170px!important;max-width:190px!important}#t3-filter-form:before{display:none!important}}.t3-cat-banner{display:none!important}.t3-filter-drawer-head+.t3-filter-group .t3-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px 10px!important}.t3-filter-drawer-head+.t3-filter-group .t3-choice{position:relative!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;gap:8px!important;min-height:112px!important;padding:0!important;border:0!important;background:transparent!important;text-align:center!important;font-size:11px!important;line-height:1.25!important}.t3-filter-drawer-head+.t3-filter-group .t3-choice:before{content:"";display:block;width:76px;height:76px;border-radius:50%;background:#f5f6fb center/cover no-repeat;border:3px solid #fff;box-shadow:0 0 0 1px #dfe3ef;transition:.2s ease}.t3-filter-drawer-head+.t3-filter-group .t3-choice:hover:before{transform:translateY(-2px);box-shadow:0 5px 14px #1e307824}.t3-filter-drawer-head+.t3-filter-group .t3-choice:has(input:checked):before{border-color:#ffb719;box-shadow:0 0 0 2px #ffb719}.t3-filter-drawer-head+.t3-filter-group .t3-choice:has(input:checked):after{content:"\2713";position:absolute;top:2px;right:8px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#ffb719;color:#172460;font-weight:900;font-size:13px}.t3-filter-drawer-head+.t3-filter-group .t3-choice input{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;opacity:0!important;cursor:pointer!important}.t3-filter-drawer-head+.t3-filter-group .t3-choice:nth-child(1):before{background-image:url(https://gigglezone-2.myshopify.com/cdn/shop/collections/7d223fe5-ed3d-4973-ac6c-eeb92250e045.png?v=1786182744&width=200)}.t3-filter-drawer-head+.t3-filter-group .t3-choice:nth-child(2):before{background-image:url(https://gigglezone-2.myshopify.com/cdn/shop/collections/16682cbb-2a8f-4cf2-aed4-2432848cc957_1.png?v=1786182634&width=200)}.t3-filter-drawer-head+.t3-filter-group .t3-choice:nth-child(3):before{background-image:url(https://gigglezone-2.myshopify.com/cdn/shop/files/1784585625549187223.png?v=1786042903&width=200)}.t3-filter-drawer-head+.t3-filter-group .t3-choice:nth-child(4):before{background-image:url(https://gigglezone-2.myshopify.com/cdn/shop/collections/b3c4a947-65f8-4566-b0ae-c2fcf971b499.png?v=1786178502&width=200)}.t3-filter-drawer-head+.t3-filter-group .t3-choice:nth-child(5):before{background-image:url(https://gigglezone-2.myshopify.com/cdn/shop/collections/be9a3af2-186c-4e14-8d9a-5f9e38a8cffc.png?v=1786181900&width=200)}.t3-filter-drawer-head+.t3-filter-group .t3-choice:nth-child(6):before{background-image:url(https://gigglezone-2.myshopify.com/cdn/shop/files/1785358163210536626.jpg?v=1786042973&width=200)}.t3-filter-drawer-head+.t3-filter-group .t3-choice:nth-child(7):before{background-image:url(https://gigglezone-2.myshopify.com/cdn/shop/collections/zone-funko.png?v=1786297534&width=200)}.t3-filter-drawer-head+.t3-filter-group .t3-choice:nth-child(8):before{background-image:url(https://gigglezone-2.myshopify.com/cdn/shop/collections/f243798f-2644-48c2-904e-c0245591b717.png?v=1786183121&width=200)}.t3-filter-drawer-head+.t3-filter-group .t3-choice:nth-child(9):before{background-image:url(https://gigglezone-2.myshopify.com/cdn/shop/collections/f4729555-c6a4-4e92-89fa-7e4dde7575cb.png?v=1786184325&width=200)}.t3-filter-drawer-head+.t3-filter-group .t3-choice:nth-child(10):before{background-image:url(https://gigglezone-2.myshopify.com/cdn/shop/collections/hot-wheels-category.png?v=1786182820&width=200)}.t3-prod-card{display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important}.t3-prod-card>a{display:flex!important;flex:1!important;flex-direction:column!important;min-height:0!important}.t3-prod-thumb{position:relative!important;width:100%!important;height:auto!important;aspect-ratio:1/1!important;overflow:hidden!important;background:#fff!important}.t3-prod-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.t3-prod-info{display:flex!important;flex:1!important;flex-direction:column!important;min-height:126px!important;padding:16px 16px 10px!important}.t3-price-row{margin-top:auto!important}.t3-add-btn{position:static!important;width:calc(100% - 28px)!important;min-height:46px!important;margin:8px 14px 14px!important;border-radius:12px!important;flex:0 0 auto!important}@media(max-width:749px){.t3-prod-info{min-height:116px!important;padding:12px 12px 8px!important}.t3-add-btn{width:calc(100% - 20px)!important;margin:7px 10px 10px!important;min-height:44px!important}}.t3-filter-trigger svg{display:none!important}.t3-filter-trigger{min-width:96px;padding:10px 24px!important;border-radius:10px!important;box-shadow:none!important;font-size:15px!important}.t3-filters{width:min(390px,94vw)!important;padding:0 24px 24px!important;border-radius:20px 0 0 20px!important;box-shadow:-14px 0 44px #11205b29!important}.t3-filter-drawer-head{padding:20px 0 14px!important}.t3-filter-drawer-head h3{font-size:21px!important}.t3-filter-group{padding:16px 0!important;border-bottom:1px solid #e9ecf5!important}.t3-filter-group h4{margin:0 0 10px!important;font-size:15px!important;letter-spacing:0!important}.t3-choice-grid{display:grid!important;grid-template-columns:1fr!important;gap:0!important}.t3-choice{min-height:44px!important;padding:11px 2px!important;border:0!important;border-bottom:1px solid #eef0f7!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;justify-content:flex-start!important}.t3-choice:hover{background:#f7f8fc!important}.t3-choice input{width:18px!important;height:18px!important;accent-color:#ffb719!important}.t3-price-fields input{border:1px solid #dfe3ef!important;border-radius:9px!important;background:#fff!important}.t3-filter-actions{padding-top:18px!important}.t3-apply-btn{border-radius:10px!important;box-shadow:none!important}.t3-dual-range{position:relative;height:34px;margin:4px 2px 12px}.t3-dual-range:before{content:"";position:absolute;left:0;right:0;top:15px;height:5px;border-radius:9px;background:#e2e6f2}.t3-dual-range input{position:absolute;left:0;top:4px;width:100%;height:26px;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none}.t3-dual-range input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:var(--yellow);border:4px solid var(--navy);pointer-events:auto}.t3-price-manual{display:grid;grid-template-columns:1fr 1fr;gap:10px}.t3-price-field label{display:block;font-size:11px;color:#68729b;margin-bottom:5px}.t3-price-field input{width:100%;box-sizing:border-box;border:1px solid #dfe4f3;border-radius:12px;padding:11px;color:var(--navy)}.t3-filter-actions{position:sticky;bottom:0;background:#fff;padding-top:18px}.t3-filter-reset{display:block;text-align:center;margin-top:10px;color:#66709a;background:none;border:0;width:100%}.t3-filter-open{overflow:hidden}@media(max-width:600px){.t3-filters{width:100vw;border-radius:0;padding-inline:20px}.t3-filter-trigger{width:100%;justify-content:center}}.t3-filter-drawer-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:24px 0 18px;border-bottom:1px solid #e9ecf7}.t3-filter-drawer-head h3{font-size:22px;margin:0;color:var(--navy)}.t3-filter-close{width:38px;height:38px;border-radius:50%;border:1px solid #dfe4f3;background:#f7f8fd;color:var(--navy);font-size:20px}.t3-filter-group{margin:0;padding:18px 0;border-bottom:1px solid #e9ecf7}.t3-filter-group h4{display:flex;justify-content:space-between;font-size:16px!important;color:var(--navy)!important;margin:0 0 13px!important;cursor:pointer}.t3-filter-group h4:after{content:"\2303"}.t3-filter-group.is-collapsed>:not(h4){display:none!important}.t3-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.t3-choice{display:flex;align-items:center;gap:8px;padding:10px;border:1px solid #dfe4f3;border-radius:12px;background:#fafbff;font-size:13px}.t3-choice input{width:19px;height:19px;accent-color:var(--yellow)}.t3-layout{grid-template-columns:1fr!important}.t3-filter-trigger{display:inline-flex;align-items:center;gap:10px;border:0;border-radius:999px;background:var(--yellow);color:var(--navy);padding:11px 18px;font-weight:800;cursor:pointer;margin:0 0 18px}.t3-filter-count{display:none}.t3-filter-count.has-count{display:inline-flex}.t3-filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#03145066;z-index:9997;opacity:0;visibility:hidden;transition:.25s}.t3-filter-overlay.is-open{opacity:1;visibility:visible}.t3-filters{position:fixed!important;z-index:9998;top:0!important;right:0;width:min(430px,92vw);height:100dvh;overflow-y:auto;background:#fff;border-radius:28px 0 0 28px;padding:0 26px 28px;box-shadow:-24px 0 70px #03145033;transform:translate(105%);transition:transform .28s ease}.t3-filters.is-open{transform:translate(0)}.t3-results-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:10px}.t3-results-head p{font-size:13px;color:var(--ink-soft-2)}.t3-sort-select{padding:10px 16px;border-radius:999px;background:var(--white);border:1px solid var(--line);font-family:inherit;font-size:13px;font-weight:600;color:var(--navy)}.t3-pagination{display:flex;justify-content:center;gap:8px;margin-top:36px}.t3-page-btn{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--white);font-size:13px;font-weight:700;box-shadow:var(--shadow);cursor:pointer}.t3-page-btn.t3-active{background:var(--royal);color:var(--white)}@media(max-width:900px){.t3-layout{grid-template-columns:1fr}.t3-filters{position:static}.t3-cat-banner .t3-emoji{display:none}}.t3-pdp{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding-bottom:56px;align-items:start}.t3-gallery-main{aspect-ratio:1/1;width:100%;min-height:0;border-radius:var(--radius);background:linear-gradient(135deg,#eaf0ff,#dce6ff);display:flex;align-items:center;justify-content:center;font-size:160px;box-shadow:var(--shadow);position:relative;margin-bottom:16px;overflow:hidden}.t3-gallery-main img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.t3-gallery-main .t3-badge{position:absolute;top:18px;inset-inline-start:18px;background:var(--red);color:var(--white);font-weight:800;font-size:12px;padding:6px 14px;border-radius:999px;z-index:2}.t3-thumbs{display:flex;gap:12px;flex-wrap:wrap}.t3-pdp-thumb{width:76px;height:76px;border-radius:16px;background:var(--white);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;font-size:32px;cursor:pointer;border:2px solid transparent;flex-shrink:0;overflow:hidden;padding:0}.t3-pdp-thumb.t3-active{border-color:var(--royal)}.t3-pdp-thumb img{width:100%;height:100%;object-fit:cover}.t3-pdp-info h1{font-size:26px;font-weight:800;margin-bottom:10px}.t3-stars-row{display:flex;align-items:center;gap:10px;margin-bottom:18px;font-size:13px;color:var(--ink-soft-2);flex-wrap:wrap}.t3-stars-row .t3-stars{color:var(--orange)}.t3-price-block{display:flex;align-items:center;gap:14px;margin-bottom:6px;flex-wrap:wrap}.t3-price-block .t3-price{font-size:30px;font-weight:800;color:var(--royal)}.t3-price-block .t3-old-price{font-size:16px;color:#9aa5c7;text-decoration:line-through}.t3-save-badge{background:#ffecec;color:var(--red);font-weight:800;font-size:12px;padding:5px 12px;border-radius:999px}.t3-stock{font-size:13px;color:var(--green);font-weight:700;margin-bottom:22px;display:flex;align-items:center;gap:6px}.t3-stock:before{content:"\25cf"}.t3-stock.t3-out{color:var(--red)}.t3-variant-row{margin-bottom:18px}.t3-variant-row label{font-size:13px;font-weight:700;display:block;margin-bottom:6px}.t3-variant-row select{width:100%;max-width:280px;padding:10px 14px;border-radius:12px;border:1px solid var(--line);font-family:inherit;font-size:13.5px;background:var(--white)}.t3-qty-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}.t3-qty-selector{display:flex;align-items:center;background:var(--white);border-radius:999px;box-shadow:var(--shadow);overflow:hidden}.t3-qty-selector button{width:40px;height:40px;border:none;background:transparent;font-size:18px;font-weight:700;cursor:pointer;color:var(--royal)}.t3-qty-selector input{width:40px;text-align:center;font-weight:700;border:none;font-family:inherit;background:transparent}.t3-cta-row{display:flex;gap:14px;margin-bottom:28px}.t3-cta-row .t3-btn{flex:1;padding:16px}.t3-cta-row .t3-btn:disabled{opacity:.5;cursor:not-allowed}.t3-delivery-box{background:var(--white);border-radius:18px;padding:18px 20px;box-shadow:var(--shadow);margin-bottom:24px;display:flex;flex-direction:column;gap:10px}.t3-delivery-item{display:flex;align-items:center;gap:10px;font-size:13px}.t3-delivery-item .t3-ic{font-size:18px}.t3-benefits-row{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:24px}.t3-benefit{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:var(--ink-soft)}.t3-pdp-info details{background:var(--white);border-radius:16px;padding:16px 20px;box-shadow:var(--shadow);margin-bottom:12px}.t3-pdp-info summary{font-weight:700;font-size:14px;cursor:pointer;list-style:none}.t3-pdp-info summary::-webkit-details-marker{display:none}.t3-pdp-info details p{font-size:13px;color:var(--ink-soft);margin-top:10px;line-height:1.7}@media(max-width:900px){.t3-pdp{grid-template-columns:1fr}}.t3-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a245d73;opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:80}.t3-overlay.t3-open{opacity:1;visibility:visible}.t3-cart-drawer{position:fixed;top:0;inset-inline-end:0;height:100%;width:420px;max-width:92vw;background:#f7f9ff;box-shadow:-10px 0 40px #1a245d40;z-index:90;display:flex;flex-direction:column;transform:translate(110%);transition:transform .3s ease}[dir=rtl] .t3-cart-drawer{transform:translate(-110%)}.t3-cart-drawer.t3-open{transform:translate(0)}.t3-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:var(--white);border-bottom:1px solid var(--line);flex-shrink:0}.t3-drawer-head h2{font-size:18px;font-weight:800}.t3-close-btn{width:36px;height:36px;border-radius:50%;background:var(--bg-tint);border:none;font-size:16px;cursor:pointer}.t3-drawer-items{flex:1;overflow-y:auto;padding:16px 24px}.t3-cart-item{display:flex;gap:14px;background:var(--white);border-radius:18px;padding:14px;box-shadow:var(--shadow);margin-bottom:14px;align-items:center}.t3-item-thumb{width:72px;height:72px;border-radius:14px;background:var(--bg-tint);display:flex;align-items:center;justify-content:center;font-size:34px;flex-shrink:0;overflow:hidden;position:relative}.t3-item-thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.t3-item-info{flex:1;min-width:0}.t3-item-info h4{font-size:13px;font-weight:700;margin-bottom:6px}.t3-item-price{font-weight:800;color:var(--royal);font-size:14px;margin-bottom:8px}.t3-item-qty{display:flex;align-items:center;gap:10px}.t3-qty-mini{display:flex;align-items:center;background:var(--bg-tint);border-radius:999px}.t3-qty-mini button{width:26px;height:26px;border:none;background:transparent;font-weight:700;cursor:pointer;color:var(--royal);font-size:14px}.t3-qty-mini span{width:24px;text-align:center;font-size:13px;font-weight:700}.t3-remove-btn{margin-inline-start:auto;font-size:12px;color:var(--red);font-weight:700;cursor:pointer;background:none;border:none}.t3-drawer-foot{background:var(--white);padding:20px 24px 26px;border-top:1px solid var(--line);flex-shrink:0}.t3-summary-row{display:flex;justify-content:space-between;font-size:13px;color:var(--ink-soft);margin-bottom:8px}.t3-summary-row.t3-total{font-size:17px;font-weight:800;color:var(--navy);margin-top:10px}.t3-free-ship{background:#eaf7e8;color:var(--green);font-size:12px;font-weight:700;padding:8px 14px;border-radius:12px;margin-bottom:16px;text-align:center}.t3-checkout-btn{width:100%;padding:16px;border-radius:999px;background:var(--yellow);color:var(--navy);font-weight:800;font-size:15px;border:none;cursor:pointer;margin-bottom:10px}.t3-continue-link{display:block;text-align:center;font-size:13px;font-weight:700;color:var(--royal);background:none;border:none;width:100%;cursor:pointer}.t3-empty-cart{padding:60px 24px;text-align:center}.t3-empty-cart .t3-ic{font-size:56px;margin-bottom:14px}.t3-empty-cart p{color:var(--ink-soft-2);font-size:14px;margin-bottom:20px}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme3.css.map */
