.search-stage{z-index:2;overflow:visible}.filter-row{grid-template-columns:repeat(4,minmax(0,1fr))}.multi-check-select{min-width:0;position:relative}.multi-check-select>summary{height:43px;color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:0 12px;font-size:14px;list-style:none;display:flex}.multi-check-select>summary::-webkit-details-marker{display:none}.multi-check-select>summary span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.multi-check-select>summary svg{flex:none;width:16px;transition:transform .18s}.multi-check-select[open]>summary svg{transform:rotate(180deg)}.multi-check-list{z-index:30;border:1px solid var(--line);background:#fff;border-radius:10px;width:max(100%,210px);max-height:310px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);left:0;overflow:auto;box-shadow:0 14px 35px #102d2333}.multi-check-list button{text-align:left;justify-content:flex-start;align-items:center;gap:9px;font-size:12px;font-weight:700;min-height:38px!important;color:var(--ink)!important;background:0 0!important;border-radius:7px!important;padding:6px 9px!important;display:flex!important}.multi-check-list button:hover,.multi-check-list button.selected{background:#e8f1eb!important}.multi-check-list button>span{border:1px solid #91a299;border-radius:4px;flex:none;place-items:center;width:17px;height:17px;display:grid}.multi-check-list button.selected>span{border-color:var(--green);background:var(--green);color:#fff}.multi-check-list button svg{width:12px}html[data-theme=dark] .multi-check-select>summary,html[data-theme=dark] .multi-check-list{color:var(--ink);background:#202c26;border-color:#43534b}html[data-theme=dark] .multi-check-list button{color:var(--ink)!important}html[data-theme=dark] .multi-check-list button:hover,html[data-theme=dark] .multi-check-list button.selected{background:#2b3d33!important}.shipping-filter{min-width:0;position:relative}.shipping-filter>summary{height:43px;color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:750;list-style:none;display:flex}.shipping-filter>summary span{flex:1}.shipping-filter>summary svg:last-child{transition:transform .18s}.shipping-filter[open]>summary svg:last-child{transform:rotate(180deg)}.shipping-filter>div{z-index:35;border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:1fr 1fr;gap:12px;width:min(520px,80vw);padding:14px;display:grid;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 14px 35px #102d2333}.shipping-filter label{color:var(--muted);text-transform:uppercase;gap:6px;font-size:9px;font-weight:850;display:grid}.shipping-filter small{color:var(--muted);grid-column:1/3;font-size:9px;line-height:1.45}html[data-theme=dark] .shipping-filter>summary,html[data-theme=dark] .shipping-filter>div{background:#202c26;border-color:#43534b}@media (width<=620px){.shipping-filter>div{grid-template-columns:1fr;width:auto;margin-top:6px;position:static}.shipping-filter small{grid-column:auto}}.catalog-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding-bottom:18px;display:flex}.catalog-toolbar .view-actions{flex-wrap:wrap;justify-content:flex-end}.result-mode{flex:1;grid-template-columns:repeat(3,minmax(0,220px));gap:8px;max-width:690px;display:grid}.result-mode button,.result-mode>a{text-align:left;border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:10px;grid-template-rows:auto auto;grid-template-columns:22px 1fr;column-gap:10px;padding:11px 14px;font-size:13px;font-weight:700;display:grid;position:relative}.result-mode button svg,.result-mode>a svg{width:20px;color:var(--green);grid-row:1/3;align-self:center}.result-mode button>span,.result-mode>a>span{color:var(--muted);margin-top:2px;font-size:10px;font-weight:400}.result-mode>a.library-mode{color:#17698d;background:#eef7f8;border-color:#8ab6c6}.result-mode>a.library-mode:hover{background:#fff;border-color:#147dac}.result-mode button.active{border-color:var(--forest);background:var(--forest);color:#fff;box-shadow:0 6px 18px #183f3122}.result-mode button.active svg{color:var(--lime)}.result-mode button.active>span{color:#c7d2cc}.result-mode button:focus-visible{outline:3px solid var(--lime);outline-offset:2px}html[data-theme=dark] .result-mode button,html[data-theme=dark] .result-mode>a{color:var(--ink);background:#202c26;border-color:#43534b}html[data-theme=dark] .result-mode>a.library-mode{color:#78d5f4;background:#17333d;border-color:#355b68}html[data-theme=dark] .result-mode button.active{background:var(--lime);border-color:var(--lime);color:#14231d}html[data-theme=dark] .result-mode button.active svg,html[data-theme=dark] .result-mode button.active>span{color:#244c3b}@media (width<=1050px){.filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1100px){.catalog-toolbar{flex-direction:column;align-items:stretch}.result-mode{max-width:none}.catalog-toolbar .view-actions{justify-content:flex-start}}@media (width<=620px){.filter-row{grid-template-columns:1fr}.result-mode{grid-template-columns:repeat(3,1fr)}.result-mode button,.result-mode>a{text-align:center;grid-template-columns:1fr;place-items:center;padding:10px 5px;font-size:11px}.result-mode button svg,.result-mode>a svg{grid-row:auto}.result-mode button>span,.result-mode>a>span{display:none}.catalog-toolbar .view-actions{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.catalog-toolbar .sort-control{grid-column:1/3}.catalog-toolbar .sort-control button{width:100%}.catalog-toolbar .grid-density{min-width:0}.catalog-toolbar .grid-density button{width:100%}.catalog-toolbar .view-actions>button{grid-column:1/3;justify-content:center}.catalog-head{margin-bottom:16px}}.mobile-filter-toggle{display:none}.active-filter-bar{flex-wrap:wrap;align-items:center;gap:7px;margin-top:12px;display:flex}.active-filter-bar>span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-right:3px;font-size:9px;font-weight:850}.active-filter-bar button{min-height:28px;color:var(--forest);cursor:pointer;background:#edf3ef;border:1px solid #b9c8bf;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:750}.active-filter-bar button:hover{border-color:var(--green);background:#fff}.active-filter-bar .clear-all{color:var(--muted);background:0 0;border-color:#0000;margin-left:auto;text-decoration:underline}html[data-theme=dark] .active-filter-bar button{color:#d8f09c;background:#24352d;border-color:#43534b}@media (width<=620px){.mobile-filter-toggle{border:1px solid var(--line);width:100%;min-height:44px;color:var(--ink);background:#fff;border-radius:9px;align-items:center;gap:8px;padding:0 13px;font-weight:800;display:flex}.mobile-filter-toggle svg{width:17px}.mobile-filter-toggle b{background:var(--forest);color:#fff;border-radius:50%;place-items:center;width:20px;height:20px;font-size:10px;display:grid}.mobile-filter-toggle span{color:var(--muted);margin-left:auto;font-size:10px}.filter-row{display:none}.filter-row.mobile-open{display:grid}html[data-theme=dark] .mobile-filter-toggle{background:#202c26;border-color:#43534b}.result-mode{scroll-snap-type:x mandatory;padding-bottom:4px;display:flex;overflow-x:auto}.result-mode button,.result-mode>a{scroll-snap-align:start;min-width:132px;min-height:58px}.catalog-toolbar{gap:12px}.active-filter-bar{flex-wrap:nowrap;padding-bottom:5px;overflow-x:auto}.active-filter-bar>span,.active-filter-bar button{flex:none}.active-filter-bar .clear-all{margin-left:0}.filter-row select,.filter-row input,.filter-row button{min-height:44px}}.sort-control{align-items:center;gap:8px;display:flex}.sort-control>span{color:var(--muted);font-size:11px;font-weight:700}.sort-control button{background:#fff;width:190px}@media (width<=760px){.catalog-head{align-items:flex-start;gap:18px}.view-actions{flex-wrap:wrap;justify-content:flex-end}.sort-control>span{display:none}}@media (width<=620px){.catalog-head{display:block}.view-actions{justify-content:flex-start;margin-top:15px}}.product-card:not(.compact){border-color:#d8ddd7;flex-direction:column;min-height:100%;display:flex;box-shadow:0 2px 8px #122e230a}.product-card.used{border-color:#cb8b3d;box-shadow:inset 4px 0 #cb8b3d,0 2px 8px #122e230f}.product-card .condition-badge{color:#713d0f;background:#fff3dc;border:1px solid #e1a65d;font-size:10px;font-weight:850;box-shadow:0 4px 12px #532e0c24}.product-card:not(.compact) .product-visual{background:linear-gradient(145deg,#eef1eb,#e3e8e1);border-bottom:1px solid #dde2dc;height:180px}.product-card:not(.compact) .product-visual img{padding:10px}.product-card:not(.compact) .disc-placeholder{width:132px;height:132px}.product-card:not(.compact) .disc-placeholder span{width:38px;height:38px;top:47px;left:47px}.product-card:not(.compact) .product-copy{flex-direction:column;flex:1;padding:16px 16px 0;display:flex}.product-card:not(.compact) .product-copy h3{text-overflow:ellipsis;white-space:nowrap;margin:4px 0 2px;font-size:22px;line-height:1.08;overflow:hidden}.product-card:not(.compact) .variant{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-card:not(.compact) .flight-numbers{margin-top:11px}.product-card:not(.compact) .flight-numbers span{color:#173c2e;background:#edf0eb;border:1px solid #d6ddd7;width:28px;height:25px}html[data-theme=dark] .product-card:not(.compact) .flight-numbers span{color:#eef5f0;background:#26352d;border-color:#405248}.product-card:not(.compact) .offer-row{background:#f7f8f4;border-top-color:#e1e5de;align-items:flex-end;margin:13px -16px 0;padding:13px 16px 15px}.offer-price>span{color:#748079;letter-spacing:.11em;text-transform:uppercase;margin-bottom:3px;font-size:9px;font-weight:800;display:block}.product-card:not(.compact) .offer-row strong{color:var(--forest);letter-spacing:-.04em;font-size:29px;line-height:1}.product-card:not(.compact) .offer-row small{text-overflow:ellipsis;white-space:nowrap;max-width:190px;margin-top:5px;font-size:11px;font-weight:700;overflow:hidden}.product-card.compact .offer-price>span{display:none}.model-badge{color:#244c3b;letter-spacing:.05em;text-transform:uppercase;background:#f4ffd9;border:1px solid #a9c55d;font-size:9px;font-weight:850;position:absolute;top:12px;left:12px}.model-images{width:100%;height:100%;position:relative}.model-images img{object-fit:contain;filter:drop-shadow(0 9px 8px #122e2326);position:absolute;top:6%;width:65%!important;height:88%!important}.model-images.count-1 img{left:17.5%}.model-images.count-2 img:first-child,.model-images.count-3 img:first-child{left:1%;transform:rotate(-7deg)}.model-images.count-2 img:nth-child(2){right:1%;transform:rotate(7deg)}.model-images.count-3 img:nth-child(2){z-index:2;left:17.5%}.model-images.count-3 img:nth-child(3){right:1%;transform:rotate(7deg)}.compare-cta{color:var(--green);margin-bottom:2px;font-size:11px;font-weight:850}.model-card.compact .model-images img{padding:2px;top:10%;width:72%!important;height:80%!important}@media (width<=620px){.product-card:not(.compact) .product-visual{height:200px}}.shop-selection-note{color:var(--accent-foreground,#744c00);margin:-.15rem 0 .65rem;font-size:.76rem;font-weight:700;line-height:1.35}.model-plastics{color:var(--ink);font-weight:700}.model-meta{color:var(--muted);margin:.22rem 0 0;font-size:.72rem}.edition-meta{color:var(--green);margin:.2rem 0 0;font-size:.7rem;font-weight:750}.catalog-list-head,.catalog-list-row{grid-template-columns:72px minmax(190px,1.35fr) minmax(165px,1fr) 126px minmax(120px,.72fr) minmax(145px,.68fr);align-items:center;gap:16px;display:grid}.catalog-list-head{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;padding:0 16px 7px 10px;font-size:9px;font-weight:850}.catalog-list-row{border:1px solid var(--line);background:#fff;border-radius:11px;min-height:92px;padding:9px 16px 9px 9px}.catalog-list-row:hover{border-color:#9bb1a6;transform:translateY(-1px);box-shadow:0 8px 22px #183f3114}.catalog-list-row:focus-visible,.product-card:focus-visible{outline:3px solid var(--brand-blue);outline-offset:3px}.catalog-list-row:not(.used){box-shadow:inset 3px 0 #2eb9fa22}.product-card:not(.used):not(.model-card){border-top:3px solid #2eb9fa55}.model-card{border-top:3px solid #fb801966}.catalog-list-row.used{border-left:4px solid #cb8b3d}.list-condition{color:#713d0f;letter-spacing:.04em;text-transform:uppercase;background:#fff0d6;border:1px solid #d99846;border-radius:999px;align-self:flex-start;align-items:center;gap:4px;margin:2px 0 3px;padding:4px 7px;font-weight:900;font-size:9px!important;display:inline-flex!important}.list-condition svg{width:11px;height:11px}.list-thumb{background:#edf0eb;border-radius:8px;place-items:center;height:72px;display:grid;overflow:hidden}.list-thumb img{object-fit:contain;width:100%;height:100%}.list-thumb .disc-placeholder{width:54px;height:54px}.list-thumb .disc-placeholder span{width:16px;height:16px;top:19px;left:19px}.list-identity,.list-variant,.list-shop,.list-offer{flex-direction:column;min-width:0;display:flex}.list-identity>span,.list-variant>span,.list-flight>span,.list-shop>span,.list-offer>span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.list-identity>b{text-overflow:ellipsis;margin:4px 0;font-size:19px;line-height:1.08;overflow:hidden}.list-identity small,.list-variant small,.list-shop small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.list-variant>b,.list-shop>b{text-overflow:ellipsis;white-space:nowrap;margin:5px 0;font-size:13px;overflow:hidden}.list-shop small{color:#9a5b21;font-weight:750}.list-flight>div{gap:4px;margin-top:7px;display:flex}.list-flight i{background:#edf0eb;border-radius:6px;place-items:center;width:27px;height:25px;font-size:10px;font-style:normal;font-weight:800;display:grid}.list-offer{text-align:right;align-items:flex-end}.list-offer strong{color:var(--forest);letter-spacing:-.035em;margin:4px 0;font-size:24px}.list-offer small{color:var(--green);background:#e7f1eb;border-radius:7px;align-items:center;gap:5px;padding:6px 9px;font-size:10px;font-weight:850;display:flex}.list-offer svg{width:13px;height:13px}html[data-theme=dark] .catalog-list-row{background:#18221d;border-color:#34443c}html[data-theme=dark] .list-thumb,html[data-theme=dark] .list-flight i{background:#202b25}html[data-theme=dark] .list-offer strong{color:#d8f09c}html[data-theme=dark] .list-condition{color:#ffd99e;background:#4a3218;border-color:#e6a34e}@media (width<=1050px){.catalog-list-head{display:none}.catalog-list-row{grid-template-columns:72px minmax(180px,1fr) minmax(145px,.8fr) 126px minmax(145px,.7fr)}.list-shop{display:none}}@media (width<=780px){.catalog-list-row{grid-template-columns:64px minmax(0,1fr) auto;gap:12px}.list-thumb{height:64px}.list-variant,.list-flight,.list-shop{display:none}.list-offer strong{font-size:20px}}@media (width<=520px){.catalog-list-row{grid-template-columns:58px minmax(0,1fr);gap:10px;padding:8px}.list-thumb{height:58px}.list-offer{text-align:left;grid-column:2;align-items:flex-start}.list-offer small{padding:5px 8px}.list-identity>b{font-size:17px}.product-card:not(.compact) .offer-row strong{font-size:25px}.product-card:not(.compact) .offer-row small{white-space:normal}.product-card{border-radius:14px}.list-condition{padding:5px 8px;font-size:10px!important}}.list-mobile-meta{display:none!important}@media (width<=780px){.list-mobile-meta{margin-top:3px;display:block!important}}:root{--brand-blue:#2eb9fa;--brand-blue-light:#4cdcff;--brand-orange:#fb8019;--brand-orange-light:#ff9f29;--muted:#46544d;--paper:#e6ebe8}.search-stage{min-height:440px;color:var(--ink);background:linear-gradient(125deg,#dce5e3 0%,#cfdee1 64%,#c4dbe2 100%);padding-top:64px}.search-stage:before{content:"";background:#fb801921;border-radius:50%;width:340px;height:340px;position:absolute;bottom:-250px;left:-170px}.search-stage:after{border-color:#2eb9fa24;top:-300px;right:-160px}.stage-copy>p{color:#147dac}.stage-copy h1 em{color:var(--brand-orange)}.stage-copy>span{color:#334b55;font-weight:520}.hero-intro{z-index:2;align-items:center;gap:clamp(28px,5vw,70px);max-width:1040px;display:flex;position:relative}.hero-intro .stage-copy{min-width:0}.library-entry{color:#17698d;background:#eef7f8;border:1px solid #9ab8c3;border-radius:999px;align-items:center;gap:7px;margin-bottom:14px;padding:8px 11px;font-size:11px;font-weight:850;display:inline-flex}.library-entry:hover{background:#fff}.library-entry svg:last-child{margin-left:2px}html[data-theme=dark] .library-entry{color:#78d5f4;background:#17333d;border-color:#355b68}.floating-theme-toggle{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f4f7f5f0;border-color:#aebdb7;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 24px #1a372d2e}.hero-brand-art{filter:drop-shadow(0 18px 28px #1a4f6724);opacity:.94;flex:0 0 clamp(190px,22vw,285px);transform:rotate(-3deg)}.hero-brand-art img{width:100%;height:auto}.searchbox{background:#f7faf8;border:1px solid #d4e2e7;box-shadow:0 18px 40px #22647e21}.search-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f7faf894;border:1px solid #ffffffb8;border-radius:16px;max-width:1180px;padding:14px;box-shadow:0 20px 50px #22647e1a}.product-card,.loading-state,.empty-state{background:#f8faf7}html[data-theme=dark] .search-stage{color:var(--ink);background:linear-gradient(125deg,#101719 0%,#102630 62%,#123542 100%)}html[data-theme=dark] .stage-copy>p{color:var(--brand-blue-light)}html[data-theme=dark] .stage-copy h1 em{color:var(--brand-orange-light)}html[data-theme=dark] .stage-copy>span{color:#d0dde1}html[data-theme=dark] .floating-theme-toggle{background:#18221df0;border-color:#496057}html[data-theme=dark] .hero-brand-art{filter:drop-shadow(0 18px 30px #00000052)}html[data-theme=dark] .search-panel{background:#0d1c2094;border-color:#6fbdd833;box-shadow:0 20px 50px #0003}@media (width<=1120px){.hero-brand-art{opacity:.9}}@media (width<=620px){.floating-theme-toggle{bottom:12px;right:12px}.hero-brand-art{opacity:1;flex-basis:135px;width:135px}.hero-intro{flex-direction:column;align-items:flex-start;gap:8px}.hero-intro .stage-copy h1{font-size:clamp(36px,11vw,50px)}.search-stage{min-height:0;padding-top:44px}.search-panel{border-radius:13px;padding:10px}}.grid-density{align-items:center;gap:8px;display:flex}.grid-density>span{color:var(--muted);font-size:11px;font-weight:700}.grid-density button{background:#fff;width:132px}.product-grid.columns-auto{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid.columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}html[data-theme=dark] .grid-density button{color:var(--ink);background:#202c26;border-color:#43534b}@media (width<=900px){.product-grid.columns-auto,.product-grid.columns-2,.product-grid.columns-3,.product-grid.columns-4,.product-grid.columns-5{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-density>span{display:none}}@media (width<=620px){.product-grid.columns-auto,.product-grid.columns-2,.product-grid.columns-3,.product-grid.columns-4,.product-grid.columns-5{grid-template-columns:1fr}.grid-density button{width:128px}}.search-stage{isolation:isolate;color:#f5fbfc;background:linear-gradient(122deg,#061a23 0%,#0b3541 62%,#12505e 100%);min-height:0;padding:0 max(24px,50vw - 660px) 38px;position:relative;overflow:visible}.search-stage:after{content:"";z-index:-2;opacity:.43;pointer-events:none;background:url(/brand/fizzdisc-hero-sport.png) right 46%/cover no-repeat;border:0;border-radius:0;width:auto;height:auto;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 0% 35%,#00000040 52%,#000 78%);mask-image:linear-gradient(90deg,#0000 0% 35%,#00000040 52%,#000 78%)}.search-stage:before{content:"";z-index:-1;transform-origin:100%;opacity:.7;pointer-events:none;background:linear-gradient(90deg,#0000,#f39a3533 20%,#f39a35eb 78%,#0000);border:0;border-radius:0;width:min(34vw,460px);height:2px;position:absolute;inset:152px 7% auto auto;transform:rotate(-7deg);box-shadow:0 0 15px #f39a3542}.home-header{z-index:4;border-bottom:1px solid #b8e3eb33;align-items:center;gap:30px;min-height:88px;display:flex;position:relative}.home-brand{align-items:center;gap:13px;display:flex}.home-brand img{object-fit:contain;width:68px;height:56px}.home-brand>span{line-height:1;display:grid}.home-brand b{font-family:var(--fd-font-display);letter-spacing:-.025em;font-size:22px}.home-brand small{color:#b9d4da;letter-spacing:.08em;text-transform:uppercase;margin-top:5px;font-size:9px;font-weight:750}.home-header nav{align-items:center;gap:25px;margin-left:auto;display:flex}.home-header nav a{color:#cbdcd3;padding:25px 0;font-size:12px;font-weight:750;position:relative}.home-header nav a:hover{color:#fff}.home-header nav a:after{content:"";background:var(--fd-lime);height:2px;transition:transform var(--fd-motion-base) var(--fd-ease);position:absolute;bottom:18px;left:0;right:0;transform:scaleX(0)}.home-header nav a:hover:after{transform:scaleX(1)}.home-header .theme-toggle{color:#f2f8f4;background:#ffffff14;border-color:#ecf8f13d;margin-left:8px}.home-header .theme-toggle:hover{border-color:var(--fd-lime);background:#ffffff21}.hero-intro{z-index:1;max-width:none;padding:34px 0 22px;position:relative}.hero-intro .stage-copy{max-width:800px}.stage-copy>p{color:var(--fd-lime);letter-spacing:.14em;align-items:center;gap:9px;margin:0 0 10px;font-size:10px;display:flex}.stage-copy>p:before{content:"";background:var(--fd-orange);width:22px;height:3px;transform:skew(-28deg)}.stage-copy h1{font-family:var(--fd-font-display);letter-spacing:-.035em;font-size:clamp(34px,4.4vw,58px);font-weight:760;line-height:1.02}.stage-copy h1 em{color:var(--fd-orange);font-style:normal}.stage-copy h1 em:after{content:"";vertical-align:.14em;background:currentColor;width:.24em;height:3px;margin-left:.12em;display:inline-block}.stage-copy>span{color:#c5d9de;max-width:620px;margin-top:14px;font-size:15px;line-height:1.5}.search-panel{z-index:2;border-radius:var(--fd-radius-lg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#051b22b8;border:1px solid #ecf8f133;max-width:none;margin-top:0;padding:12px;position:relative;box-shadow:0 22px 52px #03141852}.search-panel-head{justify-content:space-between;align-items:center;padding:0 4px 9px;display:flex}.search-panel-head>span{letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:850}.search-panel-head small{color:#aec4b9;font-size:10px}.searchbox{border-radius:var(--fd-radius-md);background:var(--fd-surface);height:60px;box-shadow:var(--fd-shadow-md);border:1px solid #ffffff40}.searchbox>svg{color:var(--fd-sky)}.searchbox input{font-size:17px}.searchbox input::placeholder{color:#78877f}.filter-row{gap:8px;margin-top:9px}.filter-row>[data-slot=select-trigger],.multi-check-select>summary{color:#f1f7f3;height:42px;box-shadow:none;background:#ffffff1a;border:1px solid #ecf8f133}.filter-row>[data-slot=select-trigger]{width:100%}.filter-row>[data-slot=select-trigger] svg,.multi-check-select>summary svg{color:#cfe0d7}.filter-row>.multi-check-select{height:42px}.filter-row>[data-slot=select-trigger]:hover,.multi-check-select>summary:hover{background:#ffffff24;border-color:#c8f36a94}.active-filter-bar{margin-top:10px;padding:0 3px}.active-filter-bar>span{color:#b8c9c0}.active-filter-bar button{color:#eefbd2;background:#c8f36a1a;border-color:#c8f36a42}.active-filter-bar button:hover{border-color:var(--fd-lime);color:#fff;background:#c8f36a2e}.active-filter-bar .clear-all{color:#c2d2ca}.catalog-shell{scroll-margin-top:12px}html[data-theme=dark] .search-stage{background:linear-gradient(122deg,#020e14 0%,#082f3c 62%,#0d4654 100%)}html[data-theme=dark] .search-stage:after{opacity:.46;background:url(/brand/fizzdisc-hero-sport.png) right 46%/cover no-repeat}html[data-theme=dark] .search-panel{background:#04141ab3;border-color:#62d9ec2b}html[data-theme=dark] .searchbox{color:#15211b;background:#f1f5f1;border-color:#4b6156}html[data-theme=dark] .searchbox input{color:#15211b}html[data-theme=dark] .searchbox input::placeholder{color:#68776f}html[data-theme=dark] .filter-row>[data-slot=select-trigger],html[data-theme=dark] .multi-check-select>summary{color:#edf5f0;background:#ffffff14;border-color:#ecf8f133}@media (width<=760px){.home-header{min-height:76px}.home-header nav{gap:14px}.home-header nav a{padding:22px 0;font-size:10px}.home-brand img{width:58px;height:48px}.home-brand small{display:none}.hero-intro{padding-top:26px}}@media (width<=620px){.search-stage{padding:0 14px 24px}.search-stage:after{opacity:.2;background-position:72% 45%;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#00000029 48%,#000 100%);mask-image:linear-gradient(90deg,#0000 0%,#00000029 48%,#000 100%)}.search-stage:before{width:58vw;top:138px;right:-6%}.home-header{gap:8px}.home-brand img{width:54px;height:44px}.home-brand b{font-size:19px}.home-header nav{display:none}.home-header .theme-toggle{margin-left:auto}.hero-intro{padding:23px 2px 18px}.stage-copy h1{font-size:clamp(35px,10.5vw,48px)}.stage-copy>span{font-size:12px}.search-panel{padding:9px}.search-panel-head{padding-bottom:7px}.searchbox{height:56px}.searchbox input{font-size:15px}}.catalog-shell{max-width:1380px;padding:34px 30px 76px}.catalog-head{align-items:center;margin-bottom:20px;padding:0 2px}.catalog-head p{color:var(--fd-muted);font-size:13px}.catalog-head p b{color:var(--fd-ink);font-family:var(--fd-font-display);letter-spacing:-.02em;align-items:center;gap:10px;font-size:27px;display:inline-flex}.catalog-head p b:before{content:"";background:var(--fd-orange);width:5px;height:22px;transform:skew(-15deg)}.data-state{margin-top:6px}.data-state i{background:var(--fd-green);box-shadow:0 0 0 4px #168fa91f}.catalog-toolbar{border:1px solid var(--fd-line);border-radius:var(--fd-radius-lg);background:var(--fd-surface);box-shadow:var(--fd-shadow-sm);margin-bottom:22px;padding:12px 14px}.result-mode,.view-toggle{border-color:var(--fd-line);background:var(--fd-surface-soft)}.result-mode button.active,.view-toggle button.active{background:var(--fd-forest);color:#fff;box-shadow:var(--fd-shadow-sm)}.product-grid{gap:18px}.product-card:not(.compact){border:1px solid var(--fd-line);border-radius:var(--fd-radius-lg);background:var(--fd-surface);box-shadow:var(--fd-shadow-sm);border-top:3px solid #2ba7c89e}.product-card:not(.compact):hover{box-shadow:var(--fd-shadow-md);border-color:#2ba7c8b8;transform:translateY(-3px)}.product-card.used{border-color:#f39a35b3;border-top-color:var(--fd-orange);box-shadow:var(--fd-shadow-sm)}.product-card.used:hover{box-shadow:0 14px 32px #54320d29}.product-card:not(.compact) .product-visual{border-bottom:1px solid var(--fd-line);background:linear-gradient(150deg,#f8faf9,#e7f0f2);height:192px}.product-card:not(.compact) .product-visual img{filter:drop-shadow(0 10px 10px #09273021);transition:transform .26s var(--fd-ease),filter .26s var(--fd-ease);padding:12px}.product-card:not(.compact):hover .product-visual img{filter:drop-shadow(0 14px 14px #09273033);transform:translateY(-3px)rotate(-.8deg)scale(1.025)}.product-card .condition-badge{color:#7d460d;box-shadow:none;background:#fff3df;border-color:#f39a35a6}.product-card:not(.compact) .product-copy{padding:17px 17px 0}.eyebrow-row{color:var(--fd-green);letter-spacing:.12em;font-size:9px}.product-card:not(.compact) .product-copy h3{min-height:51px;color:var(--fd-ink);font-family:var(--fd-font-display);letter-spacing:-.015em;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:6px 0 4px;font-size:23px;font-weight:700;line-height:1.1;display:-webkit-box;overflow:hidden}.variant{color:var(--fd-muted)}.edition-meta{color:var(--fd-green)}.product-card:not(.compact) .flight-numbers{gap:6px;margin-top:14px;margin-bottom:3px}.product-card:not(.compact) .flight-numbers span{border-radius:var(--fd-radius-sm);width:31px;height:27px;color:var(--fd-forest);font-family:var(--fd-font-data);background:#edf6f7;border:1px solid #2ba7c84d;font-size:11px;position:relative;overflow:hidden;box-shadow:inset 0 -2px #2ba7c847}.product-card:not(.compact) .offer-row{border-color:var(--fd-line);background:#f4f7f6;min-height:98px;margin:auto -17px 0;padding:14px 17px 16px}.offer-price>span{color:var(--fd-muted)}.product-card:not(.compact) .offer-row strong{color:var(--fd-forest);font-family:var(--fd-font-display);font-size:30px}.product-card:not(.compact) .offer-row small{color:var(--fd-ink-soft)}.product-card .external{z-index:2;background:var(--fd-forest);color:#fff;opacity:1;width:31px;height:31px;transition:background var(--fd-motion-base) var(--fd-ease),transform var(--fd-motion-base) var(--fd-ease);border-radius:50%;padding:7px;top:auto;bottom:17px;right:16px}.product-card:hover .external{background:var(--fd-orange);transform:translate(3px)rotate(-8deg)}.model-card{border-top-color:#f39a35b8!important}.model-badge{color:#75420e;background:#fff2df;border-color:#f39a359e}.compare-cta{display:none}.catalog-list-row{border-color:var(--fd-line);border-radius:var(--fd-radius-md);background:var(--fd-surface);box-shadow:inset 3px 0 0 #2ba7c857,var(--fd-shadow-sm)}.catalog-list-row:hover{box-shadow:inset 3px 0 0 var(--fd-sky),var(--fd-shadow-md);border-color:#2ba7c8a6}.catalog-list-row.used{border-left:4px solid var(--fd-orange);box-shadow:var(--fd-shadow-sm)}.list-thumb{background:linear-gradient(145deg,#f5f8f7,#e7eff0)}.list-identity>b{color:var(--fd-ink);font-family:var(--fd-font-display);letter-spacing:-.025em}.list-flight i{color:var(--fd-forest);font-family:var(--fd-font-data);background:#edf6f7;border:1px solid #2ba7c838}.list-offer strong{color:var(--fd-forest);font-family:var(--fd-font-display)}.list-offer small{color:#0b7087;background:#e2f4f7}.list-condition{color:#7d460d;background:#fff3df;border-color:#f39a35a6}html[data-theme=dark] .catalog-toolbar,html[data-theme=dark] .product-card:not(.compact),html[data-theme=dark] .catalog-list-row{border-color:var(--fd-line);background:var(--fd-surface)}html[data-theme=dark] .product-card:not(.compact){border-top-color:#62d9ec94}html[data-theme=dark] .product-card:not(.compact) .product-visual,html[data-theme=dark] .list-thumb{border-color:var(--fd-line);background:linear-gradient(145deg,#21363e,#172a31)}html[data-theme=dark] .product-card:not(.compact) .offer-row{border-color:var(--fd-line);background:#1b2c32}html[data-theme=dark] .product-card:not(.compact) .offer-row strong,html[data-theme=dark] .list-offer strong{color:var(--fd-lime)}html[data-theme=dark] .product-card:not(.compact) .flight-numbers span,html[data-theme=dark] .list-flight i{color:#eaf9fb;background:#203941;border-color:#35535d}html[data-theme=dark] .list-offer small{color:#86e2f0;background:#163c47}html[data-theme=dark] .product-card.used{border-color:#f5aa55ad}@media (prefers-reduced-motion:reduce){.product-card:not(.compact) .product-visual img,.product-card .external{transition:none}.product-card:not(.compact):hover .product-visual img,.product-card:hover .external{transform:none}}@media (width<=900px){.catalog-shell{padding-left:20px;padding-right:20px}.product-grid{gap:14px}}@media (width<=620px){.catalog-shell{padding:25px 13px 52px}.catalog-head{align-items:flex-start}.catalog-head p b{font-size:23px}.catalog-toolbar{padding:10px}.product-card:not(.compact) .product-visual{height:205px}.product-card:not(.compact) .product-copy h3{font-size:22px}}
