.commerce-page{padding-top:42px;padding-bottom:100px;min-height:65vh}.commerce-back-link{display:inline-flex;align-items:center;gap:9px;color:var(--muted);font-size:13px;font-weight:500;text-decoration:none}.commerce-back-link:hover{color:var(--navy)}.commerce-page-intro{margin:38px 0 44px}.commerce-page-intro h1{margin:8px 0 0;font-family:Barlow Condensed,sans-serif;font-size:clamp(44px,6vw,68px);font-weight:600;line-height:1.05;color:var(--navy)}.commerce-heading-count{font:400 25px Inter,sans-serif;vertical-align:middle;margin-left:17px;color:var(--muted)}.commerce-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:60px;align-items:start}.commerce-table-heading{display:flex;justify-content:space-between;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.13em;padding-bottom:18px;border-bottom:1px solid var(--line);color:var(--muted)}.commerce-item{display:grid;grid-template-columns:132px minmax(0,1fr) auto;column-gap:24px;padding:27px 0;border-bottom:1px solid var(--line);align-items:start}.commerce-item-image{display:flex;background:var(--paper);aspect-ratio:1;border-radius:7px;overflow:hidden;align-items:center;justify-content:center}.commerce-item-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.commerce-item-model{font-size:10px!important;font-weight:600;letter-spacing:.12em;color:var(--muted);margin:0 0 6px!important}.commerce-item-name{font-size:16px;font-weight:600;line-height:1.45;color:var(--navy);text-decoration:none;display:block;max-width:380px}.commerce-item-name:hover{text-decoration:underline;text-underline-offset:3px}.commerce-item-variant,.commerce-unit-price{margin:5px 0;color:var(--muted);font-size:12px;line-height:1.5}.commerce-unit-price{font-size:11px}.commerce-item-total{font-size:14px;white-space:nowrap;color:var(--navy);padding-top:20px}.commerce-item-controls{display:flex;gap:15px;align-items:center;margin-top:15px}.commerce-quantity{display:inline-flex;align-items:center;border:1px solid var(--line);height:34px;background:#fff;border-radius:3px;flex-shrink:0}.commerce-quantity button{width:29px;height:32px;display:grid;place-items:center;border:0;background:none;color:var(--ink);cursor:pointer;padding:0}.commerce-quantity button:hover:not(:disabled){background:var(--paper)}.commerce-quantity button:disabled{color:#bdc5ce;cursor:default}.commerce-quantity span{min-width:23px;text-align:center;font-size:12px;font-variant-numeric:tabular-nums}.commerce-remove{display:inline-flex;align-items:center;gap:5px;background:none;border:0;padding:8px 0;color:var(--muted);font-size:11px;cursor:pointer}.commerce-remove:hover{color:var(--red)}.commerce-summary{padding:28px;background:var(--paper);border:1px solid var(--line);border-radius:7px}.commerce-summary h2{font-size:27px;font-family:Barlow Condensed,sans-serif;color:var(--navy);font-weight:600;line-height:1.2;margin:0 0 27px}.commerce-totals{margin:0 0 25px;font-size:13px}.commerce-totals>div{display:flex;justify-content:space-between;align-items:baseline;gap:14px;margin:0 0 16px}.commerce-totals dt{color:var(--muted)}.commerce-totals dt span{font-size:11px}.commerce-totals dd{margin:0;color:var(--ink);text-align:right;white-space:nowrap}.commerce-tax-row dd{font-size:10px;white-space:normal}.commerce-grand-total{padding-top:21px!important;margin-top:23px!important;border-top:1px solid var(--line);font-size:16px;font-weight:600;color:var(--navy)}.commerce-grand-total dt,.commerce-grand-total dd{color:var(--navy)}.commerce-full-button{display:flex!important;width:100%;justify-content:center;align-items:center;gap:14px;min-height:49px;font-size:13px}.commerce-summary-help{font-size:11px;line-height:1.7;color:var(--muted);margin:16px 0 19px}.commerce-preview-note{font-size:10px;color:var(--muted);line-height:1.6;display:flex;gap:6px;justify-content:center;align-items:center;margin:17px 0 0}.commerce-preview-note svg{flex-shrink:0}.commerce-help{padding:28px 7px}.commerce-help h3{font-size:14px;color:var(--navy);margin:0 0 8px}.commerce-help p{font-size:12px;line-height:1.65;color:var(--muted);margin:0 0 10px}.commerce-help a{display:inline-flex;gap:7px;align-items:center;font-size:12px;color:var(--navy);text-underline-offset:4px}.commerce-empty{max-width:500px;text-align:center;margin:0 auto;padding:60px 25px 100px}.commerce-empty-icon{display:inline-flex;justify-content:center;align-items:center;width:84px;height:84px;background:var(--paper);border-radius:50%;color:var(--navy);margin-bottom:15px}.commerce-empty h2,.commerce-empty h1{font-family:Barlow Condensed,sans-serif;color:var(--navy);font-size:38px;line-height:1.1;font-weight:600;margin:15px 0}.commerce-empty p{font-size:14px;line-height:1.75;color:var(--muted);margin:0 0 26px}.commerce-empty .button{display:inline-flex;align-items:center;gap:14px}.commerce-drawer-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.commerce-drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#091b2f66;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.commerce-drawer{position:absolute;inset:0 0 0 auto;width:min(510px,100%);background:#fff;box-shadow:-8px 0 60px #092c5c1a;display:flex;flex-direction:column;animation:commerce-slide-in .25s ease-out}.commerce-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:27px 30px 23px;border-bottom:1px solid var(--line);flex-shrink:0}.commerce-drawer-header h2{font-family:Barlow Condensed,sans-serif;font-weight:600;color:var(--navy);font-size:34px;line-height:1;margin:0}.commerce-drawer-header h2 span{font-family:Inter,sans-serif;color:var(--muted);font-size:17px;margin-left:8px;vertical-align:middle}.commerce-icon-button{width:36px;height:36px;border:0;background:none;color:var(--navy);display:grid;place-items:center;cursor:pointer;border-radius:50%}.commerce-icon-button:hover{background:var(--paper)}.commerce-drawer-items{padding:0 30px;overflow-y:auto;flex:1;min-height:0}.commerce-item-compact{grid-template-columns:86px minmax(0,1fr) auto;column-gap:17px;padding:23px 0}.commerce-item-compact .commerce-item-name{font-size:13px}.commerce-item-compact .commerce-item-total{font-size:12px;padding-top:18px}.commerce-item-compact .commerce-item-controls{gap:11px;margin-top:10px}.commerce-item-compact .commerce-remove span{display:none}.commerce-item-compact .commerce-item-model{font-size:9px!important}.commerce-item-compact .commerce-item-variant{font-size:11px}.commerce-item-compact .commerce-unit-price{font-size:10px}.commerce-drawer-bottom{padding:25px 30px 22px;border-top:1px solid var(--line);flex-shrink:0}.commerce-drawer-subtotal{display:flex;justify-content:space-between;font-size:18px;color:var(--navy)}.commerce-drawer-bottom>p:not(.commerce-preview-note){font-size:11px;color:var(--muted);margin:10px 0 20px}.commerce-text-link{border:0;padding:0;background:none;color:var(--navy);font-size:12px;font-family:inherit;text-decoration:underline;text-underline-offset:4px;cursor:pointer;line-height:1.5}.commerce-text-link:hover{color:var(--red)}.commerce-drawer-bottom>a{display:block;text-align:center;margin-top:16px}.commerce-drawer .commerce-empty{margin:auto;padding:40px 35px}.commerce-preview-banner{display:flex;align-items:center;gap:15px;background:#f2f5f9;border-left:3px solid var(--navy);padding:19px 22px;margin-bottom:34px;color:var(--navy);border-radius:0 4px 4px 0}.commerce-preview-banner svg{flex-shrink:0}.commerce-preview-banner p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}.commerce-preview-banner strong{color:var(--navy);font-weight:600}.commerce-checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:72px;align-items:start}.commerce-steps{list-style:none;padding:0 0 23px;margin:0 0 33px;border-bottom:1px solid var(--line);display:flex;gap:40px}.commerce-steps li{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--muted);font-weight:500}.commerce-steps li>span{display:grid;place-items:center;width:24px;height:24px;border:1px solid var(--line);border-radius:50%;font-size:10px;background:#fff}.commerce-steps li.is-current{color:var(--navy);font-weight:600}.commerce-steps li.is-current>span,.commerce-steps li.is-complete>span{background:var(--navy);border-color:var(--navy);color:#fff}.commerce-section-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.commerce-section-top h2{font-family:Barlow Condensed,sans-serif;color:var(--navy);font-weight:600;line-height:1.1;font-size:36px;margin:8px 0 0}.commerce-section-top .eyebrow{font-size:9px}.commerce-section-top .commerce-text-link{font-size:11px;white-space:nowrap}.commerce-form-intro{font-size:12px;line-height:1.7;color:var(--muted);max-width:480px;margin:0 0 25px}.commerce-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:19px 17px}.commerce-field{display:flex;flex-direction:column;gap:9px;min-width:0}.commerce-field>span{font-size:11px;color:var(--ink);font-weight:500}.commerce-field input,.commerce-field select{width:100%;height:48px;border:1px solid #CBD6E1;border-radius:3px;padding:11px 13px;background:#fff;color:var(--ink);font:400 13px Inter,sans-serif;transition:border-color .15s;box-sizing:border-box;min-width:0}.commerce-field input:focus,.commerce-field select:focus{outline:2px solid #B1C8E5;outline-offset:2px;border-color:var(--navy)}.commerce-field input::placeholder{color:#94a0af}.commerce-field-wide{grid-column:1/-1}.commerce-form-subheading{font-size:16px;font-weight:600;color:var(--navy);margin:33px 0 19px}.commerce-country-note{font-size:10px;line-height:1.6;color:var(--muted);margin:15px 0 25px}.commerce-next-button{display:flex!important;align-items:center;justify-content:center;gap:24px;margin-left:auto;min-height:49px;font-size:13px}.commerce-checkout-aside{background:var(--paper);border-radius:7px;border:1px solid var(--line);overflow:hidden}.commerce-checkout-aside .commerce-summary{border:0;border-radius:0;padding-bottom:24px}.commerce-checkout-aside .commerce-totals{margin-bottom:0}.commerce-checkout-items{padding:0 26px;border-top:1px solid var(--line)}.commerce-checkout-items .commerce-item{grid-template-columns:64px minmax(0,1fr) auto;gap:12px}.commerce-checkout-items .commerce-item-image{background:#e9eff5}.commerce-checkout-items .commerce-item-name{font-size:12px}.commerce-checkout-items .commerce-item-total{font-size:11px}.commerce-checkout-items .commerce-item:last-child{border-bottom:0}.commerce-edit-bag{display:block;text-align:center;padding:0 20px 23px;font-size:11px}.commerce-address-card{display:grid;grid-template-columns:1fr 1fr;gap:20px;border:1px solid var(--line);border-radius:5px;padding:24px;margin:25px 0}.commerce-address-card h3{font-size:12px;color:var(--navy);margin:0 0 12px}.commerce-address-card p,.commerce-address-card address{font-size:12px;font-style:normal;line-height:1.8;color:var(--muted);margin:0;overflow-wrap:anywhere}.commerce-payment-card{display:flex;gap:15px;align-items:flex-start;padding:24px;background:var(--paper);border:1px solid var(--line);border-radius:5px;margin:25px 0}.commerce-payment-icon{color:var(--navy);flex-shrink:0;padding-top:1px}.commerce-payment-card h3{font-size:14px;color:var(--navy);margin:0 0 8px}.commerce-payment-card p{font-size:12px;line-height:1.75;color:var(--muted);margin:0}.commerce-payment-card>svg{color:var(--navy);flex-shrink:0}.commerce-place-order{margin-top:30px}.commerce-submit-note{font-size:11px;text-align:center;color:var(--muted);line-height:1.7;margin:15px 10px}.commerce-success-page{max-width:850px!important}.commerce-success-heading{max-width:560px;margin:30px auto 35px;text-align:center}.commerce-success-icon{display:inline-flex;align-items:center;justify-content:center;width:76px;height:76px;background:#eaf2ed;color:#3c7059;border-radius:50%;margin-bottom:24px}.commerce-success-heading h1{font-family:Barlow Condensed,sans-serif;font-size:clamp(40px,6vw,58px);font-weight:600;line-height:1.05;color:var(--navy);margin:15px 0 20px}.commerce-success-heading>p:not(.eyebrow){color:var(--muted);font-size:14px;line-height:1.8;margin:0 auto 20px;max-width:485px}.commerce-success-heading strong{font-weight:500;color:var(--navy)}.commerce-order-number{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.06em;background:var(--paper);padding:11px 17px;border-radius:4px;color:var(--navy)}.commerce-success-order{border:1px solid var(--line);border-radius:7px;padding:30px 34px}.commerce-success-order-title{display:flex;align-items:center;justify-content:space-between;padding-bottom:21px;border-bottom:1px solid var(--line)}.commerce-success-order-title h2{font-family:Barlow Condensed,sans-serif;font-size:28px;font-weight:600;color:var(--navy);margin:0}.commerce-success-order-title>span{font-size:12px;color:var(--muted)}.commerce-success-item{display:grid;grid-template-columns:78px minmax(0,1fr) auto;gap:20px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.commerce-success-image{width:78px;aspect-ratio:1;background:var(--paper);border-radius:5px;overflow:hidden}.commerce-success-image img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply}.commerce-success-item h3{font-size:14px;font-weight:600;color:var(--navy);line-height:1.4;margin:6px 0}.commerce-success-item p{font-size:11px;color:var(--muted);margin:0;line-height:1.7}.commerce-success-item p span{margin-left:8px}.commerce-success-item>strong{font-size:13px;color:var(--navy)}.commerce-success-totals{font-size:12px;margin:25px 0 0}.commerce-success-totals>div{display:flex;justify-content:space-between;gap:16px;margin:15px 0;color:var(--muted)}.commerce-success-totals dd{margin:0;text-align:right}.commerce-success-totals .commerce-grand-total{margin-bottom:0;color:var(--navy)}.commerce-success-actions{display:flex;flex-direction:column;gap:24px;align-items:center;margin-top:33px}.commerce-success-actions .button{display:flex;align-items:center;gap:25px}.commerce-review h2:focus{outline:none}.commerce-page button:focus-visible,.commerce-drawer button:focus-visible,.commerce-page a:focus-visible,.commerce-drawer a:focus-visible{outline:2px solid #5688C7;outline-offset:4px}.commerce-page button:disabled{cursor:default;opacity:.5}.commerce-item-compact .commerce-quantity button:disabled{opacity:1}@keyframes commerce-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media(min-width:1100px){.commerce-cart-layout>aside{position:sticky;top:115px}}@media(max-width:1100px){.commerce-cart-layout{gap:34px;grid-template-columns:minmax(0,1fr) 320px}.commerce-checkout-layout{gap:35px;grid-template-columns:minmax(0,1fr) 340px}.commerce-item{grid-template-columns:102px minmax(0,1fr) auto;gap:17px}.commerce-item-name{font-size:14px}.commerce-summary,.commerce-checkout-aside .commerce-summary{padding:24px}.commerce-checkout-items{padding:0 20px}.commerce-steps{gap:24px}}@media(max-width:800px){.commerce-page{padding-top:26px;padding-bottom:65px}.commerce-page-intro{margin:30px 0}.commerce-cart-layout,.commerce-checkout-layout{grid-template-columns:1fr;gap:36px}.commerce-cart-layout>aside{max-width:none}.commerce-help{padding-bottom:0}.commerce-table-heading{font-size:10px}.commerce-item{grid-template-columns:100px minmax(0,1fr) auto}.commerce-item-name{font-size:15px}.commerce-item-total{font-size:13px}.commerce-checkout-aside{margin-top:4px}.commerce-checkout-items .commerce-item{grid-template-columns:74px minmax(0,1fr) auto;gap:17px}.commerce-checkout-items .commerce-item-name,.commerce-checkout-items .commerce-item-total{font-size:13px}.commerce-preview-banner{padding:16px;margin-bottom:30px}.commerce-preview-banner p{font-size:11px}.commerce-steps{margin-bottom:28px}.commerce-success-page{padding-top:15px}.commerce-success-heading{margin-top:20px}.commerce-success-order{padding:25px}}@media(max-width:480px){.commerce-heading-count{font-size:20px;margin-left:11px}.commerce-item{grid-template-columns:79px minmax(0,1fr) auto;gap:12px;padding:24px 0}.commerce-item-name{font-size:13px}.commerce-item-total{font-size:12px;padding-top:16px}.commerce-item-model{font-size:9px!important}.commerce-item-variant{font-size:11px}.commerce-item-controls{gap:11px}.commerce-remove span{display:none}.commerce-item-image{border-radius:4px}.commerce-drawer-header{padding:23px 22px}.commerce-drawer-header h2{font-size:32px}.commerce-drawer-items{padding:0 22px}.commerce-drawer-bottom{padding:22px}.commerce-drawer .commerce-item-compact{grid-template-columns:75px minmax(0,1fr) auto;gap:12px}.commerce-drawer .commerce-empty h2{font-size:34px}.commerce-summary{padding:24px}.commerce-section-top{gap:10px}.commerce-section-top h2{font-size:32px}.commerce-section-top .commerce-text-link{font-size:10px}.commerce-steps{gap:24px}.commerce-steps li{font-size:11px;gap:7px}.commerce-form-grid{gap:18px 12px}.commerce-field>span{font-size:10px}.commerce-field input,.commerce-field select{font-size:12px;padding:10px;height:46px}.commerce-next-button{width:100%;margin:0}.commerce-address-card{grid-template-columns:1fr;padding:20px;gap:24px}.commerce-payment-card{padding:20px;gap:12px}.commerce-payment-card p{font-size:11px}.commerce-success-order{padding:22px 18px}.commerce-success-item{grid-template-columns:59px minmax(0,1fr) auto;gap:12px}.commerce-success-image{width:59px}.commerce-success-item h3{font-size:12px}.commerce-success-item>strong{font-size:11px}.commerce-success-item p{font-size:10px}.commerce-success-totals{font-size:11px}.commerce-success-totals .commerce-grand-total{font-size:15px}.commerce-empty{padding:40px 5px 70px}}@media(prefers-reduced-motion:reduce){.commerce-drawer{animation:none}.commerce-field input,.commerce-field select{transition:none}}.support-page{color:var(--ink);padding-bottom:88px}.support-page h1,.support-page h2,.support-page h3,.support-page p{margin-top:0}.support-page h1{font-size:clamp(52px,6.8vw,96px);line-height:.95;letter-spacing:-.022em;color:var(--navy);margin-bottom:24px}.support-page h2{font-size:clamp(27px,3vw,40px);line-height:1.08;letter-spacing:-.02em;margin-bottom:16px}.support-page h3{font-size:19px;line-height:1.3;margin-bottom:8px}.support-page p{font-size:15px;line-height:1.75;color:var(--muted)}.support-page .button{gap:12px}.support-page a:not(.button){text-decoration:none}.support-page :is(input,select,textarea,button,a,summary):focus-visible{outline:3px solid var(--red);outline-offset:4px}.support-page .eyebrow{display:block;margin-bottom:17px}.support-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:12px;min-height:74px;color:var(--muted);font-size:12px}.support-breadcrumb a{color:var(--muted)}.support-breadcrumb a:hover{color:var(--red)}.support-breadcrumb span{color:var(--navy)}.support-hub-hero{background:#edf2f7;border-bottom:1px solid var(--line)}.support-hero-layout{display:grid;grid-template-columns:1.12fr 1fr;align-items:center;gap:70px;padding:38px 0 74px}.support-hero-layout h1{font-size:clamp(64px,7.6vw,108px);margin-bottom:20px}.support-hero-layout p{margin-bottom:0;font-size:16px}.support-search{padding-top:25px;min-width:0}.support-search>label{display:block;color:var(--navy);font-size:13px;font-weight:700;margin-bottom:13px}.support-search>div{display:flex;align-items:center;gap:13px;border-bottom:2px solid var(--navy);background:#fff;padding:8px 8px 8px 18px}.support-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;font:inherit;font-size:14px;color:var(--navy)}.support-search input:focus-visible{outline:none}.support-search>div:focus-within{outline:2px solid var(--red);outline-offset:3px}.support-search button{display:grid;place-items:center;flex-shrink:0;width:45px;height:45px;border:0;background:var(--navy);color:#fff;cursor:pointer}.support-search>span{font-size:12px;display:block;color:var(--muted);margin-top:13px}.support-section{padding:64px 0;scroll-margin-top:125px}.support-section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:27px}.support-section-heading h2{margin-bottom:0}.support-section-heading p{margin-bottom:1px;font-size:13px;max-width:390px}.support-model-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.support-model-card{border:1px solid var(--line);color:var(--navy);background:#fff;transition:border-color .18s,transform .18s}.support-model-card:hover{border-color:var(--navy);transform:translateY(-3px)}.support-model-image{height:184px;padding:22px 30px 6px}.support-model-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.support-model-label{display:flex;justify-content:space-between;align-items:center;padding:20px 22px}.support-model-label>div{display:grid;gap:5px}.support-model-code{font-size:24px;font-weight:700;letter-spacing:-.025em}.support-model-label>div>span:last-child{font-size:12px;color:var(--muted)}.support-inline-link{display:inline-flex;align-items:center;gap:10px;color:var(--navy);font-size:13px;font-weight:600;line-height:1.5}.support-inline-link:hover{color:var(--red)}.support-section>.support-inline-link{margin-top:22px}.support-topics-section{border-top:1px solid var(--line)}.support-topic-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:44px}.support-topic{display:flex;align-items:center;gap:21px;border-top:1px solid var(--line);padding:26px 0;color:var(--navy);min-width:0}.support-topic:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.support-topic>svg:first-child{flex-shrink:0}.support-topic>svg:last-child{margin-left:auto;flex-shrink:0;transition:transform .2s}.support-topic:hover>svg:last-child{transform:translate(3px,-3px);color:var(--red)}.support-topic>div{min-width:0}.support-topic h3{font-size:17px;margin-bottom:5px}.support-topic p{font-size:12px;line-height:1.65;margin-bottom:0}.support-no-results{padding:36px;background:#f3f5f7;border:1px solid var(--line)}.support-no-results .support-inline-link{margin-left:24px}.support-order-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:#edf2f7}.support-order-links>a{display:flex;gap:18px;align-items:center;padding:30px;color:var(--navy)}.support-order-links>a+a{border-left:1px solid #d4dfe8}.support-order-links>a>svg{flex-shrink:0}.support-order-links>a>svg:last-child{margin-left:auto}.support-order-links span{display:grid;gap:6px;font-size:11px;color:var(--muted)}.support-order-links strong{font-size:15px;color:var(--navy)}.support-order-links a:hover strong{color:var(--red)}.support-faq-section{padding:76px 0;display:grid;grid-template-columns:1fr 1.5fr;gap:80px}.support-faq-section h2{font-size:clamp(36px,4vw,58px);margin-bottom:25px}.support-accordion{border-bottom:1px solid var(--line)}.support-accordion:first-child{border-top:1px solid var(--line)}.support-accordion summary{display:flex;justify-content:space-between;align-items:center;gap:20px;list-style:none;cursor:pointer;padding:21px 0;font-size:15px;line-height:1.5;font-weight:600;color:var(--navy)}.support-accordion summary::-webkit-details-marker{display:none}.support-accordion summary svg{flex-shrink:0;transition:transform .2s}.support-accordion[open] summary svg{transform:rotate(45deg)}.support-accordion>div{padding:0 28px 23px 0;font-size:14px;line-height:1.85;color:var(--muted)}.support-accordion a,.support-article a,.support-policy-layout article a:not(.button),.support-form-success a{color:var(--navy);text-decoration:underline!important;text-underline-offset:3px}.support-contact-strip{display:flex;align-items:center;justify-content:space-between;gap:35px;border-top:1px solid var(--line);padding:44px 0 0}.support-contact-strip .eyebrow{margin-bottom:12px}.support-contact-strip h2{font-size:38px;margin-bottom:12px}.support-contact-strip p{margin-bottom:0}.support-model-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:90px;align-items:center;padding:25px 0 65px}.support-model-hero p{max-width:460px;font-size:16px;margin-bottom:27px}.support-model-hero-image{height:385px;background:#f1f4f7;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:25px}.support-model-hero-image img{height:290px;max-width:90%;object-fit:contain;mix-blend-mode:multiply}.support-model-hero-image a{display:flex;gap:8px;align-items:center;font-size:12px;color:var(--navy);margin-top:16px}.support-model-note{display:flex;gap:25px;padding:30px 35px;background:#edf2f7}.support-model-note>svg{flex-shrink:0;color:var(--navy)}.support-model-note h2{font-size:22px;margin-bottom:10px}.support-model-note p{max-width:850px;font-size:14px;margin-bottom:0}.support-prep-panel{border-top:1px solid var(--line);padding:42px 0 52px}.support-prep-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:55px;margin-top:30px}.support-prep-grid>div>span{font-size:13px;color:var(--red);display:block;margin-bottom:16px;font-weight:700}.support-prep-grid h3{font-size:20px}.support-prep-grid p{font-size:14px}.support-article-header{padding:30px 0 50px;max-width:780px}.support-article-header h1{max-width:760px}.support-article-header>p{max-width:640px;font-size:17px;margin-bottom:0}.support-article-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:100px;padding:15px 0 70px;align-items:start}.support-article-icon{color:var(--red);margin-bottom:22px}.support-article>h2{font-size:30px}.support-article>p{font-size:15px;margin-bottom:22px}.support-article-faq-title{margin-top:42px!important}.support-checklist{padding:34px;background:#edf2f7;position:sticky;top:130px}.support-checklist h2{font-size:28px}.support-checklist ul{list-style:none;margin:26px 0 30px;padding:0;display:grid;gap:19px}.support-checklist li{display:flex;gap:12px;color:var(--navy);font-size:13px;line-height:1.6}.support-checklist li svg{flex-shrink:0;margin-top:2px}.support-checklist .button{width:100%;justify-content:center;text-align:center;font-size:13px}.support-checklist>.support-inline-link{margin-top:20px}.support-contact-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.45fr);gap:95px;align-items:start;padding:10px 0 50px}.support-contact-aside{background:var(--navy);color:#fff;padding:38px}.support-contact-aside h2{font-size:34px;color:#fff;margin:24px 0}.support-email{display:flex;justify-content:space-between;gap:9px;align-items:center;color:#fff;font-size:14px;padding-bottom:29px;overflow-wrap:anywhere}.support-email svg{flex-shrink:0}.support-hours{display:flex;gap:14px;border-top:1px solid #ffffff30;padding:28px 0;color:#fff}.support-hours>svg{flex-shrink:0}.support-hours strong{font-size:13px}.support-hours p{font-size:13px;color:#d3dde7;margin:7px 0 11px}.support-hours small{font-size:11px;line-height:1.75;color:#b8c9d9;display:block}.support-contact-small{padding-top:24px;border-top:1px solid #ffffff30}.support-contact-small h3{color:#fff;font-size:18px}.support-contact-small p{font-size:13px;color:#b8c9d9}.support-contact-small a{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:12px}.support-form{display:grid;gap:24px;min-width:0}.support-form-heading{display:flex;justify-content:space-between;align-items:baseline;gap:20px}.support-form-heading h2{font-size:27px;margin-bottom:0}.support-form-heading>span{font-size:10px;color:var(--muted)}.support-form label{display:flex;flex-direction:column;gap:10px;font-size:12px;line-height:1.5;color:var(--navy);font-weight:600;min-width:0}.support-form label>span:not(.support-field-hint){font-weight:400;color:var(--muted)}.support-form-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px}.support-form input:not([type=file]),.support-form select,.support-form textarea{font-family:inherit;font-weight:400;font-size:14px;color:var(--navy);background:#fff;border:1px solid #cbd5de;padding:13px 14px;width:100%;min-width:0;border-radius:0;box-sizing:border-box}.support-form select{height:47px}.support-form textarea{resize:vertical;min-height:135px}.support-form input::placeholder,.support-form textarea::placeholder{color:#84909b;font-size:12px}.support-field-hint{color:var(--muted);font-size:11px;line-height:1.6;font-weight:400;margin-bottom:0}.support-file-label{position:relative;flex-direction:row!important;align-items:center;gap:14px!important;background:#f4f6f8;border:1px dashed #bdcbd7;padding:16px;cursor:pointer;overflow:hidden}.support-file-label>span{color:var(--navy)!important;font-weight:600!important}.support-file-label small{display:block;font-weight:400;font-size:10px;color:var(--muted);margin-top:3px}.support-file-label input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;cursor:pointer}.support-file-label:focus-within{outline:3px solid var(--red);outline-offset:4px}.support-file-names{font-size:11px!important;overflow-wrap:anywhere;margin-top:-13px;margin-bottom:0}.support-submit-row{display:flex;align-items:center;gap:24px}.support-submit-row .button{flex-shrink:0}.support-submit-row p{font-size:10px;line-height:1.65;max-width:230px;margin-bottom:0}.support-form-success{display:flex;gap:15px;background:#eaf0f5;border-left:3px solid var(--navy);padding:22px}.support-form-success>svg{flex-shrink:0;color:var(--navy)}.support-form-success h3{font-size:18px}.support-form-success p{font-size:12px;overflow-wrap:anywhere}.support-form-success dl{margin:14px 0;font-size:12px;display:flex;gap:25px;flex-wrap:wrap}.support-form-success dt{color:var(--muted);margin-bottom:3px}.support-form-success dd{margin:0;color:var(--navy)}.support-request-message{white-space:pre-wrap;border-top:1px solid #cbd5de;padding-top:14px}.support-text-button{padding:0;border:0;background:transparent;text-decoration:underline;text-underline-offset:4px;color:var(--navy);font-family:inherit;font-size:12px;cursor:pointer}.support-status-form{padding:32px;border:1px solid var(--line)}.support-status-form h2{font-size:28px;margin-bottom:0}.support-status-form>.button{justify-content:center}.support-order-note{display:flex;gap:20px;background:#edf2f7;padding:26px;margin-top:32px}.support-order-note>svg{flex-shrink:0;color:var(--navy)}.support-order-note h3{font-size:20px}.support-order-note p{font-size:13px;margin-bottom:13px}.support-order-result{display:flex;gap:15px;border-top:1px solid var(--line);padding-top:23px}.support-order-result>svg{flex-shrink:0}.support-order-result h3{font-size:18px}.support-order-result p{font-size:12px}.support-order-result a{display:flex;align-items:center;gap:8px;color:var(--navy);font-size:12px;font-weight:600}.support-policy-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:120px;padding:38px 0 50px}.support-policy-layout>header{align-self:start;position:sticky;top:140px}.support-policy-layout h1{font-size:clamp(55px,6.6vw,90px)}.support-policy-layout>header>p{font-size:15px;max-width:400px}.support-policy-note{display:block;font-size:11px;color:var(--muted);line-height:1.6}.support-policy-layout nav{display:grid;margin-top:38px;border-top:1px solid var(--line)}.support-policy-layout nav a{display:flex;align-items:center;gap:14px;padding:17px 0;border-bottom:1px solid var(--line);font-size:12px;color:var(--navy)}.support-policy-layout nav a>span{font-size:10px;color:var(--muted)}.support-policy-layout nav a>svg{margin-left:auto}.support-policy-layout nav a:hover{color:var(--red)}.support-policy-layout article>section{scroll-margin-top:130px;padding:0 0 31px;margin-bottom:31px;border-bottom:1px solid var(--line)}.support-policy-number{display:block;color:var(--red);font-size:12px;font-weight:600;margin-bottom:13px}.support-policy-layout article h2{font-size:28px}.support-policy-layout article p{font-size:14px;margin-bottom:0}.support-faq-full{max-width:870px;margin:0 0 68px auto}.support-faq-full>section+section{margin-top:56px}.support-faq-full h2{font-size:32px;margin-bottom:26px}@media(min-width:1400px){.support-hub-hero .container,.support-page.container,.support-page>.container{max-width:1220px}}@media(max-width:1024px){.support-hero-layout{gap:35px}.support-model-grid{gap:12px}.support-model-image{height:160px;padding:18px}.support-model-label{padding:18px}.support-topic-grid{column-gap:28px}.support-order-links>a{padding:25px 20px;gap:12px}.support-order-links>a>svg:first-child{display:none}.support-faq-section,.support-model-hero,.support-article-layout{gap:45px}.support-contact-layout{gap:38px}.support-contact-aside{padding:28px}.support-contact-aside h2{font-size:29px}.support-policy-layout{gap:65px}.support-submit-row{align-items:flex-start;flex-direction:column;gap:12px}.support-submit-row p{max-width:none}.support-form-heading{display:block}.support-form-heading>span{display:block;margin-top:10px}}@media(max-width:767px){.support-page{padding-bottom:52px}.support-breadcrumb{min-height:62px;gap:9px;font-size:11px}.support-page h1{font-size:60px}.support-hero-layout{grid-template-columns:1fr;gap:27px;padding:25px 0 45px}.support-hero-layout h1{font-size:73px;line-height:.92}.support-hero-layout p{font-size:14px}.support-search{padding-top:0}.support-search input{font-size:12px}.support-search>div{padding-left:13px;gap:10px}.support-search>div>svg{width:18px}.support-search button{width:40px;height:40px}.support-search>label{font-size:12px}.support-desktop-break{display:none}.support-section{padding:41px 0;scroll-margin-top:110px}.support-section-heading{display:block;margin-bottom:23px}.support-section-heading h2{font-size:31px}.support-section-heading p{font-size:12px;margin-top:14px}.support-section .eyebrow{font-size:10px}.support-model-grid{grid-template-columns:1fr 1fr;gap:12px}.support-model-image{height:150px;padding:17px 15px 3px}.support-model-label{padding:14px}.support-model-code{font-size:21px}.support-model-label>div>span:last-child{font-size:10px}.support-model-label svg{width:18px}.support-section>.support-inline-link{font-size:11px}.support-topic-grid{grid-template-columns:1fr}.support-topic{gap:16px;padding:23px 0}.support-topic:nth-last-child(2){border-bottom:0}.support-topic h3{font-size:16px}.support-topic p{font-size:11px}.support-topic>svg:first-child{width:25px}.support-no-results{padding:25px}.support-no-results .support-inline-link{display:flex;margin:20px 0 0}.support-order-links{grid-template-columns:1fr}.support-order-links>a{padding:24px}.support-order-links>a+a{border-left:0;border-top:1px solid #d4dfe8}.support-order-links>a>svg:first-child{display:block}.support-order-links span{gap:4px}.support-order-links strong{font-size:15px}.support-faq-section{padding:48px 0;grid-template-columns:1fr;gap:28px}.support-faq-section h2{font-size:45px;margin-bottom:18px}.support-accordion summary{font-size:14px;padding:19px 0}.support-accordion>div{font-size:13px}.support-contact-strip{align-items:flex-start;flex-direction:column;gap:23px;padding-top:32px}.support-contact-strip h2{font-size:34px}.support-contact-strip p{font-size:13px}.support-model-hero{grid-template-columns:1fr;gap:30px;padding:25px 0 38px}.support-model-hero h1{font-size:66px}.support-model-hero p{font-size:14px}.support-model-hero-image{height:300px;padding:18px}.support-model-hero-image img{height:230px}.support-model-note{padding:25px 20px;gap:17px}.support-model-note h2{font-size:21px}.support-model-note p{font-size:12px}.support-model-note>svg{width:22px}.support-prep-panel{padding:34px 0}.support-prep-panel>h2{font-size:30px}.support-prep-grid{grid-template-columns:1fr;gap:18px;margin-top:25px}.support-prep-grid>div{display:grid;grid-template-columns:27px 1fr;gap:0 13px}.support-prep-grid>div>span{grid-row:1/3;margin-top:4px}.support-prep-grid h3{font-size:18px}.support-prep-grid p{font-size:13px;margin-bottom:0}.support-article-header{padding:23px 0 35px}.support-article-header h1{font-size:59px;line-height:.97}.support-article-header>p{font-size:15px}.support-article-layout{grid-template-columns:1fr;gap:35px;padding:10px 0 44px}.support-article>h2{font-size:29px}.support-article>p{font-size:14px}.support-checklist{position:static;padding:26px}.support-checklist h2{font-size:27px}.support-checklist ul{margin:23px 0}.support-contact-layout{grid-template-columns:1fr;gap:35px;padding:0 0 15px}.support-contact-aside{padding:28px}.support-contact-aside h2{font-size:34px;max-width:270px}.support-contact-aside>svg{width:30px;height:30px}.support-contact-small{display:none}.support-hours{padding-bottom:0}.support-hours small{max-width:340px}.support-form{gap:22px}.support-form-row{gap:15px}.support-form label{font-size:11px;gap:8px}.support-form input:not([type=file]),.support-form select,.support-form textarea{padding:12px 11px;font-size:13px}.support-form select{height:44px}.support-form-heading h2{font-size:29px}.support-submit-row{gap:14px}.support-submit-row .button{width:100%;justify-content:center}.support-submit-row p{font-size:10px}.support-file-label{padding:14px}.support-form-success{padding:19px 15px;gap:12px}.support-form-success>svg{width:22px}.support-form-success h3{font-size:16px}.support-status-form{padding:26px}.support-policy-layout{grid-template-columns:1fr;gap:42px;padding:23px 0 12px}.support-policy-layout>header{position:static}.support-policy-layout h1{font-size:64px}.support-policy-layout nav{margin-top:28px}.support-policy-layout article h2{font-size:28px}.support-policy-layout article>section{padding-bottom:25px;margin-bottom:25px}.support-faq-full{margin-bottom:42px}.support-faq-full h2{font-size:30px}.support-faq-full>section+section{margin-top:40px}}@media(max-width:390px){.support-hero-layout h1{font-size:65px}.support-page h1,.support-article-header h1{font-size:53px}.support-model-image{height:132px;padding:14px}.support-model-label{padding:12px}.support-model-code{font-size:20px}.support-form-row{grid-template-columns:1fr}.support-model-label>div>span:last-child{font-size:9px}.support-checklist{padding:23px}.support-topic h3{font-size:15px}}@media(prefers-reduced-motion:reduce){.support-model-card,.support-topic>svg:last-child,.support-accordion summary svg{transition:none}.support-model-card:hover{transform:none}.support-topic:hover>svg:last-child{transform:none}}.support-page p{font-size:15px;line-height:1.8}.support-page :is(.support-topic p,.support-section-heading p,.support-model-note p,.support-prep-grid p,.support-contact-small p,.support-order-note p,.support-order-result p,.support-form-success p,.support-policy-layout article p){font-size:15px;line-height:1.8}.support-page :is(.support-inline-link,.support-model-hero-image a,.support-policy-layout nav a,.support-checklist li,.support-accordion>div,.support-form label,.support-field-hint,.support-submit-row p,.support-hours small,.support-hours strong,.support-contact-small a,.support-order-result a,.support-form-heading>span,.support-form-success dl,.support-file-label small,.support-policy-note){font-size:14px;line-height:1.7}.support-page .support-accordion summary{font-size:16px;line-height:1.55}.support-page .support-model-label>div>span:last-child,.support-page .support-order-links span{font-size:14px}.support-page .support-order-links strong{font-size:17px}.support-page .support-search input,.support-page .support-form input:not([type=file]),.support-page .support-form select,.support-page .support-form textarea{font-size:16px}.support-page .support-search>label,.support-page .support-search>span,.support-page .support-form input::placeholder,.support-page .support-form textarea::placeholder{font-size:14px}.support-page .support-submit-row{align-items:flex-start;flex-direction:column;gap:14px}.support-page .support-submit-row p{max-width:100%}.support-page .support-form-success p:last-child{margin-bottom:0}.support-page .support-file-names{font-size:14px!important}.support-identity-disclosure{margin-top:27px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.support-identity-disclosure>summary{padding:20px 0;display:flex;justify-content:space-between;gap:18px;align-items:center;font-size:14px;font-weight:600;color:var(--navy);list-style:none;cursor:pointer}.support-identity-disclosure>summary::-webkit-details-marker{display:none}.support-identity-disclosure[open]>summary>svg{transform:rotate(45deg)}.support-identity-guide{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;padding:44px 0}.support-identity-guide>div>h2{font-size:34px}.support-identity-guide>div>p{max-width:385px}.support-identity-guide dl{margin:0}.support-identity-guide dl>div{display:grid;grid-template-columns:130px 1fr;gap:24px;padding:18px 0;border-bottom:1px solid var(--line)}.support-identity-guide dl>div:first-child{padding-top:0}.support-identity-guide dt{font-weight:600;font-size:15px;color:var(--navy)}.support-identity-guide dd{font-size:15px;line-height:1.8;color:var(--muted);margin:0}.support-identity-disclosure .support-identity-guide{padding:15px 0 28px}.support-identity-disclosure .support-identity-guide h2{font-size:29px}.support-numbered-steps{counter-reset:care-step;margin:28px 0 34px;padding:0;list-style:none}.support-numbered-steps>li{counter-increment:care-step;position:relative;padding:22px 0 22px 53px;border-top:1px solid var(--line)}.support-numbered-steps>li:last-child{border-bottom:1px solid var(--line)}.support-numbered-steps>li:before{content:counter(care-step,decimal-leading-zero);position:absolute;left:0;top:24px;font-size:14px;font-weight:600;color:var(--red)}.support-numbered-steps h3{font-size:21px;line-height:1.25;margin-bottom:10px}.support-numbered-steps p{margin-bottom:0}.support-page .support-education-source{background:#edf2f7;padding:20px 22px;font-size:14px;line-height:1.8;margin:25px 0}.support-page .support-education-source a{display:inline;color:var(--navy);text-decoration:underline;text-underline-offset:3px}.support-education-source a svg{display:inline-block;vertical-align:-2px;margin-left:2px}.support-answer-steps{padding-left:23px;margin:0;display:grid;gap:12px}.support-answer-steps li{padding-left:3px}.support-orientation{padding:15px 0 20px}.support-orientation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.support-orientation-grid>div{border-top:2px solid var(--navy);padding-top:24px}.support-orientation-grid h3{font-size:23px}.support-orientation-grid p{margin-bottom:0}.support-page .support-orientation-note{font-size:14px;color:var(--muted);margin:24px 0 0;max-width:850px}.support-led-mark{display:block;width:12px;height:12px;border-radius:100%;margin-bottom:16px}.support-led-0{background:#2775c9}.support-led-1{background:#c85042}.support-led-2{background:#c9842f}.support-delivery-stages{margin:26px 0 28px;padding:0;list-style:none;position:relative}.support-delivery-stages>li{display:flex;gap:20px;padding:0 0 27px}.support-delivery-stages>li>span{position:relative;display:grid;place-items:center;flex-shrink:0;width:33px;height:33px;color:var(--navy);background:#edf2f7;font-weight:600;font-size:12px}.support-delivery-stages>li:not(:last-child)>span:after{content:"";position:absolute;top:39px;left:16px;height:calc(100% + 41px);border-left:1px solid #d4dfe8;z-index:-1}.support-delivery-stages h3{font-size:20px;margin:3px 0 8px}.support-delivery-stages p{margin-bottom:0}@media(max-width:1024px){.support-identity-guide{gap:35px}.support-identity-guide dl>div{grid-template-columns:105px 1fr;gap:16px}.support-orientation-grid{gap:23px}.support-page .support-order-links>a{padding:24px 18px}}@media(max-width:767px){.support-identity-guide{grid-template-columns:1fr;gap:22px;padding:32px 0}.support-identity-guide>div>h2{font-size:31px}.support-identity-guide>div>p{max-width:none;margin-bottom:0}.support-identity-guide dl>div{grid-template-columns:1fr;gap:7px;padding:17px 0}.support-identity-guide dl>div:first-child{padding-top:17px;border-top:1px solid var(--line)}.support-identity-disclosure .support-identity-guide{padding-bottom:23px}.support-numbered-steps>li{padding:20px 0 20px 40px}.support-numbered-steps>li:before{top:23px;font-size:12px}.support-numbered-steps h3{font-size:21px}.support-page .support-checklist li{font-size:15px}.support-orientation{padding:6px 0 5px}.support-orientation-grid{grid-template-columns:1fr;gap:23px}.support-orientation-grid>div{padding-top:20px}.support-orientation-grid h3{font-size:22px}.support-led-mark{float:left;margin:7px 12px 0 0}.support-page .support-model-label{padding:15px 12px}.support-page .support-model-label>div>span:last-child{font-size:12px}.support-page .support-model-label svg{width:17px}.support-page .support-search input{font-size:16px}.support-search input::placeholder{font-size:12px}.support-page .support-form-row{grid-template-columns:1fr;gap:22px}.support-page .support-form select{height:49px}.support-page .support-contact-small{display:block}.support-page .support-contact-strip p{font-size:15px}.support-page .support-education-source{padding:18px}.support-page .support-order-links>a{padding:24px}.support-page .support-submit-row .button{width:100%}.support-page .support-accordion>div{font-size:15px}.support-page .support-article-header>p{font-size:16px}}.product-card-detail{font-size:11px;line-height:1.6;color:#60778a;min-height:35px;margin-top:9px}.product-facts-section{border-top:1px solid var(--line);padding-block:65px}.product-facts-header{margin-bottom:36px}.product-facts-header h2{font-size:50px}.product-facts-header>p:not(.eyebrow){margin-top:18px;font-size:15px}.product-facts-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:58px;align-items:center}.product-facts-image{background:#eef4f6;min-height:410px;display:flex;align-items:center;justify-content:center}.product-facts-image img{height:380px;width:95%;object-fit:contain;padding:24px;mix-blend-mode:multiply}.product-facts-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 33px}.product-facts-grid h3{font-size:29px;margin-bottom:13px;line-height:1.1}.product-facts-grid p{font-size:14px;line-height:1.9}.product-facts-source{display:flex;gap:12px;margin-top:25px;align-items:flex-start;color:#688093}.product-facts-source p{font-size:11px;line-height:1.8}.product-facts-source a{text-decoration:underline;text-underline-offset:3px;color:var(--navy)}.product-facts-source svg{margin-top:2px}.product-kit>p{font-size:13px}.product-kit ul{list-style:none;padding:0;margin:20px 0;display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}.product-kit li{display:flex;align-items:center;gap:10px;color:var(--navy);font-size:12px;line-height:1.6}.product-kit li>span{display:grid;place-items:center;border:1px solid var(--line);width:23px;height:23px;flex-shrink:0;font-size:10px}.product-kit .product-kit-note{font-size:11px;line-height:1.9}.product-kit>a{display:inline-flex;align-items:center;gap:6px;min-height:42px;font-size:12px}.product-order-check{display:grid;grid-template-columns:1fr 1fr;gap:75px;padding-block:65px;border-top:1px solid var(--line)}.product-order-check h2{font-size:49px;max-width:430px}.product-order-items>div{display:flex;align-items:flex-start;gap:15px;margin-bottom:26px}.product-order-items>div>svg{width:20px;margin-top:3px;color:#477e78}.product-order-items strong{font-size:14px;color:var(--navy)}.product-order-items p{font-size:13px;line-height:1.85;margin-top:9px}.home-order-facts{padding-block:75px}.home-order-intro h2{font-size:49px}.home-order-intro>p:last-child{font-size:14px;margin-top:18px}.home-order-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:35px;gap:26px}.home-order-grid>a,.home-order-grid>div{padding:27px 20px;background:#f6f8fa;display:flex;flex-direction:column;align-items:flex-start}.home-order-grid>div{background:#edf3f5}.home-order-value{font-family:var(--font-heading);font-size:55px;line-height:1.1;color:var(--navy)}.home-order-label{font-size:12px;font-weight:600;color:var(--navy);margin-top:12px;display:block}.home-order-grid p{font-size:12px;line-height:1.85;margin-top:15px;margin-bottom:17px}.home-order-grid .text-link{font-size:11px;margin-top:auto;gap:10px}.home-order-grid>div>svg{height:58px;color:#58788d}.pdp-description{font-size:15px}.pdp-details .faq{font-size:14px}.pdp-details .faq summary{font-size:14px}.pdp-before p{font-size:12px}.pdp-before strong,.compare-table{font-size:13px}.compare-table td{line-height:1.85}.care-feature-copy>p:not(.eyebrow){font-size:15px}.feature-points span{font-size:14px}.feature-points small{font-size:12px;line-height:1.7}@media(max-width:1023px){.home-order-grid{grid-template-columns:1fr 1fr;gap:18px}.product-facts-layout{gap:35px}.product-facts-grid{gap:28px 20px}.product-facts-image{min-height:370px}.product-facts-image img{height:340px}.product-facts-grid h3{font-size:26px}.product-facts-grid p{font-size:13px}.product-order-check{gap:40px}.product-order-check h2{font-size:44px}.product-card-detail{font-size:10px}}@media(max-width:767px){.product-card-detail{font-size:10px;min-height:37px;margin-top:8px}.product-facts-section,.product-order-check,.home-order-facts{padding-block:45px}.product-facts-header h2{font-size:43px}.product-facts-header>p:not(.eyebrow){font-size:14px}.product-facts-layout{grid-template-columns:1fr;gap:30px}.product-facts-image{min-height:0;height:295px}.product-facts-image img{height:280px;width:80%}.product-facts-grid{grid-template-columns:1fr 1fr;gap:29px 21px}.product-facts-grid h3{font-size:25px}.product-facts-grid p{font-size:13px;line-height:1.85}.product-facts-source p{font-size:10px}.product-order-check{grid-template-columns:1fr;gap:29px}.product-order-check h2{font-size:43px}.product-order-items p{font-size:13px}.product-kit li{font-size:11px}.product-kit ul{gap:13px 12px}.home-order-intro h2{font-size:43px}.home-order-intro>p:last-child{font-size:13px}.home-order-grid{gap:14px}.home-order-grid>a,.home-order-grid>div{padding:22px 16px}.home-order-value{font-size:45px}.home-order-label{font-size:11px;line-height:1.6}.home-order-grid p{font-size:11px}.home-order-grid .text-link{font-size:10px;gap:7px}.home-order-grid>div>svg{height:49px}.pdp-description{font-size:14px}.care-feature-copy>p:not(.eyebrow){font-size:14px}.feature-points span{font-size:13px}.feature-points small{font-size:11px}}.product-card-detail,.product-facts-source p{font-size:12px}.product-kit>p,.product-kit li{font-size:14px}.product-kit .product-kit-note{font-size:12px}.product-kit>a{font-size:13px}.home-order-label{font-size:13px}.home-order-grid p{font-size:14px}.home-order-grid .text-link{font-size:12px}.feature-points small{font-size:13px}@media(max-width:767px){.product-card-detail{font-size:11px;min-height:39px}.product-facts-grid p{font-size:14px}.product-facts-source p{font-size:12px}.product-kit li{font-size:13px}.home-order-label{font-size:12px}.home-order-grid p{font-size:14px}.home-order-grid .text-link,.feature-points small{font-size:12px}}.care-guide-index-intro{background:#eef4f6;padding:67px 0 63px}.care-guide-index-intro h1{font-family:Barlow Condensed,sans-serif;font-size:clamp(56px,6.2vw,83px);line-height:.99;color:var(--navy);font-weight:600;margin:18px 0 24px;letter-spacing:-.015em}.care-guide-index-intro .container>p:last-child{max-width:520px;font-size:16px;line-height:1.8;color:var(--muted);margin:0}.care-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:29px;padding-top:60px;padding-bottom:75px}.care-guide-card{min-width:0;text-decoration:none;color:inherit;display:block}.care-guide-visual{position:relative;display:flex;align-items:center;justify-content:center;background:#edf3f5;overflow:hidden;height:390px;border-radius:4px}.care-guide-visual>img{width:49%;height:89%;object-fit:contain;padding:19px;mix-blend-mode:multiply}.care-guide-visual-choosing-your-nebulizer{background:#e7f0f4}.care-guide-visual-choosing-your-nebulizer>img:first-child{width:35%;height:84%;padding:22px 6px 22px 25px}.care-guide-visual-choosing-your-nebulizer>img:nth-child(2){width:58%;height:87%;padding:25px 27px 25px 0}.care-guide-visual-finding-your-model{background:#f3efea;justify-content:flex-start;padding-left:30px;gap:0}.care-guide-visual-finding-your-model>img{width:51%;height:92%;padding:28px 20px}.care-guide-visual-care-and-storage{background:#edf1ed;justify-content:flex-end;padding-right:55px}.care-guide-visual-care-and-storage>img{width:46%;height:90%;padding:24px}.care-guide-model-tag{border-left:1px solid #B3ADA5;padding:16px 0 17px 32px;width:40%;color:#796d5f}.care-guide-model-tag>span,.care-guide-visual-note>span{font-size:9px;letter-spacing:.16em;font-weight:600}.care-guide-model-tag strong{display:block;font-family:Barlow Condensed,sans-serif;font-size:65px;font-weight:600;line-height:1;margin:15px 0 14px;color:var(--navy)}.care-guide-model-tag small{display:block;font-size:11px;line-height:1.8;max-width:130px}.care-guide-visual-note{position:absolute;left:45px;top:50%;transform:translateY(-50%);color:#5a7165}.care-guide-visual-note strong{font-family:Barlow Condensed,sans-serif;font-size:38px;color:#294b45;font-weight:600;line-height:1.17;display:block;margin-top:21px}.care-guide-visual-card{height:280px;margin-bottom:24px;padding:0}.care-guide-visual-card>img{transition:transform .3s}.care-guide-card:hover .care-guide-visual-card>img{transform:scale(1.035)}.care-guide-visual-card.care-guide-visual-finding-your-model,.care-guide-visual-card.care-guide-visual-care-and-storage{justify-content:center}.care-guide-visual-card.care-guide-visual-finding-your-model>img{width:64%;height:93%;padding:22px}.care-guide-visual-card.care-guide-visual-care-and-storage>img{width:58%;height:94%;padding:17px}.care-guide-visual-card.care-guide-visual-choosing-your-nebulizer>img:first-child{width:39%;height:83%;padding:13px 0 13px 15px}.care-guide-visual-card.care-guide-visual-choosing-your-nebulizer>img:nth-child(2){width:61%;height:85%;padding:13px 13px 13px 0}.care-guide-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}.care-guide-card-meta .eyebrow{font-size:9px;margin:0;letter-spacing:.1em}.care-guide-card-meta>span{font-size:10px;color:var(--muted);white-space:nowrap}.care-guide-card h2{font-family:Barlow Condensed,sans-serif;font-size:35px;line-height:1.12;font-weight:600;color:var(--navy);margin:0 0 16px;max-width:340px}.care-guide-card>p{font-size:15px;line-height:1.8;color:var(--muted);margin:0 0 19px}.care-guide-card>.text-link{font-size:12px;min-height:35px}.care-guide-index-footer{background:#f3f6f8;padding:47px 0}.care-guide-index-footer>.container{display:flex;justify-content:space-between;align-items:center;gap:35px}.care-guide-index-footer h2{font-family:Barlow Condensed,sans-serif;font-size:42px;font-weight:600;color:var(--navy);line-height:1.08;margin:13px 0 14px}.care-guide-index-footer p:not(.eyebrow){font-size:15px;color:var(--muted);margin:0;line-height:1.8}.care-guide-index-footer .button{flex-shrink:0;font-size:13px}.care-guide-article{max-width:780px!important;padding-top:36px;padding-bottom:0}.care-guide-back{font-size:12px!important;margin-bottom:42px;display:inline-flex;gap:10px;align-items:center}.care-guide-article-header>.eyebrow{font-size:10px;margin-bottom:19px}.care-guide-article-header h1{font-family:Barlow Condensed,sans-serif;font-size:clamp(50px,5.6vw,74px);font-weight:600;line-height:1.025;color:var(--navy);letter-spacing:-.01em;margin:0 0 24px;max-width:660px}.care-guide-lead{font-size:19px;line-height:1.7;color:#586b7e;margin:0 0 25px;max-width:700px}.care-guide-article-meta{display:flex;gap:23px;color:#698093;font-size:11px;margin-bottom:33px}.care-guide-article-meta span+span{border-left:1px solid var(--line);padding-left:23px}.care-guide-hero{margin:0 0 50px}.care-guide-hero figcaption{font-size:11px;line-height:1.7;color:var(--muted);margin-top:13px}.care-guide-article-body{font-size:16px;line-height:1.85;color:#40566b}.care-guide-section{margin-bottom:48px}.care-guide-section-number{font-size:10px!important;font-weight:600;letter-spacing:.12em;color:#668094!important;line-height:1.6!important;margin:0 0 13px!important}.care-guide-section h2{font-family:Barlow Condensed,sans-serif;font-size:39px;line-height:1.12;font-weight:600;color:var(--navy);margin:0 0 23px;max-width:690px}.care-guide-section>p{font-size:16px;line-height:1.85;margin:0 0 19px;color:#40566b}.care-guide-section p strong{font-weight:600;color:var(--navy)}.care-guide-source{color:#416e8f;display:inline;font-size:12px;line-height:1.65;text-decoration:underline!important;text-underline-offset:3px;white-space:normal}.care-guide-source svg{display:inline;vertical-align:middle;margin-left:2px}.care-guide-source:hover{color:var(--navy)}.care-guide-source-line{font-size:11px!important;line-height:1.7!important;margin:12px 0 21px!important;color:var(--muted)!important}.care-guide-source-line .care-guide-source{font-size:11px}.care-guide-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:4px;margin:24px 0 0}.care-guide-table{border-collapse:collapse;width:100%;min-width:550px;font-size:14px;line-height:1.75;text-align:left}.care-guide-table th,.care-guide-table td{padding:19px 20px;vertical-align:top;border-bottom:1px solid var(--line);border-right:1px solid var(--line)}.care-guide-table th:last-child,.care-guide-table td:last-child{border-right:0}.care-guide-table tbody tr:last-child th,.care-guide-table tbody tr:last-child td{border-bottom:0}.care-guide-table thead th{font-size:11px;line-height:1.6;color:#577187;background:#f1f5f8;font-weight:600}.care-guide-table tbody th{font-size:14px;line-height:1.75;color:var(--navy);font-weight:600;width:25%}.care-guide-table tbody td:nth-child(2){width:28%}.care-guide-question-list{list-style:none;padding:0;margin:24px 0 0}.care-guide-question-list li{display:grid;grid-template-columns:195px minmax(0,1fr);gap:23px;padding:22px 0;border-top:1px solid var(--line)}.care-guide-question-list li:last-child{border-bottom:1px solid var(--line)}.care-guide-question-list strong{font-size:16px;line-height:1.7;color:var(--navy);font-weight:600}.care-guide-question-list span{font-size:15px;line-height:1.85;color:#526779}.care-guide-notebook{display:flex;gap:19px;padding:26px;background:#edf3f6;border-left:3px solid #7C9AAE;margin:25px 0;color:var(--navy)}.care-guide-notebook>svg{flex-shrink:0;margin-top:4px}.care-guide-notebook h3{font-family:Barlow Condensed,sans-serif;font-size:28px;line-height:1.2;font-weight:600;margin:0 0 11px}.care-guide-notebook p{font-size:15px;line-height:1.9;margin:0;color:#496174}.care-guide-model-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:26px 0 12px}.care-guide-model-card{display:flex;align-items:center;gap:13px;background:#f3f6f8;border:1px solid #E4EBF0;border-radius:4px;padding:11px 20px 11px 10px;text-decoration:none}.care-guide-model-card:hover{border-color:#a6bccb}.care-guide-model-card>img{width:88px;height:100px;object-fit:contain;mix-blend-mode:multiply;padding:8px}.care-guide-model-card>span{display:flex;flex-direction:column;gap:7px}.care-guide-model-card strong{font-family:Barlow Condensed,sans-serif;font-size:30px;color:var(--navy);font-weight:600;line-height:1.1}.care-guide-model-card small{display:flex;align-items:center;gap:6px;color:#5d758a;font-size:10px}.care-guide-image-note{font-size:11px!important;color:var(--muted)!important;line-height:1.65!important}.care-guide-definition-list{margin:24px 0}.care-guide-definition-list>div{display:grid;grid-template-columns:150px minmax(0,1fr);gap:25px;border-top:1px solid var(--line);padding:21px 0}.care-guide-definition-list>div:last-child{border-bottom:1px solid var(--line)}.care-guide-definition-list dt{font-weight:600;font-size:16px;color:var(--navy)}.care-guide-definition-list dd{margin:0;font-size:15px;line-height:1.85;color:#526779}.care-guide-record{background:#f5f1ec;border:1px solid #E6DFD5;padding:28px 30px;margin:26px 0}.care-guide-record>span{color:#897e6d;font-size:10px;font-weight:600;letter-spacing:.14em}.care-guide-record dl{margin:19px 0 0}.care-guide-record dl>div{display:grid;grid-template-columns:140px minmax(0,1fr);gap:20px;padding:11px 0;border-top:1px solid #E3DBD0;font-size:14px;line-height:1.65}.care-guide-record dt{font-weight:500;color:#5c605f}.care-guide-record dd{margin:0;color:#737771}.care-guide-checklist{padding:27px 30px;background:#eff4f1;border:1px solid #DCE7E0;border-radius:5px;margin:26px 0}.care-guide-checklist-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.care-guide-checklist-heading h3{font-family:Barlow Condensed,sans-serif;font-size:30px;font-weight:600;line-height:1.15;color:#294d43;margin:0}.care-guide-checklist-heading>span{color:#557767;background:#e1ebe4;border-radius:20px;font-size:11px;line-height:1.4;padding:6px 12px;white-space:nowrap}.care-guide-checklist>p{color:#5f756b;font-size:13px;line-height:1.75;margin:13px 0 22px}.care-guide-check-row{position:relative;display:flex;align-items:flex-start;gap:13px;padding:16px 0;border-top:1px solid #D8E2DA;cursor:pointer;font-size:14px;line-height:1.8;color:#405e51}.care-guide-check-row>input{position:absolute;left:0;top:17px;width:21px;height:21px;margin:0;opacity:0;cursor:pointer}.care-guide-checkbox-art{width:20px;height:20px;border:1px solid #9EB5A6;border-radius:3px;background:#fff;display:grid;place-items:center;flex-shrink:0;margin-top:2px;color:#fff}.care-guide-check-row input:focus-visible+.care-guide-checkbox-art{outline:2px solid #568370;outline-offset:4px}.care-guide-check-row.is-checked .care-guide-checkbox-art{background:#426b57;border-color:#426b57}.care-guide-check-row.is-checked>span:last-child{color:#648072}.care-guide-checklist-bottom{display:flex;align-items:center;gap:20px;justify-content:space-between;border-top:1px solid #D8E2DA;margin-top:3px;padding-top:19px}.care-guide-checklist-bottom>span{font-size:10px;color:#6c8176;line-height:1.7;max-width:350px}.care-guide-checklist-bottom button{border:0;background:none;color:#426753;text-decoration:underline;text-underline-offset:3px;font-size:10px;font-family:inherit;white-space:nowrap;cursor:pointer;min-height:30px}.care-guide-checklist-bottom button:disabled{opacity:.4;cursor:default}.care-guide-two-notes{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:27px 0}.care-guide-two-notes>div{background:#f3f6f8;padding:25px}.care-guide-two-notes span{font-size:9px;font-weight:600;letter-spacing:.12em;color:#708697}.care-guide-two-notes h3{font-family:Barlow Condensed,sans-serif;font-size:29px;font-weight:600;line-height:1.15;color:var(--navy);margin:14px 0}.care-guide-two-notes p{font-size:14px;line-height:1.85;margin:0;color:#5a7081}.care-guide-section>.text-link{font-size:13px}.care-guide-next{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:31px 0;display:flex;align-items:center;justify-content:space-between;gap:25px}.care-guide-next .eyebrow{font-size:9px;margin-bottom:10px}.care-guide-next h2{font-family:Barlow Condensed,sans-serif;font-size:29px;line-height:1.12;font-weight:600;color:var(--navy);margin:0}.care-guide-next .button{font-size:11px;gap:12px;min-height:48px;white-space:nowrap;flex-shrink:0;padding-inline:18px}.care-guide-editorial-note{font-size:11px;line-height:1.85;color:#71818f;margin:23px 0 0}.care-guide-related{max-width:780px!important;padding-top:64px;padding-bottom:78px}.care-guide-related-heading .eyebrow{font-size:9px;margin-bottom:12px}.care-guide-related-heading h2{font-family:Barlow Condensed,sans-serif;font-size:43px;line-height:1.1;font-weight:600;color:var(--navy);margin:0 0 29px}.care-guide-related-grid{display:grid;grid-template-columns:1fr 1fr;gap:27px}.care-guide-related-grid .care-guide-visual-card{height:235px}.care-guide-related-grid .care-guide-card h2{font-size:33px}.care-guide-related-grid .care-guide-card>p{font-size:14px}.care-guide-card:focus-visible,.care-guide-model-card:focus-visible{outline:2px solid #779AB7;outline-offset:5px}.care-guide-article a:focus-visible,.care-guide-checklist button:focus-visible{outline:2px solid #779AB7;outline-offset:3px}@media(max-width:1100px){.care-guide-grid{gap:22px}.care-guide-visual-card{height:235px}.care-guide-card h2{font-size:32px}.care-guide-card>p{font-size:14px}.care-guide-card-meta{flex-wrap:wrap;gap:7px}.care-guide-index-footer h2{font-size:39px}.care-guide-index-footer p:not(.eyebrow){max-width:430px}}@media(max-width:767px){.care-guide-index-intro{padding:42px 0 40px}.care-guide-index-intro h1{font-size:59px;margin:17px 0 22px}.care-guide-index-intro .container>p:last-child{font-size:16px;line-height:1.75}.care-guide-grid{grid-template-columns:1fr;padding-top:35px;padding-bottom:50px;gap:39px}.care-guide-visual-card{height:290px;margin-bottom:22px}.care-guide-card h2{font-size:38px;max-width:100%;margin-bottom:14px}.care-guide-card>p{font-size:16px;line-height:1.75;margin-bottom:15px}.care-guide-card-meta .eyebrow{font-size:9px}.care-guide-card-meta>span{font-size:10px}.care-guide-index-footer{padding:35px 0}.care-guide-index-footer>.container{flex-direction:column;align-items:flex-start;gap:25px}.care-guide-index-footer h2{font-size:40px}.care-guide-index-footer p:not(.eyebrow){font-size:16px;line-height:1.75}.care-guide-index-footer .button{width:100%;justify-content:space-between;font-size:12px}.care-guide-article{padding-top:25px}.care-guide-back{margin-bottom:30px;font-size:11px!important}.care-guide-article-header>.eyebrow{font-size:9px;margin-bottom:16px}.care-guide-article-header h1{font-size:53px;margin-bottom:22px}.care-guide-lead{font-size:18px;line-height:1.7;margin-bottom:23px}.care-guide-article-meta{font-size:10px;gap:16px;margin-bottom:28px}.care-guide-article-meta span+span{padding-left:16px}.care-guide-visual{height:290px}.care-guide-visual-finding-your-model{padding-left:0}.care-guide-visual-finding-your-model>img{width:52%;padding:20px 5px}.care-guide-model-tag{padding:12px 10px 12px 20px;width:45%}.care-guide-model-tag>span,.care-guide-visual-note>span{font-size:7px;letter-spacing:.12em}.care-guide-model-tag strong{font-size:47px;margin:12px 0}.care-guide-model-tag small{font-size:9px;line-height:1.8}.care-guide-visual-care-and-storage{padding-right:0}.care-guide-visual-care-and-storage>img{width:47%;padding:15px 8px}.care-guide-visual-note{left:23px}.care-guide-visual-note strong{font-size:29px;line-height:1.2;margin-top:15px}.care-guide-hero{margin-bottom:36px}.care-guide-hero figcaption{font-size:10px;line-height:1.8;margin-top:12px}.care-guide-section{margin-bottom:37px}.care-guide-section-number{font-size:9px!important;margin-bottom:13px!important}.care-guide-section h2{font-size:34px;line-height:1.13;margin-bottom:20px}.care-guide-section>p{font-size:16px;line-height:1.85;margin-bottom:19px}.care-guide-source{font-size:12px}.care-guide-table th,.care-guide-table td{padding:16px}.care-guide-question-list li{grid-template-columns:1fr;gap:9px;padding:20px 0}.care-guide-question-list strong,.care-guide-question-list span{font-size:16px;line-height:1.8}.care-guide-notebook{padding:22px 20px;gap:14px}.care-guide-notebook>svg{width:21px}.care-guide-notebook h3{font-size:27px}.care-guide-notebook p{font-size:15px;line-height:1.85}.care-guide-model-grid{gap:10px}.care-guide-model-card{flex-direction:column;align-items:center;gap:8px;padding:12px 8px 17px;text-align:center}.care-guide-model-card>img{width:100px;height:112px;padding:7px}.care-guide-model-card>span{gap:8px}.care-guide-model-card strong{font-size:29px}.care-guide-model-card small{font-size:9px}.care-guide-definition-list>div{grid-template-columns:1fr;gap:7px;padding:20px 0}.care-guide-definition-list dt,.care-guide-definition-list dd{font-size:16px}.care-guide-record{padding:23px 21px}.care-guide-record dl>div{grid-template-columns:100px minmax(0,1fr);gap:13px;font-size:13px;padding:12px 0;line-height:1.8}.care-guide-checklist{padding:24px 20px}.care-guide-checklist-heading{gap:12px}.care-guide-checklist-heading h3{font-size:27px}.care-guide-checklist-heading>span{font-size:10px;padding:6px 9px}.care-guide-checklist>p{font-size:14px;line-height:1.75;margin-bottom:20px}.care-guide-check-row{font-size:15px;line-height:1.8;gap:12px}.care-guide-checklist-bottom{align-items:flex-start;gap:10px}.care-guide-checklist-bottom>span{font-size:10px}.care-guide-checklist-bottom button{font-size:9px}.care-guide-two-notes{grid-template-columns:1fr;gap:15px;margin-top:25px}.care-guide-two-notes>div{padding:23px}.care-guide-two-notes h3{font-size:30px}.care-guide-two-notes p{font-size:16px;line-height:1.8}.care-guide-next{flex-direction:column;align-items:flex-start;padding:27px 0;gap:23px}.care-guide-next h2{font-size:32px}.care-guide-next .button{width:100%;justify-content:space-between;font-size:12px}.care-guide-editorial-note{font-size:11px;margin-top:20px}.care-guide-related{padding-top:43px;padding-bottom:54px}.care-guide-related-heading h2{font-size:39px;margin-bottom:26px}.care-guide-related-grid{grid-template-columns:1fr;gap:35px}.care-guide-related-grid .care-guide-visual-card{height:250px}.care-guide-related-grid .care-guide-card h2{font-size:36px}.care-guide-related-grid .care-guide-card>p{font-size:16px}}@media(max-width:370px){.care-guide-article-header h1{font-size:48px}.care-guide-visual{height:255px}.care-guide-model-tag strong{font-size:42px}.care-guide-visual-note strong{font-size:26px}.care-guide-visual-note{left:18px}.care-guide-checklist-heading h3{font-size:24px}.care-guide-checklist{padding:23px 16px}}@media(prefers-reduced-motion:reduce){.care-guide-visual-card>img{transition:none}}@font-face{font-family:Inter;src:url(//mayluck.store/cdn/shop/t/2/assets/ml-fonts-inter-400.woff2?v=86560110980689511001788690535) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(//mayluck.store/cdn/shop/t/2/assets/ml-fonts-inter-700.woff2?v=166179665259747124441788690535) format("woff2");font-weight:600 900;font-display:swap}@font-face{font-family:Barlow Condensed;src:url(//mayluck.store/cdn/shop/t/2/assets/ml-fonts-barlow-condensed-600.woff2?v=63313772606949841491788690535) format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Barlow Condensed;src:url(//mayluck.store/cdn/shop/t/2/assets/ml-fonts-barlow-condensed-700.woff2?v=7048478958021382131788690535) format("woff2");font-weight:700 900;font-display:swap}:root{--navy:#092c5c;--ink:#142033;--muted:#5f6f83;--red:#a42325;--line:#dbe3ee;--paper:#f6f8fb;--blue:#eaf5fb;--warm:#f3eeea;--font-body:Inter,Arial,sans-serif;--font-heading:"Barlow Condensed",Arial,sans-serif;color-scheme:light;font-family:var(--font-body);font-synthesis:none;color:var(--ink);background:#fff;font-size:14px;font-weight:400;line-height:1.6}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit;color:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}a{color:inherit;text-decoration:none}button{background:none;border:0}img{display:block;max-width:100%;object-fit:contain}svg{flex-shrink:0;vertical-align:middle}button,a{touch-action:manipulation}h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600;color:var(--navy);line-height:1.03;letter-spacing:-.018em}h1{font-size:clamp(48px,5.9vw,84px)}h2{font-size:clamp(38px,4.2vw,58px)}h3{font-size:30px}p{color:var(--muted)}:focus-visible{outline:3px solid #0a6cae;outline-offset:4px}main:focus{outline:none}::selection{background:#d6e8f5}button,a,input{transition:background-color .18s,color .18s,border-color .18s,opacity .18s}fieldset{border:0;margin:0;padding:0}legend{padding:0}.container{width:min(1280px,calc(100% - 96px));margin-inline:auto}.section{padding-block:88px}.eyebrow{font-size:11px;font-weight:700;line-height:1.5;letter-spacing:.15em;text-transform:uppercase;color:#466684;margin-bottom:19px}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:52px;padding:15px 23px;background:var(--red);border:1px solid var(--red);color:#fff;font-size:13px;font-weight:700;line-height:1.4;text-align:center;border-radius:2px}.button:hover{background:#780406;border-color:#780406}.button.secondary{background:transparent;color:var(--navy);border-color:#a3b4c3}.button.secondary:hover{background:#fff;border-color:var(--navy)}.button svg{width:19px}.text-link{display:inline-flex;align-items:center;gap:13px;font-weight:600;font-size:13px;min-height:44px;color:var(--navy)}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.icon-button{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;color:var(--navy)}.icon-button:hover{background:var(--paper)}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:10px;top:-70px;background:#fff;padding:10px;z-index:200}.skip-link:focus{top:10px}.announcement{height:34px;background:#e9f3f8;color:#385673;display:flex;align-items:center;justify-content:center;gap:30px;font-size:11px}.announcement a{display:flex;gap:9px;align-items:center;font-weight:600}.site-header{background:#fffffffa;position:sticky;top:0;z-index:30;border-bottom:1px solid #edf0f3}.nav-container{max-width:1440px;margin:auto;padding:0 48px;height:86px;display:flex;align-items:center;gap:55px}.brand img{width:171px;height:33px}.brand{display:flex;min-height:44px;align-items:center;flex-shrink:0}.desktop-nav{display:flex;align-items:center;gap:32px;font-size:12px;flex:1}.desktop-nav a{min-height:44px;display:flex;align-items:center;gap:8px;border-bottom:1px solid transparent}.desktop-nav a.active,.desktop-nav a:hover{border-color:var(--navy)}.nav-actions{display:flex;gap:9px;align-items:center}.nav-support{display:flex;gap:8px;align-items:center;font-size:12px;min-height:44px;margin-right:13px}.bag-button{gap:7px}.bag-count{font-size:11px}.mobile-menu-button,.mobile-nav{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:562px;background:#eaf3f7}.hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:70px 45px 55px max(48px,calc((100vw - 1280px)/2));position:relative}.hero-copy h1{font-size:clamp(62px,6.25vw,91px);line-height:.98;font-weight:600;margin-bottom:28px;color:#123857}.hero-copy .eyebrow{margin-bottom:26px;font-size:10px;letter-spacing:.17em}.hero-description{font-size:14px;line-height:1.9;color:#506c7e;max-width:410px}.hero-actions{display:flex;flex-wrap:wrap;gap:15px 22px;align-items:center;margin-top:30px}.hero-actions .button{padding-inline:20px;gap:23px}.hero-actions .text-link{font-size:12px}.hero-note{font-size:10px;max-width:375px;color:#678093;margin-top:30px;line-height:1.7}.hero-photo{position:relative;min-width:0;overflow:hidden}.hero-photo>img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;object-position:67% center}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:25px 0;border-bottom:1px solid var(--line);font-size:12px;color:#48627b}.trust-strip a{min-height:36px;display:flex;gap:13px;justify-content:center;align-items:center}.trust-strip a+a{border-left:1px solid var(--line)}.trust-strip svg{width:22px;color:#587b99}.section-heading{position:relative;margin-bottom:37px}.section-heading .eyebrow{margin-bottom:13px}.section-action{position:absolute;right:0;bottom:0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-card{min-width:0}.product-photo{display:block;background:#f4f6f7;aspect-ratio:1/1.06;overflow:hidden;position:relative;border-radius:3px}.product-photo img{width:100%;height:100%;object-fit:contain;padding:24px;mix-blend-mode:multiply;transition:transform .35s}.product-photo.my139 img{padding:35px 45px}.product-photo:hover img{transform:scale(1.035)}.photo-link{position:absolute;bottom:12px;right:12px;width:30px;height:30px;display:grid;place-items:center;background:#fff;border-radius:50%;opacity:0;transition:opacity .2s}.product-photo:hover .photo-link,.product-photo:focus-visible .photo-link{opacity:1}.photo-link svg{width:17px}.product-meta{display:flex;justify-content:space-between;color:#607a8e;font-size:10px;letter-spacing:.08em;text-transform:uppercase;margin-top:19px;margin-bottom:6px}.product-name{font-family:var(--font-heading);font-weight:600;font-size:25px;color:var(--navy);line-height:1.2;display:inline-block}.product-name:hover{text-decoration:underline;text-underline-offset:4px}.product-card-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:13px;min-height:44px;gap:7px}.product-card-bottom>strong{font-size:14px;color:#274461;font-weight:600}.swatches{display:flex;gap:2px;align-items:center}.swatch{width:29px;height:32px;position:relative;display:grid;place-items:center;padding:0;border:0;background:transparent;border-radius:50%}.swatch:before{content:"";width:15px;height:15px;background:var(--swatch);border-radius:50%;border:1px solid #88939b44}.swatch.selected:after{content:"";position:absolute;border:1px solid #5d7a8f;border-radius:50%;width:22px;height:22px}.single-color{font-size:10px;color:#7c8791}.quick-add{display:flex;justify-content:space-between;align-items:center;padding:12px 0;min-height:47px;width:100%;font-size:12px;color:var(--navy);border-bottom:1px solid var(--line);margin-top:8px}.quick-add:hover{color:var(--red);border-color:var(--red)}.care-feature{display:grid;grid-template-columns:1fr 1fr;background:#eef3f4;border-radius:4px;overflow:hidden}.care-feature-image{min-height:584px;display:flex;align-items:center;justify-content:center;background:#e5eef0}.care-feature-image img{width:78%;height:500px;object-fit:contain;padding:37px;mix-blend-mode:multiply}.care-feature-copy{padding:63px 65px 60px}.care-feature-copy h2{margin-bottom:22px}.care-feature-copy>p:not(.eyebrow){font-size:13px;line-height:1.8;max-width:395px}.feature-points{display:grid;gap:23px;margin:30px 0}.feature-points>div{display:flex;gap:18px;align-items:center;color:var(--navy)}.feature-points svg{width:23px}.feature-points span{font-size:13px}.feature-points small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.care-feature-copy .button{min-height:48px}.choice-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:25px}.choice-tile{min-width:0;min-height:380px;border-radius:4px;padding:42px;overflow:hidden;position:relative}.choice-tile.blue{background:#eaf3f7;display:flex;align-items:center}.choice-tile.blue>div{position:relative;z-index:1;width:53%}.choice-tile.blue img{width:51%;position:absolute;right:6px;bottom:30px;mix-blend-mode:multiply}.choice-tile h3{font-size:42px;margin-bottom:18px}.choice-tile p:not(.eyebrow){font-size:12px;max-width:210px;line-height:1.8}.choice-tile .text-link{margin-top:24px}.choice-tile .eyebrow{font-size:9px}.choice-tile.warm{background:#f3eeea;padding:38px 42px}.choice-tile.warm>svg{color:#967c6e;margin-bottom:18px}.choice-tile.warm h3{font-size:34px}.choice-links{display:grid;margin-top:24px}.choice-links a{font-size:11px;display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid #d9cec8}.choice-links a svg{width:16px}.support-banner{background:#e8f2f6;padding:45px 0}.support-banner>.container{display:flex;align-items:center;gap:29px}.support-banner-icon{flex:0 0 78px;height:78px;display:grid;place-items:center;border:1px solid #becfd8;border-radius:50%;color:#315975}.support-banner .eyebrow{font-size:9px;margin-bottom:10px}.support-banner h2{font-size:35px;margin-bottom:12px}.support-banner p{font-size:12px}.support-banner .button{margin-left:auto;white-space:nowrap;font-size:11px;min-height:49px}.faq-home{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px}.faq-home h2{margin-bottom:24px}.faq{border-bottom:1px solid var(--line);font-size:13px}.faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;cursor:pointer;color:var(--navy);font-weight:600}.faq summary::-webkit-details-marker{display:none}.faq[open] summary svg{transform:rotate(45deg)}.faq>div{padding:0 30px 23px 0;line-height:1.9;color:var(--muted)}.faq a{text-decoration:underline;text-underline-offset:3px;color:var(--navy)}.faq p+p{margin-top:12px}.site-footer{background:#f6f7f7;border-top:1px solid #e6ebef;padding-top:65px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:55px;padding-bottom:52px}.footer-brand img{width:162px;height:28px;object-position:left}.footer-brand p{margin:24px 0;font-size:13px;line-height:1.9;color:#526c7e}.footer-email{font-size:11px!important;display:flex!important;gap:7px;align-items:center}.footer-grid h3{font-family:Inter;font-size:12px;font-weight:700;margin:0 0 22px;letter-spacing:0}.footer-grid>div>a:not(:first-child),.footer-grid>div:not(.footer-brand)>a{display:block;font-size:11px;color:#5a7081;min-height:33px}.footer-grid a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding-block:23px;font-size:10px;color:#6c7e8c}.footer-bottom>div{display:flex;gap:24px}.preview-label{font-size:10px;color:#6c7e8c}.page-intro{padding:67px 0 62px;background:#edf5f8}.page-intro .eyebrow{margin-bottom:15px}.page-intro h1{font-size:64px;line-height:1.06;max-width:840px;margin-bottom:22px}.page-intro p:not(.eyebrow){max-width:650px;font-size:14px}.catalog-section{padding-block:40px 65px}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;padding-bottom:25px;border-bottom:1px solid var(--line);gap:20px}.filter-tabs{display:flex;gap:9px}.filter-tabs button{padding:11px 20px;min-height:44px;font-size:12px;border:1px solid transparent;border-radius:2px;color:#536e84}.filter-tabs button.active{background:var(--navy);color:#fff}.filter-tabs button:not(.active):hover{background:var(--paper)}.sort-label{display:flex;gap:14px;align-items:center;font-size:11px;color:var(--muted)}select{padding:12px;border:1px solid var(--line);border-radius:2px;background:#fff;min-height:44px;font-size:12px}.catalog-search-row{display:flex;align-items:center;justify-content:space-between;margin:25px 0 30px}.catalog-search-row>p{font-size:11px}.search-field{display:flex;gap:10px;align-items:center;padding:9px 12px;border:1px solid var(--line);border-radius:2px}.search-field input{border:0;outline:none;background:none;font-size:12px;width:230px;min-height:24px}.search-field button{padding:4px;min-height:30px}.catalog-help{padding:30px;background:var(--paper);display:flex;align-items:center;gap:22px;margin-top:55px}.catalog-help h3{font-size:27px;margin-bottom:7px}.catalog-help p{font-size:12px}.catalog-help>a{margin-left:auto}.empty-state{text-align:center;padding:90px 20px}.empty-state>svg{color:#6b879b;margin-bottom:25px}.empty-state h2{margin-bottom:18px}.empty-state p{margin-bottom:27px}.breadcrumbs{display:flex;align-items:center;gap:10px;padding-block:24px;font-size:10px;color:var(--muted)}.pdp{display:grid;grid-template-columns:1.13fr 1fr;gap:66px;padding-bottom:70px;align-items:start}.pdp-gallery{position:sticky;top:112px;min-width:0}.pdp-image{position:relative;display:block;width:100%;padding:0;background:#f5f7f8;aspect-ratio:1/1.01;border-radius:3px;cursor:zoom-in}.pdp-image>img{width:100%;height:100%;padding:35px;mix-blend-mode:multiply}.zoom-icon{position:absolute;right:18px;bottom:18px;background:#fff;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;color:var(--navy)}.gallery-thumbs{display:flex;gap:12px;margin-top:16px}.gallery-thumbs button{width:84px;height:84px;padding:7px;border:1px solid var(--line);background:#f9fafb}.gallery-thumbs button.active{border-color:var(--navy)}.gallery-thumbs img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.gallery-caption{font-size:10px;margin-top:14px}.pdp-info>.eyebrow{margin:3px 0 14px}.pdp-info h1{font-size:59px;max-width:520px}.pdp-tagline{font-size:14px;margin-top:15px}.pdp-price{font-size:25px;font-weight:600;color:var(--navy);margin:20px 0}.pdp-price>span{font-size:10px;color:var(--muted);font-weight:400;margin-left:8px}.pdp-description{font-size:13px;line-height:1.9;max-width:490px;margin-bottom:23px}.color-selector legend{font-size:12px;margin-bottom:10px;color:var(--muted)}.color-selector legend strong{color:var(--navy)}.color-selector .swatches{gap:9px}.color-selector .swatch{width:42px;height:42px}.color-selector .swatch:before{width:25px;height:25px}.color-selector .swatch.selected:after{width:35px;height:35px}.buy-row{display:flex;gap:13px;margin-top:25px}.buy-row>.button{flex:1;gap:12px;justify-content:space-between;padding-inline:19px}.buy-row>.button span{margin-left:auto;font-size:12px;font-weight:400}.quantity-control{display:flex;align-items:center;border:1px solid var(--line);height:53px;width:123px;flex-shrink:0}.quantity-control button{min-width:37px;height:49px;display:grid;place-items:center}.quantity-control input{width:43px;border:0;text-align:center;padding:0;outline:none;background:none;-moz-appearance:textfield}.quantity-control input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.pdp-service{display:flex;gap:21px;margin-top:20px;padding-bottom:24px;border-bottom:1px solid var(--line)}.pdp-service a{display:flex;gap:7px;align-items:center;font-size:10px;color:#5b7285;min-height:30px}.pdp-before{display:flex;gap:14px;margin:26px 0;background:#eff5f8;padding:20px;color:var(--navy)}.pdp-before strong{font-size:12px}.pdp-before p{font-size:11px;line-height:1.8;margin-top:7px}.pdp-before a{font-size:10px;display:flex;align-items:center;gap:5px;min-height:35px;text-decoration:underline;text-underline-offset:4px}.pdp-details .faq{font-size:12px}.pdp-details .faq summary{padding-block:19px}.pdp-support{display:grid;grid-template-columns:1fr 1fr;gap:80px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pdp-support p:not(.eyebrow){font-size:13px;max-width:360px;margin-top:20px}.pdp-support-links{display:grid;align-content:center}.pdp-support-links a{display:flex;gap:22px;align-items:center;border-bottom:1px solid var(--line);padding:25px 0;color:var(--navy)}.pdp-support-links a>span{flex:1;font-size:14px}.pdp-support-links small{display:block;font-size:11px;color:var(--muted);margin-top:5px}.related{grid-template-columns:repeat(3,minmax(0,1fr))}.related .product-photo{aspect-ratio:1.2}.compare-select{display:flex;align-items:center;gap:25px;margin-bottom:28px;flex-wrap:wrap;font-size:13px}.compare-select>span{font-weight:600;color:var(--navy);margin-right:15px}.compare-select label{display:flex;align-items:center;gap:8px;min-height:44px}.compare-select input{accent-color:var(--navy);width:17px;height:17px}.compare-scroll{overflow:auto;padding-bottom:10px}.compare-table{width:100%;border-collapse:collapse;text-align:left;font-size:12px;min-width:790px;table-layout:fixed}.compare-table th:first-child{width:18%;font-size:12px;color:var(--navy)}.compare-table th,.compare-table td{padding:19px 17px;vertical-align:top;line-height:1.7}.compare-table thead th{font-family:var(--font-heading);font-size:28px;line-height:1.2;font-weight:600;background:#f3f7f9}.compare-table thead th:first-child{vertical-align:bottom;font-size:30px;padding-bottom:30px}.compare-table th img{height:185px;width:100%;object-fit:contain;padding:15px;mix-blend-mode:multiply;margin-bottom:15px}.compare-table th small{font-family:Inter;display:block;font-size:10px;font-weight:400;line-height:1.6;margin-top:8px}.compare-table tbody tr:nth-child(2n){background:#f6f8fa}.compare-table td a{color:var(--navy)}.compare-table td .button{font-size:10px;padding:11px;gap:9px;min-height:44px;width:100%}.compare-note{font-size:11px;max-width:800px;line-height:1.9;margin-top:25px}.about-hero{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center;padding-block:70px}.about-hero h1{font-size:72px;margin-bottom:30px}.about-hero p:not(.eyebrow){font-size:14px;line-height:1.9;margin-bottom:21px}.about-hero .button{margin-top:10px}.about-hero>img{height:590px;width:100%;object-fit:cover;object-position:67% center;border-radius:3px}.about-values{display:grid;grid-template-columns:1fr 1fr;gap:75px;border-top:1px solid var(--line)}.about-values h3{margin-bottom:16px;font-size:30px}.about-values p{margin-bottom:36px;font-size:14px;line-height:1.9}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px}.guide-art{height:255px;background:#edf4f7;display:grid;place-items:center;color:#5c7d94;border-radius:3px;margin-bottom:25px}.guide-art.finding-your-model{background:#f3eeea;color:#a08270}.guide-art.care-and-storage{background:#edf2ed;color:#79907b}.guide-card h2{font-size:37px;line-height:1.1;margin-bottom:20px}.guide-card p:not(.eyebrow){font-size:13px;line-height:1.8;margin-bottom:15px}.guide-article{max-width:820px;padding-block:60px 90px}.guide-article>.text-link:first-child{margin-bottom:35px}.guide-article h1{font-size:67px;margin-bottom:25px}.guide-article .lead{font-size:17px}.guide-symbol{height:185px;background:var(--blue);color:#62879e;display:grid;place-items:center;margin-block:40px}.guide-article h2{font-size:34px;margin-top:35px;margin-bottom:20px}.guide-article p{font-size:15px;line-height:1.95}.guide-article>.button{margin-top:40px}.search-dialog{border:0;padding:32px 38px;width:min(680px,calc(100% - 32px));max-height:85dvh;color:var(--ink);border-radius:5px;margin-top:10dvh;box-shadow:0 10px 55px #092c5c22}.search-dialog::backdrop,.image-dialog::backdrop{background:#142e466b}.search-dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.search-dialog-heading h2{font-size:36px}.search-dialog-field{display:flex;align-items:center;border-bottom:1px solid var(--navy);margin-block:18px 28px;gap:12px}.search-dialog-field input{border:0;outline:none;min-height:53px;width:100%;font-size:14px}.search-dialog>.eyebrow{font-size:9px}.search-result{display:flex;align-items:center;gap:16px;padding:9px 0;min-height:78px}.search-result img{height:65px;width:65px;object-fit:contain;background:var(--paper);padding:8px}.search-result>span{flex:1}.search-result strong{font-size:12px}.search-result small{display:block;font-size:11px;color:var(--muted);margin-top:5px}.search-result>svg{width:18px}.search-help{display:grid;grid-template-columns:1fr 1fr;gap:6px 25px;border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.search-help a{display:flex;align-items:center;justify-content:space-between;font-size:11px;min-height:40px}.image-dialog{border:0;width:min(820px,95vw);height:min(860px,90dvh);padding:40px;border-radius:4px;overflow:hidden}.image-dialog>img{width:100%;height:100%;object-fit:contain}.dialog-close{position:absolute;top:10px;right:10px;background:#fff}.not-found h1{max-width:680px;margin:0 auto 25px}.not-found p{margin-bottom:30px}@media(min-width:1600px){.hero{min-height:625px}.hero-copy{padding-left:max(80px,calc((100vw - 1280px)/2))}.hero-photo>img{object-position:60% center}}@media(max-width:1200px){.nav-container{gap:30px;padding-inline:32px}.desktop-nav{gap:22px}.nav-support{display:none}.container{width:calc(100% - 64px)}.hero-copy{padding-left:32px;padding-right:25px}.hero-copy h1{font-size:73px}.hero{min-height:555px}.product-grid{gap:19px}.product-name{font-size:23px}.product-photo img{padding:17px}.product-photo.my139 img{padding:25px 38px}.care-feature-copy{padding:50px 42px}.care-feature-image{min-height:545px}.choice-tile,.choice-tile.warm{padding:32px}.support-banner>.container{gap:20px}.support-banner-icon{display:none}.pdp{gap:40px}.pdp-info h1{font-size:52px}.pdp-service{gap:12px}.footer-grid{gap:35px}.swatch{width:25px}.single-color{font-size:9px}}@media(max-width:1023px){.desktop-nav{gap:19px;font-size:11px}.brand img{width:149px}.nav-container{gap:24px;height:76px}.nav-actions{gap:0}.hero-copy{padding-block:45px}.hero-copy h1{font-size:65px}.hero-actions .button{font-size:11px}.hero-description{font-size:13px}.hero{min-height:510px}.hero-note{max-width:285px}.section{padding-block:65px}.section-heading h2{font-size:49px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 24px}.product-photo{aspect-ratio:1.1}.product-photo.my139 img{padding:35px 45px}.product-name{font-size:27px}.swatch{width:30px}.care-feature-copy{padding:40px 30px}.care-feature-image img{height:400px;width:95%}.care-feature-image{min-height:530px}.care-feature-copy h2{font-size:46px}.feature-points{gap:20px}.feature-points small{font-size:10px}.choice-grid{gap:20px}.choice-tile.blue>div{width:65%}.choice-tile.blue img{width:48%;right:0;bottom:70px;opacity:.9}.choice-tile h3{font-size:37px}.choice-tile.warm h3{font-size:32px}.choice-tile{padding:30px;min-height:365px}.choice-tile.warm{padding:30px}.choice-links a{font-size:10px}.support-banner h2{font-size:31px;max-width:430px}.support-banner .button{gap:10px;padding-inline:15px}.faq-home{gap:50px}.footer-grid{grid-template-columns:minmax(180px,1.35fr) repeat(3,minmax(0,1fr));gap:24px}.footer-grid>div:last-child{grid-column:auto}.page-intro h1{font-size:58px}.pdp{gap:30px;grid-template-columns:1fr 1fr}.pdp-info h1{font-size:46px}.pdp-price{margin-block:18px}.pdp-service{display:grid;grid-template-columns:1fr 1fr;gap:4px}.buy-row{flex-wrap:wrap}.buy-row>.button{flex-basis:100%}.pdp-gallery{top:96px}.pdp-image>img{padding:20px}.related{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.related .product-photo{aspect-ratio:1}.related .product-name{font-size:22px}.related .product-card-bottom{flex-wrap:wrap;gap:3px}.about-hero{gap:40px}.about-hero h1{font-size:60px}.about-hero>img{height:565px}.about-values{gap:50px}.guide-grid{gap:22px}.guide-card h2{font-size:30px}.guide-art{height:205px}.pdp-support{gap:40px}}@media(max-width:767px){.container{width:calc(100% - 40px)}.announcement{height:30px;font-size:9px;gap:0}.announcement a{display:none}.nav-container{padding-inline:12px;gap:7px;height:66px}.desktop-nav,.nav-support{display:none}.mobile-menu-button{display:flex}.brand{flex:1;justify-content:flex-start;margin-left:5px}.brand img{width:139px;height:28px}.nav-actions .icon-button{min-width:40px}.bag-button{gap:4px}.mobile-nav{display:grid;padding:15px 24px 22px;border-top:1px solid var(--line);position:absolute;left:0;right:0;top:66px;background:#fff;box-shadow:0 15px 25px #092c5c12}.mobile-nav a{display:flex;align-items:center;justify-content:space-between;padding:13px 0;min-height:48px;font-size:14px}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:40px 24px 33px;align-items:flex-start}.hero-copy .eyebrow{font-size:9px;margin-bottom:20px}.hero-copy h1{font-size:66px;line-height:.97;margin-bottom:23px;letter-spacing:-.015em}.hero-description{font-size:12px;line-height:1.8}.hero-actions{display:grid;width:100%;grid-template-columns:1fr;gap:8px;margin-top:24px}.hero-actions .button{font-size:12px;width:100%;justify-content:space-between;padding-inline:20px}.hero-actions .text-link{align-self:center;justify-content:center;font-size:11px;min-height:35px}.hero-note{margin-top:13px;max-width:none;font-size:9px}.hero-photo{height:310px}.hero-photo>img{object-position:66% 50%}.trust-strip{padding:19px 0;gap:13px;grid-template-columns:repeat(3,1fr)}.trust-strip a{flex-direction:column;text-align:center;font-size:9px;line-height:1.5;gap:7px;padding:0 4px}.trust-strip a+a{border-left:0}.trust-strip svg{width:20px}.section{padding-block:49px}.eyebrow{font-size:9px;margin-bottom:13px}.section-heading{margin-bottom:26px}.section-heading h2{font-size:42px}.section-action{position:static;margin-top:15px;font-size:11px;min-height:35px}.product-grid{gap:30px 16px}.product-photo{aspect-ratio:.87}.product-photo img{padding:10px}.product-photo.my139 img{padding:15px 19px}.product-meta{font-size:8px;letter-spacing:.06em;margin-top:14px;gap:4px}.product-meta span:last-child{font-size:7px}.product-name{font-size:23px;line-height:1.15}.product-card-bottom{align-items:flex-start;flex-direction:column;margin-top:12px;gap:3px;min-height:54px;justify-content:flex-start}.product-card-bottom strong{font-size:12px;line-height:1.5}.single-color{font-size:8px;margin-top:6px}.swatch{width:27px;height:28px}.swatch:before{width:13px;height:13px}.swatch.selected:after{width:19px;height:19px}.quick-add{font-size:11px;padding-block:10px;min-height:44px;margin-top:0}.photo-link{display:none}.care-feature{grid-template-columns:1fr}.care-feature-image{min-height:0;height:350px}.care-feature-image img{height:330px;padding:24px;width:75%}.care-feature-copy{padding:33px 28px 37px}.care-feature-copy h2{font-size:46px}.care-feature-copy>p:not(.eyebrow){font-size:12px}.feature-points{margin-block:28px;gap:22px}.feature-points small{font-size:11px}.care-feature-copy .button{width:100%;justify-content:space-between;font-size:12px}.choice-grid{grid-template-columns:1fr;gap:19px}.choice-tile{min-height:320px;padding:30px}.choice-tile h3{font-size:40px}.choice-tile.blue>div{width:63%}.choice-tile.blue img{width:53%;bottom:40px;right:0}.choice-tile .eyebrow{font-size:8px}.choice-tile.warm{padding:30px;min-height:335px}.choice-tile.warm h3{font-size:35px}.choice-links a{font-size:11px;min-height:48px}.support-banner{padding-block:37px}.support-banner>.container{align-items:flex-start;flex-direction:column;gap:22px}.support-banner h2{font-size:38px;line-height:1.05;margin-bottom:16px;max-width:300px}.support-banner p{font-size:11px;line-height:1.9}.support-banner .eyebrow{font-size:8px}.support-banner .button{margin:0;width:100%;justify-content:space-between;font-size:12px}.faq-home{grid-template-columns:1fr;gap:25px}.faq-home h2{font-size:43px}.faq-home .text-link{font-size:11px}.faq summary{font-size:12px;padding-block:21px;line-height:1.7}.faq>div{font-size:12px;padding-right:10px}.site-footer{padding-top:44px}.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 16px;padding-bottom:36px}.footer-brand{grid-column:1/-1}.footer-brand p{font-size:12px;margin-block:18px}.footer-brand img{width:149px}.footer-email{font-size:11px!important;min-height:38px}.footer-grid>div:last-child{grid-column:auto}.footer-grid h3{margin-bottom:14px;font-size:12px}.footer-grid>div:not(.footer-brand)>a{font-size:12px;line-height:1.6;min-height:40px;display:flex;align-items:center;padding-block:5px}.footer-bottom{flex-wrap:wrap;gap:17px 20px;padding-block:21px;font-size:9px}.preview-label{font-size:9px;margin-left:auto}.footer-bottom>div{width:100%;gap:22px}.page-intro{padding-block:40px}.page-intro h1{font-size:48px;margin-bottom:19px;line-height:1.05}.page-intro p:not(.eyebrow){font-size:12px;line-height:1.9}.catalog-section{padding-block:25px 45px}.catalog-toolbar{align-items:stretch;flex-direction:column;padding-bottom:18px;gap:17px}.filter-tabs{gap:4px}.filter-tabs button{padding:10px 14px;font-size:11px}.sort-label{justify-content:space-between;font-size:10px}.sort-label select{padding:8px 12px;font-size:11px}.catalog-search-row{gap:10px;margin-block:20px}.catalog-search-row>p{white-space:nowrap;font-size:10px}.search-field{gap:7px;padding:8px}.search-field input{width:165px;font-size:10px}.search-field svg{width:15px}.catalog-help{padding:23px;flex-wrap:wrap;gap:15px;margin-top:35px}.catalog-help>svg{display:none}.catalog-help h3{font-size:30px}.catalog-help p{font-size:11px}.catalog-help>a{margin:0;font-size:11px}.breadcrumbs{padding-block:20px;font-size:9px;gap:7px}.pdp{grid-template-columns:1fr;gap:27px;padding-bottom:38px}.pdp-gallery{position:static}.pdp-image{aspect-ratio:1.03}.pdp-image>img{padding:24px}.gallery-thumbs{gap:10px;margin-top:12px}.gallery-thumbs button{width:69px;height:69px}.gallery-caption{font-size:9px;line-height:1.7}.pdp-info h1{font-size:50px;max-width:350px}.pdp-info .eyebrow{font-size:10px}.pdp-tagline{font-size:13px}.pdp-price{font-size:24px;margin-block:19px}.pdp-description{font-size:12px}.color-selector .swatches{gap:8px}.color-selector .swatch{width:44px;height:44px}.buy-row{flex-wrap:nowrap;gap:10px}.quantity-control{width:107px}.quantity-control input{width:35px}.quantity-control button{min-width:35px}.buy-row>.button{font-size:12px;flex-basis:auto;padding:12px;gap:8px}.buy-row>.button svg{display:none}.buy-row>.button span{font-size:11px}.pdp-service{display:flex;gap:16px;justify-content:space-between;margin-top:13px;padding-bottom:16px}.pdp-service a{font-size:9px;gap:5px}.pdp-service svg{width:16px}.pdp-before{padding:17px;margin-block:20px}.pdp-before strong{font-size:11px}.pdp-before p{font-size:10px}.pdp-support{grid-template-columns:1fr;gap:22px}.pdp-support h2{font-size:43px}.pdp-support-links a{gap:16px;padding-block:20px}.pdp-support-links a>span{font-size:12px}.pdp-support-links small{font-size:10px}.related{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 16px}.related .product-photo{aspect-ratio:.9}.related .product-name{font-size:23px}.related .product-card-bottom{gap:3px}.compare-select{gap:5px 16px;margin-bottom:20px;font-size:12px}.compare-select>span{width:100%;margin-bottom:8px}.compare-table{min-width:860px}.compare-select input{width:16px;height:16px}.compare-note{font-size:10px}.about-hero{grid-template-columns:1fr;padding-block:40px;gap:36px}.about-hero h1{font-size:58px;margin-bottom:25px}.about-hero p:not(.eyebrow){font-size:12px}.about-hero>img{height:360px;object-position:65% center}.about-hero .button{width:100%;justify-content:space-between;font-size:12px}.about-values{grid-template-columns:1fr;gap:30px}.about-values h2{font-size:45px}.about-values h3{font-size:30px}.about-values p{font-size:12px;margin-bottom:30px}.guide-grid{grid-template-columns:1fr;gap:40px}.guide-art{height:200px;margin-bottom:22px}.guide-card h2{font-size:39px}.guide-card p:not(.eyebrow){font-size:12px}.guide-article{padding-block:30px 55px}.guide-article h1{font-size:52px}.guide-article .lead{font-size:15px}.guide-article p{font-size:13px}.guide-article h2{font-size:32px}.guide-article>.text-link:first-child{margin-bottom:25px;font-size:11px}.guide-symbol{margin-block:27px;height:150px}.search-dialog{padding:23px;margin-top:6dvh}.search-dialog-heading h2{font-size:31px}.search-dialog-field input{font-size:11px}.search-result strong,.search-result small{font-size:10px}.search-result{gap:11px}.search-help{gap:6px 18px}.search-help a{font-size:10px}.image-dialog{padding:40px 15px;height:70dvh}.not-found h1{font-size:48px}}@media(max-width:360px){.hero-copy h1{font-size:60px}.container{width:calc(100% - 32px)}.product-name{font-size:21px}.product-grid{gap:26px 12px}.brand img{width:128px}.pdp-service{gap:8px}.buy-row>.button span{font-size:10px}.quantity-control{width:99px}.quantity-control input{width:31px}.quantity-control button{min-width:33px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}[id]{scroll-margin-top:110px}.choice-tile.blue img{height:75%;width:51%;object-fit:contain;bottom:20px}.commerce-page-intro{padding:0;background:transparent}.commerce-page-intro h1{max-width:none}.nav-shop{position:relative}.nav-shop>button{display:flex;gap:8px;align-items:center;min-height:44px;padding:0;font-size:inherit;border-bottom:1px solid transparent}.nav-shop>button:hover,.nav-shop>button.active{border-bottom-color:var(--navy)}.shop-menu{position:absolute;top:44px;left:-20px;width:255px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 30px #092c5c12;padding:10px 18px}.desktop-nav .shop-menu a{display:flex;justify-content:space-between;gap:12px;padding:10px 0;min-height:45px;font-size:12px;border-bottom-color:var(--line)}.desktop-nav .shop-menu a:last-child{border-bottom:0}.desktop-nav .shop-menu a:hover{color:var(--red)}@media(max-width:767px){[id]{scroll-margin-top:85px}.choice-tile.blue img{width:44%;height:65%;bottom:30px}}.brand img{width:170px;height:58px;object-fit:contain}.footer-brand img{width:180px;height:62px;object-fit:contain;object-position:left center}@media(max-width:1023px){.brand img{width:143px;height:49px}}@media(max-width:767px){.brand img{width:133px;height:46px}.footer-brand img{width:167px;height:57px}}@media(max-width:360px){.brand img{width:118px;height:40px}}.hero-starting-price{font-size:12px;color:#34536b;margin-top:13px}.hero-starting-price strong{color:var(--navy);font-size:15px}.home-use-scene{position:relative;display:block;min-height:clamp(520px,43vw,750px);background:#e4eef7;isolation:isolate;overflow:hidden}.home-use-scene .hero-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.home-use-scene .hero-photo>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-width:100%;height:100%;object-fit:cover;object-position:center top}.home-use-scene .hero-copy{position:relative;z-index:1;width:50%;min-height:inherit;padding:clamp(36px,4.45vw,64px) 28px clamp(32px,3.75vw,54px) max(32px,calc((100vw - 1280px)/2));background:transparent}.home-use-scene .hero-copy h1{font-size:clamp(38px,6.15vw,91px);line-height:1.02;margin-bottom:clamp(20px,2vw,28px)}.home-use-scene .hero-description{color:#314c60}.home-use-scene .hero-note{color:#35526a}.home-use-scene .hero-copy .eyebrow{color:#315570}@media(min-width:600px)and (max-width:1100px){.home-use-scene .hero-copy{width:52%;padding:36px 24px 32px 32px}.home-use-scene .hero-copy .eyebrow{margin-bottom:18px}.home-use-scene .hero-description{font-size:13px;line-height:1.8;max-width:440px}.home-use-scene .hero-description .desktop-break{display:none}.home-use-scene .hero-actions{display:flex;width:auto;gap:8px 16px;margin-top:22px}.home-use-scene .hero-actions .button{width:auto;justify-content:space-between;font-size:11px;padding-inline:18px;min-height:50px}.home-use-scene .hero-actions .text-link{align-self:auto;justify-content:flex-start;font-size:11px;min-height:40px}.home-use-scene .hero-note{font-size:10px;max-width:340px;margin-top:20px}}@media(min-width:600px)and (max-width:820px){.home-use-scene .hero-copy{width:54%;padding:32px 20px 32px 24px}.home-use-scene .hero-photo>img{object-position:55% top}}@media(min-width:600px)and (max-width:767px){.site-footer .footer-grid{grid-template-columns:minmax(160px,1.35fr) repeat(3,minmax(0,1fr));gap:20px;padding-bottom:36px}.site-footer .footer-brand{grid-column:auto}.site-footer .footer-grid>div:not(.footer-brand)>a{font-size:11px}}@media(max-width:599px){.home-use-scene{min-height:0}.home-use-scene .hero-copy{width:100%;min-height:0;padding:28px 24px 26px}.home-use-scene .hero-copy h1{font-size:clamp(44px,11.8vw,62px);max-width:600px;line-height:1.02;margin-bottom:18px}.home-use-scene .hero-copy .eyebrow{margin-bottom:16px}.home-use-scene .hero-description{font-size:13px;line-height:1.75;max-width:520px}.home-use-scene .hero-starting-price{font-size:11px;margin-top:10px}.home-use-scene .hero-starting-price strong{font-size:13px}.home-use-scene .hero-actions{margin-top:20px}.home-use-scene .hero-note{font-size:9px;max-width:500px;margin-top:14px}.home-use-scene .hero-photo{position:relative;inset:auto;height:clamp(310px,85vw,410px)}.home-use-scene .hero-photo>img{object-position:85% top}}@media(max-width:360px){.home-use-scene .hero-copy{padding-inline:20px}.home-use-scene .hero-copy h1{font-size:43px}.footer-grid{column-gap:12px}}@media(min-width:1774px){.gradient-use-scene{background:linear-gradient(90deg,#cfdfed calc(50% - 887px),#a5c7e2 50%,#32638b calc(50% + 887px))}.gradient-use-scene .hero-photo{left:50%;right:auto;width:1774px;transform:translate(-50%)}.gradient-use-scene .hero-photo>img{-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 98%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 98%,transparent)}}@media(min-width:768px)and (max-width:820px){.gradient-use-scene .hero-note{max-width:260px}}@media(max-width:767px){.site-header .nav-container{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);column-gap:0}.site-header .mobile-menu-button{grid-column:1;grid-row:1;justify-self:start}.site-header .brand{grid-column:2;grid-row:1;justify-self:center;justify-content:center;margin:0;flex:none}.site-header .brand img{width:116px;height:40px}.site-header .nav-actions{grid-column:3;grid-row:1;justify-self:end;gap:0}.site-header .icon-button{min-width:44px;min-height:44px;padding:0}.site-header .bag-button{gap:3px}.site-header .bag-count{font-size:10px}}@media(max-width:359px){.site-header .brand img{width:104px;height:36px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/ml-style.css.map */
