.store-page{--s-ink:#17212e;--s-muted:#5c6877;--s-line:#dce1e8;--s-paper:#f5f7fa;--s-blue:#214de8;max-width:1320px;color:var(--s-ink);width:100%;font-family:var(--font-hero-display),sans-serif;margin:0 auto;padding:125px 32px 90px}.store-page *{box-sizing:border-box}.store-page a{text-decoration:none}.store-page button,.store-page select,.store-page input{font:inherit}.store-page button,.store-page select{cursor:pointer}.store-page :focus-visible{outline:2px solid var(--s-blue);outline-offset:4px}.store-utility{color:var(--s-muted);border-bottom:1px solid var(--s-line);justify-content:space-between;align-items:center;gap:18px;padding-bottom:20px;font-size:13px;display:flex}.store-utility nav{gap:24px;display:flex}.store-utility a{color:var(--s-ink);align-items:center;gap:8px;display:inline-flex}.store-utility a:hover{color:var(--s-blue)}.store-heading{max-width:850px;padding:36px 0 42px}.store-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--s-muted);margin:0 0 13px;font-size:11px;font-weight:600}.store-heading h1{letter-spacing:-.04em;margin:0 0 18px;font-size:clamp(32px,3.4vw,46px);font-weight:500;line-height:1.13}.store-heading>p:last-child{color:var(--s-muted);max-width:760px;margin:0;font-size:17px;line-height:1.6}.store-catalog-layout{grid-template-columns:228px minmax(0,1fr);gap:36px;display:grid}.store-sidebar{border-top:2px solid var(--s-ink);padding-top:20px}.store-sidebar h2{margin:0;font-size:15px;font-weight:600}.store-filter-heading{justify-content:space-between;align-items:center;margin-bottom:17px;display:flex}.store-filter-heading button{color:var(--s-blue);background:0 0;border:0;font-size:12px}.store-filter-options{gap:4px;display:grid}.store-filter-options button{text-align:left;color:var(--s-muted);background:0 0;border:0;border-radius:3px;justify-content:space-between;gap:8px;padding:10px 11px;font-size:14px;line-height:1.3;display:flex}.store-filter-options button>span:last-child:not(:first-child){opacity:.75;font-size:12px}.store-filter-options button:hover{background:var(--s-paper)}.store-filter-options button.is-selected{color:#1b43d1;background:#ebefff;font-weight:600}.store-sidebar .store-filter-subtitle{border-top:1px solid var(--s-line);margin-top:25px;margin-bottom:15px;padding-top:25px}.store-filter-help{border-top:1px solid var(--s-line);margin-top:30px;padding-top:25px;font-size:13px;line-height:1.65}.store-filter-help strong{font-size:14px;font-weight:500}.store-filter-help p{color:var(--s-muted);margin:9px 0}.store-filter-help a{color:var(--s-blue);align-items:center;gap:8px;display:inline-flex}.store-search-row{gap:12px;display:flex}.store-search{color:var(--s-muted);background:#fff;border:1px solid #bfc7d2;border-radius:4px;flex:1;align-items:center;gap:12px;min-width:0;padding:0 16px;display:flex}.store-search:focus-within{border-color:var(--s-blue);box-shadow:0 0 0 1px var(--s-blue)}.store-search input{width:100%;min-width:0;height:49px;color:var(--s-ink);background:0 0;border:0;outline:none;font-size:14px}.store-search input:focus-visible{outline:none}.store-results-meta{color:var(--s-muted);justify-content:space-between;align-items:center;margin:20px 0 22px;font-size:13px;display:flex}.store-results-meta select{color:var(--s-ink);background:0 0;border:0;padding:7px 0 7px 7px;font-size:13px}.store-filter-toggle{display:none}.store-active-filter{border:1px solid var(--s-line);background:#fff;border-radius:3px;align-items:center;gap:12px;margin:0 0 18px;padding:7px 11px;font-size:12px;display:inline-flex}.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.store-card{border:1px solid var(--s-line);background:#fff;border-radius:5px;flex-direction:column;transition:border-color .15s;display:flex;overflow:hidden}.store-card:hover{border-color:#9eacc1}.store-card-image{border-bottom:1px solid var(--s-line);background:#f1f4f8;justify-content:center;align-items:center;height:205px;padding:18px;display:flex}.store-card-image img{object-fit:contain;width:100%;height:100%}.store-card-image>span{font-size:40px;font-weight:600}.store-card-image>span>span{font-size:15px;font-weight:400;display:block}.store-card-body{flex-direction:column;flex:1;padding:23px;display:flex}.store-card-category{color:#3255ad;flex-wrap:wrap;gap:6px 15px;margin:0 0 12px;font-size:11px;display:flex}.store-card-category span{color:var(--s-muted)}.store-card h2{letter-spacing:-.025em;margin:0 0 13px;font-size:23px;font-weight:500;line-height:1.25}.store-card h2 a{color:var(--s-ink)}.store-card h2 a:hover{color:var(--s-blue)}.store-card-summary{color:var(--s-muted);margin:0 0 18px;font-size:14px;line-height:1.7}.store-card ul{color:var(--s-muted);margin:0 0 25px;padding:0;font-size:12px;line-height:1.8;list-style:none}.store-card li{padding-left:13px;position:relative}.store-card li:before{content:"";background:#6b86c5;width:4px;height:4px;position:absolute;top:.85em;left:0}.store-card-bottom{border-top:1px solid var(--s-line);justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:19px;display:flex}.store-card-bottom strong{letter-spacing:-.02em;font-size:23px;font-weight:600}.store-card-bottom small{color:var(--s-muted);font-size:12px}.store-card-bottom p{color:var(--s-muted);margin:5px 0 0;font-size:11px}.store-card-bottom>a{color:var(--s-blue);border:1px solid var(--s-line);border-radius:3px;place-items:center;width:40px;height:40px;display:grid}.store-card-bottom>a:hover{background:var(--s-paper)}.store-empty{background:var(--s-paper);text-align:center;margin:20px 0;padding:50px 25px}.store-empty h2,.store-empty h1{font-size:24px;font-weight:500}.store-empty p{color:var(--s-muted)}.store-empty button,.store-empty a{background:var(--s-ink);color:#fff;border:0;border-radius:3px;margin-top:15px;padding:12px 20px;display:inline-block}.store-breadcrumb{color:var(--s-muted);flex-wrap:wrap;gap:9px;margin:26px 0 34px;font-size:12px;line-height:1.7;display:flex}.store-breadcrumb a{color:var(--s-muted)}.store-breadcrumb a:hover{color:var(--s-blue)}.store-product-layout{grid-template-columns:minmax(0,1fr) 365px;align-items:start;gap:48px;display:grid}.store-product-main{min-width:0}.store-product-main h1{letter-spacing:-.035em;margin:0 0 20px;font-size:clamp(30px,3.1vw,43px);font-weight:500;line-height:1.13}.store-product-lead{color:var(--s-muted);max-width:720px;margin:0 0 21px;font-size:16px;line-height:1.75}.store-product-badges{flex-wrap:wrap;gap:7px;margin:0 0 30px;display:flex}.store-product-badges span{border:1px solid var(--s-line);color:var(--s-muted);background:#fff;border-radius:3px;padding:5px 9px;font-size:11px}.store-gallery-main{border:1px solid var(--s-line);background:linear-gradient(140deg,#f5f8fb,#e9eef8);border-radius:4px;justify-content:center;align-items:center;min-height:255px;margin:0;padding:24px;display:flex;overflow:hidden}.store-gallery-main img{object-fit:contain;width:100%;height:auto;max-height:420px;display:block}.store-gallery-thumbs{gap:10px;margin-top:14px;display:flex}.store-gallery-thumbs button{border:1px solid var(--s-line);background:var(--s-paper);width:100px;max-height:65px;padding:5px}.store-gallery-thumbs button[aria-pressed=true]{border-color:var(--s-blue)}.store-gallery-thumbs img{object-fit:contain;width:100%;height:100%}.store-feature-preview{grid-template-columns:1fr 1fr;gap:17px;margin:28px 0;display:grid}.store-feature-preview span{color:var(--s-muted);align-items:center;gap:10px;font-size:13px;display:flex}.store-feature-preview svg{color:var(--s-blue);flex-shrink:0}.store-purchase{border:1px solid #cdd5e1;border-top:3px solid var(--s-blue);background:#fff;border-radius:4px;padding:26px;position:sticky;top:110px}.store-purchase-heading h2{letter-spacing:-.02em;margin:0 0 8px;font-size:22px;font-weight:600}.store-purchase-heading p{color:var(--s-muted);margin:0 0 25px;font-size:13px;line-height:1.6}.store-periods{border:0;min-width:0;margin:0 0 26px;padding:0}.store-periods legend{color:var(--s-muted);margin-bottom:11px;font-size:12px;font-weight:500}.store-periods label{border:1px solid var(--s-line);cursor:pointer;border-radius:4px;align-items:center;gap:10px;margin-bottom:9px;padding:14px 12px;display:flex}.store-periods label.is-selected{border-color:var(--s-blue);box-shadow:inset 0 0 0 1px var(--s-blue);background:#f3f6ff}.store-periods input{accent-color:var(--s-blue);flex-shrink:0;width:16px;height:16px;margin:0}.store-periods label>span{flex:1}.store-periods strong{white-space:nowrap;font-size:14px;font-weight:600}.store-periods small{color:var(--s-muted);margin-top:4px;font-size:11px;display:block}.store-total>span{color:var(--s-muted);font-size:12px}.store-price{letter-spacing:-.04em;margin:5px 0 23px;font-size:38px;font-weight:600;line-height:1.2}.store-price small{letter-spacing:0;color:var(--s-muted);margin-left:7px;font-size:12px;font-weight:400}.store-license-facts{margin:0 0 22px;font-size:12px;line-height:1.6}.store-license-facts>div{justify-content:space-between;gap:10px;margin:8px 0;display:flex}.store-license-facts dt{color:var(--s-muted)}.store-license-facts dd{text-align:right;margin:0}.store-primary{background:var(--s-blue);border:0;border-radius:3px;justify-content:center;align-items:center;gap:14px;min-height:48px;padding:15px 17px;font-size:14px;font-weight:500;line-height:1.4;transition:background .15s;display:flex;color:#fff!important}.store-primary:hover{background:#183ec4}.store-payment-note{color:var(--s-muted);margin:12px 0 20px;font-size:11px;line-height:1.7}.store-purchase-assurances{color:var(--s-muted);gap:10px;padding-bottom:23px;font-size:11px;display:grid}.store-purchase-assurances span{align-items:center;gap:9px;display:flex}.store-buy-help{border-top:1px solid var(--s-line);flex-wrap:wrap;justify-content:space-between;gap:8px;padding-top:19px;font-size:12px;line-height:1.6;display:flex}.store-buy-help span{color:var(--s-muted)}.store-buy-help a{color:var(--s-blue);font-weight:500}.store-detail-nav{border-bottom:1px solid var(--s-line);border-top:1px solid var(--s-line);z-index:5;background:#fff;gap:30px;margin-top:55px;display:flex;position:sticky;top:94px;overflow:auto}.store-detail-nav a{white-space:nowrap;color:var(--s-ink);border-bottom:2px solid #0000;padding:18px 0;font-size:14px}.store-detail-nav a:hover{color:var(--s-blue);border-bottom-color:var(--s-blue)}.store-detail-content>section{border-bottom:1px solid var(--s-line);grid-template-columns:300px minmax(0,1fr);gap:60px;padding:52px 0;scroll-margin-top:175px;display:grid}.store-detail-content h2{letter-spacing:-.025em;margin:0;font-size:27px;font-weight:500;line-height:1.2}.store-detail-content p:not(.store-kicker){color:var(--s-muted);margin:0 0 17px;font-size:15px;line-height:1.8}.store-function-list{grid-template-columns:1fr 1fr;gap:20px 26px;margin:0;padding:0;list-style:none;display:grid}.store-function-list li{align-items:start;gap:12px;font-size:14px;line-height:1.6;display:flex}.store-function-list svg{color:var(--s-blue);flex-shrink:0;margin-top:2px}.store-requirements{margin:0 0 20px;padding-left:18px;font-size:15px;line-height:1.9}.store-detail-content .store-muted{font-size:12px!important}.store-faq details{border-bottom:1px solid var(--s-line);margin-bottom:17px;padding:0 0 17px}.store-faq summary{cursor:pointer;font-size:15px;font-weight:500;line-height:1.5}.store-faq p{padding-top:12px;font-size:14px!important}@media (min-width:1500px){.store-page{max-width:1390px}.store-card-image{height:220px}}@media (max-width:1100px){.store-catalog-layout{grid-template-columns:205px minmax(0,1fr);gap:25px}.store-card-body{padding:19px}.store-product-layout{grid-template-columns:minmax(0,1fr) 335px;gap:28px}.store-purchase{padding:22px}.store-detail-content>section{grid-template-columns:250px minmax(0,1fr);gap:35px}}@media (max-width:800px){.store-page{padding:110px 20px 60px}.store-heading{padding:26px 0 30px}.store-heading h1{font-size:34px}.store-heading>p:last-child{font-size:15px}.store-catalog-layout{flex-direction:column;gap:20px;display:flex}.store-sidebar{border:1px solid var(--s-line);order:0;padding:20px;display:none}.store-sidebar.is-open{display:block}.store-filter-help{display:none}.store-filter-toggle{border:1px solid var(--s-line);background:var(--s-paper);border-radius:3px;align-items:center;gap:7px;padding:0 13px;font-size:13px;display:flex}.store-results{order:1}.store-product-grid{gap:16px}.store-card-image{height:175px;padding:13px}.store-card h2{font-size:22px}.store-utility{font-size:12px}.store-utility nav{gap:15px}.store-product-layout{flex-direction:column;gap:25px;display:flex}.store-product-main{width:100%}.store-purchase{width:100%;max-width:none;padding:25px;position:static}.store-product-main h1{font-size:35px}.store-product-lead{font-size:15px}.store-gallery-main{min-height:200px;padding:16px}.store-feature-preview{gap:15px;margin-bottom:0}.store-detail-nav{gap:22px;margin-top:35px;top:90px}.store-detail-nav a{padding:15px 0;font-size:13px}.store-detail-content>section{padding:35px 0;display:block}.store-detail-content h2{margin-bottom:25px;font-size:26px}.store-function-list{gap:17px}.store-periods label{padding:16px}.store-price{font-size:40px}.store-purchase-assurances{grid-template-columns:1fr 1fr}.store-breadcrumb{margin:20px 0 25px;font-size:11px}}@media (max-width:550px){.store-product-grid{grid-template-columns:1fr}.store-card-image{height:185px}.store-card-body{padding:21px}.store-utility>span{font-size:11px}.store-utility nav{gap:12px}.store-utility svg{width:14px}.store-heading h1{max-width:310px}.store-search input{font-size:13px}.store-feature-preview,.store-function-list{grid-template-columns:1fr}.store-gallery-main{min-height:150px}.store-product-badges{margin-bottom:22px}.store-purchase-assurances{grid-template-columns:1fr}.store-utility{gap:8px}.store-periods strong{font-size:14px}.store-breadcrumb>span:last-child{display:none}}@media (prefers-reduced-motion:reduce){.store-page *{scroll-behavior:auto!important;transition:none!important}}body:has(.store-page) .footer-cta{display:none}body:has(.store-page) .site-footer{margin-top:0}.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:18px}.store-card-image{background:linear-gradient(145deg,#fafbfe,#f0f3f8);height:225px;padding:18px}.store-card-image img{object-fit:contain;max-width:100%;max-height:100%}.store-card-body{padding:18px}.store-card h2{margin-bottom:10px;font-size:18px;line-height:1.3}.store-card-category{gap:5px 10px;margin-bottom:10px;font-size:10px}.store-card-summary{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:18px;font-size:12px;line-height:1.65;display:-webkit-box;overflow:hidden}.store-card-bottom{padding-top:15px}.store-card-bottom strong{font-size:20px}.store-card-bottom>a{width:33px;height:33px}.store-card-bottom p{font-size:10px}.store-heading{padding:28px 0 30px}.store-heading h1{font-size:34px}.store-heading>p:last-child{max-width:760px;font-size:15px}.store-detail .store-gallery-main{height:470px;min-height:0;padding:26px}.store-detail .store-gallery-main img{object-fit:contain;width:100%;height:100%}.store-detail .store-primary{cursor:pointer;font:inherit;border:0;font-size:14px}@media (max-width:1150px){.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:800px){.store-card-image{height:215px}.store-detail .store-gallery-main{height:380px}}@media (max-width:550px){.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.store-card-image{height:175px;padding:12px}.store-card-body{padding:12px}.store-card h2{font-size:15px}.store-card-category span{display:none}.store-card-summary{margin-bottom:13px;font-size:11px}.store-card-bottom{align-items:end;gap:5px}.store-card-bottom strong{font-size:16px}.store-card-bottom small{font-size:10px}.store-card-bottom p{font-size:9px}.store-card-bottom>a{display:none}.store-heading h1{font-size:28px}.store-detail .store-gallery-main{height:340px}}.product-gallery:focus-visible{outline:2px solid var(--s-blue);outline-offset:5px}.product-gallery__stage{touch-action:pan-y;position:relative}.product-gallery__slide{opacity:0;pointer-events:none;transition:opacity .26s,transform .32s cubic-bezier(.22,1,.36,1);position:absolute;inset:24px 50px;transform:translate(12px)}.product-gallery__slide.is-active{opacity:1;transform:translate(0)}.store-detail .product-gallery__slide img{object-fit:contain;width:100%;height:100%;max-height:none}.product-gallery__arrow{background:var(--s-paper);border:1px solid var(--s-line);width:40px;min-height:44px;color:var(--s-muted);cursor:pointer;border-radius:4px;place-items:center;transition:background .15s,color .15s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.product-gallery__arrow:hover{color:var(--s-blue);background:#edf2fb}.product-gallery__arrow--prev{left:8px}.product-gallery__arrow--next{right:8px}.product-gallery__footer{align-items:center;gap:16px;margin-top:12px;display:flex}.product-gallery .store-gallery-thumbs{gap:8px;margin:0;padding:2px;overflow-x:auto}.product-gallery .store-gallery-thumbs button{cursor:pointer;border-radius:3px;flex:0 0 82px;height:60px;max-height:none;transition:border-color .15s,background .15s}.product-gallery .store-gallery-thumbs button[aria-pressed=true]{border:2px solid var(--s-blue);background:#edf2fb}.product-gallery__counter{color:var(--s-muted);font-variant-numeric:tabular-nums;flex-shrink:0;margin-left:auto;font-size:12px}.product-gallery button:focus-visible{outline:2px solid var(--s-blue);outline-offset:2px}@media (max-width:550px){.product-gallery__slide{inset:18px 43px}.product-gallery__arrow{width:36px}.product-gallery__arrow--prev{left:4px}.product-gallery__arrow--next{right:4px}}@media (prefers-reduced-motion:reduce){.product-gallery__slide{transition:none;transform:none}}.store-card-net{color:var(--s-muted);margin-top:3px;font-size:11px;line-height:1.6;display:block}.store-net-price{color:var(--s-muted);margin:-8px 0 18px;font-size:14px}.store-detail-content{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:48px;display:grid}.store-detail-content>section{min-width:0;padding:30px 0;display:block}.store-detail-content>section>div:first-child{margin-bottom:20px}.store-detail-content .store-kicker{margin-bottom:8px;font-size:10px}.store-detail-content h2{margin:0;font-size:23px}.store-detail-content p:not(.store-kicker){margin-bottom:14px;font-size:14px;line-height:1.75}.store-detail-content .store-function-list{grid-template-columns:1fr;gap:13px}.store-detail-content .store-requirements{font-size:14px;line-height:1.8}.store-detail-content .store-faq summary{font-size:14px}.store-detail-nav{margin-top:35px}.store-mobile-buy{display:none}@media (max-width:800px){.store-detail-content{grid-template-columns:1fr;gap:0}.store-detail-content>section{padding:24px 0}.store-detail-content h2{font-size:21px}.store-detail:has(.store-mobile-buy){padding-bottom:165px}.store-mobile-buy{z-index:45;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:var(--s-paper);border-top:1px solid var(--s-line);gap:8px;display:grid;position:fixed;inset:auto 0 0;box-shadow:0 -5px 20px #182f5510}.store-mobile-buy__choice{justify-content:space-between;align-items:center;gap:16px;display:flex}.store-mobile-buy__choice>span,.store-mobile-buy__choice label>span{color:var(--s-muted);font-size:11px;line-height:1.5}.store-mobile-buy__choice>span strong{color:var(--s-ink);font-size:14px;font-weight:550}.store-mobile-buy__choice label{flex-direction:column;gap:2px;min-width:0;display:flex}.store-mobile-buy__choice select{max-width:195px;height:32px;color:var(--s-ink);background:0 0;border:0;padding:0 20px 0 0;font-size:16px;font-weight:550}.store-mobile-buy__price{text-align:right;white-space:nowrap}.store-mobile-buy__price>strong{color:var(--s-ink);font-size:20px;font-weight:650;line-height:1.2;display:block}.store-mobile-buy__price small{font-size:10px;font-weight:400}.store-mobile-buy__price>span{color:var(--s-muted);margin-top:3px;font-size:11px;display:block}.store-mobile-buy .store-primary{justify-content:center;gap:12px;width:100%;min-height:44px;padding:10px 16px;font-size:14px}.store-mobile-buy>[role=alert]{color:#922b2b;margin:0;font-size:12px}.store-detail:has(.store-mobile-buy) .store-purchase>.store-primary{display:none}.store-detail .store-product-main h1{margin-bottom:14px;font-size:29px;line-height:1.15}.store-detail .store-product-lead{margin-bottom:16px;font-size:14px;line-height:1.6}.store-detail .store-product-badges{margin-bottom:18px}.store-detail .store-gallery-main{height:300px}.store-detail .store-feature-preview{gap:10px;margin-top:18px}body:has(.store-mobile-buy) .cookie-consent{bottom:calc(140px + env(safe-area-inset-bottom))}}
