@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";:root{--ortoped-navy: #042d5b;--ortoped-navy-2: #0a3a70;--ortoped-mid: #225c9a;--ortoped-blue: #176fec;--ortoped-blue-hover: #1361d4;--ortoped-ink: #042d5b;--ortoped-muted: #5a6b85;--ortoped-line: #d6e7f7;--ortoped-bg: #f4f9fd;--ortoped-bg-soft: #e8f0fb;--ortoped-bg-blue: #e5f0fa;--ortoped-bg-blue-2: #d6e7f7;--ortoped-card: #d6e7f7;--ortoped-star: #F5B100;--page-width: 1200px;--section-pt: 64px;--section-pb: 64px;--section-pt-m: 40px;--section-pb-m: 40px}.ortoped-section{font-family:Manrope,system-ui,sans-serif;font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased;color:var(--ortoped-ink);background:var(--ortoped-bg)}.ortoped-section *,.ortoped-section *:before,.ortoped-section *:after{box-sizing:border-box}.ortoped-section a{color:inherit;text-decoration:none}.ortoped-section img{display:block;max-width:100%}.ortoped-section .mono{font-family:JetBrains Mono,ui-monospace,monospace}.ortoped-wrap{max-width:var(--page-width, 1200px);margin:0 auto;padding:0 32px}.ortoped-announce{background:var(--ortoped-navy);color:#fff;font-size:13px;position:relative;z-index:5;border-bottom:none}.ortoped-announce .ortoped-announce-inner{display:flex;justify-content:center;align-items:center;height:40px;gap:16px;flex-wrap:wrap;max-width:none;width:100%;padding:0 32px;margin:0}.ortoped-announce .left{display:flex;gap:28px;color:#fff;flex-wrap:wrap;justify-content:center}.ortoped-announce .left span{display:inline-flex;align-items:center;gap:8px}.ortoped-announce .right{display:flex;gap:24px;color:#ffffffbf}.ortoped-announce .right a{color:#ffffffd9}.ortoped-announce .right a:hover{color:#fff}.ortoped-hero{background:linear-gradient(180deg,#f4f9fd,#e5f0fa);position:relative;overflow:hidden;min-height:520px}.ortoped-hero .hero-inner{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center;min-height:520px}.ortoped-hero .hero-inner>div:first-child{position:relative;z-index:2}.ortoped-hero h2{font-size:clamp(32px,4vw + 8px,56px);line-height:1.06;letter-spacing:-.03em;font-weight:800;color:var(--ortoped-navy);margin:0 0 22px}.ortoped-hero p.lead{font-size:18px;line-height:1.55;color:var(--ortoped-muted);max-width:480px;margin:0 0 32px}.ortoped-btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--ortoped-blue);color:#fff!important;padding:16px 26px;border-radius:10px;font-weight:700;font-size:16px;transition:background .15s ease,transform .15s ease}.ortoped-btn-primary:hover{background:var(--ortoped-blue-hover)}.ortoped-btn-primary:active{transform:translateY(1px)}.ortoped-hero-art{position:relative;aspect-ratio:5/5;border-radius:24px;overflow:hidden;background:radial-gradient(circle at 70% 35%,#d6e7f7 0%,transparent 60%),linear-gradient(160deg,#e5f0fa,#c5dcf2)}.ortoped-hero-art img{width:100%;height:100%;object-fit:cover}.ortoped-ph{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#042d5b73;background-image:repeating-linear-gradient(45deg,rgba(4,45,91,.04) 0 8px,transparent 8px 16px)}.ortoped-ph .ph-inner{text-align:center}.ortoped-ph svg{opacity:.7}.ortoped-ph .label{font-family:JetBrains Mono,monospace;font-size:12px;margin-top:12px;letter-spacing:.04em}.ortoped-section.ortoped-trust{padding-top:32px;padding-bottom:32px}.ortoped-trust{background:var(--ortoped-bg);border-bottom:1px solid var(--ortoped-line)}.ortoped-trust .trust-inner{display:flex;justify-content:space-between;align-items:center;gap:clamp(16px,2vw,32px)}.ortoped-trust-item{flex:1 1 0;min-width:0;display:flex;align-items:center;gap:14px;margin:0}.ortoped-trust-item .ico{width:40px;height:40px;border-radius:10px;background:var(--ortoped-bg-blue);color:var(--ortoped-mid);display:grid;place-items:center;flex:0 0 40px}.ortoped-trust-item .t1{font-size:14px;font-weight:700;color:var(--ortoped-ink);line-height:1.25}.ortoped-trust-item .t2{font-size:13px;color:var(--ortoped-muted);line-height:1.3}.ortoped-trust--dividers .ortoped-trust-item{position:relative}.ortoped-trust--dividers .ortoped-trust-item:not(:last-child):after{content:"";position:absolute;right:calc(clamp(16px,2vw,32px)/-2);top:50%;transform:translateY(-50%);width:1px;height:28px;background:var(--ortoped-line)}@media(max-width:749px){.ortoped-trust--dividers .ortoped-trust-item:not(:last-child):after{display:none}}.ortoped-section{padding-top:var(--section-pt);padding-bottom:var(--section-pb)}@media(max-width:749px){.ortoped-section{padding-top:var(--section-pt-m);padding-bottom:var(--section-pb-m)}}.ortoped-section--white{background:#fff}.ortoped-section--tight-bottom{padding-bottom:calc(var(--section-pb) / 2)}.ortoped-section--tight-top{padding-top:calc(var(--section-pt) / 2)}@media(max-width:749px){.ortoped-section--tight-bottom{padding-bottom:calc(var(--section-pb-m) / 2)}.ortoped-section--tight-top{padding-top:calc(var(--section-pt-m) / 2)}}.ortoped-section.ortoped-announce{padding:0}.ortoped-hero.ortoped-align-center .hero-inner{grid-template-columns:1fr;text-align:center}.ortoped-hero.ortoped-align-center .hero-inner>div:first-child{display:flex;flex-direction:column;align-items:center;max-width:720px;margin:0 auto}.ortoped-hero.ortoped-align-center .hero-inner p.lead{margin-left:auto;margin-right:auto}.ortoped-hero.ortoped-align-center .ortoped-hero-art{display:none}.ortoped-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;gap:16px;flex-wrap:wrap}.ortoped-section-head h3{margin:0;font-size:clamp(22px,2.4vw + 8px,34px);letter-spacing:-.02em;font-weight:800;color:var(--ortoped-navy)}.ortoped-section-head a.more{font-size:14px;color:var(--ortoped-blue);font-weight:600;display:inline-flex;align-items:center;gap:6px}.ortoped-section-head a.more:hover{text-decoration:underline}.ortoped-section-intro{margin:-16px 0 28px;max-width:720px;font-size:15px;line-height:1.6;color:var(--ortoped-muted)}.ortoped-brands-heading{font-size:22px}.ortoped-cat-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}@media(min-width:1025px){.ortoped-cat-card{flex:0 0 calc((100% - 64px)/5);max-width:calc((100% - 64px)/5)}}.ortoped-cat-grid--3col,.ortoped-cat-grid--4col,.ortoped-cat-grid--5col,.ortoped-cat-grid--6col{display:grid!important;gap:16px!important}.ortoped-cat-grid--3col{grid-template-columns:repeat(3,1fr)!important;gap:20px!important}.ortoped-cat-grid--4col{grid-template-columns:repeat(4,1fr)!important;gap:18px!important}.ortoped-cat-grid--5col{grid-template-columns:repeat(5,1fr)!important}.ortoped-cat-grid--6col{grid-template-columns:repeat(6,1fr)!important}.ortoped-cat-card-count{font-size:12px;color:var(--ortoped-muted);margin-top:2px;font-weight:500}.ortoped-cat-card{position:relative;display:block;overflow:hidden;aspect-ratio:1 / 1;border-radius:16px;cursor:pointer;color:#fff;background:linear-gradient(160deg,#e5f0fa,#d6e7f7);box-shadow:0 2px 8px #00000014;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s cubic-bezier(.2,.8,.2,1)}.ortoped-cat-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #042d5b2e}.ortoped-cat-card .img{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.ortoped-cat-card .img img{width:100%;height:100%;object-fit:cover;object-position:center center;background-repeat:no-repeat;background-attachment:scroll;display:block;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.ortoped-cat-card:hover .img img{transform:scale(1.08)}.ortoped-cat-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(4,45,91,.75) 0%,rgba(4,45,91,.25) 45%,transparent 75%);pointer-events:none;z-index:1;transition:opacity .3s ease}.ortoped-cat-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#176fec8c,#042d5b59);opacity:0;transition:opacity .35s ease;pointer-events:none;z-index:2}.ortoped-cat-card:hover:after{opacity:1}.card-label{position:absolute;left:20px;right:20px;bottom:18px;z-index:3;display:flex;flex-direction:column;gap:0;pointer-events:none}.card-label .name{color:#fff;font-weight:600;font-size:clamp(15px,1.4vw,18px);line-height:1.2;letter-spacing:-.01em;text-shadow:0 1px 3px rgba(0,0,0,.35)}.card-label .link{display:inline-block;color:#ffffffd9;font-size:13px;font-weight:600;text-decoration:underline;margin-top:4px;transition:transform .2s ease}.ortoped-cat-card:hover .card-label .link{transform:translateY(-2px)}.card-chevron{position:absolute;right:12px;bottom:12px;z-index:3;width:28px;height:28px;display:none;align-items:center;justify-content:center;border-radius:999px;background:#ffffff2e;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.shopify-section:has(.ortoped-section.ortoped-categories)+.shopify-section:has(.ortoped-section.ortoped-categories) .ortoped-section{padding-top:calc(var(--section-pt) / 2)}.shopify-section:has(.ortoped-section.ortoped-categories):has(+.shopify-section:has(.ortoped-section.ortoped-categories)) .ortoped-section{padding-bottom:calc(var(--section-pb) / 2)}@media(max-width:749px){.shopify-section:has(.ortoped-section.ortoped-categories)+.shopify-section:has(.ortoped-section.ortoped-categories) .ortoped-section{padding-top:calc(var(--section-pt-m) / 2)}.shopify-section:has(.ortoped-section.ortoped-categories):has(+.shopify-section:has(.ortoped-section.ortoped-categories)) .ortoped-section{padding-bottom:calc(var(--section-pb-m) / 2)}}.ortoped-guide{background:var(--ortoped-bg-blue);border-radius:18px;padding:40px 44px;display:grid;grid-template-columns:1fr 1.4fr;gap:40px;align-items:start;border:1px solid var(--ortoped-line)}.ortoped-guide>div:first-child{align-self:center}.ortoped-guide h4{margin:0 0 12px;font-size:24px;letter-spacing:-.01em;font-weight:800;color:var(--ortoped-navy)}.ortoped-guide p{margin:0 0 22px;color:var(--ortoped-muted);font-size:14px;line-height:1.55}.ortoped-guide .btn{display:inline-flex;align-items:center;gap:8px;background:var(--ortoped-navy);color:#fff!important;padding:12px 18px;border-radius:8px;font-weight:600;font-size:14px}.ortoped-guide .btn:hover{background:var(--ortoped-navy-2)}.ortoped-guide-items{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 28px}.ortoped-guide-item{display:flex;flex-direction:column;align-items:flex-start}.ortoped-guide-item .ico{width:40px;height:40px;min-width:40px;display:inline-flex;align-items:center;justify-content:center;color:var(--ortoped-mid);margin-bottom:12px}.ortoped-guide-item .ico svg{width:22px;height:22px;display:block}.ortoped-guide-item .t1{font-size:14px;font-weight:700;color:var(--ortoped-navy);margin-bottom:6px}.ortoped-guide-item .t2{font-size:13px;line-height:1.5;color:var(--ortoped-muted)}.ortoped-big-trust{background:var(--ortoped-navy);color:#fff;border-radius:20px;padding:40px 48px;display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:center;position:relative;overflow:hidden}.ortoped-big-trust:after{content:"";position:absolute;right:-80px;top:-80px;width:360px;height:360px;background:radial-gradient(circle,rgba(255,255,255,.06),transparent 70%);pointer-events:none}.ortoped-big-trust .left{display:grid;grid-template-columns:100px 1fr;gap:28px;align-items:center}.ortoped-big-trust .figure-svg{width:100px;height:130px;opacity:.95}.ortoped-big-trust h3{margin:0 0 12px;font-size:30px;letter-spacing:-.02em;font-weight:800;color:#fff}.ortoped-big-trust p{margin:0 0 22px;color:#a9c0dc;font-size:15px;line-height:1.55;max-width:380px}.ortoped-big-trust .btn-w{display:inline-flex;align-items:center;gap:8px;background:var(--ortoped-blue);color:#fff!important;padding:12px 20px;border-radius:10px;font-weight:700;font-size:14px}.ortoped-big-trust .btn-w:hover{background:var(--ortoped-blue-hover)}.ortoped-big-trust .right{display:flex;flex-direction:column;gap:18px}.ortoped-big-trust .right .row{display:flex;gap:16px;align-items:center;font-size:15px;color:#fff}.ortoped-big-trust .right .row .ico{width:36px;height:36px;border-radius:999px;background:#ffffff14;display:grid;place-items:center;flex:0 0 36px;color:#fff}.ortoped-products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.ortoped-prod{background:#fff;border:1px solid var(--ortoped-line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease;color:inherit}.ortoped-prod:hover{box-shadow:0 16px 32px #042d5b1a;transform:translateY(-2px);border-color:#b9d3ef;background:#fcfdff}.ortoped-prod .img{aspect-ratio:1/1;background:var(--ortoped-card);position:relative}.ortoped-prod .img img{width:100%;height:100%;object-fit:cover}.ortoped-prod .body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px}.ortoped-prod .name{font-size:15px;font-weight:700;color:var(--ortoped-navy);line-height:1.3;min-height:38px}.ortoped-prod .rating{font-size:12px;color:var(--ortoped-muted);display:inline-flex;gap:6px;align-items:center}.ortoped-stars{color:var(--ortoped-star);letter-spacing:1px;font-size:13px}.ortoped-prod .priceRow{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.ortoped-prod .price{font-size:20px;font-weight:800;color:var(--ortoped-navy)}.ortoped-prod .add{width:38px;height:38px;border-radius:8px;background:var(--ortoped-blue);color:#fff;display:grid;place-items:center;transition:background .15s ease,transform .15s ease;border:none;cursor:pointer}.ortoped-prod .add:hover{background:var(--ortoped-blue-hover)}.ortoped-prod .add:active{transform:scale(.94)}.ortoped-prod .add.added{background:#1f8a5b}.ortoped-tryggt{background:var(--ortoped-bg-blue);border:1px solid var(--ortoped-line);border-radius:12px;padding:18px 22px;display:flex;align-items:center;gap:16px;margin-top:28px}.ortoped-tryggt .ico{width:40px;height:40px;border-radius:10px;background:#fff;border:1px solid var(--ortoped-line);color:var(--ortoped-mid);display:grid;place-items:center;flex:0 0 40px}.ortoped-tryggt .t1{font-size:15px;font-weight:700;color:var(--ortoped-navy)}.ortoped-tryggt .t2{font-size:13px;color:var(--ortoped-muted);margin-top:2px}.ortoped-blogs{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ortoped-blog{background:#fff;border-radius:14px;overflow:hidden;cursor:pointer;transition:transform .2s ease;display:block;color:inherit}.ortoped-blog:hover{transform:translateY(-2px)}.ortoped-blog .img{aspect-ratio:16/10;background:linear-gradient(160deg,#e5f0fa,#c5dcf2);position:relative;border-radius:14px;overflow:hidden}.ortoped-blog .img img{width:100%;height:100%;object-fit:cover}.ortoped-blog .meta{padding:16px 4px 0}.ortoped-blog .title{font-size:17px;font-weight:700;color:var(--ortoped-navy);line-height:1.35}.ortoped-blog .read{font-size:14px;color:var(--ortoped-blue);margin-top:10px;display:inline-flex;gap:6px;align-items:center;font-weight:600}.ortoped-brands{background:var(--ortoped-bg)}.ortoped-brands-head{margin-bottom:0}.ortoped-brand-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;align-items:center;justify-items:stretch;margin-top:24px}.ortoped-brand{min-width:0}.ortoped-brand{height:56px;display:grid;place-items:center;border:1px solid var(--ortoped-line);border-radius:10px;background:#fff;opacity:.92;transition:opacity .15s ease,border-color .15s ease;padding:8px}.ortoped-brand:hover{opacity:1;border-color:#b9d3ef}.ortoped-brand img{max-height:100%;max-width:100%;object-fit:contain}.ortoped-section.ortoped-footer-strip{padding-top:24px;padding-bottom:24px}.ortoped-footer-strip{background:var(--ortoped-navy);color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.ortoped-footer-strip .strip-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.ortoped-footer-strip .item{display:flex;gap:12px;align-items:center;font-size:14px;color:#c8d8ed}.ortoped-footer-strip .item .ico{width:36px;height:36px;border-radius:999px;background:#ffffff14;display:grid;place-items:center;color:#fff;flex:0 0 36px}.ortoped-footer-strip--dividers .item{position:relative}.ortoped-footer-strip--dividers .item:not(:last-child):after{content:"";position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:1px;height:24px;background:#ffffff24}@media(max-width:749px){.ortoped-footer-strip--dividers .item:not(:last-child):after{display:none}}@media(max-width:990px){.ortoped-wrap{padding:0 24px}.ortoped-hero{min-height:400px}.ortoped-hero .hero-inner{grid-template-columns:1fr;min-height:400px}.ortoped-hero h2{font-size:40px}.ortoped-trust .trust-inner{flex-wrap:wrap}.ortoped-trust-item{flex:1 1 calc(33.333% - 24px)}.ortoped-section-head h3{font-size:28px}.ortoped-cat-grid{gap:16px}.ortoped-cat-card{flex:0 0 calc((100% - 2 * 16px) / 3);max-width:calc((100% - 2 * 16px) / 3)}.ortoped-cat-grid--3col,.ortoped-cat-grid--4col,.ortoped-cat-grid--5col,.ortoped-cat-grid--6col{grid-template-columns:repeat(3,1fr)!important}.card-label{left:16px;right:16px;bottom:14px}.ortoped-guide{grid-template-columns:1fr;padding:28px}.ortoped-guide-items{grid-template-columns:repeat(2,1fr)}.ortoped-big-trust{grid-template-columns:1fr;padding:32px}.ortoped-big-trust .left{grid-template-columns:80px 1fr;gap:20px}.ortoped-products{grid-template-columns:repeat(3,1fr)}.ortoped-blogs{grid-template-columns:repeat(2,1fr)}.ortoped-brand-row{grid-template-columns:repeat(3,1fr)}.ortoped-footer-strip .strip-inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.ortoped-wrap{padding:0 16px}.ortoped-hero h2{font-size:32px;line-height:1.08;margin:0 0 14px}.ortoped-hero p.lead{font-size:16px;margin-bottom:22px}.ortoped-hero .ortoped-btn-primary{padding:14px 22px;font-size:15px}.ortoped-trust .trust-inner{flex-wrap:wrap;gap:14px}.ortoped-trust-item{flex:1 1 calc(50% - 14px);gap:10px}.ortoped-section-head{margin-bottom:20px}.ortoped-section-head h3{font-size:24px}.ortoped-cat-grid{gap:10px}.ortoped-cat-card{flex:0 0 calc((100% - 2 * 10px) / 3);max-width:calc((100% - 2 * 10px) / 3)}.ortoped-cat-grid--3col,.ortoped-cat-grid--4col,.ortoped-cat-grid--5col,.ortoped-cat-grid--6col{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.ortoped-cat-card:before{background:linear-gradient(180deg,#042d5bd9,#042d5b8c 35%,#042d5b1a 65%,#042d5b8c)}.card-label{top:10px;left:10px;right:36px;bottom:auto;display:block}.card-label .name{font-size:12px;line-height:1.2;font-weight:700;letter-spacing:-.005em;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.55);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.card-label .link{display:none}.card-chevron{display:inline-flex;width:26px;height:26px;right:8px;bottom:8px;top:auto;background:#fffffff2;color:var(--ortoped-navy, #042d5b);box-shadow:0 2px 6px #0003;-webkit-backdrop-filter:none;backdrop-filter:none}.card-chevron svg{width:12px;height:12px}.ortoped-guide{padding:22px}.ortoped-guide h4{font-size:20px}.ortoped-guide-items{grid-template-columns:repeat(2,1fr);gap:18px 16px}.ortoped-big-trust{padding:24px;text-align:center}.ortoped-big-trust h3{font-size:22px}.ortoped-big-trust .left{grid-template-columns:1fr;gap:16px;justify-items:center}.ortoped-big-trust .figure-svg{width:80px;height:100px;margin:0 auto}.ortoped-big-trust .left>div:last-child{text-align:center}.ortoped-big-trust p{margin-left:auto;margin-right:auto}.ortoped-big-trust .right{align-items:flex-start}.ortoped-products,.ortoped-blogs{grid-template-columns:1fr;gap:16px}.ortoped-products .ortoped-prod .body{padding:14px 16px 16px}.ortoped-products .ortoped-prod .name{font-size:15px;min-height:0}.ortoped-products .ortoped-prod .price{font-size:18px}.ortoped-brand-row{grid-template-columns:repeat(2,1fr)}.ortoped-footer-strip .strip-inner{grid-template-columns:1fr;gap:12px}.ortoped-announce{font-size:12px}.ortoped-announce .ortoped-announce-inner{height:auto;padding:8px 0;gap:6px 14px}.ortoped-announce .left{gap:12px 18px}.ortoped-announce .right{display:none}}.ortoped-collection{padding:0 0 64px}.ortoped-collection-hero{position:relative;padding:56px 0 44px;background:linear-gradient(135deg,var(--ortoped-bg-blue) 0%,var(--ortoped-bg-blue-2) 100%);border-bottom:1px solid var(--ortoped-line);color:var(--ortoped-navy);margin-bottom:36px;background-size:cover;background-position:center}.ortoped-collection-hero.has-image{color:#fff;border-bottom:none}.ortoped-collection-hero.has-image .ortoped-breadcrumb,.ortoped-collection-hero.has-image .ortoped-breadcrumb a{color:#ffffffd9}.ortoped-collection-hero.has-image .ortoped-breadcrumb a:hover,.ortoped-collection-hero.has-image h1{color:#fff}.ortoped-collection-hero.has-image .ortoped-collection-meta,.ortoped-collection-hero.has-image .ortoped-collection-desc-inner{color:#ffffffe6}.ortoped-collection-hero.has-image .ortoped-collection-desc-toggle{color:#fff;border-color:#fff6}.ortoped-collection-hero.has-image .ortoped-collection-desc-toggle:hover{background:#ffffff1a}.ortoped-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;font-weight:500;color:var(--ortoped-muted);margin-bottom:14px}.ortoped-breadcrumb a{color:inherit;transition:color .15s ease}.ortoped-breadcrumb a:hover{color:var(--ortoped-blue)}.ortoped-breadcrumb span[aria-current]{font-weight:600;color:var(--ortoped-navy)}.ortoped-breadcrumb span[aria-hidden]{opacity:.5}.ortoped-collection-hero h1{margin:0 0 10px;font-size:clamp(26px,3.4vw + 4px,48px);letter-spacing:-.025em;font-weight:800;line-height:1.05}.ortoped-collection-meta{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--ortoped-mid);margin-bottom:16px}.ortoped-collection-desc{max-width:760px}.ortoped-collection-desc-inner{font-size:15px;line-height:1.6;color:var(--ortoped-ink);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:max-height .25s ease}.ortoped-collection-desc-inner p{margin:0 0 8px}.ortoped-collection-desc-inner p:last-child{margin-bottom:0}.ortoped-collection-desc-inner ul,.ortoped-collection-desc-inner ol{margin:4px 0 8px;padding-left:20px}.ortoped-collection-desc-inner h2,.ortoped-collection-desc-inner h3,.ortoped-collection-desc-inner h4{font-size:1em;font-weight:700;margin:6px 0}.ortoped-collection-desc.is-expanded .ortoped-collection-desc-inner{-webkit-line-clamp:unset;display:block;overflow:visible}.ortoped-collection-desc-toggle{margin-top:10px;display:inline-flex;align-items:center;gap:6px;background:transparent;color:var(--ortoped-navy);border:1px solid var(--ortoped-navy);border-radius:999px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.ortoped-collection-desc-toggle:hover{background:var(--ortoped-navy);color:#fff}.ortoped-collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.ortoped-filter-toggle{display:none;align-items:center;gap:8px;background:#fff;color:var(--ortoped-navy);border:1px solid var(--ortoped-line);padding:9px 16px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:border-color .15s ease}.ortoped-filter-toggle:hover{border-color:var(--ortoped-blue)}.ortoped-sort{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ortoped-ink);margin-left:auto}.ortoped-sort label{color:var(--ortoped-muted)}.ortoped-sort select{background:#fff;border:1px solid var(--ortoped-line);border-radius:10px;padding:9px 36px 9px 14px;font-family:inherit;font-size:14px;font-weight:600;color:var(--ortoped-navy);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23042d5b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .15s ease}.ortoped-sort select:hover{border-color:var(--ortoped-blue)}.ortoped-sort select:focus{outline:2px solid var(--ortoped-blue);outline-offset:1px}.ortoped-active-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:20px}.ortoped-active-filters-label{font-size:13px;color:var(--ortoped-muted);font-weight:600}.ortoped-filter-pill{display:inline-flex;align-items:center;gap:6px;background:var(--ortoped-bg-blue);color:var(--ortoped-navy);padding:6px 12px;border-radius:999px;font-size:13px;font-weight:600;border:1px solid var(--ortoped-line);transition:background .15s ease}.ortoped-filter-pill:hover{background:var(--ortoped-bg-blue-2)}.ortoped-filter-pill span{font-size:15px;line-height:1;opacity:.7}.ortoped-filter-clear{font-size:13px;color:var(--ortoped-blue);font-weight:600}.ortoped-filter-clear:hover{text-decoration:underline}.ortoped-collection-body{display:grid;grid-template-columns:260px 1fr;gap:36px;align-items:start}.ortoped-filter-sidebar{position:sticky;top:120px;background:#fff;border:1px solid var(--ortoped-line);border-radius:14px;padding:8px 18px}.ortoped-filter-sidebar-header{display:none;align-items:center;justify-content:space-between;padding:4px 0 14px;margin-bottom:8px;border-bottom:1px solid var(--ortoped-line);font-size:16px;font-weight:700;color:var(--ortoped-navy)}.ortoped-filter-close{width:36px;height:36px;padding:0;border-radius:8px;background:var(--ortoped-bg-soft);color:var(--ortoped-navy);border:none;cursor:pointer;display:grid;place-items:center;transition:background .15s ease}.ortoped-filter-close:hover{background:var(--ortoped-bg-blue)}.ortoped-filter-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:59;background:#042d5b80;opacity:0;pointer-events:none;transition:opacity .25s ease}.ortoped-filter-backdrop.is-open{opacity:1;pointer-events:auto}.ortoped-filter-group{border-bottom:1px solid var(--ortoped-line);padding:14px 0}.ortoped-filter-group:last-child{border-bottom:none}.ortoped-filter-group summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:700;font-size:14px;color:var(--ortoped-navy);list-style:none;padding:2px 0}.ortoped-filter-group summary::-webkit-details-marker{display:none}.ortoped-filter-group[open] summary svg{transform:rotate(180deg)}.ortoped-filter-group summary svg{transition:transform .15s ease}.ortoped-filter-options{padding-top:12px;display:flex;flex-direction:column;gap:8px}.ortoped-filter-option{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ortoped-ink);cursor:pointer}.ortoped-filter-option.is-disabled{color:var(--ortoped-muted);cursor:not-allowed;opacity:.5}.ortoped-filter-option input{position:absolute;opacity:0;pointer-events:none}.ortoped-filter-option .check{width:18px;height:18px;border:1.5px solid var(--ortoped-line);border-radius:4px;background:#fff;display:inline-grid;place-items:center;flex:0 0 18px;transition:background .15s ease,border-color .15s ease}.ortoped-filter-option input:checked+.check{background:var(--ortoped-blue);border-color:var(--ortoped-blue)}.ortoped-filter-option input:checked+.check:after{content:"";width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translate(1px,-1px)}.ortoped-filter-option .label{flex:1}.ortoped-filter-option .count{color:var(--ortoped-muted);font-size:12px}.ortoped-price-range{display:flex;flex-direction:column;gap:12px}.ortoped-price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ortoped-price-inputs label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--ortoped-muted)}.ortoped-price-inputs input{border:1px solid var(--ortoped-line);border-radius:8px;padding:8px 10px;font-family:inherit;font-size:14px;color:var(--ortoped-ink);background:#fff}.ortoped-price-inputs input:focus{outline:2px solid var(--ortoped-blue);outline-offset:1px;border-color:var(--ortoped-blue)}.ortoped-price-apply{background:var(--ortoped-navy);color:#fff;padding:8px 14px;border-radius:8px;border:none;font-weight:600;font-size:13px;cursor:pointer;transition:background .15s ease}.ortoped-price-apply:hover{background:var(--ortoped-navy-2)}.ortoped-collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ortoped-collection-grid .ortoped-prod{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--ortoped-line);border-radius:16px;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease,border-color .2s ease}.ortoped-collection-grid .ortoped-prod:hover{box-shadow:0 20px 40px #042d5b1f;transform:translateY(-3px);border-color:#b9d3ef}.ortoped-collection-grid .ortoped-prod .img{aspect-ratio:1/1;background:var(--ortoped-card);position:relative;overflow:hidden}.ortoped-collection-grid .ortoped-prod .img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.ortoped-collection-grid .ortoped-prod:hover .img img{transform:scale(1.04)}.ortoped-collection-grid .ortoped-prod .body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:8px}.ortoped-collection-grid .ortoped-prod .name{font-size:15px;font-weight:700;color:var(--ortoped-navy);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:41px}.ortoped-collection-grid .ortoped-prod .vendor{font-size:11px;font-weight:600;color:var(--ortoped-mid);letter-spacing:.06em;text-transform:uppercase}.ortoped-prod-link{display:flex;flex-direction:column;color:inherit;flex:1}.ortoped-prod-quick-add{position:absolute;right:14px;bottom:14px;margin:0}.ortoped-prod-quick-add .add{width:40px;height:40px;border-radius:10px;background:var(--ortoped-blue);color:#fff;display:grid;place-items:center;transition:background .15s ease,transform .15s ease;border:none;cursor:pointer;box-shadow:0 6px 14px #176fec52}.ortoped-prod-quick-add .add:hover{background:var(--ortoped-blue-hover);transform:translateY(-1px)}.ortoped-prod-quick-add .add:active{transform:scale(.94)}.ortoped-prod-soldout .add{background:#9aa6b9;cursor:not-allowed;box-shadow:none}.ortoped-collection-grid .ortoped-prod .priceRow{padding-right:50px;margin-top:2px}.ortoped-collection-grid .ortoped-prod .price{font-size:18px;font-weight:800;color:var(--ortoped-navy)}.ortoped-collection-grid .ortoped-prod .price-sale{color:var(--ortoped-blue)}.ortoped-collection-grid .ortoped-prod .price-was{color:var(--ortoped-muted);text-decoration:line-through;font-size:14px;font-weight:500;margin-left:8px}.ortoped-collection-grid .ortoped-prod .rating{font-size:12px;color:var(--ortoped-muted)}.ortoped-collection-grid .ortoped-prod .rating .ortoped-stars{font-size:13px}.ortoped-pagination{display:flex;align-items:center;justify-content:center;gap:6px;padding:32px 0 12px}.ortoped-page-link{min-width:36px;height:36px;padding:0 10px;display:inline-grid;place-items:center;border:1px solid var(--ortoped-line);border-radius:8px;background:#fff;font-size:14px;color:var(--ortoped-navy);font-weight:600;transition:border-color .15s ease,background .15s ease}.ortoped-page-link:hover:not(.is-current):not(.is-disabled){border-color:var(--ortoped-blue)}.ortoped-page-link.is-current{background:var(--ortoped-blue);border-color:var(--ortoped-blue);color:#fff;cursor:default}.ortoped-page-link.is-disabled{color:var(--ortoped-muted);background:#f4f9fd;cursor:not-allowed}.ortoped-empty{text-align:center;padding:64px 16px;background:var(--ortoped-bg-blue);border-radius:18px;border:1px solid var(--ortoped-line)}.ortoped-empty h2{margin:0 0 12px;color:var(--ortoped-navy);font-size:24px}.ortoped-empty p{color:var(--ortoped-muted);margin:0 0 22px}.ortoped-product{padding:40px 0 56px}.ortoped-product-inner{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:start}.ortoped-product-gallery{position:sticky;top:120px;display:flex;flex-direction:column;gap:14px}.ortoped-product-main-image{background:var(--ortoped-card);border-radius:18px;overflow:hidden;aspect-ratio:1/1;border:1px solid var(--ortoped-line)}.ortoped-product-main-image img{width:100%;height:100%;object-fit:cover}.ortoped-product-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.ortoped-product-thumb{aspect-ratio:1/1;border-radius:10px;overflow:hidden;padding:0;background:#fff;border:1.5px solid var(--ortoped-line);cursor:pointer;transition:border-color .15s ease}.ortoped-product-thumb img{width:100%;height:100%;object-fit:cover}.ortoped-product-thumb:hover{border-color:#b9d3ef}.ortoped-product-thumb.is-active{border-color:var(--ortoped-blue)}.ortoped-product-info{display:flex;flex-direction:column;gap:18px}.ortoped-product-vendor{font-size:13px;font-weight:600;color:var(--ortoped-mid);text-transform:uppercase;letter-spacing:.08em}.ortoped-product-title{margin:0;font-size:32px;line-height:1.15;letter-spacing:-.02em;font-weight:800;color:var(--ortoped-navy)}.ortoped-product-rating{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ortoped-muted)}.ortoped-product-rating .ortoped-stars{font-size:16px}.ortoped-product-price{font-size:30px;font-weight:800;color:var(--ortoped-navy);display:flex;align-items:baseline;gap:12px}.ortoped-product-price .price-sale{color:var(--ortoped-blue)}.ortoped-product-price .price-was{font-size:20px;color:var(--ortoped-muted);text-decoration:line-through;font-weight:500}.ortoped-product-form{display:flex;flex-direction:column;gap:18px}.ortoped-variant-option{display:flex;flex-direction:column;gap:8px}.ortoped-variant-option-label{font-size:14px;font-weight:600;color:var(--ortoped-navy)}.ortoped-variant-option-label span{font-weight:500;color:var(--ortoped-muted)}.ortoped-variant-values{display:flex;flex-wrap:wrap;gap:8px}.ortoped-variant-value input{position:absolute;opacity:0;pointer-events:none}.ortoped-variant-value span{display:inline-block;padding:10px 18px;border-radius:10px;border:1.5px solid var(--ortoped-line);background:#fff;color:var(--ortoped-ink);font-size:14px;font-weight:600;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.ortoped-variant-value span:hover{border-color:#b9d3ef}.ortoped-variant-value input:checked+span{background:var(--ortoped-navy);border-color:var(--ortoped-navy);color:#fff}.ortoped-variant-value input:focus-visible+span{outline:2px solid var(--ortoped-blue);outline-offset:2px}.ortoped-product-quantity{display:flex;align-items:center;gap:14px}.ortoped-product-quantity label{font-size:14px;font-weight:600;color:var(--ortoped-navy)}.ortoped-qty-input{display:inline-flex;align-items:center;border:1.5px solid var(--ortoped-line);border-radius:10px;overflow:hidden;background:#fff}.ortoped-qty-input input{width:56px;height:44px;text-align:center;border:none;background:transparent;font-family:inherit;font-size:16px;font-weight:700;color:var(--ortoped-navy)}.ortoped-qty-input input:focus{outline:none}.ortoped-qty-btn{width:40px;height:44px;background:transparent;border:none;color:var(--ortoped-navy);font-size:18px;font-weight:600;cursor:pointer;transition:background .15s ease}.ortoped-qty-btn:hover{background:var(--ortoped-bg-soft)}.ortoped-add-to-cart{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--ortoped-blue);color:#fff;padding:16px 26px;border-radius:12px;font-weight:700;font-size:16px;border:none;cursor:pointer;transition:background .15s ease,transform .15s ease}.ortoped-add-to-cart:hover:not(:disabled){background:var(--ortoped-blue-hover)}.ortoped-add-to-cart:active:not(:disabled){transform:translateY(1px)}.ortoped-add-to-cart:disabled{background:#9aa6b9;cursor:not-allowed}.ortoped-buy-buttons{display:flex;gap:10px;align-items:stretch;width:100%}.ortoped-buy-buttons--row .ortoped-add-to-cart,.ortoped-buy-buttons--row .ortoped-buy-now{flex:1 1 0;min-width:0;width:50%}.ortoped-buy-buttons--stack{flex-direction:column}.ortoped-buy-buttons--stack .ortoped-add-to-cart,.ortoped-buy-buttons--stack .ortoped-buy-now{width:100%}.ortoped-buy-now{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--ortoped-navy, #042d5b);color:#fff;padding:16px 26px;border-radius:12px;font-weight:700;font-size:16px;border:none;cursor:pointer;transition:background .15s ease,transform .15s ease;font-family:inherit;line-height:1.2;text-align:center}.ortoped-buy-now:hover:not(:disabled){background:var(--ortoped-navy-2, #0a3a70)}.ortoped-buy-now:active:not(:disabled){transform:translateY(1px)}.ortoped-buy-now:disabled{background:#c8d0dc;color:#6b7a93;cursor:not-allowed;opacity:.85}@media(max-width:600px){.ortoped-buy-buttons--row{flex-direction:column}.ortoped-buy-buttons--row .ortoped-add-to-cart,.ortoped-buy-buttons--row .ortoped-buy-now{width:100%}}.ortoped-trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;background:var(--ortoped-bg-blue);border:1px solid var(--ortoped-line);border-radius:12px;padding:16px 18px}.ortoped-trust-badge{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--ortoped-navy);font-weight:600}.ortoped-trust-badge .ico{width:30px;height:30px;border-radius:8px;background:#fff;border:1px solid var(--ortoped-line);color:var(--ortoped-mid);display:grid;place-items:center;flex:0 0 30px}.ortoped-product-tabs{margin-top:8px}.ortoped-tab-list{display:flex;gap:0;border-bottom:1px solid var(--ortoped-line)}.ortoped-tab-btn{background:transparent;color:var(--ortoped-muted);padding:12px 18px;border:none;border-bottom:2px solid transparent;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;transition:color .15s ease,border-color .15s ease}.ortoped-tab-btn:hover{color:var(--ortoped-navy)}.ortoped-tab-btn.is-active{color:var(--ortoped-navy);border-bottom-color:var(--ortoped-blue)}.ortoped-tab-panel{display:none;padding:18px 0;font-size:14px;line-height:1.6;color:var(--ortoped-ink)}.ortoped-tab-panel.is-active{display:block}.ortoped-tab-panel p{margin:0 0 12px}.ortoped-tab-panel p:last-child{margin-bottom:0}.ortoped-related .ortoped-products{grid-template-columns:repeat(4,1fr)}@media(max-width:990px){.ortoped-collection-hero{padding:36px 0 28px;margin-bottom:24px}.ortoped-collection-hero h1{font-size:34px}.ortoped-collection-body{grid-template-columns:1fr}.ortoped-filter-sidebar{position:fixed;top:0;left:0;bottom:0;right:auto;width:min(86vw,360px);z-index:60;background:#fff;padding:18px 22px 32px;overflow-y:auto;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);border-radius:0;border:none;box-shadow:6px 0 24px #042d5b29}.ortoped-filter-sidebar-header{display:flex}.ortoped-filter-sidebar.is-open{transform:translate(0)}body.ortoped-filter-open{overflow:hidden}.ortoped-filter-toggle{display:inline-flex}.ortoped-collection-grid{grid-template-columns:repeat(2,1fr)}.ortoped-product-inner{grid-template-columns:1fr;gap:32px}.ortoped-product-gallery{position:static}.ortoped-product-title{font-size:26px}.ortoped-related .ortoped-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.ortoped-product{padding:20px 0 36px}.ortoped-product-inner{gap:24px}.ortoped-product-info{gap:14px}.ortoped-product-title{font-size:22px;line-height:1.2}.ortoped-product-rating{font-size:13px}.ortoped-product-price{font-size:26px;gap:8px}.ortoped-product-price .price-was{font-size:16px}.ortoped-variant-option,.ortoped-variant-values{gap:10px}.ortoped-variant-value span{padding:12px 18px;min-height:44px;min-width:56px;display:inline-flex;align-items:center;justify-content:center;font-size:15px}.ortoped-product-quantity{gap:12px}.ortoped-qty-input{border-radius:12px}.ortoped-qty-input input{height:48px;width:60px;font-size:17px}.ortoped-qty-btn{width:48px;height:48px;font-size:20px}.ortoped-trust-badges{grid-template-columns:1fr;padding:14px 16px}.ortoped-product-form-wrapper>.sub-container,.ortoped-product-form-wrapper>.rapi-bundles{margin-top:6px;padding-top:14px}}@media(max-width:600px){.ortoped-collection-hero{padding:28px 0 22px}.ortoped-collection-hero h1{font-size:26px}.ortoped-breadcrumb{font-size:12px}.ortoped-collection-grid{grid-template-columns:repeat(2,1fr);gap:12px}.ortoped-collection-grid .ortoped-prod .body{padding:12px 14px 14px}.ortoped-collection-grid .ortoped-prod .name{font-size:14px;min-height:38px}.ortoped-collection-grid .ortoped-prod .price{font-size:16px}.ortoped-product-thumbs{grid-template-columns:repeat(4,1fr)}.ortoped-trust-badges{grid-template-columns:1fr}}.ortoped-footer{background:var(--ortoped-navy);color:#c8d8ed;margin-top:0}.ortoped-section.ortoped-footer{padding:0}.ortoped-footer .ortoped-wrap{padding-top:48px;padding-bottom:0}.ortoped-footer-pds{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.ortoped-footer-pds .ortoped-wrap{padding-top:0;padding-bottom:0}.ortoped-footer-pds-inner{display:flex;flex-wrap:wrap;gap:32px 56px;align-items:center}.ortoped-footer-pds-inner--center{justify-content:center;text-align:center}.ortoped-footer-pds-inner--spread{justify-content:space-between}.ortoped-footer-pds-col{display:flex;flex-direction:column;gap:10px;align-items:center}.ortoped-footer-pds-inner--spread .ortoped-footer-pds-col{align-items:flex-start}.ortoped-footer-pds-inner--spread .ortoped-footer-pds-col--trust{align-items:flex-end}.ortoped-footer-pds-heading{margin:0;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:currentColor;opacity:.85}.ortoped-footer-pds-icons{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.ortoped-footer-pds-inner--spread .ortoped-footer-pds-icons{justify-content:flex-start}.ortoped-footer-pds-icons li{display:flex}.ortoped-footer-pds-icon{height:26px;width:auto;display:block;background:#fff;border-radius:4px;padding:2px 4px;box-sizing:border-box}.ortoped-footer-pds-col--trust{min-width:140px}.ortoped-footer-pds-col--trust [id^=tryggehandelplugin-]{display:flex;justify-content:center}@media(max-width:989px){.ortoped-footer-pds-inner{gap:20px 32px}}@media(max-width:749px){.ortoped-footer-pds-inner,.ortoped-footer-pds-inner--spread{flex-direction:column;justify-content:center;text-align:center;gap:18px}.ortoped-footer-pds-col,.ortoped-footer-pds-inner--spread .ortoped-footer-pds-col,.ortoped-footer-pds-inner--spread .ortoped-footer-pds-col--trust{align-items:center}.ortoped-footer-pds-icons,.ortoped-footer-pds-inner--spread .ortoped-footer-pds-icons{justify-content:center}.ortoped-footer-pds-icon{height:22px}}.ortoped-footer-top{display:grid;grid-template-columns:1.2fr 2.4fr;gap:48px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.ortoped-footer-brand{display:flex;flex-direction:column;gap:14px;max-width:340px}.ortoped-footer-logo img{max-height:44px;width:auto;filter:brightness(0) invert(1)}.ortoped-footer-wordmark{font-size:24px;font-weight:800;color:#fff;letter-spacing:-.02em}.ortoped-footer-tagline{margin:0;font-size:14px;line-height:1.55;color:#a9c0dc}.ortoped-footer-contact{list-style:none;padding:0;margin:6px 0 0;display:flex;flex-direction:column;gap:6px;font-size:14px}.ortoped-footer-contact a{color:#fff;transition:color .15s ease}.ortoped-footer-contact a:hover{color:var(--ortoped-blue)}.ortoped-footer-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px;align-content:start}.ortoped-footer-col h4{margin:0 0 14px;font-size:14px;font-weight:700;color:#fff;letter-spacing:.04em;text-transform:uppercase}.ortoped-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;font-size:14px}.ortoped-footer-col a{color:#c8d8ed;transition:color .15s ease}.ortoped-footer-col a:hover{color:#fff}.ortoped-footer-newsletter p{margin:0 0 14px;font-size:14px;line-height:1.55;color:#a9c0dc}.ortoped-footer-form-row{display:flex;align-items:stretch;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:10px;overflow:hidden;transition:border-color .15s ease}.ortoped-footer-form-row:focus-within{border-color:var(--ortoped-blue)}.ortoped-footer-form-row input{flex:1;min-width:0;background:transparent;border:none;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;color:#fff}.ortoped-footer-form-row input::placeholder{color:#ffffff8c}.ortoped-footer-form-row button{width:44px;background:var(--ortoped-blue);color:#fff;border:none;cursor:pointer;display:grid;place-items:center;transition:background .15s ease}.ortoped-footer-form-row button:hover{background:var(--ortoped-blue-hover)}.ortoped-footer-form-success{margin:10px 0 0;font-size:13px;color:#6dd9a3}.ortoped-footer-form-error{margin:10px 0 0;font-size:13px;color:#ff8b8b}.ortoped-footer-social{display:flex;gap:10px;padding:0;margin:18px 0 0;list-style:none}.ortoped-footer-social a{width:36px;height:36px;border-radius:999px;background:#ffffff14;color:#fff;display:grid;place-items:center;transition:background .15s ease}.ortoped-footer-social a:hover{background:var(--ortoped-blue)}.ortoped-footer-bottom{display:flex;align-items:center;gap:16px 24px;padding:20px 0;flex-wrap:wrap;font-size:13px;color:#a9c0dc}.ortoped-footer-bottom--space-between{justify-content:space-between}.ortoped-footer-bottom--center{flex-direction:column;justify-content:center;text-align:center}.ortoped-footer-bottom--center .ortoped-footer-bottom-left,.ortoped-footer-bottom--center .ortoped-footer-policies,.ortoped-footer-bottom--center .ortoped-footer-payments{justify-content:center;width:100%}.ortoped-footer-bottom-left{display:flex}.ortoped-footer-bottom-left small{color:#a9c0dc}.ortoped-footer-policies{display:flex;gap:20px;flex-wrap:wrap}.ortoped-footer-policies a{color:#a9c0dc;transition:color .15s ease}.ortoped-footer-policies a:hover{color:#fff}.ortoped-footer-payments{list-style:none;padding:0;margin:0;display:flex;gap:var(--pay-icon-gap, 8px);flex-wrap:wrap;align-items:center}.ortoped-footer-payments .ortoped-footer-payment{height:var(--pay-icon-height, 24px);width:auto;background:#fff;border-radius:4px;padding:2px 4px}.ortoped-footer-payments .ortoped-footer-payment--custom{background:transparent;padding:0;display:block;object-fit:contain}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:990px){.ortoped-footer-top{grid-template-columns:1fr;gap:32px;padding-bottom:32px}}@media(max-width:600px){.ortoped-footer .ortoped-wrap{padding-top:40px}.ortoped-footer-cols{gap:24px}.ortoped-footer-bottom--space-between{flex-direction:column;align-items:flex-start}}sticky-header.header-wrapper,.section-header,.shopify-section-header-sticky{z-index:1000}sticky-header.header-wrapper{background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 1px #00000005}.header{display:block;padding:0!important;max-width:100%;grid-template-columns:none;grid-template-areas:none}.header__row--top{display:flex;align-items:center;justify-content:center;gap:120px;margin:0 auto;padding:14px 24px}.header__row--top .header__heading,.header__row--top .header__heading-link{flex:0 0 auto;margin:0;grid-area:unset}.header__row--top .header__heading-logo-wrapper{display:flex;align-items:center}.header__row--top .header__heading-logo{height:38px;width:auto;max-width:160px}.header__row--top header-drawer{flex:0 0 auto;grid-area:unset;justify-self:start;display:none}@media screen and (max-width:989px){.header__row--top header-drawer{display:block}}.header__search-inline{flex:1 1 auto;max-width:640px;position:relative}.header__search-inline predictive-search,.header__search-inline search-form{display:block;width:100%;position:relative}.header__search-inline .search,.header__search-inline form[role=search]{display:block;width:100%;margin:0}.header__search-inline .field{display:flex;align-items:center;width:100%;background:#fff;border:1.5px solid var(--ortoped-line, #d6e7f7);border-radius:999px;transition:border-color .2s ease,box-shadow .2s ease;position:relative;padding:0;min-height:44px}.header__search-inline .field:before,.header__search-inline .field:after{display:none}.header__search-inline .field:focus-within{border-color:var(--ortoped-blue, #176fec);box-shadow:0 0 0 3px #176fec1f}.header__search-inline .field__input,.header__search-inline .search__input{flex:1;border:none!important;background:transparent!important;padding:11px 14px!important;font-size:14px;color:var(--ortoped-ink, #042d5b);outline:none!important;width:100%;height:42px;letter-spacing:normal;box-shadow:none!important}.header__search-inline .field__label{display:none}.header__search-inline .field__button,.header__search-inline .search__button,.header__search-inline .reset__button{display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0 14px;color:var(--ortoped-muted, #5a6b85);cursor:pointer;height:42px;transition:color .2s}.header__search-inline .field__button:hover,.header__search-inline .search__button:hover{color:var(--ortoped-blue, #176fec)}.header__search-inline .reset__button.hidden{display:none}.header__search-inline .field__button svg,.header__search-inline .search__button svg,.header__search-inline .reset__button svg,.header__search-inline .field__button .svg-wrapper,.header__search-inline .search__button .svg-wrapper,.header__search-inline .reset__button .svg-wrapper{width:18px;height:18px;display:inline-block}.header__row--top .header__icons{flex:0 0 auto;margin-left:0;padding:0;display:flex;align-items:center;gap:14px;grid-area:unset}.header__row--top .header__icon{padding:6px}.header__row--top .header__icon svg{width:22px;height:22px}.header__row--top .desktop-localization-wrapper{display:flex;align-items:center}.header__row--top .localization-form__select{font-size:12px;padding:6px 10px}.header__row--nav{border-top:1px solid rgba(0,0,0,.05);background:#fff}.header__row--nav .header__inline-menu{max-width:var(--page-width, 1200px);margin:0 auto;padding:0 24px;grid-area:unset}.header__row--nav .list-menu--inline{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:clamp(10px,1.6vw,22px);padding:0;margin:0;list-style:none;overflow-x:auto;scrollbar-width:none}.header__row--nav .header__menu-item{padding:14px 0;font-size:13px;font-weight:600;letter-spacing:.02em;white-space:nowrap;color:var(--ortoped-ink, #042d5b);text-transform:uppercase;transition:color .2s;display:flex;align-items:center}.header__row--nav .header__menu-item:hover,.header__row--nav .header__menu-item:focus-visible{color:var(--ortoped-blue, #176fec)}.header__row--nav .header__menu-item .icon-caret{margin-left:4px;width:9px;height:5px}.header__row--nav .header__submenu{border-radius:0 0 12px 12px;box-shadow:0 8px 24px #042d5b14;border:1px solid rgba(4,45,91,.06);border-top:none;padding:8px;margin-top:0}.header__row--nav .header__submenu .header__menu-item{padding:8px 12px;border-radius:8px;font-size:12px;text-transform:uppercase}.header__row--nav .header__submenu .header__menu-item:hover{background:var(--ortoped-bg, #f4f9fd)}.mega-menu__content{border-radius:0 0 12px 12px;box-shadow:0 12px 28px #042d5b1a;padding:24px 28px}.mega-menu__link{color:var(--ortoped-ink, #042d5b);font-size:14px}.mega-menu__link:hover{color:var(--ortoped-blue, #176fec)}.mega-menu__link--level-2{font-weight:700;color:var(--ortoped-navy, #042d5b);padding-bottom:8px}.ortoped-search-bar{display:none!important}:root{--header-height: 140px}@media screen and (max-width:989px){.header__row--top{padding:12px 16px;gap:10px;flex-wrap:wrap}.header__row--top header-drawer{order:1}.header__row--top .header__heading{order:2;flex:1 1 auto}.header__row--top .header__icons{order:3}.header__row--top .header__search-inline{order:4;flex:1 1 100%;max-width:none;margin-top:4px}.header__row--top .header__heading-logo{height:32px}.header__search-inline .field{min-height:42px}.header__search-inline .field__input{font-size:14px;height:40px;padding:10px 12px!important}.header__search-inline .field__button,.header__search-inline .search__button,.header__search-inline .reset__button{height:40px;padding:0 12px}.header__row--nav{display:none}:root{--header-height: 130px}}.ortoped-cat-card{position:relative;z-index:0;isolation:isolate}.ortoped-cat-card:before{z-index:1}.ortoped-cat-card:after{z-index:2}.ortoped-cat-card .card-label,.ortoped-cat-card .card-chevron{z-index:3}.header__row--nav .header__menu-item svg.icon-caret,.header__row--nav summary.header__menu-item svg.icon-caret,.header__row--nav header-menu summary svg.icon-caret{display:inline-block!important;width:10px;height:6px;margin-left:6px;vertical-align:middle;color:currentColor;transition:transform .2s ease;flex-shrink:0}.header__row--nav header-menu details[open]>summary svg.icon-caret{transform:rotate(180deg)}.header__row--nav summary{list-style:none;cursor:pointer}.header__row--nav summary::-webkit-details-marker{display:none}.header__row--nav summary::marker{content:""}.header__row--nav header-menu{display:inline-block}.header__row--nav .header__submenu{position:absolute;top:100%;left:0;margin:0;padding:8px;min-width:220px;background:#fff;border:1px solid rgba(4,45,91,.06);border-top:none;border-radius:0 0 12px 12px;box-shadow:0 12px 32px #042d5b1a,0 2px 6px #0000000a;list-style:none;z-index:1001}.header__row--nav .header__submenu .header__menu-item{display:block;padding:8px 12px;border-radius:8px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--ortoped-ink, #042d5b);white-space:nowrap;transition:background .15s,color .15s}.header__search-inline .field{overflow:hidden;padding:0}.header__search-inline .field__button,.header__search-inline .search__button,.header__search-inline .reset__button,.header__search-inline button[type=submit],.header__search-inline button[type=reset]{-webkit-appearance:none!important;appearance:none!important;background:transparent!important;background-color:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;outline:none!important;padding:0 14px!important;margin:0!important;color:var(--ortoped-muted, #5a6b85);cursor:pointer;height:42px;display:flex;align-items:center;justify-content:center;min-width:auto}.header__search-inline .field__button:hover,.header__search-inline .search__button:hover{background:transparent!important;color:var(--ortoped-blue, #176fec)}.header__search-inline .field__label,.header__search-inline .field__label.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.header__row--top .header__icons{gap:8px}.header__row--top .header__icon{padding:8px;display:flex;align-items:center;justify-content:center;color:var(--ortoped-ink, #042d5b);transition:color .2s;position:relative}.header__row--top .header__icon:hover{color:var(--ortoped-blue, #176fec)}.header__row--top .header__icon--account svg.icon-account{width:24px;height:24px}.header__row--top .header__icon--cart svg.icon-cart,.header__row--top .header__icon--cart svg.icon-cart-empty{width:32px;height:32px}.header__row--top .header__icon svg.icon-search{width:22px;height:22px}.header__row--top .header__icon--cart .cart-count-bubble{position:absolute;top:4px;right:0;background:var(--ortoped-blue, #176fec);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px}.header__row--nav .list-menu--inline>li{position:relative;display:inline-flex;align-items:center}.header__row--nav header-menu{display:inline-block;position:relative}.header__row--nav header-menu details{position:relative}.header__row--nav summary.header__menu-item{list-style:none;cursor:pointer;display:inline-flex!important;align-items:center;gap:6px;padding:14px 0;font-size:13px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--ortoped-ink, #042d5b);white-space:nowrap;transition:color .2s}.header__row--nav summary.header__menu-item::-webkit-details-marker{display:none}.header__row--nav summary.header__menu-item::marker{content:""}.header__row--nav summary.header__menu-item:hover{color:var(--ortoped-blue, #176fec)}.header__row--nav summary.header__menu-item svg.icon-caret,.header__row--nav summary.header__menu-item .icon-caret{display:inline-block!important;visibility:visible!important;opacity:1!important;width:10px!important;height:6px!important;margin-left:2px;vertical-align:middle;fill:currentColor;color:currentColor;transition:transform .2s ease;flex-shrink:0}.header__row--nav summary.header__menu-item svg.icon-caret path{fill:currentColor!important}.header__row--nav details[open]>summary.header__menu-item svg.icon-caret{transform:rotate(180deg)}.header__row--nav .header__submenu{display:none}.header__row--nav details[open]>.header__submenu,.header__row--nav details[open] .header__submenu{display:block!important;position:absolute;top:100%;left:0;margin-top:0;padding:8px;min-width:240px;background:#fff;border:1px solid rgba(4,45,91,.08);border-radius:12px;box-shadow:0 12px 32px #042d5b1f,0 2px 8px #0000000a;list-style:none;z-index:1001;opacity:1;visibility:visible;animation:ortopedSubmenuFadeIn .18s cubic-bezier(.2,.8,.2,1)}@keyframes ortopedSubmenuFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.header__row--nav .header__submenu li{list-style:none;margin:0}.header__row--nav .header__submenu .header__menu-item{display:block;padding:9px 14px;border-radius:8px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--ortoped-ink, #042d5b);white-space:nowrap;text-decoration:none;transition:background .15s,color .15s}.header__row--nav .header__submenu .header__menu-item:hover{background:var(--ortoped-bg, #f4f9fd);color:var(--ortoped-blue, #176fec)}.header__search-inline .field{display:flex;align-items:center;width:100%;background:#fff;border:1px solid var(--ortoped-line, #d6e7f7);border-radius:999px;transition:border-color .2s,box-shadow .2s;padding:0;min-height:44px;overflow:hidden;position:relative}.header__search-inline .field__input,.header__search-inline .search__input{flex:1;border:none!important;background:transparent!important;padding:11px 4px 11px 16px!important;font-size:14px;color:var(--ortoped-ink, #042d5b);outline:none!important;outline-offset:0!important;width:100%;height:42px;letter-spacing:normal;box-shadow:none!important;-webkit-appearance:none;appearance:none}.header__search-inline .field__input:focus,.header__search-inline .field__input:focus-visible,.header__search-inline .search__input:focus,.header__search-inline .search__input:focus-visible{outline:none!important;box-shadow:none!important;border:none!important}.header__search-inline .field__input::placeholder{color:var(--ortoped-muted, #5a6b85);opacity:1}.header__search-inline .field__input::-webkit-search-decoration,.header__search-inline .field__input::-webkit-search-cancel-button,.header__search-inline .field__input::-webkit-search-results-button,.header__search-inline .field__input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none}.header__search-inline .field__label{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.header__search-inline button.field__button,.header__search-inline button.search__button,.header__search-inline button.reset__button,.header__search-inline button[type=submit],.header__search-inline button[type=reset]{-webkit-appearance:none!important;appearance:none!important;background:transparent!important;background-color:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;outline:none!important;padding:0 14px!important;margin:0!important;color:var(--ortoped-muted, #5a6b85);cursor:pointer;height:42px;display:flex;align-items:center;justify-content:center;min-width:auto;font-size:inherit}.header__search-inline button.field__button:focus,.header__search-inline button.field__button:focus-visible{outline:none!important;box-shadow:none!important}.header__search-inline button.field__button:hover,.header__search-inline button.search__button:hover{background:transparent!important;color:var(--ortoped-blue, #176fec)}.header__search-inline button.field__button svg,.header__search-inline button.field__button .svg-wrapper{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.header__search-inline button.field__button .svg-wrapper svg{width:16px;height:16px}.header__search-inline button.reset__button.hidden{display:none!important}.header__row--nav .header__menu-item,.header__row--nav .header__menu-item span,.header__row--nav summary.header__menu-item,.header__row--nav summary.header__menu-item span{letter-spacing:.02em!important;text-shadow:none!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.header__row--nav .header__menu-item,.header__row--nav summary.header__menu-item{transform:none;will-change:auto}.header__row--nav summary.header__menu-item>span,.header__row--nav .header__menu-item>span{letter-spacing:inherit!important;display:inline}:root{--page-width: 1440px}.header__row--nav .header__inline-menu{overflow:visible!important}.header__row--nav .list-menu--inline{overflow:visible!important;flex-wrap:nowrap}.header__row--nav .list-menu--inline::-webkit-scrollbar{display:none}.header__row--nav summary .icon-caret,.header__row--nav summary.header__menu-item .icon-caret,.header__row--nav summary.header__menu-item svg.icon-caret{position:static!important;right:auto!important;top:auto!important;margin-left:6px!important;flex-shrink:0}.header__row--nav .header__submenu,.header__row--nav .header__submenu.global-settings-popup,.header__row--nav details[open]>.header__submenu,.header__row--nav details[open]>.header__submenu.global-settings-popup{z-index:1001!important}.header__search-inline .field{overflow:visible!important;border-width:1.5px;background:#fff;isolation:isolate}.header__search-inline .field:focus-within{border-color:var(--ortoped-blue, #176fec);box-shadow:0 0 0 3px #176fec1a}.header__search-inline .field>.field__input{border-radius:999px 0 0 999px}.header__search-inline .field>button.field__button,.header__search-inline .field>button.search__button{border-radius:0 999px 999px 0}.header__search-inline .field>button.reset__button{border-radius:0}sticky-header.header-wrapper,.section-header,.shopify-section-header-sticky{background:#fff!important}.header__row--top,.header__row--nav{background:#fff}@media screen and (max-width:989px){body:has(details[open]>.menu-drawer) .header__row--top .header__search-inline{visibility:hidden}.header,.header__row--top{background:#fff!important}}.ortoped-cat-grid--3col .ortoped-cat-card,.ortoped-cat-grid--4col .ortoped-cat-card,.ortoped-cat-grid--5col .ortoped-cat-card,.ortoped-cat-grid--6col .ortoped-cat-card{aspect-ratio:auto!important;display:flex;flex-direction:column;background:#fff;border:1px solid var(--ortoped-line, #d6e7f7);border-radius:14px;overflow:hidden;color:var(--ortoped-ink, #042d5b);text-decoration:none;transition:box-shadow .25s ease,transform .25s ease,border-color .2s ease}.ortoped-cat-grid--3col .ortoped-cat-card:hover,.ortoped-cat-grid--4col .ortoped-cat-card:hover,.ortoped-cat-grid--5col .ortoped-cat-card:hover,.ortoped-cat-grid--6col .ortoped-cat-card:hover{box-shadow:0 16px 32px #042d5b1a;transform:translateY(-2px);border-color:#b9d3ef}.ortoped-cat-grid--3col .ortoped-cat-card .img,.ortoped-cat-grid--4col .ortoped-cat-card .img,.ortoped-cat-grid--5col .ortoped-cat-card .img,.ortoped-cat-grid--6col .ortoped-cat-card .img{position:relative;width:100%;aspect-ratio:1 / 1;background:var(--ortoped-bg-blue, #e5f0fa);overflow:hidden;flex:0 0 auto}.ortoped-cat-grid--3col .ortoped-cat-card .img img,.ortoped-cat-grid--4col .ortoped-cat-card .img img,.ortoped-cat-grid--5col .ortoped-cat-card .img img,.ortoped-cat-grid--6col .ortoped-cat-card .img img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.2,.8,.2,1)}.ortoped-cat-grid--3col .ortoped-cat-card:hover .img img,.ortoped-cat-grid--4col .ortoped-cat-card:hover .img img,.ortoped-cat-grid--5col .ortoped-cat-card:hover .img img,.ortoped-cat-grid--6col .ortoped-cat-card:hover .img img{transform:scale(1.04)}.ortoped-cat-grid--3col .ortoped-cat-card:before,.ortoped-cat-grid--4col .ortoped-cat-card:before,.ortoped-cat-grid--5col .ortoped-cat-card:before,.ortoped-cat-grid--6col .ortoped-cat-card:before,.ortoped-cat-grid--3col .ortoped-cat-card:after,.ortoped-cat-grid--4col .ortoped-cat-card:after,.ortoped-cat-grid--5col .ortoped-cat-card:after,.ortoped-cat-grid--6col .ortoped-cat-card:after{display:none!important}.ortoped-cat-grid--3col .ortoped-cat-card .meta,.ortoped-cat-grid--4col .ortoped-cat-card .meta,.ortoped-cat-grid--5col .ortoped-cat-card .meta,.ortoped-cat-grid--6col .ortoped-cat-card .meta{position:static;display:flex;flex-direction:column;gap:4px;padding:14px 16px 16px;background:#fff;color:var(--ortoped-ink, #042d5b);text-align:left}.ortoped-cat-grid--3col .ortoped-cat-card .name,.ortoped-cat-grid--4col .ortoped-cat-card .name,.ortoped-cat-grid--5col .ortoped-cat-card .name,.ortoped-cat-grid--6col .ortoped-cat-card .name{font-size:15px;font-weight:700;line-height:1.3;color:var(--ortoped-navy, #042d5b);text-shadow:none;margin:0}.ortoped-cat-grid--3col .ortoped-cat-card .ortoped-cat-card-count,.ortoped-cat-grid--4col .ortoped-cat-card .ortoped-cat-card-count,.ortoped-cat-grid--5col .ortoped-cat-card .ortoped-cat-card-count,.ortoped-cat-grid--6col .ortoped-cat-card .ortoped-cat-card-count{font-size:12px;font-weight:500;color:var(--ortoped-muted, #5a6b85)}.ortoped-cat-grid--3col .ortoped-cat-card .meta .link,.ortoped-cat-grid--4col .ortoped-cat-card .meta .link,.ortoped-cat-grid--5col .ortoped-cat-card .meta .link,.ortoped-cat-grid--6col .ortoped-cat-card .meta .link{display:inline-flex;align-items:center;gap:4px;margin-top:4px;font-size:13px;font-weight:600;color:var(--ortoped-blue, #176fec);text-decoration:none}.ortoped-cat-grid--3col .ortoped-cat-card:hover .meta .link,.ortoped-cat-grid--4col .ortoped-cat-card:hover .meta .link,.ortoped-cat-grid--5col .ortoped-cat-card:hover .meta .link,.ortoped-cat-grid--6col .ortoped-cat-card:hover .meta .link{text-decoration:underline}.ortoped-cat-grid:not([class*=--]) .ortoped-cat-card .card-label,.ortoped-categories .ortoped-cat-card .card-label{left:16px;right:16px;bottom:14px;max-width:calc(100% - 32px)}.ortoped-cat-grid--3col .ortoped-cat-card,.ortoped-cat-grid--4col .ortoped-cat-card,.ortoped-cat-grid--5col .ortoped-cat-card,.ortoped-cat-grid--6col .ortoped-cat-card{flex:initial!important;width:100%!important;max-width:none!important;min-width:0!important}.ortoped-collection .ortoped-collection-body{display:block}.ortoped-collection .ortoped-collection-main{width:100%}.ortoped-filter-bar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;width:100%}.ortoped-filter-bar-label{font-size:13px;font-weight:700;color:var(--ortoped-muted);letter-spacing:.04em;text-transform:uppercase;margin-right:4px}.ortoped-filter-chip{position:relative;display:inline-flex}.ortoped-filter-chip-btn{display:inline-flex;align-items:center;gap:6px;background:#fff;color:var(--ortoped-navy);border:1px solid var(--ortoped-line);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.ortoped-filter-chip-btn:hover{border-color:var(--ortoped-blue);color:var(--ortoped-blue)}.ortoped-filter-chip.is-active .ortoped-filter-chip-btn{background:var(--ortoped-bg-blue);border-color:var(--ortoped-blue);color:var(--ortoped-navy)}.ortoped-filter-chip-count{display:inline-flex;align-items:center;justify-content:center;background:var(--ortoped-blue);color:#fff;font-size:11px;font-weight:800;padding:0 6px;height:18px;min-width:18px;border-radius:999px;margin-left:2px}.ortoped-filter-chip-chev{transition:transform .15s ease;opacity:.7}.ortoped-filter-chip-btn[aria-expanded=true] .ortoped-filter-chip-chev{transform:rotate(180deg);opacity:1}.ortoped-filter-chip-panel{position:absolute;top:calc(100% + 8px);left:0;min-width:260px;max-width:min(360px,90vw);background:#fff;border:1px solid var(--ortoped-line);border-radius:12px;padding:14px;box-shadow:0 16px 40px -12px #042d5b33,0 4px 12px -4px #042d5b14;z-index:50;max-height:360px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--ortoped-line) transparent}.ortoped-filter-chip-panel[hidden]{display:none}.ortoped-filter-chip-panel::-webkit-scrollbar{width:6px}.ortoped-filter-chip-panel::-webkit-scrollbar-thumb{background:var(--ortoped-line);border-radius:3px}.ortoped-filter-chip-panel .ortoped-filter-options{display:flex;flex-direction:column;gap:4px;padding-top:0}.ortoped-filter-chip-panel .ortoped-filter-option{position:relative;padding:6px 8px;border-radius:8px;cursor:pointer}.ortoped-filter-chip-panel .ortoped-filter-option:hover{background:var(--ortoped-bg-soft)}.ortoped-filter-chip:nth-last-of-type(-n+2) .ortoped-filter-chip-panel{left:auto;right:0}@media(max-width:990px){.ortoped-collection-toolbar,.ortoped-filter-chip{position:static!important;z-index:auto!important}.ortoped-filter-chip-panel{position:fixed!important;top:auto!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;min-width:0!important;max-height:75vh!important;border-radius:16px 16px 0 0!important;padding:22px 18px calc(18px + env(safe-area-inset-bottom,0px))!important;z-index:1050!important;background:#fff!important;box-shadow:0 -16px 40px -8px #042d5b40!important;animation:ortopedFilterSheetIn .22s cubic-bezier(.2,.8,.2,1);pointer-events:auto!important}.ortoped-filter-chip-panel[hidden]{display:none!important}.ortoped-filter-chip-panel:before{content:"";display:block;width:42px;height:4px;border-radius:999px;background:var(--ortoped-line, #d6e7f7);margin:-6px auto 12px}.ortoped-filter-chip-panel .ortoped-filter-options,.ortoped-filter-chip-panel .ortoped-filter-option,.ortoped-filter-chip-panel .ortoped-price-range,.ortoped-filter-chip-panel input,.ortoped-filter-chip-panel button,.ortoped-filter-chip-panel label{pointer-events:auto!important}}@keyframes ortopedFilterSheetIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes ortopedFilterBackdropIn{0%{opacity:0}to{opacity:1}}@media(max-width:749px){.ortoped-pagination{flex-wrap:nowrap;gap:4px!important;padding:24px 8px 8px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;justify-content:center}.ortoped-pagination::-webkit-scrollbar{display:none}.ortoped-page-link{min-width:36px!important;height:36px!important;padding:0 8px!important;font-size:13px!important;white-space:nowrap;flex-shrink:0}.ortoped-page-prev,.ortoped-page-next{font-size:0!important;width:36px;min-width:36px!important;padding:0!important}.ortoped-page-prev:before{content:"\2039";font-size:22px;line-height:1;color:inherit}.ortoped-page-next:before{content:"\203a";font-size:22px;line-height:1;color:inherit}}@media(max-width:380px){.ortoped-pagination{gap:3px!important;padding:22px 4px 6px}.ortoped-page-link{min-width:32px!important;height:32px!important;padding:0 6px!important;font-size:12.5px!important}.ortoped-page-prev,.ortoped-page-next{width:32px;min-width:32px!important}}.menu-drawer{background:#fff!important;color:var(--ortoped-ink, #042d5b)!important;filter:none!important;box-shadow:4px 0 32px -8px #042d5b2e;border:0!important}.menu-drawer-container{background:transparent}.header__icon--menu[aria-expanded=true]:before,.header__icon--menu:before,menu-drawer>details>summary:before,menu-drawer>details[open]>summary:before{content:none!important;display:none!important;background:transparent!important}.header__icon--menu.header__icon--summary{width:42px!important;height:42px!important;border-radius:10px;color:var(--ortoped-ink, #042d5b);transition:background .15s ease,color .15s ease;display:inline-flex!important;align-items:center;justify-content:center;padding:0!important;list-style:none;position:relative}.header__icon--menu.header__icon--summary::-webkit-details-marker{display:none}.header__icon--menu.header__icon--summary>span{display:inline-flex;align-items:center;justify-content:center}.header__icon--menu.header__icon--summary:hover,details[open]>.header__icon--menu.header__icon--summary{background:var(--ortoped-bg-soft, #e8f0fb);color:var(--ortoped-blue, #176fec)}.header__icon--menu.header__icon--summary svg{width:22px!important;height:22px!important}details:not([open])>.header__icon--menu .icon-close{display:none!important}details[open]>.header__icon--menu .icon-hamburger{display:none!important}details[open]>.header__icon--menu .icon-close,details:not([open])>.header__icon--menu .icon-hamburger{display:inline-block!important}.menu-drawer__navigation{padding:14px 0 24px!important}.menu-drawer__navigation-container{overflow-y:auto}.menu-drawer__menu{padding:0!important}.menu-drawer__menu li{margin-bottom:0!important}.menu-drawer__menu-item{padding:14px 22px!important;margin:2px 12px!important;border-radius:10px;font-size:16px!important;font-weight:600!important;color:var(--ortoped-ink, #042d5b)!important;text-decoration:none!important;transition:background .15s ease,color .15s ease;display:flex;align-items:center;justify-content:space-between;gap:12px}.menu-drawer__menu-item:hover,.menu-drawer__menu-item:focus{background:var(--ortoped-bg-soft, #e8f0fb)!important;color:var(--ortoped-blue, #176fec)!important}.menu-drawer__menu-item--active{background:var(--ortoped-bg-blue, #e5f0fa)!important;color:var(--ortoped-navy, #042d5b)!important}.menu-drawer summary.menu-drawer__menu-item{padding-right:22px!important;cursor:pointer;list-style:none}.menu-drawer summary.menu-drawer__menu-item::-webkit-details-marker{display:none}.menu-drawer__menu-item .svg-wrapper{width:20px!important;height:20px!important;position:static!important;right:auto!important;top:auto!important;transform:none!important;display:inline-flex!important;align-items:center;justify-content:center;color:var(--ortoped-muted, #5a6b85);flex-shrink:0;background:var(--ortoped-bg-soft, #e8f0fb);border-radius:50%;margin-left:auto;transition:background .15s ease,color .15s ease,transform .15s ease}.menu-drawer__menu-item .svg-wrapper svg{width:12px!important;height:12px!important}.menu-drawer__menu-item:hover .svg-wrapper{color:#fff;background:var(--ortoped-blue, #176fec);transform:translate(2px)}.menu-drawer__menu-item .svg-wrapper~.svg-wrapper{display:none!important}.menu-drawer__menu-item .icon-caret{display:none!important}.menu-drawer__submenu{background:#fff!important}.menu-drawer__inner-submenu{padding:14px 0 24px}.menu-drawer__close-button{display:inline-flex!important;align-items:center;gap:8px;padding:10px 22px!important;margin:0 12px 8px!important;font-size:14px!important;font-weight:700!important;color:var(--ortoped-blue, #176fec)!important;background:transparent;border:0;cursor:pointer;text-decoration:none!important;border-radius:8px;transition:background .15s ease}.menu-drawer__close-button:hover{background:var(--ortoped-bg-soft, #e8f0fb)}.menu-drawer__close-button .svg-wrapper{transform:rotate(180deg);color:var(--ortoped-blue, #176fec)}.menu-drawer__close-button .svg-wrapper svg{width:14px;height:14px}@media(max-width:749px){.menu-drawer{width:100%!important}.menu-drawer__menu-item{padding:16px 20px!important;margin:2px 10px!important;font-size:17px!important}.menu-drawer__navigation{padding:8px 0 24px!important}}@media(min-width:750px){.menu-drawer{width:min(380px,90vw)!important;border:0!important}}body:has(.menu-drawer-container[open]):after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#042d5b59;z-index:2;pointer-events:none;animation:ortopedDrawerBackdropIn .2s ease}@keyframes ortopedDrawerBackdropIn{0%{opacity:0}to{opacity:1}}@media(max-width:749px){.ortoped-collection-desc{max-width:100%;padding:0 4px}.ortoped-collection-desc-inner{font-size:14px!important;line-height:1.55!important;-webkit-line-clamp:4}.ortoped-collection-desc-toggle{margin-top:8px;font-size:13px;padding:6px 12px}.ortoped-collection-desc h2,.ortoped-collection-desc-heading{font-size:18px!important;margin:16px 0 8px!important;color:var(--ortoped-ink)}}.ortoped-collection-hero{z-index:0}.ortoped-collection-hero .ortoped-wrap{position:relative;z-index:1}.ortoped-breadcrumb{font-size:14px;font-weight:600;color:var(--ortoped-ink)}.ortoped-collection-hero:not(.has-image) .ortoped-breadcrumb{color:var(--ortoped-navy)}.ortoped-collection-hero:not(.has-image) .ortoped-breadcrumb a{color:var(--ortoped-mid)}.ortoped-collection-hero:not(.has-image) .ortoped-breadcrumb a:hover{color:var(--ortoped-blue)}.ortoped-collection-hero.has-image .ortoped-breadcrumb,.ortoped-collection-hero.has-image .ortoped-breadcrumb a,.ortoped-collection-hero.has-image .ortoped-breadcrumb span[aria-current],.ortoped-collection-hero.has-image .ortoped-breadcrumb span[aria-hidden]{color:#fff!important;text-shadow:0 1px 4px rgba(0,0,0,.35);opacity:1}.ortoped-collection-hero.has-image .ortoped-breadcrumb span[aria-hidden]{opacity:.7}.ortoped-collection-hero.has-image .ortoped-breadcrumb span[aria-current]{font-weight:700}.ortoped-collection-grid .ortoped-prod .body{padding:14px 16px 8px}.ortoped-collection-grid .ortoped-prod-actions{padding:0 16px 16px;width:100%;box-sizing:border-box}.ortoped-collection-grid .ortoped-prod-actions .ortoped-prod-btn,.ortoped-collection-grid .ortoped-prod-actions .ortoped-prod-soldout-phrase{width:100%;box-sizing:border-box}
/*# sourceMappingURL=/cdn/shop/t/4/assets/ortoped-base.css.map */
