.shop{--blue:#093685;--deep:#071b4a;--green:#83d900;--ink:#13264a;--muted:#64748b;color:var(--ink);background:#fff;font-family:DM Sans,Arial,sans-serif}.shop *{box-sizing:border-box}.shop button,.shop input,.shop textarea{font:inherit}.shop button{cursor:pointer}.shop-topline{background:var(--deep);color:#d9e8ff;letter-spacing:.04em;padding:9px max(5vw,50vw - 640px);font-size:12px}.shop-topline span{float:right;color:#a7dd41}.shop-header{z-index:20;background:#fff;position:sticky;top:0;box-shadow:0 1px 20px #13264a15}.shop-header-inner{justify-content:space-between;align-items:center;gap:55px;max-width:1360px;min-height:90px;margin:auto;padding:10px 5%;display:flex}.shop-brand img{object-fit:contain;width:167px;height:60px}.shop-header nav{align-items:center;gap:36px;display:flex}.shop-header nav a{color:#243a60;font-size:14px;font-weight:700;text-decoration:none}.shop-header nav a[aria-current]{color:var(--blue)}.shop-header-tools{align-items:center;gap:10px;display:flex}.shop-cart-btn,.shop-menu{color:var(--blue);background:0 0;border:0;align-items:center;gap:8px;font-weight:700;display:flex}.shop-cart-btn{padding:12px;position:relative}.shop-cart-btn b{background:var(--green);color:#103500;border-radius:50%;place-items:center;min-width:20px;height:20px;font-size:11px;display:grid}.shop-menu{display:none}.shop-hero{background:var(--deep);align-items:center;min-height:470px;display:flex;position:relative;overflow:hidden}.shop-hero-image{background:url(/assets/hero.jpg) 50%/cover;position:absolute;inset:0 0 0 42%}.shop-hero-image:after{content:"";background:linear-gradient(90deg,var(--deep),#071b4a35 65%);position:absolute;inset:0}.shop-hero-content{z-index:1;color:#fff;width:100%;max-width:1240px;margin:auto;padding:70px 5%;position:relative}.shop-kicker{color:#75cc00;letter-spacing:.16em;font-size:12px;font-weight:800}.shop-hero h1{letter-spacing:-.045em;max-width:700px;margin:20px 0;font-family:Manrope,Outfit,sans-serif;font-size:clamp(38px,5vw,69px);font-weight:800;line-height:1.12}.shop-hero h1 em{color:var(--green);font-style:normal}.shop-hero p{color:#d8e3f5;max-width:520px;font-size:17px;line-height:1.7}.shop-hero a,.shop-cta a,.shop-primary{background:var(--green);color:#113916;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:20px;padding:15px 22px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.shop-hero a{margin-top:16px}.shop-catalog{max-width:1360px;margin:auto;padding:85px 5% 100px}.shop-section-head{justify-content:space-between;align-items:end;gap:25px;margin-bottom:30px;display:flex}.shop-section-head h2{color:var(--deep);margin:13px 0;font-family:Manrope,Outfit,sans-serif;font-size:clamp(34px,4vw,50px)}.shop-section-head p{max-width:700px;color:var(--muted);margin:0;line-height:1.6}.shop-total{color:var(--muted);white-space:nowrap;font-weight:700}.shop-tools{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.shop-categories{scrollbar-width:thin;flex:1;gap:8px;padding:5px 0;display:flex;overflow:auto}.shop-categories button{white-space:nowrap;color:#2a4267;background:#fff;border:1px solid #dce4ec;border-radius:6px;padding:10px 15px;font-size:13px;font-weight:700}.shop-categories button.active{background:var(--blue);border-color:var(--blue);color:#fff}.shop-search{color:#66788e;border:1px solid #dce4ec;border-radius:6px;flex:none;align-items:center;gap:8px;width:280px;padding:0 12px;display:flex}.shop-search input{width:100%;min-width:0;color:var(--ink);border:0;outline:0;padding:11px 0;font-size:13px}.shop-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.shop-product{background:#fff;border:1px solid #e2e8f0;border-radius:9px;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.shop-product:hover{transform:translateY(-3px);box-shadow:0 20px 40px #071b4a14}.shop-product-visual{color:#1c56a4;background:#edf3f9;border:0;place-items:center;width:100%;height:225px;display:grid;position:relative;overflow:hidden}.shop-product-visual svg{z-index:1;position:relative}.shop-product-visual img{object-fit:cover;width:100%;height:100%}.shop-visual-orbit{border:1px solid #ccdbec;border-radius:50%;width:175px;height:175px;position:absolute}.shop-visual-orbit:after{content:"";border:1px solid #d9e6f2;border-radius:50%;position:absolute;inset:20px}.shop-product-body{flex-direction:column;flex:1;padding:19px;display:flex}.shop-product-category{letter-spacing:.11em;text-transform:uppercase;color:#548900;font-size:11px;font-weight:800}.shop-product-name{text-align:left;color:var(--deep);background:0 0;border:0;min-height:54px;padding:9px 0 0;font-family:Manrope,Outfit,sans-serif;font-size:16px;font-weight:800;line-height:1.35;display:block}.shop-product-body p{color:#697b91;min-height:36px;margin:9px 0 16px;font-size:13px;line-height:1.5}.shop-product-bottom{border-top:1px solid #e5ebf1;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:16px;display:flex}.shop-product-bottom strong{color:var(--blue);font-size:13px}.shop-product-bottom button{color:var(--blue);white-space:nowrap;background:0 0;border:0;padding:8px 0;font-size:12px;font-weight:800}.shop-product-bottom button span{vertical-align:middle;color:#75c800;font-size:19px}.shop-empty{text-align:center;color:var(--muted);padding:60px}.shop-cta{background:var(--blue);color:#fff;justify-content:space-between;align-items:center;gap:30px;padding:65px max(5vw,50vw - 620px);display:flex}.shop-cta h2{max-width:660px;margin:12px 0;font:800 clamp(25px,3vw,39px)/1.25 Manrope,Outfit,sans-serif}.shop-cta p{color:#dce8f7}.shop-cta a{white-space:nowrap}.shop-footer{color:#cfdaed;background:#071535;justify-content:space-between;gap:90px;padding:65px max(5vw,50vw - 620px);font-size:14px;display:flex}.shop-footer>div{flex-direction:column;gap:12px;display:flex}.shop-footer img{background:#fff;border-radius:6px;width:175px;margin-bottom:7px;padding:8px}.shop-footer p{max-width:270px;line-height:1.6}.shop-footer strong{color:#fff;margin-bottom:8px}.shop-footer a{color:#cfdaed;text-decoration:none}.shop-modal-backdrop,.shop-drawer-backdrop{z-index:40;background:#05163baa;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.shop-modal{background:#fff;border-radius:13px;grid-template-columns:1fr 1fr;gap:32px;width:min(870px,100%);padding:30px;display:grid;position:relative}.shop-close,.shop-drawer-head>button{color:var(--ink);background:0 0;border:0;position:absolute;top:22px;right:22px}.shop-modal-image{min-height:370px;color:var(--blue);background:#edf3f9;border-radius:8px;place-items:center;display:grid}.shop-modal-image img{object-fit:cover;border-radius:8px;width:100%;height:370px}.shop-modal h2{color:var(--deep);margin:18px 0;font:800 31px/1.2 Manrope,Outfit,sans-serif}.shop-modal p{color:var(--muted);line-height:1.7}.shop-modal-brand{font-weight:700}.shop-modal strong{color:var(--blue);margin:22px 0;display:block}.shop-primary{justify-content:center;width:100%}.shop-drawer-backdrop{justify-content:flex-end;align-items:stretch;padding:0}.shop-drawer{background:#fff;flex-direction:column;width:min(480px,100%);height:100%;padding:28px;display:flex;overflow-y:auto}.shop-drawer-head{border-bottom:1px solid #e2e8f0;padding-bottom:18px;position:relative}.shop-drawer-head h2{color:var(--deep);margin:10px 0 0;font:800 27px Manrope,Outfit,sans-serif}.shop-drawer-head h2 small{color:var(--muted);font:500 16px DM Sans}.shop-cart-items{padding:12px 0}.shop-cart-row{border-bottom:1px solid #e2e8f0;gap:14px;padding:16px 0;display:flex}.shop-cart-thumb{width:68px;height:68px;color:var(--blue);background:#edf3f9;border-radius:6px;flex:none;place-items:center;display:grid;overflow:hidden}.shop-cart-thumb img{object-fit:cover;width:100%;height:100%}.shop-cart-row>div:last-child{min-width:0}.shop-cart-row strong{font-size:14px;display:block}.shop-cart-row small{color:var(--muted)}.shop-quantity{align-items:center;gap:13px;margin-top:8px;display:flex}.shop-quantity button{background:#fff;border:1px solid #dce4ed;border-radius:4px;width:28px;height:28px}.shop-checkout{gap:14px;padding:20px 0 50px;display:grid}.shop-checkout h3{color:var(--deep);margin:0}.shop-checkout>p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.shop-checkout label{gap:7px;font-size:13px;font-weight:700;display:grid}.shop-checkout input,.shop-checkout textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #d5deea;border-radius:6px;padding:12px}.shop-honeypot{position:absolute;left:-9999px}.shop-privacy{font-size:12px}.shop-form-error{color:#b42020!important}.shop-empty-cart,.shop-success{text-align:center;color:var(--muted);margin:auto 0;padding:55px 18px}.shop-empty-cart svg{color:var(--blue)}.shop-empty-cart h3,.shop-success h3{color:var(--deep)}.shop-empty-cart button,.shop-success button{background:var(--blue);color:#fff;border:0;border-radius:6px;padding:12px 20px;font-weight:700}.shop-error{color:#093685;padding:20vh 8%}@media (max-width:1100px){.shop-grid{grid-template-columns:repeat(3,1fr)}.shop-tools{display:block}.shop-search{width:100%;margin-top:10px}}@media (max-width:760px){.shop-topline span{display:none}.shop-header-inner{gap:10px;min-height:73px}.shop-brand img{width:130px;height:48px}.shop-header nav{background:#fff;flex-direction:column;align-items:flex-start;padding:25px;display:none;position:absolute;top:73px;left:0;right:0;box-shadow:0 15px 25px #0002}.shop-header nav.open,.shop-menu{display:flex}.shop-hero{min-height:475px}.shop-hero-image{opacity:.23;inset:0}.shop-hero-image:after{background:linear-gradient(90deg,var(--deep),#071b4a99)}.shop-hero-content{padding:65px 6%}.shop-catalog{padding:55px 5%}.shop-section-head{align-items:start}.shop-total{font-size:12px}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.shop-product-visual{height:160px}.shop-product-body{padding:12px}.shop-product-name{min-height:52px;font-size:13px}.shop-product-body p{font-size:11px}.shop-product-bottom{flex-direction:column;align-items:flex-start}.shop-cta,.shop-footer{padding:48px 6%;display:block}.shop-footer>div{margin-bottom:30px}.shop-cta a{margin-top:18px}.shop-modal{grid-template-columns:1fr;max-height:90vh;padding:20px;overflow-y:auto}.shop-modal-image,.shop-modal-image img{height:210px;min-height:210px}.shop-close{z-index:2;background:#fff;border-radius:50%}.shop-cart-btn span{display:none}}@media (max-width:390px){.shop-grid{grid-template-columns:1fr}.shop-product-visual{height:210px}.shop-product-bottom{flex-direction:row}}.shop-product-visual img{z-index:2;object-fit:contain;background:#fff;padding:10px;position:absolute;inset:0}.shop-modal-image{position:relative;overflow:hidden}.shop-modal-image img{object-fit:contain;background:#fff;padding:16px;position:absolute;inset:0}.shop-source-credit{margin:10px 0!important;font-size:12px!important}.shop-source-credit a{color:#0b4a99;text-decoration:underline}.shop-cart-thumb img{object-fit:contain;background:#fff}.shop-show-more{color:#0a3e8e;background:#fff;border:1px solid #0a3e8e;border-radius:7px;margin:32px auto 0;padding:13px 22px;font-weight:800;display:block}.shop-product-name{text-decoration:none}.shop-product-name:hover,.shop-detail-link:hover{text-decoration:underline}.shop-detail-link{color:#093685;margin:12px 0 20px;font-weight:800;display:block}.language-switcher{white-space:nowrap;border:1px solid #d5e0ed;border-radius:30px;box-shadow:none!important;background:#f4f8fd!important;flex-direction:row!important;align-items:center!important;gap:3px!important;padding:4px!important;display:flex!important;position:static!important}.language-switcher a{border-radius:24px;color:#17417e!important;padding:8px!important;font-size:12px!important;font-weight:800!important;text-decoration:none!important}.language-switcher a[aria-current=true]{background:#84d900;color:#133a08!important}@media (max-width:760px){.shop-header-inner{gap:5px}.language-switcher{padding:2px!important}.language-switcher a{padding:6px!important}}
