@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=DM+Serif+Display:ital@0;1&display=swap");:root{--ink:#0d2420;--muted:#526962;--line:#d9e3df;--wash:#f4f7f6;--well:#eef3f1;--teal:#00796b;--teal-2:#00695f;--deep:#004d40;--deepest:#022f2a;--mint:#7fffe4;--cream:#f8f5ef;--danger:#a33939;--shadow:0 10px 28px rgba(8,44,39,.08);--r-card:8px;--r-panel:12px;--r-hero:16px;--shell:min(calc(100% - 32px),1500px);--tap:44px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:DM Sans,Arial,sans-serif;font-size:15px;line-height:1.45}body.drawer-open,body.modal-open{overflow:hidden}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;width:100%}.serif{font-family:"DM Serif Display",Georgia,serif;font-weight:400}.shell{width:var(--shell);margin-inline:auto}.eyebrow{color:var(--teal);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.muted,.quiet{color:var(--muted)}.quiet{font-size:13px}.price{font-weight:700;color:var(--ink)}.old-price{margin-left:6px;color:#778881;font-size:12px;text-decoration:line-through}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{min-height:var(--tap);display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:999px;padding:0 18px;font-weight:700;transition:background .18s,border-color .18s,color .18s}.btn-primary{background:var(--teal);color:#fff}.btn-primary:hover{background:var(--teal-2)}.btn-secondary{background:#fff;border-color:var(--teal);color:var(--deep)}.btn-secondary:hover{background:var(--wash)}.btn-dark{background:var(--deep);color:#fff}.btn-ghost{background:transparent;color:var(--deep);padding-inline:0}.btn-square{width:44px;padding:0;border-radius:50%;border-color:var(--line);background:#fff}.btn-small{min-height:36px;border-radius:8px;padding-inline:14px;font-size:13px}.link{color:var(--teal-2);font-weight:700}.link:hover{text-decoration:underline}.text-btn{padding:0;border:0;background:transparent;color:var(--teal-2);font-weight:700}.announcement{background:var(--deepest);color:#fff}.announcement .shell{min-height:36px;display:flex;align-items:center;justify-content:center;gap:18px;font-size:12px}.announcement-points{display:none}.announce-link{text-decoration:underline;text-underline-offset:3px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:hsla(0,0%,100%,.97);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-main{display:grid;grid-template-areas:"menu brand tools" "search search search";grid-template-columns:44px 1fr auto;align-items:center;grid-gap:8px;gap:8px;padding:12px 0}.header-main>.btn-square{grid-area:menu}.brand{grid-area:brand;display:inline-flex;flex-direction:column;align-items:center;justify-self:center;color:var(--deepest);line-height:1}.brand-name{font-family:"DM Serif Display",Georgia,serif;font-size:29px;letter-spacing:.1em}.brand-market{margin-top:5px;font-size:9px;font-weight:700;letter-spacing:.55em;transform:translateX(3px)}.header-tools{grid-area:tools;display:flex;align-items:center;gap:4px}.header-tool{position:relative;display:inline-grid;place-items:center;width:40px;height:40px;border:0;background:transparent;color:var(--ink)}.header-tool span:not(.cart-badge){display:none}.cart-badge{position:absolute;right:0;top:0;display:grid;min-width:18px;height:18px;place-items:center;border-radius:999px;background:var(--teal);color:#fff;font-size:10px;font-weight:700}.search-wrap{grid-area:search;position:relative}.search-wrap svg{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:var(--muted)}.search{width:100%;height:46px;border:1px solid var(--line);border-radius:999px;background:#fff;padding:0 45px;color:var(--ink);outline:0}.search:focus{border-color:var(--teal)}.primary-nav{display:flex;gap:8px;overflow-x:auto;padding:0 0 10px;scrollbar-width:none}.primary-nav::-webkit-scrollbar{display:none}.nav-link{flex:none;display:inline-flex;align-items:center;height:34px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:13px;font-weight:600;white-space:nowrap}.nav-link.active,.nav-link:hover{border-color:var(--deep);background:var(--deep);color:#fff}.desktop-nav{display:none}.hero{position:relative;min-height:468px;margin-top:16px;overflow:hidden;border-radius:var(--r-hero);background:var(--deepest);color:#fff}.hero:after{content:"";background:linear-gradient(180deg,rgba(2,47,42,.08),rgba(2,47,42,.2) 38%,rgba(2,47,42,.92))}.hero-art,.hero:after{position:absolute;inset:0}.hero-art{height:100%;object-fit:cover;object-position:92% center}.hero-copy{position:absolute;z-index:1;inset:auto 20px 22px}.hero h1{max-width:650px;margin:8px 0 10px;font-size:44px;line-height:.97;letter-spacing:-.02em}.hero p{max-width:460px;margin:0 0 18px;color:#edf7f4;font-size:16px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px}.hero .btn-secondary{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.72);color:#fff}.hero-note{display:none}.trust-strip{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0;gap:0;margin-top:12px;border:1px solid var(--line);border-radius:var(--r-panel);background:var(--wash)}.trust-item{display:flex;gap:9px;align-items:center;min-height:74px;padding:11px;border-bottom:1px solid var(--line)}.trust-item:nth-child(odd){border-right:1px solid var(--line)}.trust-item:nth-child(n+3){border-bottom:0}.trust-item svg{flex:none;color:var(--deep)}.trust-item strong{display:block;font-size:12px}.trust-item small{display:block;color:var(--muted);font-size:11px;line-height:1.25}.market-section{padding-top:34px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:13px}.section-head h2{margin:0;font-size:23px;line-height:1.1;letter-spacing:-.04em}.section-head p{margin:5px 0 0;color:var(--muted);font-size:13px}.section-link{flex:none;color:var(--teal-2);font-size:13px;font-weight:700}.department-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.department-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--r-card);background:#fff}.department-card:hover{border-color:var(--teal)}.department-card img{aspect-ratio:1.2;object-fit:cover;background:var(--well)}.department-card div{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:9px 10px;color:var(--deep);font-size:12px;font-weight:700}.mission-grid{display:grid;grid-gap:10px;gap:10px}.mission-card{display:flex;align-items:center;gap:14px;min-height:92px;padding:15px;border:1px solid var(--line);border-radius:var(--r-card);background:#fff}.mission-card:hover{border-color:var(--teal)}.mission-icon{display:grid;width:56px;height:56px;flex:none;place-items:center;border-radius:50%;background:var(--well);color:var(--teal-2)}.mission-card strong{display:block;font-size:15px}.mission-card small{display:block;margin-top:3px;color:var(--muted);font-size:12px}.rail{display:flex;gap:10px;overflow-x:auto;padding:1px 1px 7px;scroll-snap-type:x mandatory;scrollbar-width:none}.rail::-webkit-scrollbar{display:none}.product-card{display:flex;min-width:208px;max-width:208px;flex-direction:column;scroll-snap-align:start;overflow:hidden;border:1px solid var(--line);border-radius:var(--r-card);background:#fff}.product-card:hover{border-color:var(--teal)}.product-image{position:relative;background:var(--well)}.product-image img{aspect-ratio:1.18;object-fit:cover}.product-tag{position:absolute;left:8px;top:8px;padding:4px 7px;border-radius:999px;background:#fff;color:var(--deep);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-body{display:flex;min-height:150px;flex:1 1;flex-direction:column;padding:11px}.product-kicker{color:var(--teal-2);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-name{margin:4px 0 3px;color:var(--ink);font-size:14px;font-weight:700;line-height:1.24}.product-detail{margin-bottom:9px;color:var(--muted);font-size:12px;line-height:1.25}.product-price{margin-top:auto;margin-bottom:9px;font-size:14px}.product-card .btn{width:100%}.bundle-grid,.editorial-grid,.journal-grid,.lifestyle-grid{display:grid;grid-gap:10px;gap:10px}.bundle-card,.journal-card,.story-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--r-card);background:#fff}.bundle-card:hover,.journal-card:hover,.story-card:hover{border-color:var(--teal)}.bundle-card img,.story-card img{aspect-ratio:1.75;object-fit:cover}.bundle-copy,.story-copy{padding:14px}.bundle-copy h3,.story-copy h3{margin:0 0 5px;font-size:16px}.bundle-copy p,.story-copy p{margin:0 0 9px;color:var(--muted);font-size:13px}.bundle-price{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.editorial-card{position:relative;min-height:265px;overflow:hidden;border-radius:var(--r-panel);background:var(--deep);color:#fff}.editorial-card img{height:100%;object-fit:cover;opacity:.76}.editorial-copy{position:absolute;inset:auto 16px 16px}.editorial-copy h3{margin:4px 0;font:26px/1.02 "DM Serif Display",Georgia,serif}.editorial-copy p{margin:0 0 8px;color:#eff8f5;font-size:13px}.split-grid{display:grid;grid-gap:10px;gap:10px}.spotlight{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:var(--r-panel);background:var(--cream)}.spotlight img{height:210px;object-fit:cover}.spotlight-copy{padding:17px}.spotlight h3{margin:3px 0 6px;font:27px/1.03 "DM Serif Display",Georgia,serif}.spotlight p{margin:0 0 9px;color:var(--muted)}.account-band,.newsletter,.support-band{margin-top:34px;border-radius:var(--r-panel)}.account-band{display:grid;grid-gap:14px;gap:14px;padding:20px;background:var(--wash);border:1px solid var(--line)}.account-band h2,.newsletter h2,.support-band h2{margin:0;font-size:21px;letter-spacing:-.04em}.account-band p,.newsletter p,.support-band p{margin:4px 0 0;color:var(--muted);font-size:13px}.recent-box{margin-top:14px;padding:18px;border:1px solid var(--line);border-radius:var(--r-panel)}.recent-empty{display:grid;min-height:108px;place-items:center;border:1px dashed var(--line);border-radius:var(--r-card);color:var(--muted);font-size:13px;text-align:center}.select-band{display:grid;grid-gap:12px;gap:12px;margin-top:14px;padding:22px;border-radius:var(--r-panel);background:linear-gradient(115deg,var(--deepest),var(--deep));color:#fff}.select-band h2{margin:0;font:27px/1.05 "DM Serif Display",Georgia,serif}.select-band p{margin:4px 0 0;color:#ddece8;font-size:13px}.journal-card{display:grid;grid-template-columns:116px 1fr;grid-gap:0;gap:0}.journal-card img{height:100%;object-fit:cover}.journal-copy{padding:13px}.journal-copy small{color:var(--muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.journal-copy h3{margin:5px 0;font:18px/1.05 "DM Serif Display",Georgia,serif}.journal-copy p{display:none}.support-band{display:grid;grid-gap:15px;gap:15px;padding:20px;background:var(--wash);border:1px solid var(--line)}.support-links{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.support-link{font-size:13px;font-weight:700}.support-link small{display:block;margin-top:2px;color:var(--muted);font-size:11px;font-weight:400}.newsletter{display:grid;grid-gap:13px;gap:13px;padding:20px;background:var(--deep);color:#fff}.newsletter p{color:#dbece8}.subscribe{display:flex;gap:8px}.subscribe input{width:100%;min-width:0;height:44px;border:1px solid hsla(0,0%,100%,.5);border-radius:999px;background:transparent;padding:0 14px;color:#fff;outline:0}.subscribe input::placeholder{color:#c8dfda}.subscribe .btn{background:#fff;color:var(--deep)}.support-home-v2{display:grid;grid-gap:14px;gap:14px;padding:18px 20px;background:var(--wash);border:1px solid var(--line);border-radius:var(--r-panel)}.support-home-v2__head h2{margin:0;font-size:21px;letter-spacing:-.04em}.support-home-v2__paths{display:grid;grid-template-columns:1fr;border-top:1px solid rgba(14,124,111,.12)}.support-home-v2__path{display:grid;grid-template-columns:42px minmax(0,1fr) 14px;align-items:center;grid-gap:14px;gap:14px;padding:15px 0;border-bottom:1px solid rgba(14,124,111,.12);color:var(--ink);text-decoration:none}.support-home-v2__path:last-child{border-bottom:0}.support-home-v2__icon{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:#fff;border:1px solid rgba(14,124,111,.16);color:var(--deep)}.support-home-v2__icon svg{width:22px;height:22px}.support-home-v2__copy{display:grid;grid-gap:2px;gap:2px;min-width:0}.support-home-v2__copy strong{display:block;font-size:15px;line-height:1.2;letter-spacing:-.02em}.support-home-v2__copy small{display:block;font-size:12px;line-height:1.35;color:var(--muted)}.support-home-v2__chev{width:14px;height:14px;color:var(--deep);opacity:.68}.support-home-v2__path:hover{background:rgba(14,124,111,.03)}.support-home-v2__path:hover .support-home-v2__icon{background:#fff;border-color:rgba(14,124,111,.24)}.support-home-v2__path:hover .support-home-v2__chev,.support-home-v2__path:hover .support-home-v2__copy strong{color:var(--teal);opacity:1}.footer{margin-top:0;background:var(--deepest);color:#eaf4f1}.footer-inner{padding:24px 0}.footer-meta{display:flex;flex-wrap:wrap;gap:14px 18px;padding-bottom:15px;border-bottom:1px solid hsla(0,0%,100%,.18);font-size:12px}.footer-main{display:grid;grid-gap:13px;gap:13px;padding-top:15px}.footer-intro{padding-bottom:5px}.footer-logo{font-family:"DM Serif Display",Georgia,serif;font-size:22px;letter-spacing:.22em}.footer-intro p{margin:7px 0 0;color:#c7ded8;font-size:12px}.footer details{border-top:1px solid hsla(0,0%,100%,.16);padding:10px 0}.footer summary{cursor:pointer;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.footer ul{margin:9px 0 0;padding:0;list-style:none}.footer li{margin:6px 0;color:#c7ded8;font-size:12px}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:9px;padding-top:15px;border-top:1px solid hsla(0,0%,100%,.18);color:#c7ded8;font-size:11px}.page{padding-top:20px}.breadcrumb{display:flex;gap:7px;overflow:auto;color:var(--muted);font-size:12px;white-space:nowrap}.pdp-grid{display:grid;grid-gap:18px;gap:18px;margin-top:13px}.gallery{display:grid;grid-gap:8px;gap:8px}.gallery-main{overflow:hidden;border-radius:var(--r-panel);background:var(--well)}.gallery-main img{aspect-ratio:1.04;object-fit:cover}.thumbs{display:flex;gap:7px}.thumb{overflow:hidden;width:58px;border:1px solid var(--line);border-radius:var(--r-card);background:var(--well);padding:0}.thumb.selected{border-color:var(--teal)}.thumb img{aspect-ratio:1;object-fit:cover}.pdp-info h1{margin:7px 0 8px;font-size:29px;line-height:1.04;letter-spacing:-.06em}.pdp-price{font-size:21px}.pdp-summary{margin:11px 0 15px;color:var(--muted)}.option-label{display:block;margin:16px 0 7px;font-size:13px;font-weight:700}.swatches{display:flex;gap:8px}.swatch{width:31px;height:31px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px var(--line)}.swatch.selected{box-shadow:0 0 0 2px var(--teal)}.buy-row{display:grid;grid-template-columns:106px 1fr;grid-gap:8px;gap:8px;margin-top:17px}.qty{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;overflow:hidden;border:1px solid var(--line);border-radius:999px;text-align:center}.qty button{height:44px;border:0;background:#fff;color:var(--deep);font-weight:700}.assurance-list{display:grid;grid-gap:7px;gap:7px;margin:18px 0;padding:13px;border-radius:var(--r-panel);background:var(--wash);color:var(--muted);font-size:12px}.assurance-list span{display:flex;gap:8px;align-items:center}.detail-nav{display:flex;gap:18px;overflow:auto;margin-top:28px;border-bottom:1px solid var(--line);white-space:nowrap}.detail-nav a{padding:0 0 10px;color:var(--muted);font-size:13px;font-weight:700}.detail-nav a:first-child{border-bottom:2px solid var(--teal);color:var(--deep)}.detail-section{padding-top:26px}.detail-section h2{margin:0 0 8px;font-size:22px;letter-spacing:-.04em}.detail-section p{margin:0;color:var(--muted)}.feature-grid{display:grid;grid-gap:10px;gap:10px;margin-top:13px}.feature{padding:15px;border:1px solid var(--line);border-radius:var(--r-card)}.feature strong{display:block;margin-bottom:4px}.spec-table{width:100%;margin-top:11px;border-collapse:collapse;font-size:13px}.spec-table td{padding:10px;border-bottom:1px solid var(--line)}.spec-table td:first-child{color:var(--muted)}.decision-band{display:grid;grid-gap:10px;gap:10px;margin-top:30px;padding:18px;border-radius:var(--r-panel);background:var(--deepest);color:#fff}.mobile-buy{position:fixed;right:0;bottom:0;left:0;z-index:22;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-buy strong{display:block;font-size:13px}.mobile-buy small{display:block;color:var(--muted);font-size:11px}.pdp-page{padding-bottom:72px}.cart-layout{display:grid;grid-gap:16px;gap:16px;margin-top:14px}.cart-list,.checkout-card,.recovery-card,.summary-card{border:1px solid var(--line);border-radius:var(--r-panel);background:#fff}.cart-line{display:grid;grid-template-columns:92px 1fr;grid-gap:12px;gap:12px;padding:14px;border-bottom:1px solid var(--line)}.cart-line:last-child{border-bottom:0}.cart-line img{height:92px;border-radius:var(--r-card);background:var(--well);object-fit:cover}.cart-line h3{margin:0;font-size:15px}.line-price{margin-top:5px;font-weight:700}.line-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:10px;font-size:12px}.summary-card{padding:17px}.summary-card h2{margin:0 0 12px;font-size:19px}.summary-row{display:flex;justify-content:space-between;gap:10px;margin-top:9px;font-size:13px}.summary-total{margin-top:13px;padding-top:12px;border-top:1px solid var(--line);font-size:17px;font-weight:700}.summary-card .btn{width:100%;margin-top:14px}.summary-note{margin:10px 0 0;color:var(--muted);font-size:11px}.recovery-card{padding:28px 18px;text-align:center}.recovery-icon{display:grid;width:68px;height:68px;margin:0 auto 13px;place-items:center;border-radius:50%;background:var(--well);color:var(--deep)}.recovery-card h1{margin:0;font-size:27px;letter-spacing:-.05em}.recovery-card p{max-width:560px;margin:8px auto 16px;color:var(--muted)}.recovery-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.checkout-grid{display:grid;grid-gap:16px;gap:16px;margin-top:14px}.checkout-card{padding:18px}.checkout-card h1,.checkout-card h2{margin:0 0 10px;letter-spacing:-.05em}.checkout-card h1{font-size:28px}.checkout-step{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.checkout-step:last-child{border-bottom:0}.step-number{display:grid;width:28px;height:28px;flex:none;place-items:center;border-radius:50%;background:var(--deep);color:#fff;font-size:12px;font-weight:700}.checkout-step strong{display:block}.checkout-step small{display:block;margin-top:2px;color:var(--muted)}.overlay{position:fixed;inset:0;z-index:60;display:none;background:rgba(2,47,42,.52)}.overlay.open{display:block}.drawer{position:absolute;right:0;bottom:0;width:min(100%,420px);overflow:auto;box-shadow:-12px 0 30px rgba(0,0,0,.12)}.drawer,.drawer-head{top:0;background:#fff}.drawer-head{position:-webkit-sticky;position:sticky;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--line)}.drawer-body{padding:14px}.drawer-line{display:grid;grid-template-columns:70px 1fr auto;grid-gap:9px;gap:9px;padding:11px 0;border-bottom:1px solid var(--line)}.drawer-line img{height:70px;border-radius:var(--r-card);object-fit:cover;background:var(--well)}.drawer-foot{padding:14px;border-top:1px solid var(--line)}.drawer-foot .btn{width:100%;margin-top:8px}.modal{position:absolute;left:50%;top:50%;width:min(calc(100% - 28px),690px);max-height:min(90vh,760px);overflow:auto;transform:translate(-50%,-50%);border-radius:var(--r-panel);background:#fff;box-shadow:var(--shadow)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--line)}.modal-body{padding:17px}.modal-body h2{margin:0;font-size:24px;letter-spacing:-.05em}.modal-body p{margin:5px 0 14px;color:var(--muted)}.enhance-grid{display:grid;grid-gap:9px;gap:9px}.enhance-line{display:grid;grid-template-columns:74px 1fr auto;grid-gap:10px;gap:10px;align-items:center;border:1px solid var(--line);border-radius:var(--r-card);padding:8px}.enhance-line img{height:68px;border-radius:6px;object-fit:cover;background:var(--well)}.modal-foot{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;padding:0 17px 17px}.toast{position:fixed;left:50%;bottom:76px;z-index:90;display:none;transform:translateX(-50%);border-radius:999px;background:var(--deepest);padding:11px 17px;color:#fff;font-size:13px;box-shadow:var(--shadow)}.toast.open{display:block}@media(min-width:768px){:root{--shell:min(calc(100% - 48px),1500px)}.announcement .shell{justify-content:space-between}.announcement-points{display:flex;gap:20px}.header-main{grid-template-areas:"menu brand search tools";grid-template-columns:44px auto 1fr auto;gap:16px;padding:13px 0}.brand{justify-self:start}.brand-name{font-size:31px}.header-tools{gap:7px}.primary-nav{padding-bottom:12px}.hero{min-height:490px}.hero:after{background:linear-gradient(90deg,rgba(2,47,42,.94),rgba(2,47,42,.72) 31%,rgba(2,47,42,.02) 66%)}.hero-art{object-position:center}.hero-copy{inset:58px auto auto 34px}.hero h1{font-size:64px}.hero p{font-size:18px}.hero-note{display:block;margin-top:52px;color:#d9ebe7;font-size:12px}.trust-strip{grid-template-columns:repeat(4,1fr)}.trust-item,.trust-item:nth-child(odd){border-right:1px solid var(--line);border-bottom:0}.trust-item:last-child{border-right:0}.market-section{padding-top:42px}.section-head h2{font-size:26px}.department-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.mission-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{min-width:232px;max-width:232px}.bundle-grid,.editorial-grid,.journal-grid,.lifestyle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.split-grid{grid-template-columns:1.35fr 1fr}.spotlight{grid-template-columns:1.2fr 1fr}.spotlight img{height:100%}.account-band,.newsletter,.support-band{grid-template-columns:1fr auto;align-items:center;padding:22px}.select-band{grid-template-columns:1fr auto;align-items:center;padding:23px 28px}.journal-card{grid-template-columns:132px 1fr}.support-band{grid-template-columns:1.3fr 2fr}.support-links{grid-template-columns:repeat(4,1fr)}#support-home.support-home-v2{grid-template-columns:1fr;padding:18px 20px}#support-home .support-home-v2__paths{grid-template-columns:repeat(4,minmax(0,1fr))}#support-home .support-home-v2__path{padding:10px 18px;border-bottom:0!important}#support-home .support-home-v2__path,#support-home .support-home-v2__path:nth-child(odd){border-right:1px solid rgba(14,124,111,.12)}#support-home .support-home-v2__path:nth-child(-n+2){border-bottom:0}#support-home .support-home-v2__path:last-child{border-right:0}.newsletter{grid-template-columns:1.4fr 1fr}.support-home-v2{padding:18px 20px}.support-home-v2__paths{grid-template-columns:repeat(2,minmax(0,1fr));border-top:0}.support-home-v2__path{padding:16px 18px;border-bottom:0}.support-home-v2__path:nth-child(odd){border-right:1px solid rgba(14,124,111,.12)}.support-home-v2__path:nth-child(-n+2){border-bottom:1px solid rgba(14,124,111,.12)}.footer-main{grid-template-columns:1.4fr repeat(3,1fr);gap:20px}.footer details{border:0;padding:0}.footer summary{pointer-events:none;list-style:none}.footer summary::-webkit-details-marker{display:none}.footer details>ul{display:block!important}.pdp-grid{grid-template-columns:1.15fr .85fr;gap:30px}.gallery-main img{aspect-ratio:1}.pdp-info h1{font-size:37px}.feature-grid{grid-template-columns:repeat(3,1fr)}.cart-layout,.checkout-grid{grid-template-columns:1.35fr .65fr;align-items:start}.summary-card{position:-webkit-sticky;position:sticky;top:158px}.cart-line{grid-template-columns:116px 1fr}.cart-line img{height:116px}.mobile-buy{display:none}.pdp-page{padding-bottom:0}}@media(min-width:1024px){:root{--shell:min(calc(100% - 64px),1500px)}.announcement .shell{min-height:38px}.header-main{grid-template-areas:"brand search tools";grid-template-columns:auto minmax(320px,1fr) auto;gap:34px;padding:17px 0}.header-main>.btn-square{display:none}.brand-name{font-size:36px}.brand-market{font-size:10px}.header-tool{width:auto;gap:7px;padding:0 8px}.header-tool span:not(.cart-badge){display:inline;font-size:13px;font-weight:700}.cart-badge{right:0}.primary-nav{display:none}.desktop-nav{display:flex;gap:26px;padding:0 0 13px;overflow:auto;color:var(--ink);font-size:13px;white-space:nowrap}.desktop-nav a:first-child{color:var(--teal-2);font-weight:700}.hero{min-height:515px;margin-top:18px}.hero-copy{inset:68px auto auto 52px}.hero h1{font-size:76px}.trust-item{padding:15px}.trust-item strong{font-size:13px}.trust-item small{font-size:12px}.department-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.department-card img{aspect-ratio:1}.department-card div{font-size:11px}.mission-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.mission-card{display:block;min-height:151px;padding:14px}.mission-icon{margin-bottom:11px}.product-card{min-width:238px;max-width:238px}.story-card{display:grid;grid-template-columns:1.25fr 1fr}.story-card img{height:100%;aspect-ratio:auto}.bundle-card{display:grid;grid-template-columns:1.25fr 1fr}.bundle-card img{height:100%;aspect-ratio:auto}.footer-main{grid-template-columns:1.7fr repeat(5,1fr)}.pdp-grid{grid-template-columns:minmax(0,1.2fr) minmax(370px,.8fr);gap:48px}.gallery{grid-template-columns:72px 1fr}.thumbs{grid-row:1;grid-column:1;flex-direction:column}.gallery-main{grid-column:2}.thumb{width:64px}.pdp-info h1{font-size:43px}.page{padding-top:26px}}@media(min-width:1200px){:root{--shell:min(calc(100% - 80px),1500px)}.hero{min-height:540px}.hero-copy{inset:72px auto auto 62px}.hero h1{font-size:84px}.product-card{min-width:248px;max-width:248px}.market-section{padding-top:48px}.drawer{width:450px}}@media(min-width:1440px){:root{--shell:min(calc(100% - 112px),1540px)}.header-main{gap:52px}.desktop-nav{gap:34px}.hero{min-height:560px}.hero-copy{inset:76px auto auto 72px}.hero h1{font-size:92px}.hero p{font-size:20px}.department-card div{font-size:12px}.product-card{min-width:264px;max-width:264px}.bundle-copy,.story-copy{padding:17px}}.oq-home-v3{--home-gap:10px;--home-visible:8}.oq-home-v3 .market-section{padding-top:36px}.oq-home-v3 .section-head{margin-bottom:14px}.oq-home-v3 .section-head h2{font-family:DM Sans,Arial,sans-serif;font-weight:700;letter-spacing:-.04em}.oq-home-v3 .home-command-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:12px;gap:12px;margin-top:12px}.oq-home-v3 .home-command-card{min-height:170px;border:1px solid var(--line);border-radius:var(--r-panel);background:var(--wash);padding:18px;display:grid;align-content:space-between;grid-gap:12px;gap:12px}.oq-home-v3 .home-command-card.dark{background:linear-gradient(135deg,var(--deepest),var(--deep));color:#fff}.oq-home-v3 .home-command-card.dark h2,.oq-home-v3 .home-command-card.dark p{color:#fff}.oq-home-v3 .home-command-card.dark p{opacity:.84}.oq-home-v3 .home-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.oq-home-v3 .home-quick-card{min-height:116px;border:1px solid var(--line);border-radius:var(--r-card);background:#fff;padding:13px;display:grid;align-content:flex-end;grid-gap:5px;gap:5px;color:var(--ink)}.oq-home-v3 .home-quick-card:hover{border-color:var(--teal)}.oq-home-v3 .home-quick-card strong{font-size:14px}.oq-home-v3 .home-quick-card small{color:var(--muted);font-size:12px;line-height:1.25}.oq-home-v3 .home-need-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.oq-home-v3 .home-need-card{min-height:128px;border:1px solid var(--line);border-radius:var(--r-card);background:#fff;padding:14px;display:grid;align-content:space-between;grid-gap:10px;gap:10px}.oq-home-v3 .home-need-card:hover{border-color:var(--teal)}.oq-home-v3 .home-need-card span:first-child{display:grid;width:42px;height:42px;place-items:center;border-radius:999px;background:var(--well);color:var(--teal-2);font-weight:700}.oq-home-v3 .mini-trust-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.oq-home-v3 .mini-trust-card{border:1px solid var(--line);border-radius:var(--r-card);background:var(--wash);padding:14px}.oq-home-v3 .mini-trust-card strong{display:block;font-size:13px}.oq-home-v3 .mini-trust-card small{display:block;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.3}.oq-home-v3 .rail{display:flex;gap:var(--home-gap);overflow-x:auto;overflow-y:hidden;padding:1px 1px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}.oq-home-v3 .rail::-webkit-scrollbar{display:none}.oq-home-v3 .product-card{flex:0 0 calc((100% - (var(--home-gap) * (var(--home-visible) - 1))) / var(--home-visible));min-width:0;max-width:none;scroll-snap-align:start}.oq-home-v3 .product-rating{margin:4px 0 6px;color:var(--muted);font-size:11px;line-height:1.2}.oq-home-v3 .product-rating .stars{color:#e6950a;font-weight:700;letter-spacing:.03em}.oq-home-v3 .product-price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.oq-home-v3 .home-panel{border:1px solid var(--line);border-radius:var(--r-panel);background:#fff;padding:18px}.oq-home-v3 .home-panel.utility{background:var(--wash)}.oq-home-v3 .home-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:12px}.oq-home-v3 .home-stat{border:1px solid hsla(0,0%,100%,.22);border-radius:var(--r-card);padding:12px;color:#fff}.oq-home-v3 .home-stat strong{display:block;font-size:18px}.oq-home-v3 .home-stat small{display:block;color:hsla(0,0%,100%,.76);font-size:11px}.oq-home-v3 .routine-feature{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:12px;gap:12px;align-items:stretch;border:1px solid var(--line);border-radius:var(--r-panel);background:var(--wash);overflow:hidden}.oq-home-v3 .routine-feature img{height:100%;min-height:270px;object-fit:cover}.oq-home-v3 .routine-copy{padding:22px;display:grid;align-content:center;grid-gap:12px;gap:12px}.oq-home-v3 .routine-mini{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.oq-home-v3 .routine-mini button{border:1px solid var(--line);border-radius:var(--r-card);background:#fff;padding:9px;text-align:left}.oq-home-v3 .routine-mini img{width:100%;height:74px;object-fit:cover;border-radius:6px;background:var(--well)}.oq-home-v3 .routine-mini span{display:block;margin-top:6px;font-size:11px;font-weight:700;color:var(--deep)}.oq-home-v3 .recovery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.oq-home-v3 .recovery-card{border:1px solid var(--line);border-radius:var(--r-panel);background:#fff;padding:18px;text-align:left}.oq-home-v3 .recovery-card h3{margin:0 0 5px;font:700 17px/1.15 DM Sans,Arial,sans-serif;color:var(--ink)}.oq-home-v3 .select-band{border-radius:16px}.oq-home-v3 .select-perks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:12px}.oq-home-v3 .select-perks span{border:1px solid hsla(0,0%,100%,.2);border-radius:var(--r-card);padding:10px;color:#fff;font-size:12px}.oq-home-v3 .why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.oq-home-v3 .why-card{border:1px solid var(--line);border-radius:var(--r-card);background:#fff;padding:15px}.oq-home-v3 .why-card strong{display:block;font-size:13px}.oq-home-v3 .why-card small{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.35}@media(max-width:1439px){.oq-home-v3{--home-visible:6}.oq-home-v3 .home-command-grid{grid-template-columns:minmax(0,1fr) 320px}.oq-home-v3 .home-quick-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1199px){.oq-home-v3{--home-visible:5}.oq-home-v3 .home-command-grid{grid-template-columns:1fr}.oq-home-v3 .home-need-grid,.oq-home-v3 .home-quick-grid,.oq-home-v3 .mini-trust-row{grid-template-columns:repeat(3,1fr)}.oq-home-v3 .why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1023px){.oq-home-v3{--home-visible:4}.oq-home-v3 .home-need-grid{grid-template-columns:repeat(2,1fr)}.oq-home-v3 .routine-feature{grid-template-columns:1fr}.oq-home-v3 .routine-feature img{min-height:220px}.oq-home-v3 .recovery-grid,.oq-home-v3 .select-perks{grid-template-columns:1fr}}@media(max-width:767px){.oq-home-v3{--home-visible:2;--home-gap:8px}.oq-home-v3 .market-section{padding-top:30px}.oq-home-v3 .hero{min-height:500px}.oq-home-v3 .hero h1{font-size:42px}.oq-home-v3 .home-need-grid,.oq-home-v3 .home-quick-grid,.oq-home-v3 .mini-trust-row,.oq-home-v3 .why-grid{grid-template-columns:repeat(2,1fr)}.oq-home-v3 .routine-mini{grid-template-columns:1fr}.oq-home-v3 .home-command-card{min-height:auto}.oq-home-v3 .home-stat-grid{grid-template-columns:1fr}}.announcement.oq-announcement{position:relative;z-index:90;width:100%;background:var(--deepest);color:#fff;padding:0}.announcement.oq-announcement .oq-announcement__shell{width:var(--shell);max-width:none;margin-inline:auto;display:flex;align-items:center;gap:18px;background:transparent;border-radius:0;box-shadow:none;padding:0;line-height:1.2}.oq-announcement__primary{min-width:0;color:#fff;white-space:nowrap}.oq-announcement__primary .announce-link{color:#fff;text-decoration:underline;text-underline-offset:3px}.oq-announcement__right{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:20px}.oq-announcement__points{gap:20px;font-weight:700}.oq-announcement__actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;min-width:max-content}.oq-announcement__actions,.oq-delivery,.oq-language{position:relative;flex:0 0 auto}.oq-delivery__button,.oq-language__button{min-height:36px;display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:#fff;padding:0;font-size:12px;line-height:1;font-weight:700;letter-spacing:0}.oq-delivery__button:hover,.oq-delivery__button[aria-expanded=true],.oq-language__button:hover,.oq-language__button[aria-expanded=true]{color:#fff;text-decoration:underline;text-underline-offset:3px}.oq-language__flag{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;border-radius:0;font-size:14px;line-height:1}.oq-delivery__chevron,.oq-delivery__pin,.oq-language__chevron{flex:0 0 auto}.oq-delivery__button[aria-expanded=true] .oq-delivery__chevron,.oq-language__button[aria-expanded=true] .oq-language__chevron{transform:rotate(180deg)}.oq-delivery__panel,.oq-language__panel{position:absolute;top:calc(100% + 8px);right:0;z-index:125;border:1px solid rgba(0,77,64,.2);border-radius:12px;background:#fff;color:var(--ink);box-shadow:0 20px 64px rgba(13,36,32,.18)}.oq-language__panel{width:min(248px,calc(100vw - 32px));padding:8px}.oq-delivery__panel{z-index:120;width:min(320px,calc(100vw - 32px));padding:14px}.oq-delivery__panel[hidden],.oq-language__panel[hidden]{display:none}.oq-language__title{margin:3px 6px 7px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.oq-language__option{width:100%;min-height:38px;display:flex;align-items:center;gap:9px;border:0;border-radius:8px;background:#fff;color:var(--ink);padding:0 9px;text-align:left;font-weight:700}.oq-language__option:focus,.oq-language__option:hover{background:var(--wash);outline:0}.oq-language__option[aria-current=true]{background:#e7f5f2;color:var(--deep)}.oq-language__note{margin:8px 6px 3px;color:var(--muted);font-size:11px;line-height:1.3}.oq-delivery__panel label{display:block;margin-bottom:8px;color:var(--ink);font-size:12px;font-weight:700}.oq-delivery__entry{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px}.oq-delivery__entry input{min-width:0;height:42px;border:1.5px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:0 11px;outline:0}.oq-delivery__entry input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,121,107,.12)}.oq-delivery__entry input[aria-invalid=true]{border-color:var(--danger)}.oq-delivery__entry button{min-height:42px;border:1.5px solid var(--teal);border-radius:8px;background:var(--teal);color:#fff;padding:0 14px;font-weight:700}.oq-delivery__entry button:hover{background:var(--teal-2);border-color:var(--teal-2)}.oq-delivery__panel p{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.35}.oq-delivery__clear{margin-top:8px;border:0;background:transparent;color:var(--teal-2);padding:0;font-size:12px;font-weight:700}@media(max-width:1023px){.announcement.oq-announcement .oq-announcement__shell{width:var(--shell);gap:12px}.oq-announcement__right{gap:12px}.oq-announcement__points{display:none}}@media(max-width:767px){.announcement.oq-announcement .oq-announcement__shell{min-height:38px}.oq-announcement__primary{overflow:hidden;text-overflow:ellipsis}.oq-announcement__primary .announce-link{display:none}.oq-announcement__actions{gap:9px}.oq-delivery__button,.oq-language__button{min-height:38px;font-size:12px}.oq-delivery__pin{display:none}}.site-header .search-wrap.oq-search{grid-area:search;position:relative;width:100%}.site-header .oq-search__shell{position:relative;min-height:46px;display:grid;grid-template-columns:auto minmax(0,1fr) 44px;align-items:center;overflow:visible;border:1px solid var(--line);border-radius:999px;background:#fff}.site-header .oq-search__shell:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,121,107,.1)}.site-header .oq-search__department{position:relative;z-index:2;height:100%}.site-header .oq-search__scope{min-width:72px;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:0;border-right:1px solid var(--line);border-radius:999px 0 0 999px;background:var(--wash);color:var(--ink);padding:0 12px 0 15px;font-size:13px;font-weight:700;line-height:1}.site-header .oq-search__scope:hover,.site-header .oq-search__scope[aria-expanded=true]{background:#e7f5f2;color:var(--deep)}.site-header .oq-search__chevron{position:static;transform:none;color:currentColor;transition:transform .16s ease}.site-header .oq-search__scope[aria-expanded=true] .oq-search__chevron{transform:rotate(180deg)}.site-header .oq-search__menu{position:absolute;top:calc(100% + 8px);left:0;z-index:140;width:min(280px,calc(100vw - 32px));max-height:340px;overflow:auto;border:1px solid rgba(0,77,64,.2);border-radius:12px;background:#fff;box-shadow:0 20px 64px rgba(13,36,32,.18);padding:8px}.site-header .oq-search__menu[hidden]{display:none}.site-header .oq-search__option{width:100%;min-height:38px;display:flex;align-items:center;border:0;border-radius:8px;background:#fff;color:var(--ink);padding:0 10px;text-align:left;font-size:13px;font-weight:700}.site-header .oq-search__option:focus,.site-header .oq-search__option:hover{background:var(--wash);outline:0}.site-header .oq-search__option[aria-checked=true]{background:#e7f5f2;color:var(--deep)}.site-header .search.oq-search__input{width:100%;height:44px;border:0;border-radius:0;background:transparent;color:var(--ink);outline:0;padding:0 12px}.site-header .search.oq-search__input:focus{border-color:transparent}.site-header .oq-search__submit{width:40px;height:40px;display:inline-grid;place-items:center;justify-self:end;margin-right:3px;border:0;border-radius:50%;background:var(--teal);color:#fff}.site-header .oq-search__submit:focus-visible,.site-header .oq-search__submit:hover{background:var(--teal-2);outline:0}.site-header .oq-search__icon{position:static;transform:none;color:currentColor}@media(max-width:767px){.site-header .oq-search__shell{grid-template-columns:minmax(0,1fr) 44px}.site-header .oq-search__department{display:none}.site-header .search.oq-search__input{padding-left:16px}}.site-header .oq-department-route{align-items:center;gap:0;min-width:0;padding:0 0 12px;color:var(--ink);font-size:13px;line-height:1;white-space:nowrap}.site-header .desktop-nav.oq-department-route{overflow:visible}.site-header .oq-department-route__trigger{flex:0 0 auto;min-height:38px;display:inline-flex;align-items:center;gap:9px;border:0;background:transparent;color:var(--ink);padding:0;font-weight:700}.site-header .oq-department-route__trigger:focus-visible,.site-header .oq-department-route__trigger:hover,.site-header .oq-department-route__trigger[aria-expanded=true]{color:var(--deep);outline:0}.site-header .oq-department-route__chevron{transition:transform .16s ease}.site-header .oq-department-route__trigger[aria-expanded=true] .oq-department-route__chevron{transform:rotate(180deg)}.site-header .oq-department-route__divider{flex:0 0 1px;width:1px;height:24px;margin:0 22px;background:var(--line)}.site-header .oq-department-route__links{min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:16px;flex:1 1 auto;overflow-x:auto;scrollbar-width:none}.site-header .oq-department-route__links::-webkit-scrollbar{display:none}.site-header .desktop-nav.oq-department-route a.oq-department-route__link,.site-header .oq-department-route__link{flex:0 0 auto;color:var(--ink);font-size:13px;font-weight:500;text-decoration:none}.site-header .desktop-nav.oq-department-route a.oq-department-route__link:hover,.site-header .oq-department-route__link:hover{color:var(--teal-2)}.site-header .oq-department-route__select-wrap{position:relative;flex:0 0 auto;display:inline-flex;align-items:center}.site-header .oq-department-route__select-pill{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--teal);border-radius:999px;background:#fff;color:var(--teal-2);padding:0 12px;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;transition:background .16s ease,border-color .16s ease,color .16s ease}.site-header .oq-department-route__select-pill:focus-visible,.site-header .oq-department-route__select-pill:hover{background:var(--wash);border-color:var(--teal-2);color:var(--deep);outline:0}.site-header .oq-department-route__select-pill svg{flex:0 0 auto;opacity:.78;transform:translateX(0);transition:transform .16s ease,opacity .16s ease}.site-header .oq-department-route__select-pill:focus-visible svg,.site-header .oq-department-route__select-pill:hover svg{opacity:1;transform:translateX(2px)}.site-header .oq-department-route__select-card{position:absolute;top:calc(100% + 10px);right:0;z-index:150;width:250px;pointer-events:none;opacity:0;transform:translateY(-4px);border:1px solid rgba(0,77,64,.18);border-radius:var(--r-panel);background:#fff;color:var(--ink);box-shadow:0 20px 64px rgba(13,36,32,.18);padding:14px;transition:opacity .16s ease,transform .16s ease}.site-header .oq-department-route__select-wrap:focus-within .oq-department-route__select-card,.site-header .oq-department-route__select-wrap:hover .oq-department-route__select-card{pointer-events:auto;opacity:1;transform:translateY(0)}.site-header .oq-department-route__select-card strong{display:block;margin-bottom:5px;color:var(--ink);font-size:15px;line-height:1.15;letter-spacing:-.02em}.site-header .oq-department-route__select-card span{display:block;color:var(--muted);font-size:12px;line-height:1.35}.site-header .oq-department-route__select-card b{min-height:34px;display:inline-flex;align-items:center;justify-content:center;margin-top:11px;border-radius:999px;color:#fff;padding:0 14px;font-size:12px}@media(max-width:767px){.site-header .oq-department-route__select-card{display:none}.site-header .oq-department-route__select-pill{min-height:28px;padding:0 10px;font-size:12px}}.site-header .oq-department-mega{position:absolute;left:50%;top:calc(100% + 8px);z-index:95;width:var(--shell);transform:translateX(-50%)}.site-header .oq-department-mega[hidden]{display:none}.site-header .oq-department-mega__panel{overflow:hidden;border:1px solid rgba(0,77,64,.18);border-radius:var(--r-panel);background:#fff;color:var(--ink);box-shadow:0 24px 80px rgba(13,36,32,.16)}.site-header .oq-department-mega__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px 14px;border-bottom:1px solid var(--line);background:var(--wash)}.site-header .oq-department-mega__eyebrow{margin:0 0 3px;color:var(--teal-2);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.site-header .oq-department-mega__head h2{margin:0;font-size:22px;line-height:1.1;letter-spacing:-.04em}.site-header .oq-department-mega__close{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink)}.site-header .oq-department-mega__close:focus-visible,.site-header .oq-department-mega__close:hover{background:var(--wash);border-color:var(--teal);color:var(--deep);outline:0}.site-header .oq-department-mega__body{display:grid;grid-template-columns:minmax(150px,.72fr) minmax(560px,2.85fr) minmax(210px,.95fr) minmax(280px,1.1fr);grid-gap:0;gap:0;align-items:stretch}.site-header .oq-department-mega__column,.site-header .oq-department-mega__departments,.site-header .oq-department-mega__select{min-width:0;padding:18px;border-right:1px solid var(--line)}.site-header .oq-department-mega__select{border-right:0}.site-header .oq-department-mega__column h3,.site-header .oq-department-mega__departments h3,.site-header .oq-department-mega__select h3{margin:0 0 12px;font-size:14px;line-height:1.2;letter-spacing:-.02em}.site-header .oq-department-mega__column a,.site-header .oq-department-mega__departments a{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:8px;color:var(--ink);padding:0 8px;font-size:13px;font-weight:600}.site-header .oq-department-mega__column a:focus-visible,.site-header .oq-department-mega__column a:hover,.site-header .oq-department-mega__departments a:focus-visible,.site-header .oq-department-mega__departments a:hover{background:var(--wash);color:var(--teal-2);outline:0}.site-header .oq-department-mega__departments{background:#fff}.site-header .oq-department-mega__departments-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:12px}.site-header .oq-department-mega__departments-head h3{margin-bottom:2px}.site-header .oq-department-mega__departments-head p{max-width:420px;margin:0;color:var(--muted);font-size:12px;line-height:1.35}.site-header .oq-department-mega__all-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px 16px;gap:14px 16px}.site-header .oq-department-mega__group{min-width:0}.site-header .oq-department-mega__group-title{display:block;margin:0 0 7px;color:var(--teal-2);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-header .oq-department-mega__department-link{justify-content:flex-start!important}.site-header .oq-department-mega__department-link span:first-child{width:22px;flex:0 0 22px;color:var(--teal-2);text-align:center;font-weight:700}.site-header .oq-department-mega__department-link small{margin-left:auto;color:var(--muted);font-size:12px}.site-header .oq-department-mega__quick-card{display:grid;grid-gap:6px;gap:6px;margin-top:12px;border:1px solid var(--line);border-radius:var(--r-card);background:var(--wash);padding:12px}.site-header .oq-department-mega__quick-card strong{font-size:13px}.site-header .oq-department-mega__quick-card span{color:var(--muted);font-size:12px;line-height:1.35}.site-header .oq-department-mega__select{background:linear-gradient(135deg,var(--deepest),var(--deep));color:#fff}.site-header .oq-department-mega__select p{margin:0 0 10px;color:var(--mint);font-size:12px;font-weight:700}.site-header .oq-department-mega__select h3{margin-bottom:8px;color:#fff;font-size:22px}.site-header .oq-department-mega__select span{display:block;color:#ddece8;font-size:13px;line-height:1.35}.site-header .oq-department-mega__select .btn{width:100%;margin-top:16px;background:#fff;color:var(--deep);border-color:#fff}.site-header .oq-department-mega__select .btn:focus-visible,.site-header .oq-department-mega__select .btn:hover{background:var(--wash);border-color:var(--wash);color:var(--deep);outline:0}.site-header .oq-department-mega__select-perks{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;margin-top:14px}.site-header .oq-department-mega__select-perks b{display:flex;min-height:48px;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.2);border-radius:var(--r-card);padding:8px;color:#fff;font-size:11px;text-align:center}@media(max-width:1439px){.site-header .oq-department-route__links{gap:14px}.site-header .oq-department-mega__body{grid-template-columns:minmax(140px,.72fr) minmax(480px,2.5fr) minmax(190px,.95fr) minmax(240px,1fr)}.site-header .oq-department-mega__column,.site-header .oq-department-mega__departments,.site-header .oq-department-mega__select{padding:16px}.site-header .oq-department-mega__all-grid{gap:12px}}@media(max-width:1199px){.site-header .oq-department-route__links{gap:12px}.site-header .oq-department-route__divider{margin:0 16px}.site-header .oq-department-mega__body{grid-template-columns:170px 1fr;max-height:min(76vh,720px);overflow:auto}.site-header .oq-department-mega__departments{border-right:0}.site-header .oq-department-mega__column--programs,.site-header .oq-department-mega__select{grid-column:auto;border-top:1px solid var(--line)}.site-header .oq-department-mega__column--programs{border-right:1px solid var(--line)}.site-header .oq-department-mega__all-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1023px){.site-header .primary-nav.oq-department-route{display:flex}.site-header .oq-department-route--mobile{overflow-x:auto;scrollbar-width:none}.site-header .oq-department-route--mobile::-webkit-scrollbar{display:none}.site-header .oq-department-route__links{justify-content:flex-start;gap:12px}.site-header .oq-department-route__trigger{min-height:36px}.site-header .oq-department-route__divider{height:22px;margin:0 14px}.site-header .oq-department-mega{top:calc(100% + 6px);width:calc(100% - 24px)}.site-header .oq-department-mega__body{grid-template-columns:1fr;max-height:min(76vh,680px);overflow:auto}.site-header .oq-department-mega__column,.site-header .oq-department-mega__departments,.site-header .oq-department-mega__select{border-right:0;border-bottom:1px solid var(--line)}.site-header .oq-department-mega__select{border-bottom:0}.site-header .oq-department-mega__all-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.site-header .oq-department-route--mobile{padding-bottom:10px}.site-header .oq-department-route__trigger span{max-width:138px;overflow:hidden;text-overflow:ellipsis}.site-header .oq-department-route__divider{margin:0 11px}.site-header .oq-department-route__link{font-size:12px}.site-header .oq-department-mega{position:fixed;top:calc(38px + 116px);left:12px;right:12px;width:auto;transform:none}.site-header .oq-department-mega__panel{max-height:calc(100vh - 142px);overflow:auto}.site-header .oq-department-mega__head{padding:15px}.site-header .oq-department-mega__body{display:block;max-height:none;overflow:visible}.site-header .oq-department-mega__column,.site-header .oq-department-mega__departments,.site-header .oq-department-mega__select{padding:15px}.site-header .oq-department-mega__departments-head{display:block}.site-header .oq-department-mega__departments-head p{margin-top:4px}.site-header .oq-department-mega__all-grid{grid-template-columns:1fr}}.site-header .oq-department-route__links{justify-content:space-between;gap:8px;width:100%}.site-header .oq-department-route__select-wrap{order:-1}.site-header .oq-department-route__select-pill .oq-department-route__select-chevron{flex:0 0 auto;opacity:.9;transition:transform .16s ease,opacity .16s ease}.site-header .oq-department-route__select-wrap:focus-within .oq-department-route__select-chevron,.site-header .oq-department-route__select-wrap:hover .oq-department-route__select-chevron{opacity:1}.site-header .oq-department-route__select-card{left:0;right:auto;box-shadow:none}.site-header .oq-department-route__select-card b{background:var(--teal)}.site-header .oq-department-route__select-card b:hover{background:var(--teal-2)}@media(max-width:1023px){.site-header .oq-department-route__links{justify-content:flex-start;gap:12px;width:auto}}@media(max-width:767px){.site-header .oq-department-route__links{gap:11px}}.site-header .oq-department-route__select-pill,.site-header .oq-department-route__select-pill:focus-visible,.site-header .oq-department-route__select-pill:hover{box-shadow:none!important}.site-header .oq-department-route__select-pill .oq-department-route__select-chevron{transform:none!important}.site-header .oq-department-route__select-wrap:focus-within .oq-department-route__select-chevron,.site-header .oq-department-route__select-wrap:hover .oq-department-route__select-chevron{transform:rotate(180deg)!important}.site-header .oq-department-route__links{overflow:visible}.site-header .oq-department-route__select-card.oq-select-popover{position:absolute;top:calc(100% + 10px);left:0;right:auto;z-index:175;width:360px;display:block;pointer-events:none;opacity:0;transform:translateY(-4px);overflow:hidden;border:1px solid rgba(0,77,64,.18);border-radius:12px;background:#fff;color:var(--ink);box-shadow:0 18px 48px rgba(13,36,32,.16);padding:16px;white-space:normal;transition:opacity .16s ease,transform .16s ease}.site-header .oq-department-route__select-wrap:focus-within .oq-select-popover,.site-header .oq-department-route__select-wrap:hover .oq-select-popover{pointer-events:auto;opacity:1;transform:translateY(0)}.site-header .oq-select-popover__brand{display:flex;align-items:baseline;justify-content:center;gap:5px;margin-bottom:8px;color:var(--deepest);font-size:17px;line-height:1;letter-spacing:.08em}.site-header .oq-select-popover__brand strong{margin:0;color:var(--deepest);font-size:inherit;line-height:inherit;letter-spacing:.08em}.site-header .oq-select-popover__brand em{color:var(--teal);font-family:"DM Serif Display",Georgia,serif;font-size:20px;font-style:italic;letter-spacing:0}.site-header .oq-select-popover h3{margin:0;color:var(--ink);font:700 28px/1.02 DM Sans,Arial,sans-serif;letter-spacing:-.05em;text-align:center}.site-header .oq-select-popover p{margin:8px auto 12px;max-width:300px;color:var(--muted);font-size:13px;line-height:1.35;text-align:center}.site-header .oq-select-popover__graphic{width:100%;height:auto;margin:2px 0 13px;border:1px solid var(--line);border-radius:10px;background:var(--wash);object-fit:cover}.site-header .oq-select-popover__cta.btn.btn-primary{width:100%;min-height:42px;border-radius:999px;box-shadow:none!important}.site-header .oq-select-popover__benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;margin-top:12px;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.site-header .oq-select-popover__benefits span{min-height:70px;display:grid;align-content:center;justify-items:center;grid-gap:2px;gap:2px;padding:9px 7px;text-align:center}.site-header .oq-select-popover__benefits span+span{border-left:1px solid var(--line)}.site-header .oq-select-popover__benefits b{display:block;color:var(--deep);font-size:12px;line-height:1.15}.site-header .oq-select-popover__benefits small{display:block;color:var(--muted);font-size:11px;line-height:1.15}@media(max-width:1023px){.site-header .oq-department-route__links{overflow-x:auto;overflow-y:visible}.site-header .oq-department-route__select-card.oq-select-popover{width:330px}}@media(max-width:767px){.site-header .oq-department-route__select-card.oq-select-popover{display:none}}.site-header .oq-select-popover .oq-select-popover__benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;margin-top:12px;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.site-header .oq-select-popover .oq-select-popover__benefits .oq-select-popover__benefit{min-height:86px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px 8px;background:#fff;color:var(--ink)!important;text-align:center}.site-header .oq-select-popover .oq-select-popover__benefits .oq-select-popover__benefit+.oq-select-popover__benefit{border-left:1px solid var(--line)}.site-header .oq-select-popover .oq-select-popover__benefits .oq-select-popover__benefit svg{display:block;color:var(--deep)}.site-header .oq-select-popover .oq-select-popover__benefits .oq-select-popover__benefit strong{display:block;margin:0!important;background:transparent!important;color:var(--ink)!important;font:700 13px/1.12 DM Sans,Arial,sans-serif!important;letter-spacing:-.01em}.site-header .oq-select-popover .oq-select-popover__benefits b,.site-header .oq-select-popover .oq-select-popover__benefits small{background:transparent!important;color:inherit!important}.oq-select-page{--select-gap:14px;padding-top:20px;padding-bottom:0}.oq-select-page .select-section{padding-top:34px}.oq-select-page .select-panel{border:1px solid var(--line);border-radius:var(--r-panel);background:#fff}.oq-select-page .select-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);grid-gap:22px;gap:22px;align-items:stretch;min-height:560px;border-radius:var(--r-hero);border:1px solid rgba(0,77,64,.18);background:radial-gradient(circle at 82% 18%,rgba(127,255,228,.24),transparent 32%),linear-gradient(135deg,#fff,#fff 40%,#e9f4f1)}.oq-select-page .select-hero__copy{display:grid;align-content:center;grid-gap:18px;gap:18px;padding:56px 0 56px 42px;max-width:650px}.oq-select-page .select-brand{display:flex;align-items:baseline;gap:10px;color:var(--deepest);line-height:1}.oq-select-page .select-brand strong{font-size:42px;letter-spacing:.08em}.oq-select-page .select-brand em{color:var(--deep);font-family:"DM Serif Display",Georgia,serif;font-size:50px;font-style:italic}.oq-select-page .select-hero h1{margin:0;color:var(--ink);font:700 clamp(38px,4.4vw,72px)/.96 DM Sans,Arial,sans-serif;letter-spacing:-.07em}.oq-select-page .select-hero h1 em{color:var(--deep);font-family:"DM Serif Display",Georgia,serif;font-style:italic;font-weight:400;letter-spacing:-.03em}.oq-select-page .select-hero p{max-width:570px;margin:0;color:var(--muted);font-size:18px;line-height:1.45}.oq-select-page .select-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.oq-select-page .select-micro{display:flex;flex-wrap:wrap;gap:8px 14px;color:var(--muted);font-size:12px}.oq-select-page .select-hero__visual{position:relative;min-height:520px;padding:34px 34px 34px 0}.oq-select-page .select-visual-stage{position:relative;height:100%;min-height:500px;overflow:hidden;border-radius:16px;background:radial-gradient(circle at 72% 12%,rgba(127,255,228,.32),transparent 24%),linear-gradient(135deg,var(--deepest),#0a665e 62%,#d8ebe6 62%,#f7fbfa)}.oq-select-page .select-device{position:absolute;right:8%;top:11%;width:170px;border:8px solid #102421;border-radius:28px;background:#fff;box-shadow:0 18px 42px rgba(13,36,32,.22);padding:16px 12px}.oq-select-page .select-device b{display:block;margin-bottom:12px;color:var(--deep);font-family:"DM Serif Display",Georgia,serif;font-size:20px;font-style:italic;text-align:center}.oq-select-page .select-device span{display:flex;align-items:center;gap:7px;min-height:28px;color:var(--ink);font-size:11px;font-weight:700}.oq-select-page .select-device span:before{content:"✓";display:grid;width:16px;height:16px;flex:none;place-items:center;border-radius:50%;background:var(--teal);color:#fff;font-size:10px}.oq-select-page .select-box{position:absolute;left:12%;bottom:18%;width:300px;height:210px;border-radius:12px;background:linear-gradient(135deg,#0a6a61,var(--deepest));box-shadow:0 24px 54px rgba(13,36,32,.28)}.oq-select-page .select-box:before{content:"OQANO\A MARKET";white-space:pre;position:absolute;left:32px;top:54px;color:#fff;font-size:28px;font-weight:700;line-height:1.05;letter-spacing:.08em}.oq-select-page .select-truck{position:absolute;left:4%;bottom:12%;width:238px;height:118px}.oq-select-page .select-truck:before{content:"";position:absolute;left:48px;top:16px;width:150px;height:62px;border-radius:8px 8px 2px 2px;background:#0d746b;box-shadow:inset 0 -18px 0 rgba(0,0,0,.08)}.oq-select-page .select-truck:after{content:"";position:absolute;left:14px;top:37px;width:70px;height:41px;border-radius:10px 4px 2px 2px;background:#5aa9a1}.oq-select-page .select-wheel{position:absolute;bottom:24px;width:34px;height:34px;border:7px solid #102421;border-radius:50%;background:#fff}.oq-select-page .select-wheel.one{left:50px}.oq-select-page .select-wheel.two{left:164px}.oq-select-page .select-credit{position:absolute;left:46%;bottom:15%;display:grid;width:116px;height:116px;place-items:center;border:7px solid hsla(0,0%,100%,.55);border-radius:50%;background:var(--deep);color:#fff;box-shadow:0 16px 34px rgba(13,36,32,.22);text-align:center;font-weight:700;line-height:1.02}.oq-select-page .select-credit small{display:block;margin-top:3px;color:var(--mint);font-size:11px;letter-spacing:.08em}.oq-select-page .select-tag{position:absolute;right:10%;bottom:20%;display:grid;place-items:center;width:180px;height:88px;border-radius:12px;background:#e2f3ef;color:var(--deep);font-weight:700;box-shadow:0 16px 32px rgba(13,36,32,.15);transform:rotate(-5deg)}.oq-select-page .select-tag b{font-size:34px}.oq-select-page .select-headset{position:absolute;right:5%;bottom:8%;width:140px;height:140px;border:15px solid #102421;border-bottom-color:transparent;border-radius:50%;opacity:.86}.oq-select-page .select-headset:after,.oq-select-page .select-headset:before{content:"";position:absolute;top:64px;width:34px;height:54px;border-radius:13px;background:#102421}.oq-select-page .select-headset:before{left:-18px}.oq-select-page .select-headset:after{right:-18px}.oq-select-page .select-proof-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;overflow:hidden;margin-top:12px;border-radius:var(--r-panel);background:linear-gradient(135deg,var(--deepest),var(--deep));color:#fff}.oq-select-page .select-proof{min-height:100px;display:flex;align-items:center;gap:16px;padding:18px 24px;border-right:1px solid hsla(0,0%,100%,.22)}.oq-select-page .select-proof:last-child{border-right:0}.oq-select-page .select-proof__icon{display:grid;width:54px;height:54px;flex:none;place-items:center;border:1px solid hsla(0,0%,100%,.75);border-radius:50%;color:#fff}.oq-select-page .select-proof strong{display:block;font-size:17px}.oq-select-page .select-proof small{color:#d9ebe7}.oq-select-page .select-split{display:grid;grid-template-columns:1fr 1.15fr;grid-gap:14px;gap:14px}.oq-select-page .select-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.oq-select-page .select-benefit-card{min-height:132px;display:grid;align-content:start;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:var(--r-card);background:#fff;padding:17px}.oq-select-page .select-benefit-card svg{color:var(--deep)}.oq-select-page .select-benefit-card strong{font-size:15px;line-height:1.14}.oq-select-page .select-benefit-card small{color:var(--muted);line-height:1.35}.oq-select-page .select-compare-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--r-card);font-size:13px}.oq-select-page .select-compare-table td,.oq-select-page .select-compare-table th{padding:12px 10px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center}.oq-select-page .select-compare-table tr:last-child td{border-bottom:0}.oq-select-page .select-compare-table td:last-child,.oq-select-page .select-compare-table th:last-child{border-right:0}.oq-select-page .select-compare-table th{background:var(--wash);font-weight:700}.oq-select-page .select-compare-table th.select-col{background:var(--teal);color:#fff}.oq-select-page .select-compare-table td:first-child{text-align:left;font-weight:700;color:var(--deep)}.oq-select-page .select-check{display:inline-grid;width:22px;height:22px;place-items:center;border-radius:50%;background:var(--teal);color:#fff;font-size:13px;font-weight:700}.oq-select-page .select-calculator{display:grid;grid-template-columns:minmax(0,.8fr) minmax(280px,.7fr);grid-gap:14px;gap:14px;align-items:stretch}.oq-select-page .select-form-grid{display:grid;grid-gap:12px;gap:12px}.oq-select-page .select-control{display:grid;grid-gap:6px;gap:6px}.oq-select-page .select-control label{font-size:13px;font-weight:700}.oq-select-page .select-stepper{display:grid;grid-template-columns:44px 1fr 44px;overflow:hidden;border:1px solid var(--line);border-radius:8px}.oq-select-page .select-money span,.oq-select-page .select-stepper button{border:0;background:#fff;color:var(--deep);font-weight:700}.oq-select-page .select-control select,.oq-select-page .select-money input,.oq-select-page .select-stepper input{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:0 12px;outline:0}.oq-select-page .select-stepper input{border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);border-radius:0;text-align:center;font-weight:700}.oq-select-page .select-money{display:grid;grid-template-columns:44px 1fr;overflow:hidden;border:1px solid var(--line);border-radius:8px}.oq-select-page .select-money span{display:grid;place-items:center;border-right:1px solid var(--line)}.oq-select-page .select-money input{border:0;border-radius:0}.oq-select-page .select-value-card{display:grid;place-items:center;min-height:310px;border:1px solid rgba(0,77,64,.14);border-radius:var(--r-panel);background:linear-gradient(135deg,#f5fbf8,#e7f3ee);text-align:center;padding:24px}.oq-select-page .select-value-card strong{display:block;color:var(--deep);font-size:58px;line-height:1;letter-spacing:-.06em}.oq-select-page .select-value-card b{display:inline-flex;margin-top:12px;border-radius:999px;background:#fff;color:var(--deep);padding:8px 13px;font-size:18px}.oq-select-page .select-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.oq-select-page .select-plan{position:relative;overflow:hidden;display:grid;grid-gap:16px;gap:16px;border:1px solid var(--line);border-radius:var(--r-panel);background:#fff;padding:24px}.oq-select-page .select-plan.featured{border-color:var(--deep);box-shadow:0 14px 36px rgba(13,36,32,.1)}.oq-select-page .select-plan__badge{display:inline-flex;width:max-content;min-height:26px;align-items:center;border-radius:999px;background:var(--wash);color:var(--deep);padding:0 10px;font-size:11px;font-weight:700}.oq-select-page .select-plan.featured:before{content:"Best value";position:absolute;inset:0 0 auto;display:grid;height:32px;place-items:center;background:var(--deep);color:#fff;font-size:12px;font-weight:700}.oq-select-page .select-plan.featured{padding-top:48px}.oq-select-page .select-plan h3{margin:0;font-size:22px;letter-spacing:-.04em}.oq-select-page .select-plan h3 em{font-family:"DM Serif Display",Georgia,serif;font-style:italic;font-weight:400}.oq-select-page .select-price{font-size:38px;font-weight:700;letter-spacing:-.06em}.oq-select-page .select-price small{color:var(--teal-2);font-size:16px;letter-spacing:0}.oq-select-page .select-plan ul{display:grid;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none;color:var(--muted);font-size:13px}.oq-select-page .select-plan li:before{content:"✓";margin-right:7px;color:var(--teal);font-weight:700}.oq-select-page .select-credits{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:12px;gap:12px;align-items:center}.oq-select-page .select-credit-card{border:1px solid var(--line);border-radius:var(--r-panel);background:#fff;padding:22px;text-align:center}.oq-select-page .select-credit-card strong{display:block;margin:8px 0 0;color:var(--deep);font-size:50px;line-height:1}.oq-select-page .select-arrow-big{display:grid;width:54px;height:54px;place-items:center;border-radius:50%;background:var(--deep);color:#fff}.oq-select-page .select-checkout-demo{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:var(--r-panel);background:#fff;padding:18px}.oq-select-page .select-checkout-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:var(--r-card);background:var(--wash);padding:14px}.oq-select-page .select-offer-rail{display:flex;gap:12px;overflow:auto;padding-bottom:4px;scrollbar-width:none}.oq-select-page .select-offer-rail::-webkit-scrollbar{display:none}.oq-select-page .select-offer{flex:0 0 240px;border:1px solid var(--line);border-radius:var(--r-card);background:#fff;overflow:hidden}.oq-select-page .select-offer img{aspect-ratio:1.25;object-fit:cover;background:var(--well)}.oq-select-page .select-offer__body{display:grid;grid-gap:5px;gap:5px;padding:12px}.oq-select-page .select-offer__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px}.oq-select-page .select-member-price{color:var(--teal-2);font-weight:700}.oq-select-page .select-support-grid,.oq-select-page .select-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.oq-select-page .select-support-card,.oq-select-page .select-trust-card{border:1px solid var(--line);border-radius:var(--r-card);background:#fff;padding:17px}.oq-select-page .select-support-card svg,.oq-select-page .select-trust-card svg{color:var(--deep)}.oq-select-page .select-support-card strong,.oq-select-page .select-trust-card strong{display:block;margin:8px 0 4px}.oq-select-page .select-faq{display:grid;grid-gap:8px;gap:8px}.oq-select-page .select-faq details{border:1px solid var(--line);border-radius:var(--r-card);background:#fff}.oq-select-page .select-faq summary{min-height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;cursor:pointer;font-weight:700}.oq-select-page .select-faq details[open] summary{border-bottom:1px solid var(--line)}.oq-select-page .select-faq p{margin:0;padding:14px 16px 16px;color:var(--muted)}.oq-select-page .select-final{display:grid;grid-template-columns:1fr auto;grid-gap:22px;gap:22px;align-items:center;margin-top:34px;border-radius:var(--r-hero);background:radial-gradient(circle at 5% 20%,rgba(127,255,228,.22),transparent 28%),linear-gradient(135deg,var(--deepest),var(--deep));color:#fff;padding:34px}.oq-select-page .select-final h2{margin:0;font-size:38px;line-height:1.02;letter-spacing:-.06em}.oq-select-page .select-final p{max-width:760px;margin:8px 0 0;color:#d9ebe7}.oq-select-page .select-final .btn-secondary{background:#fff;border-color:#fff;color:var(--deep)}.oq-select-page .select-final .btn-secondary:hover{background:var(--wash)}.oq-select-page .select-sticky{position:fixed;right:0;bottom:0;left:0;z-index:28;display:none;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.oq-select-page .select-sticky strong{display:block;font-size:13px}.oq-select-page .select-sticky small{display:block;color:var(--muted);font-size:11px}@media(max-width:1439px){.oq-select-page .select-hero{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr)}.oq-select-page .select-brand strong{font-size:36px}.oq-select-page .select-brand em{font-size:44px}.oq-select-page .select-hero__copy{padding-left:34px}}@media(max-width:1199px){.oq-select-page .select-hero{grid-template-columns:1fr;min-height:auto}.oq-select-page .select-hero__copy{padding:42px 34px 10px}.oq-select-page .select-hero__visual{min-height:430px;padding:0 24px 24px}.oq-select-page .select-visual-stage{min-height:410px}.oq-select-page .select-proof-strip{grid-template-columns:repeat(2,1fr)}.oq-select-page .select-proof:nth-child(2){border-right:0}.oq-select-page .select-proof:nth-child(-n+2){border-bottom:1px solid hsla(0,0%,100%,.22)}.oq-select-page .select-calculator,.oq-select-page .select-split{grid-template-columns:1fr}.oq-select-page .select-support-grid,.oq-select-page .select-trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1023px){.oq-select-page .select-card-grid{grid-template-columns:repeat(2,1fr)}.oq-select-page .select-credits,.oq-select-page .select-plans{grid-template-columns:1fr}.oq-select-page .select-arrow-big{margin:auto;transform:rotate(90deg)}.oq-select-page .select-final{grid-template-columns:1fr}}@media(max-width:767px){.oq-select-page{padding-bottom:70px}.oq-select-page .select-section{padding-top:28px}.oq-select-page .select-hero__copy{padding:30px 20px 8px}.oq-select-page .select-brand strong{font-size:26px}.oq-select-page .select-brand em{font-size:34px}.oq-select-page .select-hero p{font-size:15px}.oq-select-page .select-hero__visual{min-height:330px;padding:0 14px 14px}.oq-select-page .select-visual-stage{min-height:310px}.oq-select-page .select-device{right:6%;top:7%;width:130px}.oq-select-page .select-box{left:8%;bottom:18%;width:210px;height:145px}.oq-select-page .select-box:before{left:20px;top:38px;font-size:20px}.oq-select-page .select-truck{transform:scale(.72);transform-origin:left bottom}.oq-select-page .select-credit{left:42%;width:84px;height:84px;font-size:12px}.oq-select-page .select-tag{right:6%;bottom:17%;width:132px;height:64px}.oq-select-page .select-headset{display:none}.oq-select-page .select-card-grid,.oq-select-page .select-proof-strip,.oq-select-page .select-support-grid,.oq-select-page .select-trust-grid{grid-template-columns:1fr}.oq-select-page .select-proof{border-right:0;border-bottom:1px solid hsla(0,0%,100%,.22)}.oq-select-page .select-proof:last-child{border-bottom:0}.oq-select-page .select-compare-table{font-size:11px}.oq-select-page .select-compare-table td,.oq-select-page .select-compare-table th{padding:9px 6px}.oq-select-page .select-value-card strong{font-size:46px}.oq-select-page .select-final{padding:24px}.oq-select-page .select-final h2{font-size:30px}.oq-select-page .select-sticky{display:flex}}.announcement.oq-announcement .oq-announcement__shell{position:relative;justify-content:space-between}.oq-announcement__primary{flex:0 0 auto;font-weight:400}.oq-announcement__primary strong{font-weight:700}.oq-announcement__primary .announce-link{font-weight:400}.oq-announcement__right{flex:0 0 auto;margin-left:auto}.oq-announcement__points{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;gap:26px;color:#fff;white-space:nowrap;font-weight:400;pointer-events:none}.oq-announcement__point{font-weight:400;line-height:1}.oq-announcement__point svg{flex:0 0 auto;color:currentColor;opacity:.92}.oq-announcement__actions,.oq-delivery__button,.oq-delivery__button [data-delivery-label],.oq-language__button,.oq-language__button [data-language-label]{font-weight:400}.oq-language__flag{display:none}@media(max-width:767px){.oq-announcement__primary strong{font-weight:700}.oq-announcement__primary .announce-link{display:none}}.announcement.oq-announcement .oq-announcement__shell{min-height:36px;font-size:12px;line-height:16px}.announcement.oq-announcement,.announcement.oq-announcement *{text-rendering:geometricPrecision}.oq-announcement__actions,.oq-announcement__point,.oq-announcement__point span,.oq-announcement__points,.oq-announcement__primary,.oq-announcement__primary .announce-link,.oq-announcement__primary strong,.oq-delivery__button,.oq-delivery__button [data-delivery-label],.oq-language__button,.oq-language__button [data-language-label]{font-size:12px!important;line-height:16px!important}.oq-announcement__points{gap:18px;font-weight:400!important}.oq-announcement__point{min-height:16px;display:inline-flex;align-items:center;gap:7px;font-weight:400!important}.oq-announcement__point svg,.oq-delivery__pin{width:16px!important;height:16px!important;flex:0 0 16px;color:#fff;opacity:1!important;stroke-width:2;transform:translateY(0)}.oq-announcement__dot{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:4px;height:16px;color:#fff;opacity:.9;font-size:13px;line-height:16px;font-weight:400;transform:translateY(-.5px)}.oq-delivery__chevron,.oq-language__chevron{width:14px!important;height:14px!important;flex:0 0 14px}@media(max-width:1199px){.oq-announcement__points{display:none}}.oq-home-v3 .hero-copy{max-width:620px;display:grid;align-content:flex-end;grid-gap:22px;gap:22px}.oq-home-v3 .hero h1.serif{max-width:600px;margin:0;font-family:"DM Serif Display",Georgia,serif;font-style:italic;font-weight:400;font-size:clamp(44px,5.1vw,82px);line-height:.96;letter-spacing:-.035em}.oq-home-v3 .hero-actions{margin-top:0}@media(min-width:768px){.oq-home-v3 .hero-copy{inset:72px auto auto 56px;align-content:center}.oq-home-v3 .hero h1.serif{font-size:clamp(56px,5.2vw,78px)}}@media(min-width:1200px){.oq-home-v3 .hero-copy{inset:74px auto auto 70px}.oq-home-v3 .hero h1.serif{font-size:76px}}@media(min-width:1440px){.oq-home-v3 .hero-copy{inset:76px auto auto 78px}.oq-home-v3 .hero h1.serif{font-size:82px}}@media(max-width:767px){.oq-home-v3 .hero-copy{inset:auto 18px 24px;gap:18px}.oq-home-v3 .hero h1.serif{font-size:46px;line-height:.98}}.oq-home-v3 .hero-copy{max-width:720px;gap:18px}.oq-home-v3 .hero h1.serif{max-width:680px;font-size:clamp(46px,5vw,78px);line-height:.98;letter-spacing:-.032em}.oq-home-v3 .hero-copy p{display:block;max-width:590px;margin:0;color:#edf7f4;font-size:clamp(16px,1.2vw,19px);line-height:1.42;font-weight:400}.oq-home-v3 .hero-actions{margin-top:6px}@media(min-width:768px){.oq-home-v3 .hero-copy{gap:19px}.oq-home-v3 .hero h1.serif{font-size:clamp(58px,5vw,76px)}}@media(min-width:1200px){.oq-home-v3 .hero h1.serif{font-size:74px}}@media(min-width:1440px){.oq-home-v3 .hero h1.serif{font-size:78px}}@media(max-width:767px){.oq-home-v3 .hero-copy{gap:15px}.oq-home-v3 .hero h1.serif{font-size:43px;line-height:1}.oq-home-v3 .hero-copy p{font-size:15px;line-height:1.38}.oq-home-v3 .hero-copy p br{display:none}}.oq-home-v3 .trust-strip.oq-trust-strip-v2{--trust-gap-y:16px;margin:var(--trust-gap-y) 0 var(--trust-gap-y);min-height:104px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;overflow:hidden;border:1px solid rgba(0,77,64,.1);border-radius:12px;background:linear-gradient(180deg,#fbfdfd,#f5f9f8);box-shadow:0 10px 28px rgba(13,36,32,.05)}.oq-home-v3 .trust-strip.oq-trust-strip-v2+.market-section{padding-top:0}.oq-home-v3 .oq-trust-strip-v2 .trust-item{min-height:104px;display:flex;align-items:center;gap:18px;border:0;border-right:1px solid rgba(0,77,64,.12);padding:18px 26px}.oq-home-v3 .oq-trust-strip-v2 .trust-item:last-child{border-right:0}.oq-home-v3 .oq-trust-strip-v2 .trust-icon{width:56px;height:56px;flex:0 0 56px;display:grid;place-items:center;border-radius:50%;background:#e8f0ee;color:var(--ink)}.oq-home-v3 .oq-trust-strip-v2 .trust-icon svg{width:26px;height:26px;color:currentColor}.oq-home-v3 .oq-trust-strip-v2 .trust-item strong{display:block;color:var(--ink);font-size:15px;font-weight:700;letter-spacing:-.02em}.oq-home-v3 .oq-trust-strip-v2 .trust-item small{display:block;margin-top:3px;color:var(--muted);font-size:13px}@media(max-width:1199px){.oq-home-v3 .trust-strip.oq-trust-strip-v2{grid-template-columns:repeat(2,minmax(0,1fr))}.oq-home-v3 .oq-trust-strip-v2 .trust-item{justify-content:flex-start}.oq-home-v3 .oq-trust-strip-v2 .trust-item:nth-child(2){border-right:0}.oq-home-v3 .oq-trust-strip-v2 .trust-item:nth-child(-n+2){border-bottom:1px solid rgba(0,77,64,.12)}}@media(max-width:767px){.oq-home-v3 .trust-strip.oq-trust-strip-v2{--trust-gap-y:14px;grid-template-columns:1fr;min-height:0}.oq-home-v3 .oq-trust-strip-v2 .trust-item{min-height:82px;justify-content:flex-start;border-right:0;border-bottom:1px solid rgba(0,77,64,.12);padding:14px 16px;gap:14px}.oq-home-v3 .oq-trust-strip-v2 .trust-item:last-child{border-bottom:0}.oq-home-v3 .oq-trust-strip-v2 .trust-icon{width:46px;height:46px;flex-basis:46px}.oq-home-v3 .oq-trust-strip-v2 .trust-item strong{font-size:14px}.oq-home-v3 .oq-trust-strip-v2 .trust-item small{font-size:12px}}.oq-home-v3 .trust-strip.oq-trust-strip-v2{min-height:78px;background:linear-gradient(180deg,#fcfefd,#f6faf9);box-shadow:0 8px 22px rgba(13,36,32,.045)}.oq-home-v3 .oq-trust-strip-v2 .trust-item{position:relative;min-height:78px;justify-content:center;gap:16px;border-right:0!important;padding:13px 24px}.oq-home-v3 .oq-trust-strip-v2 .trust-item:not(:last-child):after{content:"";position:absolute;top:50%;right:0;width:1px;height:50%;max-height:44px;min-height:34px;transform:translateY(-50%);background:rgba(0,77,64,.16)}.oq-home-v3 .oq-trust-strip-v2 .trust-icon{width:48px;height:48px;flex:0 0 48px;background:#e6efec}.oq-home-v3 .oq-trust-strip-v2 .trust-icon svg{width:24px;height:24px}.oq-home-v3 .oq-trust-strip-v2 .trust-item strong{font-size:14px;line-height:1.15}.oq-home-v3 .oq-trust-strip-v2 .trust-item small{margin-top:2px;font-size:12px;line-height:1.25}@media(max-width:1199px){.oq-home-v3 .trust-strip.oq-trust-strip-v2{min-height:0}.oq-home-v3 .oq-trust-strip-v2 .trust-item{min-height:78px;justify-content:flex-start}.oq-home-v3 .oq-trust-strip-v2 .trust-item:after{display:none}.oq-home-v3 .oq-trust-strip-v2 .trust-item:nth-child(odd):after{content:"";display:block;position:absolute;top:50%;right:0;width:1px;height:50%;max-height:44px;min-height:34px;transform:translateY(-50%);background:rgba(0,77,64,.16)}.oq-home-v3 .oq-trust-strip-v2 .trust-item:nth-child(-n+2){border-bottom:1px solid rgba(0,77,64,.1)!important}}@media(max-width:767px){.oq-home-v3 .oq-trust-strip-v2 .trust-item{min-height:74px;padding:12px 15px}.oq-home-v3 .oq-trust-strip-v2 .trust-item:nth-child(odd):after{display:none}.oq-home-v3 .oq-trust-strip-v2 .trust-icon{width:42px;height:42px;flex-basis:42px}.oq-home-v3 .oq-trust-strip-v2 .trust-icon svg{width:22px;height:22px}}.oq-home-v3 .oq-department-section{padding-top:16px}.oq-home-v3 .oq-department-section__head{margin-bottom:14px}.oq-home-v3 .oq-department-section__head h2{margin:0;font-size:26px;line-height:1.1;letter-spacing:-.045em}.oq-home-v3 .oq-department-section__view{display:inline-flex;align-items:center;gap:6px;color:var(--deep);font-size:13px;font-weight:500;line-height:1}.oq-home-v3 .oq-department-section__view:focus-visible,.oq-home-v3 .oq-department-section__view:hover{color:var(--teal-2);text-decoration:none;outline:0}.oq-home-v3 .oq-department-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));grid-gap:14px;gap:14px}.oq-home-v3 .oq-department-card{min-width:0;overflow:hidden;display:grid;grid-template-rows:minmax(0,1fr) 46px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--deep);text-align:center;transition:border-color .16s ease,background .16s ease}.oq-home-v3 .oq-department-card:focus-visible,.oq-home-v3 .oq-department-card:hover{border-color:var(--teal);background:#fff;outline:0}.oq-home-v3 .oq-department-card__media{min-height:132px}.oq-home-v3 .oq-department-card__media img{aspect-ratio:1.35;background:#f6f8f7}.oq-home-v3 .oq-department-card__label{min-height:46px;display:flex;align-items:center;justify-content:center;padding:0 10px;border-top:1px solid var(--line);color:var(--deep);font-size:13px;font-weight:600;line-height:1.15}@media(max-width:1439px){.oq-home-v3 .oq-department-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:1199px){.oq-home-v3 .oq-department-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1023px){.oq-home-v3 .oq-department-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:767px){.oq-home-v3 .oq-department-section{padding-top:14px}.oq-home-v3 .oq-department-section__head h2{font-size:23px}.oq-home-v3 .oq-department-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.oq-home-v3 .oq-department-card__media{min-height:124px}}.oq-home-v3 .oq-start-need-section{padding-top:18px}.oq-home-v3 .oq-start-need-section__head{margin-bottom:14px}.oq-home-v3 .oq-start-need-section__head h2{margin:0;font-size:26px;line-height:1.1;letter-spacing:-.045em}.oq-home-v3 .oq-start-need-section__view{display:inline-flex;align-items:center;gap:6px;color:var(--deep);font-size:13px;font-weight:500;line-height:1}.oq-home-v3 .oq-start-need-section__view:focus-visible,.oq-home-v3 .oq-start-need-section__view:hover{color:var(--teal-2);text-decoration:none;outline:0}.oq-home-v3 .oq-start-need-rail{--need-gap:14px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:var(--need-gap);gap:var(--need-gap)}.oq-home-v3 .oq-start-need-card{min-width:0;min-height:124px;display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;grid-gap:18px;gap:18px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:18px;transition:border-color .16s ease,background .16s ease}.oq-home-v3 .oq-start-need-card:focus-visible,.oq-home-v3 .oq-start-need-card:hover{border-color:var(--teal);background:#fff;outline:0}.oq-home-v3 .oq-start-need-card__icon{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:#f6f8f7;color:var(--teal-2)}.oq-home-v3 .oq-start-need-card__icon svg{width:44px;height:44px;stroke:currentColor}.oq-home-v3 .oq-start-need-card__copy{min-width:0}.oq-home-v3 .oq-start-need-card__copy strong{display:block;max-width:130px;color:var(--ink);font-size:15px;line-height:1.16;font-weight:700;letter-spacing:-.025em}.oq-home-v3 .oq-start-need-card__copy small{display:block;max-width:148px;margin-top:6px;color:var(--muted);font-size:12px;line-height:1.28}.oq-home-v3 .oq-department-card{grid-template-rows:auto 46px}.oq-home-v3 .oq-department-card__media{width:100%;aspect-ratio:1/1;min-height:0;display:grid;place-items:center;overflow:hidden;background:#f6f8f7}.oq-home-v3 .oq-department-card__media img{width:100%;height:100%;aspect-ratio:1/1;object-fit:contain;object-position:center;background:transparent!important;padding:0}@media(max-width:1439px){.oq-home-v3 .oq-start-need-rail{grid-template-columns:repeat(5,minmax(0,1fr))}.oq-home-v3 .oq-start-need-card{grid-template-columns:64px minmax(0,1fr);gap:14px;padding:16px}.oq-home-v3 .oq-start-need-card__icon{width:64px;height:64px}.oq-home-v3 .oq-start-need-card__icon svg{width:39px;height:39px}}@media(max-width:1199px){.oq-home-v3 .oq-start-need-rail{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1023px){.oq-home-v3 .oq-start-need-rail{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.oq-home-v3 .oq-start-need-section{padding-top:16px}.oq-home-v3 .oq-start-need-section__head h2{font-size:23px}.oq-home-v3 .oq-start-need-rail{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:1px 1px 7px;scroll-snap-type:x mandatory;scrollbar-width:none}.oq-home-v3 .oq-start-need-rail::-webkit-scrollbar{display:none}.oq-home-v3 .oq-start-need-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 10px) / 1.5);min-height:118px;grid-template-columns:58px minmax(0,1fr);gap:13px;padding:15px;scroll-snap-align:start}.oq-home-v3 .oq-start-need-card__icon{width:58px;height:58px}.oq-home-v3 .oq-start-need-card__icon svg{width:35px;height:35px}}.oq-home-v3 .section-head p{display:none}.oq-home-v3 .oq-curated-collections-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.oq-home-v3 .oq-curated-collections-grid .editorial-card{min-height:250px}.oq-home-v3 .oq-curated-collections-grid .editorial-copy p,.oq-home-v3 .oq-seasonal-card .spotlight-copy p{display:none!important}.oq-home-v3 .oq-seasonal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.oq-home-v3 .oq-seasonal-card{display:block;background:#fff}.oq-home-v3 .oq-seasonal-card img{width:100%;height:auto;aspect-ratio:1.45;object-fit:cover}.oq-home-v3 .oq-seasonal-card .spotlight-copy{padding:16px}.oq-home-v3 .oq-seasonal-card h3{margin:4px 0 8px;font:700 18px/1.12 DM Sans,Arial,sans-serif;letter-spacing:-.035em}.newsletter+.footer,.oq-home-v3+.footer{margin-top:34px}.newsletter{width:100%}#app>.newsletter,.newsletter.oq-home-newsletter,.oq-home-v3 .newsletter{width:100vw;margin:42px calc(50% - 50vw) 34px;border-radius:0!important}.newsletter.oq-home-newsletter>*,.oq-home-v3 .newsletter>*{max-width:var(--shell);margin-left:auto;margin-right:auto}@media(max-width:1439px){.oq-home-v3 .oq-curated-collections-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1023px){.oq-home-v3 .oq-seasonal-grid{grid-template-columns:1fr}}@media(max-width:767px){.oq-home-v3 .oq-curated-collections-grid{grid-template-columns:1fr}.oq-home-v3 .oq-curated-collections-grid .editorial-card{min-height:220px}}.oq-home-v3{--home-section-y:36px}.oq-home-v3 .trust-strip.oq-trust-strip-v2{margin-top:16px;margin-bottom:0}.oq-home-v3 .market-section,.oq-home-v3 .oq-department-section,.oq-home-v3 .oq-start-need-section,.oq-home-v3 .trust-strip.oq-trust-strip-v2+.market-section{padding-top:var(--home-section-y)!important}.oq-home-v3 .account-band,.oq-home-v3 .newsletter,.oq-home-v3 .recent-box,.oq-home-v3 .select-band,.oq-home-v3 .support-band{margin-top:var(--home-section-y)!important}.oq-home-v3 .oq-department-section__head,.oq-home-v3 .oq-start-need-section__head,.oq-home-v3 .section-head{margin-bottom:14px}.header-tool[data-action=drawer]{position:relative}.cart-badge,.header-tool[data-action=drawer] .cart-badge{top:2px;right:auto;left:20px;min-width:18px;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:2px solid #fff;border-radius:999px;background:var(--teal);color:#fff;font-size:10px;font-weight:700;line-height:14px;text-align:center;transform:translate(3px,-4px)}@media(min-width:1024px){.cart-badge,.header-tool[data-action=drawer] .cart-badge{left:22px;top:3px;transform:translate(3px,-5px)}}@media(max-width:767px){.oq-home-v3{--home-section-y:30px}.oq-home-v3 .trust-strip.oq-trust-strip-v2{margin-top:14px}.cart-badge,.header-tool[data-action=drawer] .cart-badge{left:20px;top:2px;transform:translate(2px,-4px)}}.product-card[data-product-card]{cursor:pointer}.product-card[data-product-card]:focus-visible{outline:3px solid rgba(0,121,107,.24);outline-offset:3px}.product-card .product-card__cta{width:100%;border-radius:8px}.product-card .product-card__cta svg,.select-offer .product-card__cta svg{width:14px;height:14px}.select-offer{cursor:pointer}.select-offer .product-card__cta{width:100%;border-radius:8px}.oq-home-v3 .oq-routine-section{--routine-gap:14px}.oq-home-v3 .oq-routine-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--routine-gap);gap:var(--routine-gap)}.oq-home-v3 .oq-routine-card{min-width:0;overflow:hidden;display:grid;grid-template-rows:auto 1fr;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);transition:border-color .16s ease,background .16s ease}.oq-home-v3 .oq-routine-card:focus-within,.oq-home-v3 .oq-routine-card:hover{border-color:var(--teal);background:#fff}.oq-home-v3 .oq-routine-card__media{min-height:154px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2px;gap:2px;padding:10px;border-bottom:1px solid var(--line);background:#fff}.oq-home-v3 .oq-routine-card__item{display:grid;border-radius:4px;background:#f6f8f7;padding:8px}.oq-home-v3 .oq-routine-card__item+.oq-routine-card__item{border-left:0}.oq-home-v3 .oq-routine-card__item img{padding:0}.oq-home-v3 .oq-routine-card__body{min-height:158px;display:grid;grid-gap:12px;gap:12px;padding:15px}.oq-home-v3 .oq-routine-card__intent{display:block;margin-bottom:6px;color:var(--teal-2);font-size:10px;font-weight:700;letter-spacing:.1em;line-height:1;text-transform:uppercase}.oq-home-v3 .oq-routine-card h3{margin:0;color:var(--ink);font:700 17px/1.12 DM Sans,Arial,sans-serif;letter-spacing:-.035em}.oq-home-v3 .oq-routine-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:12px;line-height:1.2}.oq-home-v3 .oq-routine-card__meta strong{color:var(--ink);font-size:14px}.oq-home-v3 .oq-routine-card__cta{width:100%;border-radius:8px}.oq-home-v3 .oq-routine-card__cta svg{width:14px;height:14px}@media(max-width:1199px){.oq-home-v3 .oq-routine-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.oq-home-v3 .oq-routine-card__media{min-height:150px}}@media(max-width:767px){.oq-home-v3 .oq-routine-grid{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:1px 1px 7px;scroll-snap-type:x mandatory;scrollbar-width:none}.oq-home-v3 .oq-routine-grid::-webkit-scrollbar{display:none}.oq-home-v3 .oq-routine-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 10px) / 1.08);scroll-snap-align:start}.oq-home-v3 .oq-routine-card__media{min-height:146px}.oq-home-v3 .oq-routine-card__body{min-height:150px;padding:14px}}.oq-home-v3 .oq-routine-card__media{gap:6px!important;padding:12px!important;background:#fff!important}.oq-home-v3 .oq-routine-card__item{min-width:0;position:relative;display:grid!important;place-items:center;overflow:hidden;border:1px solid transparent;border-radius:6px;background:#f6f8f7!important;color:inherit;padding:8px!important;cursor:pointer;text-decoration:none;transition:border-color .16s ease,background .16s ease}.oq-home-v3 .oq-routine-card__item+.oq-routine-card__item{border-left:1px solid transparent!important}.oq-home-v3 .oq-routine-card__item:focus-visible,.oq-home-v3 .oq-routine-card__item:hover{border-color:var(--teal);outline:0}.oq-home-v3 .oq-routine-card__item:focus-visible{box-shadow:0 0 0 3px rgba(0,121,107,.14)}.oq-home-v3 .oq-routine-card__item img{width:100%;height:100%;aspect-ratio:1/1;object-fit:contain;object-position:center;background:transparent!important;padding:0!important;pointer-events:none}.oq-home-v3 .oq-routine-card__item small{display:none!important}@media(max-width:767px){.oq-home-v3 .oq-routine-card__media{gap:5px!important;padding:10px!important}.oq-home-v3 .oq-routine-card__item{padding:7px!important}}.oq-home-v3 .oq-curated-collections-grid .oq-curated-card{position:relative;min-height:250px;overflow:hidden;border:1px solid rgba(0,77,64,.12);border-radius:8px;background:#fff;color:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.oq-home-v3 .oq-curated-collections-grid .oq-curated-card:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(2,47,42,.08),rgba(2,47,42,.2) 44%,rgba(2,47,42,.74));transition:background .18s ease}.oq-home-v3 .oq-curated-collections-grid .oq-curated-card:focus-visible,.oq-home-v3 .oq-curated-collections-grid .oq-curated-card:hover{border-color:var(--teal);box-shadow:0 12px 28px rgba(13,36,32,.12);transform:translateY(-2px);outline:0}.oq-home-v3 .oq-curated-collections-grid .oq-curated-card:focus-visible:after,.oq-home-v3 .oq-curated-collections-grid .oq-curated-card:hover:after{background:linear-gradient(180deg,rgba(2,47,42,.04),rgba(2,47,42,.18) 42%,rgba(2,47,42,.82))}.oq-home-v3 .oq-curated-collections-grid .oq-curated-card img{height:100%;object-fit:cover;transition:transform .22s ease}.oq-home-v3 .oq-curated-collections-grid .oq-curated-card:focus-visible img,.oq-home-v3 .oq-curated-collections-grid .oq-curated-card:hover img{transform:scale(1.025)}.oq-home-v3 .oq-curated-collections-grid .oq-curated-card .editorial-copy{z-index:1}.oq-home-v3 .oq-curated-card__type{display:block;margin-bottom:5px;color:#fff;font:700 11px/1.1 DM Sans,Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase}.oq-home-v3 .oq-curated-collections-grid .oq-curated-card h3{margin:0 0 8px;color:#fff;font:700 20px/1.08 DM Sans,Arial,sans-serif;letter-spacing:-.045em}.oq-home-v3 .oq-curated-card__cta{display:inline-flex;align-items:center;gap:4px;color:var(--mint);font:700 13px/1 DM Sans,Arial,sans-serif}.oq-home-v3 .oq-curated-collections-grid .oq-curated-card:focus-visible .oq-curated-card__cta,.oq-home-v3 .oq-curated-collections-grid .oq-curated-card:hover .oq-curated-card__cta{color:#fff;text-decoration:underline;text-underline-offset:3px}@media(max-width:767px){.oq-home-v3 .oq-curated-collections-grid .oq-curated-card h3{font-size:18px}}.oq-home-v3 .oq-shop-season-section{padding-top:var(--home-section-y,36px)}.oq-home-v3 .oq-shop-season-section .section-head{margin-bottom:14px}.oq-home-v3 .oq-shop-season-section .section-head h2{margin:0;font-size:26px;line-height:1.1;letter-spacing:-.045em}.oq-home-v3 .oq-shop-season-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:14px;gap:14px}.oq-home-v3 .oq-shop-season-card{position:relative;min-width:0;overflow:hidden;display:grid;grid-template-rows:auto 112px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.oq-home-v3 .oq-shop-season-card:focus-visible,.oq-home-v3 .oq-shop-season-card:hover{border-color:var(--teal);box-shadow:0 12px 28px rgba(13,36,32,.1);transform:translateY(-1px);outline:0}.oq-home-v3 .oq-shop-season-card__media{display:block;overflow:hidden;background:#f6f8f7;aspect-ratio:1/1}.oq-home-v3 .oq-shop-season-card__media img{width:100%;height:100%;display:block;object-fit:cover;background:#f6f8f7;transition:transform .22s ease}.oq-home-v3 .oq-shop-season-card:focus-visible .oq-shop-season-card__media img,.oq-home-v3 .oq-shop-season-card:hover .oq-shop-season-card__media img{transform:scale(1.035)}.oq-home-v3 .oq-shop-season-card__body{display:grid;align-content:center;grid-gap:5px;gap:5px;padding:14px;background:#fff}.oq-home-v3 .oq-shop-season-card__label{color:var(--ink);font-size:10px;line-height:1;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.oq-home-v3 .oq-shop-season-card strong{display:block;color:var(--ink);font:700 18px/1.1 DM Sans,Arial,sans-serif;letter-spacing:-.04em}.oq-home-v3 .oq-shop-season-card__cta{color:var(--teal);font-size:13px;line-height:1.1;font-weight:700}.oq-home-v3 .oq-shop-season-card:focus-visible .oq-shop-season-card__cta,.oq-home-v3 .oq-shop-season-card:hover .oq-shop-season-card__cta{color:var(--teal-2);text-decoration:underline;text-underline-offset:3px}@media(max-width:1439px){.oq-home-v3 .oq-shop-season-rail{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1199px){.oq-home-v3 .oq-shop-season-rail{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1023px){.oq-home-v3 .oq-shop-season-rail{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.oq-home-v3 .oq-shop-season-section .section-head h2{font-size:23px}.oq-home-v3 .oq-shop-season-rail{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:1px 1px 7px;scroll-snap-type:x mandatory;scrollbar-width:none}.oq-home-v3 .oq-shop-season-rail::-webkit-scrollbar{display:none}.oq-home-v3 .oq-shop-season-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 10px) / 1.5);grid-template-rows:auto 100px;scroll-snap-align:start}.oq-home-v3 .oq-shop-season-card__body{padding:12px}.oq-home-v3 .oq-shop-season-card strong{font-size:17px}}.oq-home-v3 .oq-curated-card img,.oq-home-v3 .oq-curated-card:focus-visible img,.oq-home-v3 .oq-curated-card:hover img,.oq-home-v3 .oq-curated-collection-card:focus-visible .oq-curated-collection-card__media img,.oq-home-v3 .oq-curated-collection-card:hover .oq-curated-collection-card__media img,.oq-home-v3 .oq-curated-collection-card__media img,.oq-home-v3 .oq-shop-season-card:focus-visible .oq-shop-season-card__media img,.oq-home-v3 .oq-shop-season-card:hover .oq-shop-season-card__media img,.oq-home-v3 .oq-shop-season-card__media img{transform:none!important;transition:none!important}.oq-home-v3 .oq-curated-collections-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:14px;gap:14px}.oq-home-v3 .oq-curated-collection-card{position:relative;min-width:0;overflow:hidden;display:grid;grid-template-rows:auto 112px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.oq-home-v3 .oq-curated-collection-card:focus-visible,.oq-home-v3 .oq-curated-collection-card:hover{border-color:var(--teal);box-shadow:0 12px 28px rgba(13,36,32,.1);transform:translateY(-1px);outline:0}.oq-home-v3 .oq-curated-collection-card__media{display:block;overflow:hidden;background:#f6f8f7;aspect-ratio:1/1}.oq-home-v3 .oq-curated-collection-card__media img{width:100%;height:100%;display:block;object-fit:cover;background:#f6f8f7}.oq-home-v3 .oq-curated-collection-card__body{display:grid;align-content:center;grid-gap:5px;gap:5px;padding:14px;background:#fff}.oq-home-v3 .oq-curated-collection-card__label{color:var(--ink);font-size:10px;line-height:1;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.oq-home-v3 .oq-curated-collection-card strong{display:block;color:var(--ink);font:700 18px/1.1 DM Sans,Arial,sans-serif;letter-spacing:-.04em}.oq-home-v3 .oq-curated-collection-card__cta{color:var(--teal);font-size:13px;line-height:1.1;font-weight:700}.oq-home-v3 .oq-curated-collection-card:focus-visible .oq-curated-collection-card__cta,.oq-home-v3 .oq-curated-collection-card:hover .oq-curated-collection-card__cta{color:var(--teal-2);text-decoration:underline;text-underline-offset:3px}.oq-home-v3 .oq-curated-collections-grid .oq-curated-card:focus-visible,.oq-home-v3 .oq-curated-collections-grid .oq-curated-card:hover{transform:none!important}@media(max-width:1439px){.oq-home-v3 .oq-curated-collections-rail{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1199px){.oq-home-v3 .oq-curated-collections-rail{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1023px){.oq-home-v3 .oq-curated-collections-rail{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.oq-home-v3 .oq-curated-collections-rail{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:1px 1px 7px;scroll-snap-type:x mandatory;scrollbar-width:none}.oq-home-v3 .oq-curated-collections-rail::-webkit-scrollbar{display:none}.oq-home-v3 .oq-curated-collection-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 10px) / 1.5);grid-template-rows:auto 100px;scroll-snap-align:start}.oq-home-v3 .oq-curated-collection-card__body{padding:12px}.oq-home-v3 .oq-curated-collection-card strong{font-size:17px}}.oq-home-v3 .oq-mini-trust-section,.oq-home-v3 .oq-mini-trust-section+.market-section{padding-top:var(--home-section-y,36px)!important}.oq-home-v3 .mini-trust-row.oq-mini-trust-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.oq-home-v3 .mini-trust-card.oq-mini-trust-card{min-height:68px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:8px;background:var(--wash);padding:11px 14px;color:var(--ink);transition:border-color .16s ease,background .16s ease}.oq-home-v3 .mini-trust-card.oq-mini-trust-card:hover{border-color:rgba(0,121,107,.34);background:#fff}.oq-home-v3 .oq-mini-trust-card__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#e6efec;color:var(--deep)}.oq-home-v3 .oq-mini-trust-card__icon svg{width:22px;height:22px;display:block;color:currentColor}.oq-home-v3 .oq-mini-trust-card__copy{min-width:0;display:block}.oq-home-v3 .mini-trust-card.oq-mini-trust-card strong{display:block;color:var(--ink);font-size:13px;line-height:1.15;font-weight:700;letter-spacing:-.015em}.oq-home-v3 .mini-trust-card.oq-mini-trust-card small{display:block;margin-top:4px;color:var(--muted);font-size:11px;line-height:1.25}@media(max-width:1199px){.oq-home-v3 .mini-trust-row.oq-mini-trust-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.oq-home-v3 .oq-mini-trust-section{padding-top:var(--home-section-y,30px)!important}.oq-home-v3 .mini-trust-row.oq-mini-trust-row{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:1px 1px 7px;scroll-snap-type:x mandatory;scrollbar-width:none}.oq-home-v3 .mini-trust-row.oq-mini-trust-row::-webkit-scrollbar{display:none}.oq-home-v3 .mini-trust-card.oq-mini-trust-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 10px) / 1.35);min-height:66px;grid-template-columns:36px minmax(0,1fr);gap:11px;padding:10px 12px;scroll-snap-align:start}.oq-home-v3 .oq-mini-trust-card__icon{width:36px;height:36px}.oq-home-v3 .oq-mini-trust-card__icon svg{width:21px;height:21px}}.oq-home-v3 .account-band.oq-account-band{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;min-height:100px;padding:22px 26px;border:1px solid var(--line);border-radius:12px;background:var(--wash)}.oq-home-v3 .oq-account-band__main{min-width:0;display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;grid-gap:18px;gap:18px}.oq-home-v3 .oq-account-band__icon{width:52px;height:52px;display:grid;place-items:center;align-self:center;border:1.5px solid rgba(0,121,107,.72);border-radius:50%;background:#f7fafa;color:var(--teal-2)}.oq-home-v3 .oq-account-band__icon svg{width:27px;height:27px;display:block}.oq-home-v3 .oq-account-band__copy{min-width:0}.oq-home-v3 .account-band.oq-account-band h2{margin:0;color:var(--ink);font:700 23px/1.15 DM Sans,Arial,sans-serif;letter-spacing:-.045em}.oq-home-v3 .account-band.oq-account-band p{margin:6px 0 0;max-width:720px;color:var(--muted);font-size:13px;line-height:1.35}.oq-home-v3 .oq-account-band__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:0}@media(max-width:767px){.oq-home-v3 .account-band.oq-account-band{grid-template-columns:1fr;align-items:start;padding:18px;gap:16px}.oq-home-v3 .oq-account-band__main{grid-template-columns:46px minmax(0,1fr);gap:14px}.oq-home-v3 .oq-account-band__icon{width:46px;height:46px}.oq-home-v3 .oq-account-band__icon svg{width:24px;height:24px}.oq-home-v3 .account-band.oq-account-band h2{font-size:21px}.oq-home-v3 .oq-account-band__actions{justify-content:flex-start;flex-wrap:wrap}}.oq-home-v3 .recent-box.oq-recent-box{margin-top:var(--home-section-y,36px)!important;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff}.oq-home-v3 .oq-recent-box__head{margin-bottom:12px}.oq-home-v3 .oq-recent-box__head p{display:none!important}.oq-home-v3 .oq-recent-box__action{color:var(--teal-2);font-weight:700}.oq-home-v3 .oq-recent-box__action:focus-visible,.oq-home-v3 .oq-recent-box__action:hover{color:var(--deep);text-decoration:underline;text-underline-offset:3px;outline:0}.oq-home-v3 .recent-empty.oq-recent-empty{min-height:112px;display:flex;align-items:center;justify-content:center;gap:14px;border:1px dashed var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:18px;text-align:left}.oq-home-v3 .oq-recent-empty__icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:50%;background:#e6efec;color:var(--teal-2)}.oq-home-v3 .oq-recent-empty__icon svg{width:23px;height:23px;display:block}.oq-home-v3 .oq-recent-empty__copy{min-width:0;display:block}.oq-home-v3 .oq-recent-empty__copy strong{display:block;color:var(--ink);font-size:14px;line-height:1.18;font-weight:700;letter-spacing:-.015em}.oq-home-v3 .oq-recent-empty__copy small{display:block;max-width:430px;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.32}@media(max-width:767px){.oq-home-v3 .recent-box.oq-recent-box{padding:15px}.oq-home-v3 .recent-empty.oq-recent-empty{min-height:104px;justify-content:flex-start;gap:12px;padding:16px}.oq-home-v3 .oq-recent-empty__icon{width:38px;height:38px;flex-basis:38px}.oq-home-v3 .oq-recent-empty__icon svg{width:21px;height:21px}}.oq-home-v3 .select-band.oq-select-rewards-band{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1.55fr) auto;align-items:center;grid-gap:22px;gap:22px;margin-top:var(--home-section-y,36px)!important;padding:24px 26px;border:1px solid hsla(0,0%,100%,.12);border-radius:16px;background:linear-gradient(135deg,var(--deepest),var(--deep));color:#fff}.oq-home-v3 .oq-select-rewards-band__copy{min-width:0}.oq-home-v3 .oq-select-rewards-band__eyebrow{display:block;margin-bottom:7px;color:var(--mint);font-size:11px;line-height:1;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.oq-home-v3 .select-band.oq-select-rewards-band h2{margin:0;color:#fff;font:700 26px/1.08 DM Sans,Arial,sans-serif;letter-spacing:-.045em}.oq-home-v3 .select-band.oq-select-rewards-band p{max-width:560px;margin:7px 0 0;color:#ddece8;font-size:13px;line-height:1.35}.oq-home-v3 .oq-select-rewards-band__benefits{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.oq-home-v3 .oq-select-rewards-benefit{min-height:74px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;grid-gap:11px;gap:11px;border:1px solid hsla(0,0%,100%,.22);border-radius:10px;background:hsla(0,0%,100%,.045);padding:11px 12px}.oq-home-v3 .oq-select-rewards-benefit__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:hsla(0,0%,100%,.1);color:var(--mint)}.oq-home-v3 .oq-select-rewards-benefit__icon svg{width:22px;height:22px;display:block}.oq-home-v3 .oq-select-rewards-benefit strong{display:block;color:#fff;font-size:13px;line-height:1.16;font-weight:700;letter-spacing:-.01em}.oq-home-v3 .oq-select-rewards-benefit small{display:block;margin-top:3px;color:#ddece8;font-size:11px;line-height:1.25}.oq-home-v3 .oq-select-rewards-band__cta.btn.btn-secondary{min-width:142px;align-self:center;box-shadow:none}.oq-home-v3 .oq-select-rewards-band__cta.btn.btn-secondary:focus-visible,.oq-home-v3 .oq-select-rewards-band__cta.btn.btn-secondary:hover{background:var(--wash);border-color:var(--wash)}@media(max-width:1199px){.oq-home-v3 .select-band.oq-select-rewards-band{grid-template-columns:1fr;gap:16px}.oq-home-v3 .oq-select-rewards-band__cta.btn.btn-secondary{justify-self:start}}@media(max-width:767px){.oq-home-v3 .select-band.oq-select-rewards-band{padding:20px;border-radius:14px}.oq-home-v3 .select-band.oq-select-rewards-band h2{font-size:23px}.oq-home-v3 .oq-select-rewards-band__benefits{grid-template-columns:1fr}.oq-home-v3 .oq-select-rewards-benefit{min-height:68px}.oq-home-v3 .oq-select-rewards-band__cta.btn.btn-secondary{width:100%}}.oq-home-v3 .oq-select-rewards-band__cta.btn.btn-secondary{width:auto;min-width:0;min-height:44px;padding-left:28px;padding-right:28px;padding-inline:28px;border-color:#fff;background:#fff;color:var(--deep);box-shadow:none!important;text-align:center;white-space:nowrap}.oq-home-v3 .oq-select-rewards-band__cta.btn.btn-secondary:focus-visible,.oq-home-v3 .oq-select-rewards-band__cta.btn.btn-secondary:hover{background:var(--wash)!important;border-color:var(--wash)!important;color:var(--deep);box-shadow:none!important;outline:0}@media(max-width:767px){.oq-home-v3 .oq-select-rewards-band__cta.btn.btn-secondary{width:100%;padding-left:24px;padding-right:24px;padding-inline:24px}}.oq-home-v3 .oq-market-editorial-section{padding-top:var(--home-section-y,36px)!important}.oq-home-v3 .oq-market-editorial-section .section-head{margin-bottom:14px}.oq-home-v3 .oq-market-editorial-section .section-head h2{margin:0;color:var(--ink);font:700 26px/1.1 DM Sans,Arial,sans-serif;letter-spacing:-.045em}.oq-home-v3 .oq-market-editorial-section .section-link{color:var(--teal-2);font-weight:700}.oq-home-v3 .oq-market-editorial-section .section-link:focus-visible,.oq-home-v3 .oq-market-editorial-section .section-link:hover{color:var(--deep);text-decoration:underline;text-underline-offset:3px;outline:0}.oq-home-v3 .journal-grid.oq-market-editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.oq-home-v3 .journal-card.oq-market-editorial-card{min-width:0;overflow:hidden;display:grid;grid-template-columns:150px minmax(0,1fr);align-items:stretch;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);transition:border-color .16s ease,box-shadow .16s ease}.oq-home-v3 .journal-card.oq-market-editorial-card:focus-within,.oq-home-v3 .journal-card.oq-market-editorial-card:hover{border-color:var(--teal);box-shadow:0 12px 28px rgba(13,36,32,.08)}.oq-home-v3 .oq-market-editorial-card__media{display:grid;place-items:center;min-height:132px;padding:10px;background:#fff;border-right:1px solid var(--line)}.oq-home-v3 .oq-market-editorial-card__media:focus-visible,.oq-home-v3 .oq-market-editorial-card__media:hover{outline:0}.oq-home-v3 .oq-market-editorial-card__media img{width:100%;height:100%;min-height:112px;aspect-ratio:1.08/1;border-radius:6px;object-fit:cover;background:#f6f8f7}.oq-home-v3 .journal-copy.oq-market-editorial-card__copy{min-width:0;display:grid;align-content:center;grid-gap:7px;gap:7px;padding:14px 16px}.oq-home-v3 .journal-copy.oq-market-editorial-card__copy small{display:block;color:var(--muted);font:700 10px/1.1 DM Sans,Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase}.oq-home-v3 .journal-copy.oq-market-editorial-card__copy h3{margin:0;color:var(--ink);font:700 17px/1.13 DM Sans,Arial,sans-serif;letter-spacing:-.035em}.oq-home-v3 .journal-copy.oq-market-editorial-card__copy p{display:block;max-width:320px;margin:0;color:var(--muted);font-size:12px;line-height:1.35}.oq-home-v3 .oq-market-editorial-card__link{width:max-content;color:var(--teal-2);font-size:13px;line-height:1.1;font-weight:700}.oq-home-v3 .oq-market-editorial-card__link:focus-visible,.oq-home-v3 .oq-market-editorial-card__link:hover{color:var(--deep);text-decoration:underline;text-underline-offset:3px;outline:0}@media(max-width:1199px){.oq-home-v3 .journal-grid.oq-market-editorial-grid{grid-template-columns:1fr;gap:12px}.oq-home-v3 .journal-card.oq-market-editorial-card{grid-template-columns:170px minmax(0,1fr)}}@media(max-width:767px){.oq-home-v3 .oq-market-editorial-section .section-head h2{font-size:23px}.oq-home-v3 .journal-card.oq-market-editorial-card{grid-template-columns:112px minmax(0,1fr)}.oq-home-v3 .oq-market-editorial-card__media{min-height:118px;padding:8px}.oq-home-v3 .oq-market-editorial-card__media img{min-height:102px}.oq-home-v3 .journal-copy.oq-market-editorial-card__copy{padding:12px;gap:6px}.oq-home-v3 .journal-copy.oq-market-editorial-card__copy h3{font-size:15px}.oq-home-v3 .journal-copy.oq-market-editorial-card__copy p{display:none}}.oq-home-v3 .oq-why-shop-section{padding-top:var(--home-section-y,36px)!important}.oq-home-v3 .oq-why-shop-section .section-head{margin-bottom:14px}.oq-home-v3 .oq-why-shop-section .section-head h2{margin:0;color:var(--ink);font:700 26px/1.1 DM Sans,Arial,sans-serif;letter-spacing:-.045em}.oq-home-v3 .oq-why-shop-section .section-link{color:var(--teal-2);font-weight:700}.oq-home-v3 .oq-why-shop-section .section-link:focus-visible,.oq-home-v3 .oq-why-shop-section .section-link:hover{color:var(--deep);text-decoration:underline;text-underline-offset:3px;outline:0}.oq-home-v3 .why-grid.oq-why-shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.oq-home-v3 .why-card.oq-why-shop-card{min-height:132px;display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;grid-gap:16px;gap:16px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:20px;color:var(--ink);transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.oq-home-v3 .why-card.oq-why-shop-card:focus-within,.oq-home-v3 .why-card.oq-why-shop-card:hover{border-color:var(--teal);background:var(--wash);box-shadow:0 10px 24px rgba(13,36,32,.06)}.oq-home-v3 .oq-why-shop-card__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:#e6efec;color:var(--teal-2)}.oq-home-v3 .oq-why-shop-card__icon svg{width:30px;height:30px;display:block}.oq-home-v3 .oq-why-shop-card__copy{min-width:0;display:block}.oq-home-v3 .why-card.oq-why-shop-card strong{display:block;color:var(--ink);font:700 16px/1.18 DM Sans,Arial,sans-serif;letter-spacing:-.025em}.oq-home-v3 .why-card.oq-why-shop-card small{display:block;margin-top:8px;color:var(--muted);font-size:13px;line-height:1.42}@media(max-width:1199px){.oq-home-v3 .why-grid.oq-why-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.oq-home-v3 .oq-why-shop-section{padding-top:var(--home-section-y,30px)!important}.oq-home-v3 .oq-why-shop-section .section-head{align-items:flex-start}.oq-home-v3 .oq-why-shop-section .section-head h2{font-size:23px}.oq-home-v3 .why-grid.oq-why-shop-grid{grid-template-columns:1fr;gap:10px}.oq-home-v3 .why-card.oq-why-shop-card{min-height:112px;grid-template-columns:46px minmax(0,1fr);gap:14px;padding:16px}.oq-home-v3 .oq-why-shop-card__icon{width:46px;height:46px}.oq-home-v3 .oq-why-shop-card__icon svg{width:26px;height:26px}.oq-home-v3 .why-card.oq-why-shop-card strong{font-size:15px}.oq-home-v3 .why-card.oq-why-shop-card small{font-size:12px;line-height:1.36}}#app>.newsletter.oq-market-signal,.newsletter.oq-market-signal,.oq-home-v3 .newsletter.oq-market-signal{width:var(--shell)!important;max-width:var(--shell)!important;margin:var(--home-section-y,36px) auto 34px!important;border-radius:12px!important;padding:0!important;overflow:hidden;background:radial-gradient(circle at 30% 50%,rgba(127,255,228,.13),transparent 32%),radial-gradient(circle at 85% 20%,rgba(0,121,107,.16),transparent 30%),linear-gradient(135deg,var(--deepest),#004f44 58%,var(--deep));color:#fff;border:1px solid rgba(127,255,228,.14);box-shadow:none}.newsletter.oq-market-signal:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(rgba(127,255,228,.12) 1px,transparent 0);background-size:18px 18px;opacity:.28}.newsletter.oq-market-signal{position:relative}.newsletter.oq-market-signal>*{max-width:none!important;margin:0!important}.oq-market-signal__inner{position:relative;z-index:1;min-height:312px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,440px);align-items:center;grid-gap:42px;gap:42px;padding:56px 76px}.oq-market-signal__copy{min-width:0;display:grid;grid-template-columns:104px minmax(0,1fr);align-items:center;grid-gap:34px;gap:34px}.oq-market-signal__icon{width:104px;height:104px;display:grid;place-items:center;border:1px solid rgba(127,255,228,.45);border-radius:50%;background:hsla(0,0%,100%,.035);color:var(--mint)}.oq-market-signal__icon svg{width:58px;height:58px}.oq-market-signal__text{min-width:0;padding-left:28px;border-left:1px solid hsla(0,0%,100%,.16)}.oq-market-signal__eyebrow{display:block;margin-bottom:9px;color:var(--mint);font-size:12px;line-height:1;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.newsletter.oq-market-signal h2{margin:0;color:#fff;font:700 25px/1.08 DM Sans,Arial,sans-serif;letter-spacing:-.045em}.newsletter.oq-market-signal p{max-width:690px;margin:14px 0 0;color:#e5f4f1;font-size:14px;line-height:1.45}.oq-market-signal__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.oq-market-signal__chips span{min-height:34px;display:inline-flex;align-items:center;border:1px solid rgba(127,255,228,.34);border-radius:999px;background:hsla(0,0%,100%,.055);color:#fff;padding:0 14px;font-size:13px;line-height:1;white-space:nowrap}.oq-market-signal__form.subscribe{display:grid;grid-gap:10px;gap:10px;padding:20px;border:1px solid hsla(0,0%,100%,.18);border-radius:0;background:hsla(0,0%,100%,.025)}.oq-market-signal__form label{color:#fff;font-size:12px;line-height:1.2;font-weight:700}.oq-market-signal__form input{width:100%;min-height:48px;border:1px solid hsla(0,0%,100%,.28);border-radius:6px;background:hsla(0,0%,100%,.03);color:#fff;padding:0 14px;outline:0}.oq-market-signal__form input::placeholder{color:rgba(229,244,241,.72)}.oq-market-signal__form input:focus{border-color:var(--mint);box-shadow:0 0 0 3px rgba(127,255,228,.13)}.oq-market-signal__form .btn{width:100%;min-height:48px;margin-top:3px;border:1px solid #fff;border-radius:6px;background:#fff;color:var(--deep);font-weight:700;box-shadow:none}.oq-market-signal__form .btn:focus-visible,.oq-market-signal__form .btn:hover{background:var(--wash);border-color:var(--wash);color:var(--deep);outline:0}.oq-market-signal__privacy{min-height:54px;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;grid-gap:11px;gap:11px;margin-top:4px;border:1px solid hsla(0,0%,100%,.12);border-radius:8px;background:hsla(0,0%,100%,.04);padding:10px 12px;color:#fff;font-size:12px;line-height:1.25}.oq-market-signal__privacy svg{width:24px;height:24px;color:var(--mint)}.oq-market-signal__form p{margin:4px 0 0!important;color:#cde5e0!important;font-size:12px!important;line-height:1.35!important}@media(max-width:1199px){.oq-market-signal__inner{grid-template-columns:1fr;gap:28px;padding:42px}.oq-market-signal__form.subscribe{max-width:560px!important;width:100%}}@media(max-width:767px){#app>.newsletter.oq-market-signal,.newsletter.oq-market-signal,.oq-home-v3 .newsletter.oq-market-signal{width:calc(100% - 32px)!important;max-width:calc(100% - 32px)!important;margin:var(--home-section-y,30px) auto 30px!important;border-radius:12px!important}.oq-market-signal__inner{min-height:0;padding:28px 18px}.oq-market-signal__copy{grid-template-columns:1fr;gap:18px}.oq-market-signal__icon{width:74px;height:74px}.oq-market-signal__icon svg{width:42px;height:42px}.oq-market-signal__text{padding-left:0;border-left:0}.newsletter.oq-market-signal h2{font-size:23px}.newsletter.oq-market-signal p{font-size:13px}.oq-market-signal__chips{gap:8px}.oq-market-signal__chips span{min-height:32px;font-size:12px;padding:0 11px}.oq-market-signal__form.subscribe{padding:16px}}#app>.newsletter.oq-market-signal,.newsletter.oq-market-signal,.oq-home-v3 .newsletter.oq-market-signal{display:block!important;grid-template-columns:none!important;align-items:normal!important;gap:0!important}#app>.newsletter.oq-market-signal>.oq-market-signal__inner,.newsletter.oq-market-signal>.oq-market-signal__inner,.oq-home-v3 .newsletter.oq-market-signal>.oq-market-signal__inner{width:100%!important;max-width:none!important;margin:0!important}@media(min-width:1200px){.oq-market-signal__inner{grid-template-columns:minmax(0,1fr) minmax(360px,440px)!important;gap:42px!important;padding:56px 76px!important}}.footer.oq-footer-v2{margin-top:0;background:var(--deepest);color:#eaf4f1}.footer.oq-footer-v2 .footer-inner{padding:22px 0 20px}.oq-footer-v2 a,.oq-footer-v2 button{color:inherit}.oq-footer-v2 a:focus-visible,.oq-footer-v2 a:hover,.oq-footer-v2 button:focus-visible,.oq-footer-v2 button:hover{color:#fff;text-decoration:underline;text-underline-offset:3px;outline:0}.oq-footer__utility-row{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:14px;border-bottom:1px solid hsla(0,0%,100%,.18)}.oq-footer__controls,.oq-footer__top-links{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:22px}.oq-footer__top-links a,.oq-footer__utility-button{min-height:28px;display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;padding:0;color:#eaf4f1;font:600 12px/1.2 DM Sans,Arial,sans-serif;white-space:nowrap}.oq-footer__utility-button svg{flex:0 0 auto;opacity:.9}.oq-footer__main{display:grid;grid-template-columns:minmax(240px,1.45fr) repeat(5,minmax(120px,1fr));grid-gap:34px;gap:34px;padding:26px 0 24px;border-bottom:1px solid hsla(0,0%,100%,.18)}.oq-footer__brand{min-width:0;display:block}.oq-footer__logo{display:inline-flex;color:#fff;font-family:"DM Serif Display",Georgia,serif;font-size:24px;line-height:1;font-weight:400;letter-spacing:.24em;text-transform:uppercase}.oq-footer__tagline{display:block;margin-top:10px;color:#fff;font-size:13px;line-height:1.25;font-weight:700}.oq-footer__description{max-width:330px;margin:10px 0 0;color:#c7ded8;font-size:13px;line-height:1.45}.oq-footer__social{display:flex;align-items:center;gap:10px;margin-top:18px}.oq-footer__social a{width:30px;height:30px;display:grid;place-items:center;border:1px solid hsla(0,0%,100%,.28);border-radius:50%;color:#eaf4f1;text-decoration:none;transition:border-color .16s ease,background .16s ease,color .16s ease}.oq-footer__social a:focus-visible,.oq-footer__social a:hover{background:hsla(0,0%,100%,.08);border-color:rgba(127,255,228,.62);color:#fff;text-decoration:none}.oq-footer__social svg{width:16px;height:16px}.oq-footer__group{min-width:0}.oq-footer__group-title{display:block;margin:0 0 11px;color:#fff;font-size:12px;line-height:1.1;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.oq-footer__group ul{display:grid;grid-gap:7px;gap:7px;margin:0;padding:0;list-style:none}.oq-footer__group a{display:inline-flex;width:max-content;max-width:100%;color:#c7ded8;font-size:13px;line-height:1.25;text-decoration:none}.oq-footer__bottom{min-height:42px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding-top:16px;color:#c7ded8;font-size:12px;line-height:1.2}.oq-footer__legal{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:20px}.oq-footer__legal a{color:#c7ded8;text-decoration:none;white-space:nowrap}@media(max-width:1199px){.oq-footer__main{grid-template-columns:minmax(220px,1.2fr) repeat(3,minmax(130px,1fr));gap:28px 24px}}@media(max-width:767px){.footer.oq-footer-v2 .footer-inner{padding:20px 0}.oq-footer__utility-row{align-items:flex-start;flex-direction:column;gap:12px}.oq-footer__controls,.oq-footer__top-links{gap:12px 16px}.oq-footer__main{grid-template-columns:1fr;gap:18px;padding:22px 0}.oq-footer__description{max-width:none}.oq-footer__group{padding-top:14px;border-top:1px solid hsla(0,0%,100%,.12)}.oq-footer__bottom{align-items:flex-start;flex-direction:column}.oq-footer__legal{justify-content:flex-start;gap:12px 16px}}.oq-footer-v2 .oq-footer__logo{font-family:"DM Serif Display",Georgia,serif!important;font-weight:400!important;font-size:24px!important;letter-spacing:.24em!important;color:#fff!important}.oq-footer__group-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;background:transparent;color:#fff;padding:0;text-align:left;cursor:default}.oq-footer__group-toggle .oq-footer__group-title{margin:0}.oq-footer__group-chevron{display:none;width:16px;height:16px;flex:0 0 16px;color:#c7ded8;transition:transform .16s ease,color .16s ease}.oq-footer__group-toggle[aria-expanded=true] .oq-footer__group-chevron{transform:rotate(180deg)}@media(min-width:1024px){.oq-footer__group-panel{display:block!important}.oq-footer__group-toggle{pointer-events:none}}@media(max-width:1023px){.oq-footer__main{grid-template-columns:minmax(0,1fr);gap:0}.oq-footer__brand{padding-bottom:18px}.oq-footer__group{padding:0!important;border-top:1px solid hsla(0,0%,100%,.14)}.oq-footer__group-toggle{min-height:52px;cursor:pointer}.oq-footer__group-toggle:focus-visible,.oq-footer__group-toggle:hover{color:#fff;text-decoration:none!important;outline:0}.oq-footer__group-toggle:focus-visible .oq-footer__group-chevron,.oq-footer__group-toggle:hover .oq-footer__group-chevron{color:#fff}.oq-footer__group-chevron{display:block}.oq-footer__group-panel{display:none!important;padding:0 0 16px}.oq-footer__group.is-open .oq-footer__group-panel{display:grid!important}}@media(max-width:767px){.oq-footer-v2 .oq-footer__logo{font-size:23px!important;letter-spacing:.22em!important}}.oq-back-to-top{width:100%;min-height:58px;display:flex;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.oq-back-to-top,.oq-back-to-top__button{align-items:center;justify-content:center}.oq-back-to-top__button{min-height:44px;display:inline-flex;gap:10px;border:0;background:transparent;color:var(--teal-2);padding:0 16px;font:600 14px/1.2 DM Sans,Arial,sans-serif;text-decoration:none}.oq-back-to-top__icon{width:26px;height:26px;display:grid;place-items:center;border:1.5px solid rgba(0,121,107,.42);border-radius:50%;background:#f7fafa;color:var(--teal-2)}.oq-back-to-top__icon svg{width:15px;height:15px;display:block}.oq-back-to-top__button:focus-visible,.oq-back-to-top__button:hover{color:var(--deep);text-decoration:none;outline:0}.oq-back-to-top__button:focus-visible .oq-back-to-top__icon,.oq-back-to-top__button:hover .oq-back-to-top__icon{border-color:var(--teal);background:var(--wash);color:var(--deep)}@media(max-width:767px){.oq-back-to-top{min-height:54px}.oq-back-to-top__button{min-height:42px;font-size:13px}.oq-back-to-top__icon{width:24px;height:24px}}#support-home.support-home-v3{min-height:104px!important;display:grid!important;grid-template-columns:minmax(360px,1.25fr) minmax(0,2fr)!important;align-items:center!important;grid-gap:22px!important;gap:22px!important;padding:16px 28px!important;border:1px solid var(--line)!important;border-radius:12px!important;background:var(--wash)!important}#support-home.support-home-v3 .support-home-v3__intro{min-width:0;display:grid!important;grid-template-columns:60px minmax(0,1fr);align-items:center;grid-gap:18px;gap:18px;margin:0!important}#support-home.support-home-v3 .support-home-v3__intro-icon{width:60px;height:60px;display:grid;place-items:center;border:1.5px solid rgba(0,121,107,.72);border-radius:50%;background:#f7fafa;color:var(--teal-2)}#support-home.support-home-v3 .support-home-v3__intro-icon svg{width:32px;height:32px;display:block}#support-home.support-home-v3 .support-home-v3__intro-copy{display:block;min-width:0}#support-home.support-home-v3 h2{margin:0!important;color:var(--ink);font:700 24px/1.12 DM Sans,Arial,sans-serif!important;letter-spacing:-.045em!important}#support-home.support-home-v3 .support-home-v3__intro-copy p{display:block!important;margin:6px 0 0!important;color:var(--muted)!important;font-size:13px!important;line-height:1.35!important}#support-home.support-home-v3 .support-home-v3__paths{min-width:0;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:center!important;border-top:0!important}#support-home.support-home-v3 .support-home-v2__path{min-height:72px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) 14px!important;align-items:center!important;grid-gap:14px!important;gap:14px!important;padding:0 20px!important;border-bottom:0!important;border-right:1px solid rgba(14,124,111,.12)!important;color:var(--ink)}#support-home.support-home-v3 .support-home-v2__path:last-child{border-right:0!important}#support-home.support-home-v3 .support-home-v2__icon{width:42px;height:42px;background:#fff;border:1px solid rgba(14,124,111,.16);color:var(--teal-2)}#support-home.support-home-v3 .support-home-v2__icon svg{width:22px;height:22px}#support-home.support-home-v3 .support-home-v2__copy strong{color:var(--ink);font-size:14px;line-height:1.18;letter-spacing:-.015em}#support-home.support-home-v3 .support-home-v2__copy small{margin-top:3px;color:var(--muted);font-size:12px;line-height:1.28}#support-home.support-home-v3 .support-home-v2__chev{color:var(--teal-2);opacity:.72}#support-home.support-home-v3 .support-home-v2__path:focus-visible,#support-home.support-home-v3 .support-home-v2__path:hover{background:rgba(14,124,111,.03);outline:0}#support-home.support-home-v3 .support-home-v2__path:focus-visible .support-home-v2__icon,#support-home.support-home-v3 .support-home-v2__path:hover .support-home-v2__icon{border-color:rgba(0,121,107,.34);background:#fff}#support-home.support-home-v3 .support-home-v2__path:focus-visible .support-home-v2__chev,#support-home.support-home-v3 .support-home-v2__path:focus-visible strong,#support-home.support-home-v3 .support-home-v2__path:hover .support-home-v2__chev,#support-home.support-home-v3 .support-home-v2__path:hover strong{color:var(--teal-2);opacity:1}@media(max-width:1199px){#support-home.support-home-v3{grid-template-columns:1fr!important;gap:14px!important;padding:18px 22px!important}#support-home.support-home-v3 .support-home-v3__paths{grid-template-columns:repeat(2,minmax(0,1fr))!important}#support-home.support-home-v3 .support-home-v2__path{min-height:68px!important;padding:0 18px!important}#support-home.support-home-v3 .support-home-v2__path:nth-child(2n){border-right:0!important}#support-home.support-home-v3 .support-home-v2__path:nth-child(-n+2){border-bottom:1px solid rgba(14,124,111,.12)!important}}@media(max-width:767px){#support-home.support-home-v3{padding:18px!important}#support-home.support-home-v3 .support-home-v3__intro{grid-template-columns:52px minmax(0,1fr);gap:14px}#support-home.support-home-v3 .support-home-v3__intro-icon{width:52px;height:52px}#support-home.support-home-v3 .support-home-v3__intro-icon svg{width:28px;height:28px}#support-home.support-home-v3 h2{font-size:21px!important}#support-home.support-home-v3 .support-home-v3__paths{grid-template-columns:1fr!important}#support-home.support-home-v3 .support-home-v2__path{min-height:64px!important;padding:0!important;border-right:0!important;border-bottom:1px solid rgba(14,124,111,.12)!important}#support-home.support-home-v3 .support-home-v2__path:last-child{border-bottom:0!important}}@media(min-width:1200px){#support-home.support-home-v3{grid-template-columns:minmax(390px,420px) minmax(0,1fr)!important;gap:18px!important;padding:16px 24px!important}#support-home.support-home-v3 .support-home-v3__intro{position:relative;padding-right:26px!important}#support-home.support-home-v3 .support-home-v3__intro:after{content:"";position:absolute;top:50%;right:0;width:1px;height:72px;transform:translateY(-50%);background:rgba(14,124,111,.14)}#support-home.support-home-v3 .support-home-v3__paths{grid-template-columns:repeat(4,minmax(0,1fr))!important}#support-home.support-home-v3 .support-home-v2__path{min-height:72px!important;grid-template-columns:40px minmax(0,1fr) 12px!important;gap:12px!important;padding:0 14px!important}#support-home.support-home-v3 .support-home-v2__icon{width:40px!important;height:40px!important}#support-home.support-home-v3 .support-home-v2__icon svg{width:21px!important;height:21px!important}#support-home.support-home-v3 .support-home-v2__copy{min-width:0;overflow:hidden}#support-home.support-home-v3 .support-home-v2__copy small,#support-home.support-home-v3 .support-home-v2__copy strong{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:clip}#support-home.support-home-v3 .support-home-v2__copy strong{font-size:13.5px!important;line-height:1.14!important}#support-home.support-home-v3 .support-home-v2__copy small{font-size:11.5px!important;line-height:1.18!important}#support-home.support-home-v3 .support-home-v2__chev{width:12px!important;height:12px!important}}@media(max-width:1199px){#support-home.support-home-v3 .support-home-v3__intro:after{display:none}.oq-home-v3 .journal-grid.oq-market-editorial-grid,.oq-home-v3 .lifestyle-grid,.oq-home-v3 .mini-trust-row.oq-mini-trust-row,.oq-home-v3 .oq-curated-collections-rail,.oq-home-v3 .oq-department-grid,.oq-home-v3 .oq-routine-grid,.oq-home-v3 .oq-shop-season-rail,.oq-home-v3 .oq-start-need-rail,.oq-home-v3 .recovery-grid,.oq-home-v3 .support-links,.oq-home-v3 .trust-strip.oq-trust-strip-v2,.oq-home-v3 .why-grid.oq-why-shop-grid,.oq-select-page .select-card-grid,.oq-select-page .select-offer-rail,.oq-select-page .select-plans,.oq-select-page .select-proof-strip,.oq-select-page .select-support-grid,.oq-select-page .select-trust-grid{display:flex!important;flex-wrap:nowrap!important;grid-template-columns:none!important;grid-auto-flow:row!important;align-items:stretch!important;gap:14px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:1px 1px 8px!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}}@media(max-width:1199px){.oq-home-v3 .journal-grid.oq-market-editorial-grid::-webkit-scrollbar,.oq-home-v3 .lifestyle-grid::-webkit-scrollbar,.oq-home-v3 .mini-trust-row.oq-mini-trust-row::-webkit-scrollbar,.oq-home-v3 .oq-curated-collections-rail::-webkit-scrollbar,.oq-home-v3 .oq-department-grid::-webkit-scrollbar,.oq-home-v3 .oq-routine-grid::-webkit-scrollbar,.oq-home-v3 .oq-shop-season-rail::-webkit-scrollbar,.oq-home-v3 .oq-start-need-rail::-webkit-scrollbar,.oq-home-v3 .recovery-grid::-webkit-scrollbar,.oq-home-v3 .support-links::-webkit-scrollbar,.oq-home-v3 .trust-strip.oq-trust-strip-v2::-webkit-scrollbar,.oq-home-v3 .why-grid.oq-why-shop-grid::-webkit-scrollbar,.oq-select-page .select-card-grid::-webkit-scrollbar,.oq-select-page .select-offer-rail::-webkit-scrollbar,.oq-select-page .select-plans::-webkit-scrollbar,.oq-select-page .select-proof-strip::-webkit-scrollbar,.oq-select-page .select-support-grid::-webkit-scrollbar,.oq-select-page .select-trust-grid::-webkit-scrollbar{display:none!important}.oq-home-v3 .trust-strip.oq-trust-strip-v2{border-radius:12px!important}.oq-home-v3 .trust-strip.oq-trust-strip-v2 .trust-item{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 42px) / 4);min-width:0!important;min-height:78px!important;border-right:0!important;border-bottom:0!important;scroll-snap-align:start!important}.oq-home-v3 .trust-strip.oq-trust-strip-v2 .trust-item:not(:last-child):after{display:block!important}.oq-home-v3 .oq-department-card{flex-basis:calc((100% - 56px) / 5)}.oq-home-v3 .oq-department-card,.oq-home-v3 .oq-start-need-card{flex-grow:0;flex-shrink:0;min-width:0!important;scroll-snap-align:start!important}.oq-home-v3 .oq-start-need-card{flex-basis:calc((100% - 42px) / 4)}.oq-home-v3 .bundle-card,.oq-home-v3 .mini-trust-card.oq-mini-trust-card,.oq-home-v3 .story-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 28px) / 3);min-width:0!important;scroll-snap-align:start!important}.oq-home-v3 .bundle-card,.oq-home-v3 .story-card{display:grid!important}.oq-home-v3 .oq-routine-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 14px) / 2);min-width:0!important;scroll-snap-align:start!important}.oq-home-v3 .oq-curated-collection-card,.oq-home-v3 .oq-shop-season-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 42px) / 4);min-width:0!important;scroll-snap-align:start!important}.oq-home-v3 .recovery-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 28px) / 3);min-width:0!important;scroll-snap-align:start!important}.oq-home-v3 .journal-card.oq-market-editorial-card{display:grid!important;grid-template-columns:150px minmax(0,1fr)!important}.oq-home-v3 .journal-card.oq-market-editorial-card,.oq-home-v3 .why-card.oq-why-shop-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 14px) / 2);min-width:0!important;scroll-snap-align:start!important}.oq-home-v3 .support-link{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 42px) / 4);min-width:0!important;scroll-snap-align:start!important}#support-home.support-home-v3{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:18px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:16px 22px!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}#support-home.support-home-v3::-webkit-scrollbar{display:none!important}#support-home.support-home-v3 .support-home-v3__intro{flex:0 0 360px!important;min-width:360px!important;padding-right:22px!important;scroll-snap-align:start!important}#support-home.support-home-v3 .support-home-v3__intro:after{content:""!important;display:block!important;position:absolute!important;top:50%!important;right:0!important;width:1px!important;height:62px!important;transform:translateY(-50%)!important;background:rgba(14,124,111,.14)!important}#support-home.support-home-v3 .support-home-v3__paths{flex:0 0 auto!important;min-width:max-content!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:0!important;overflow:visible!important;border-top:0!important}#support-home.support-home-v3 .support-home-v2__path{flex:0 0 224px!important;min-width:224px!important;min-height:72px!important;padding:0 16px!important;border-right:1px solid rgba(14,124,111,.12)!important;border-bottom:0!important;scroll-snap-align:start!important}#support-home.support-home-v3 .support-home-v2__path:last-child{border-right:0!important}#support-home.support-home-v3 .support-home-v2__copy small,#support-home.support-home-v3 .support-home-v2__copy strong{white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important}.oq-select-page .select-benefit-card,.oq-select-page .select-offer,.oq-select-page .select-plan,.oq-select-page .select-proof,.oq-select-page .select-support-card,.oq-select-page .select-trust-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 28px) / 3);min-width:0!important;scroll-snap-align:start!important}}@media(max-width:1023px){.oq-home-v3 .trust-strip.oq-trust-strip-v2 .trust-item{flex-basis:calc((100% - 14px) / 2.15)!important}.oq-home-v3 .oq-department-card{flex-basis:calc((100% - 42px) / 4)!important}.oq-home-v3 .oq-start-need-card{flex-basis:calc((100% - 28px) / 3)!important}.oq-home-v3 .bundle-card,.oq-home-v3 .journal-card.oq-market-editorial-card,.oq-home-v3 .mini-trust-card.oq-mini-trust-card,.oq-home-v3 .oq-routine-card,.oq-home-v3 .recovery-card,.oq-home-v3 .story-card,.oq-home-v3 .why-card.oq-why-shop-card{flex-basis:calc((100% - 14px) / 2)!important}.oq-home-v3 .oq-curated-collection-card,.oq-home-v3 .oq-shop-season-card{flex-basis:calc((100% - 28px) / 3)!important}#support-home.support-home-v3 .support-home-v3__intro{flex-basis:320px!important;min-width:320px!important}#support-home.support-home-v3 .support-home-v2__path{flex-basis:218px!important;min-width:218px!important}.oq-select-page .select-benefit-card,.oq-select-page .select-offer,.oq-select-page .select-plan,.oq-select-page .select-proof,.oq-select-page .select-support-card,.oq-select-page .select-trust-card{flex-basis:calc((100% - 14px) / 2)!important}}@media(max-width:767px){.oq-home-v3 .journal-grid.oq-market-editorial-grid,.oq-home-v3 .lifestyle-grid,.oq-home-v3 .mini-trust-row.oq-mini-trust-row,.oq-home-v3 .oq-curated-collections-rail,.oq-home-v3 .oq-department-grid,.oq-home-v3 .oq-routine-grid,.oq-home-v3 .oq-shop-season-rail,.oq-home-v3 .oq-start-need-rail,.oq-home-v3 .recovery-grid,.oq-home-v3 .support-links,.oq-home-v3 .trust-strip.oq-trust-strip-v2,.oq-home-v3 .why-grid.oq-why-shop-grid{gap:10px!important;padding:1px 1px 7px!important}.oq-home-v3 .trust-strip.oq-trust-strip-v2 .trust-item{flex-basis:calc((100% - 10px) / 1.15)!important;min-width:0!important;border-bottom:0!important}.oq-home-v3 .trust-strip.oq-trust-strip-v2 .trust-item:after{display:block!important}.oq-home-v3 .oq-department-card{flex-basis:calc((100% - 10px) / 2)!important}.oq-home-v3 .oq-start-need-card{flex-basis:calc((100% - 10px) / 1.5)!important}.oq-home-v3 .bundle-card,.oq-home-v3 .journal-card.oq-market-editorial-card,.oq-home-v3 .mini-trust-card.oq-mini-trust-card,.oq-home-v3 .oq-routine-card,.oq-home-v3 .recovery-card,.oq-home-v3 .story-card,.oq-home-v3 .support-link,.oq-home-v3 .why-card.oq-why-shop-card{flex-basis:calc((100% - 10px) / 1.15)!important}.oq-home-v3 .oq-curated-collection-card,.oq-home-v3 .oq-shop-season-card{flex-basis:calc((100% - 10px) / 1.5)!important}.oq-home-v3 .journal-card.oq-market-editorial-card{grid-template-columns:112px minmax(0,1fr)!important}#support-home.support-home-v3{gap:14px!important;padding:16px!important}#support-home.support-home-v3 .support-home-v3__intro{flex-basis:276px!important;min-width:276px!important;grid-template-columns:52px minmax(0,1fr)!important;gap:14px!important;padding-right:16px!important}#support-home.support-home-v3 .support-home-v2__path{flex-basis:214px!important;min-width:214px!important;min-height:64px!important;padding:0 14px!important;border-right:1px solid rgba(14,124,111,.12)!important;border-bottom:0!important}#support-home.support-home-v3 h2{font-size:21px!important}.oq-select-page .select-benefit-card,.oq-select-page .select-offer,.oq-select-page .select-plan,.oq-select-page .select-proof,.oq-select-page .select-support-card,.oq-select-page .select-trust-card{flex-basis:calc((100% - 10px) / 1.15)!important}}@media (max-width:1199px){#support-home.support-home-v3{--support-visible:3;--support-gap:10px;display:block!important;overflow:hidden!important}#support-home.support-home-v3 .support-home-v3__intro{width:100%!important;margin-bottom:14px!important}#support-home.support-home-v3 .support-home-v3__intro:after{display:none!important}#support-home.support-home-v3 .support-home-v3__paths{display:flex!important;flex-wrap:nowrap!important;gap:var(--support-gap)!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;border-top:1px solid rgba(14,124,111,.12)!important;padding-top:12px!important;min-width:0!important}#support-home.support-home-v3 .support-home-v3__paths::-webkit-scrollbar{display:none!important}#support-home.support-home-v3 .support-home-v2__path{flex:0 0 calc((100% - (var(--support-gap) * (var(--support-visible) - 1))) / var(--support-visible))!important;width:auto!important;max-width:none!important;min-width:0!important;min-height:68px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) 14px!important;grid-gap:12px!important;gap:12px!important;padding:0 14px!important;border-right:1px solid rgba(14,124,111,.12)!important;border-bottom:0!important;scroll-snap-align:start!important;overflow:hidden!important}#support-home.support-home-v3 .support-home-v2__path:last-child{border-right:0!important}#support-home.support-home-v3 .support-home-v2__copy{min-width:0!important;overflow:hidden!important}#support-home.support-home-v3 .support-home-v2__copy small,#support-home.support-home-v3 .support-home-v2__copy strong{display:block!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media (max-width:1023px){#support-home.support-home-v3{--support-visible:2}}@media (max-width:767px){#support-home.support-home-v3{--support-visible:1;--support-gap:10px;padding:18px!important}#support-home.support-home-v3 .support-home-v3__intro{grid-template-columns:52px minmax(0,1fr)!important;gap:14px!important}#support-home.support-home-v3 .support-home-v2__path{min-height:66px!important;grid-template-columns:40px minmax(0,1fr) 14px!important;padding:0 14px!important}}@media (max-width:1199px){.oq-home-v3 .trust-strip.oq-trust-strip-v2{--trust-visible:3;--trust-gap:10px;min-height:0!important;display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap!important;gap:var(--trust-gap)!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;padding:0!important;border-radius:12px!important}.oq-home-v3 .trust-strip.oq-trust-strip-v2::-webkit-scrollbar{display:none!important}.oq-home-v3 .oq-trust-strip-v2 .trust-item{flex:0 0 calc((100% - (var(--trust-gap) * (var(--trust-visible) - 1))) / var(--trust-visible))!important;width:auto!important;max-width:none!important;min-width:0!important;min-height:74px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;padding:12px 14px!important;border:0!important;border-right:1px solid rgba(0,77,64,.12)!important;border-bottom:0!important;scroll-snap-align:start!important;overflow:hidden!important}.oq-home-v3 .oq-trust-strip-v2 .trust-item:last-child{border-right:0!important}.oq-home-v3 .oq-trust-strip-v2 .trust-item:after{display:none!important}.oq-home-v3 .oq-trust-strip-v2 .trust-icon{width:42px!important;height:42px!important;flex:0 0 42px!important}.oq-home-v3 .oq-trust-strip-v2 .trust-icon svg{width:22px!important;height:22px!important}.oq-home-v3 .oq-trust-strip-v2 .trust-item>div{min-width:0!important;overflow:hidden!important}.oq-home-v3 .oq-trust-strip-v2 .trust-item small,.oq-home-v3 .oq-trust-strip-v2 .trust-item strong{display:block!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.oq-home-v3 .oq-trust-strip-v2 .trust-item strong{font-size:14px!important;line-height:1.15!important}.oq-home-v3 .oq-trust-strip-v2 .trust-item small{font-size:12px!important;line-height:1.25!important}}@media (max-width:1023px){.oq-home-v3 .trust-strip.oq-trust-strip-v2{--trust-visible:2}}@media (max-width:767px){.oq-home-v3 .trust-strip.oq-trust-strip-v2{--trust-visible:1;--trust-gap:10px}.oq-home-v3 .oq-trust-strip-v2 .trust-item{min-height:74px!important;padding:12px 14px!important}}.oq-home-v3 .oq-routine-section .section-head h2{text-transform:none!important}.oq-home-v3 .oq-routine-card__media{overflow:visible!important}.oq-home-v3 .oq-routine-card__item,.oq-home-v3 .oq-routine-card__item+.oq-routine-card__item{border:1px solid transparent!important;box-shadow:inset 0 0 0 0 transparent!important;position:relative!important;z-index:0!important}.oq-home-v3 .oq-routine-card__item:focus-visible,.oq-home-v3 .oq-routine-card__item:hover{border-color:var(--teal)!important;border-left-color:var(--teal)!important;box-shadow:inset 0 0 0 1px var(--teal)!important;background:#eef5f3!important;z-index:2!important;outline:0!important}.oq-home-v3 .oq-routine-card__item:focus-visible{box-shadow:inset 0 0 0 1px var(--teal),0 0 0 3px rgba(0,121,107,.14)!important}.oq-home-v3 .oq-popular-right-now-section{padding-top:var(--home-section-y,36px)!important}.oq-home-v3 .oq-popular-right-now-section .section-head{margin-bottom:14px}.oq-home-v3 .oq-popular-right-now-section .section-head h2{margin:0;color:var(--ink);font:700 26px/1.1 DM Sans,Arial,sans-serif;letter-spacing:-.045em}.oq-home-v3 .oq-popular-right-now-section .section-link{color:var(--teal-2);font-weight:700}.oq-home-v3 .oq-popular-right-now-section .section-link:focus-visible,.oq-home-v3 .oq-popular-right-now-section .section-link:hover{color:var(--deep);text-decoration:underline;text-underline-offset:3px;outline:0}.oq-home-v3 .oq-popular-right-now-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:14px;gap:14px}.oq-home-v3 .oq-popular-right-now-card{position:relative;min-width:0;overflow:hidden;display:grid;grid-template-rows:auto 132px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.oq-home-v3 .oq-popular-right-now-card:focus-visible,.oq-home-v3 .oq-popular-right-now-card:hover{border-color:var(--teal);box-shadow:0 12px 28px rgba(13,36,32,.1);transform:translateY(-1px);outline:0}.oq-home-v3 .oq-popular-right-now-card__media{display:block;overflow:hidden;background:#f6f8f7;aspect-ratio:1/1}.oq-home-v3 .oq-popular-right-now-card__media img{width:100%;height:100%;display:block;object-fit:cover;background:#f6f8f7;transform:none!important;transition:none!important}.oq-home-v3 .oq-popular-right-now-card__body{display:grid;align-content:center;grid-gap:5px;gap:5px;padding:14px;background:#fff}.oq-home-v3 .oq-popular-right-now-card__label{color:var(--ink);font-size:10px;line-height:1;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.oq-home-v3 .oq-popular-right-now-card strong{display:block;color:var(--ink);font:700 18px/1.1 DM Sans,Arial,sans-serif;letter-spacing:-.04em}.oq-home-v3 .oq-popular-right-now-card small{display:block;color:var(--muted);font-size:12px;line-height:1.28}.oq-home-v3 .oq-popular-right-now-card__cta{color:var(--teal);font-size:13px;line-height:1.1;font-weight:700}.oq-home-v3 .oq-popular-right-now-card:focus-visible .oq-popular-right-now-card__cta,.oq-home-v3 .oq-popular-right-now-card:hover .oq-popular-right-now-card__cta{color:var(--teal-2);text-decoration:underline;text-underline-offset:3px}@media(max-width:1439px){.oq-home-v3 .oq-popular-right-now-rail{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1199px){.oq-home-v3 .oq-popular-right-now-rail{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1023px){.oq-home-v3 .oq-popular-right-now-rail{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.oq-home-v3 .oq-popular-right-now-section .section-head h2{font-size:23px}.oq-home-v3 .oq-popular-right-now-rail{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:1px 1px 7px;scroll-snap-type:x mandatory;scrollbar-width:none}.oq-home-v3 .oq-popular-right-now-rail::-webkit-scrollbar{display:none}.oq-home-v3 .oq-popular-right-now-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 10px) / 1.5);grid-template-rows:auto 120px;scroll-snap-align:start}.oq-home-v3 .oq-popular-right-now-card__body{padding:12px}.oq-home-v3 .oq-popular-right-now-card strong{font-size:17px}}@media(max-width:1199px){.oq-home-v3 .oq-popular-right-now-rail{display:flex!important;flex-wrap:nowrap!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}.oq-home-v3 .oq-popular-right-now-rail::-webkit-scrollbar{display:none!important}.oq-home-v3 .oq-popular-right-now-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 30px) / 4);width:auto!important;min-width:0!important;max-width:none!important;scroll-snap-align:start!important}}@media(max-width:1023px){.oq-home-v3 .oq-popular-right-now-card{flex-basis:calc((100% - 20px) / 3)!important}}@media(max-width:767px){.oq-home-v3 .oq-popular-right-now-card{flex-basis:calc((100% - 10px) / 1.5)!important}}.oq-home-v3 .oq-curated-picks-section{padding-top:var(--home-section-y,36px)!important}.oq-home-v3 .oq-curated-picks-section .section-head{margin-bottom:14px}.oq-home-v3 .oq-curated-picks-section .section-head h2{margin:0;color:var(--ink);font:700 26px/1.1 DM Sans,Arial,sans-serif;letter-spacing:-.045em}.oq-home-v3 .oq-curated-picks-section .section-link{color:var(--teal-2);font-weight:700}.oq-home-v3 .oq-curated-picks-section .section-link:focus-visible,.oq-home-v3 .oq-curated-picks-section .section-link:hover{color:var(--deep);text-decoration:underline;text-underline-offset:3px;outline:0}.oq-home-v3 .oq-curated-picks-section .rail{--home-gap:10px}.oq-home-v3 .oq-curated-picks-section .product-card{position:relative}.oq-home-v3 .oq-curated-picks-section .product-card:before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:8px;box-shadow:inset 0 0 0 0 rgba(0,121,107,0);transition:box-shadow .16s ease}.oq-home-v3 .oq-curated-picks-section .product-card:focus-within:before,.oq-home-v3 .oq-curated-picks-section .product-card:hover:before{box-shadow:inset 0 0 0 1px var(--teal)}@media(max-width:1439px){.oq-home-v3 .oq-curated-picks-section{--home-visible:6}}@media(max-width:1199px){.oq-home-v3 .oq-curated-picks-section{--home-visible:5}}@media(max-width:1023px){.oq-home-v3 .oq-curated-picks-section{--home-visible:4}}@media(max-width:767px){.oq-home-v3 .oq-curated-picks-section{--home-visible:2;--home-gap:8px}.oq-home-v3 .oq-curated-picks-section .section-head h2{font-size:23px}}.oqpi-pdp{padding-top:22px;padding-bottom:0;background:#fff}.oqpi-pdp .breadcrumb{margin-bottom:14px}.oqpi-pdp__command{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);grid-gap:28px;gap:28px;align-items:start}.oqpi-gallery{display:grid;grid-template-columns:74px minmax(0,1fr);grid-gap:12px;gap:12px;position:-webkit-sticky;position:sticky;top:150px;align-self:start}.oqpi-gallery__thumbs{display:grid;align-content:start;grid-gap:10px;gap:10px}.oqpi-thumb{width:74px;height:74px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--well);padding:0}.oqpi-thumb[aria-current=true]{border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,121,107,.12)}.oqpi-thumb img{width:100%;height:100%;object-fit:cover}.oqpi-gallery__main{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--well)}.oqpi-gallery__main img{width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--well)}.oqpi-gallery__caption{grid-column:2;color:var(--muted);font-size:12px;line-height:1.35}.oqpi-buybox{position:-webkit-sticky;position:sticky;top:150px;display:grid;grid-gap:14px;gap:14px;border:1px solid rgba(0,77,64,.16);border-radius:16px;background:#fff;padding:20px;box-shadow:0 12px 36px rgba(13,36,32,.08)}.oqpi-kicker{color:var(--teal-2);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.oqpi-buybox h1{margin:0;color:var(--ink);font:700 clamp(32px,3.4vw,54px)/.98 DM Sans,Arial,sans-serif;letter-spacing:-.07em}.oqpi-subtitle{margin:0;color:var(--muted);font-size:16px;line-height:1.42}.oqpi-rating{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.oqpi-rating b{color:#e6950a;letter-spacing:.04em}.oqpi-price-row{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}.oqpi-price{font-size:26px;font-weight:700;letter-spacing:-.04em;color:var(--ink)}.oqpi-compare{text-decoration:line-through;color:#778881}.oqpi-credit{color:var(--teal-2);font-size:13px;font-weight:700}.oqpi-option-group{display:grid;grid-gap:8px;gap:8px}.oqpi-option-group label{font-size:13px;font-weight:700;color:var(--ink)}.oqpi-options{display:flex;flex-wrap:wrap;gap:8px}.oqpi-chip{min-height:38px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);padding:0 13px;font-weight:700;font-size:13px}.oqpi-chip:hover,.oqpi-chip[aria-pressed=true]{border-color:var(--teal);background:#e7f5f2;color:var(--deep)}.oqpi-actions{display:grid;grid-template-columns:112px 1fr;grid-gap:10px;gap:10px}.oqpi-actions .btn{border-radius:8px;width:100%}.oqpi-buy-now{width:100%;border-radius:8px!important}.oqpi-qty{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;text-align:center}.oqpi-qty button{height:44px;border:0;background:#fff;color:var(--deep);font-weight:700}.oqpi-qty span{font-weight:700}.oqpi-mini-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.oqpi-mini-trust span{min-height:58px;display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:8px;background:var(--wash);padding:10px;color:var(--muted);font-size:12px;line-height:1.25}.oqpi-mini-trust svg{flex:0 0 20px;color:var(--deep)}.oqpi-page-nav{display:flex;gap:18px;overflow:auto;margin:26px 0 0;border-bottom:1px solid var(--line);white-space:nowrap}.oqpi-page-nav a{padding:0 0 11px;color:var(--muted);font-size:13px;font-weight:700}.oqpi-page-nav a:first-child{border-bottom:2px solid var(--teal);color:var(--deep)}.oqpi-section{padding-top:42px}.oqpi-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.oqpi-section h2{margin:0;color:var(--ink);font:700 26px/1.1 DM Sans,Arial,sans-serif;letter-spacing:-.045em}.oqpi-section__head p{display:block!important;margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.35}.oqpi-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.oqpi-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.oqpi-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.oqpi-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.oqpi-card:hover{border-color:var(--teal);box-shadow:0 12px 28px rgba(13,36,32,.06)}.oqpi-card__media{display:grid;place-items:center;background:var(--well)}.oqpi-card__media img{width:100%;aspect-ratio:1.22;object-fit:cover;background:var(--well)}.oqpi-card__body{padding:15px}.oqpi-card strong{display:block;color:var(--ink);font-size:15px;line-height:1.18}.oqpi-card p,.oqpi-card small{display:block;margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.36}.oqpi-story{display:grid;grid-template-columns:1fr .9fr;grid-gap:14px;gap:14px;align-items:stretch;border:1px solid var(--line);border-radius:12px;background:var(--wash);overflow:hidden}.oqpi-story img{height:100%;min-height:340px;object-fit:cover}.oqpi-story__copy{display:grid;align-content:center;grid-gap:12px;gap:12px;padding:28px}.oqpi-story__copy h2{font-size:34px}.oqpi-story__copy p{margin:0;color:var(--muted);font-size:15px}.oqpi-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:13px}.oqpi-table td,.oqpi-table th{padding:12px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);text-align:left}.oqpi-table tr:last-child td{border-bottom:0}.oqpi-table td:last-child,.oqpi-table th:last-child{border-right:0}.oqpi-table td:first-child{color:var(--muted);font-weight:700;width:34%}.oqpi-list{display:grid;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.oqpi-list li{display:flex;gap:9px;align-items:flex-start;border:1px solid var(--line);border-radius:8px;background:#fff;padding:12px;color:var(--muted);font-size:13px}.oqpi-list li:before{content:"✓";display:grid;width:20px;height:20px;flex:0 0 20px;place-items:center;border-radius:50%;background:#e7f5f2;color:var(--teal-2);font-weight:700;font-size:12px}.oqpi-proof-band{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;overflow:hidden;border:1px solid rgba(0,77,64,.14);border-radius:12px;background:linear-gradient(135deg,var(--deepest),var(--deep));color:#fff}.oqpi-proof-band div{min-height:92px;padding:18px;border-right:1px solid hsla(0,0%,100%,.18)}.oqpi-proof-band div:last-child{border-right:0}.oqpi-proof-band strong{display:block;font-size:18px}.oqpi-proof-band small{display:block;margin-top:4px;color:#ddece8;font-size:12px}.oqpi-review{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:15px}.oqpi-review__top{display:flex;align-items:center;justify-content:space-between;gap:10px}.oqpi-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--well);color:var(--deep);font-weight:700}.oqpi-stars{color:#e6950a;font-weight:700}.oqpi-review p{margin:0;color:var(--muted);font-size:13px;line-height:1.38}.oqpi-faq{display:grid;grid-gap:8px;gap:8px}.oqpi-faq details{border:1px solid var(--line);border-radius:8px;background:#fff}.oqpi-faq summary{min-height:52px;display:flex;align-items:center;padding:0 15px;cursor:pointer;font-weight:700}.oqpi-faq p{margin:0;padding:0 15px 15px;color:var(--muted);font-size:13px}.oqpi-bundle{display:grid;grid-template-columns:1fr auto;grid-gap:14px;gap:14px;align-items:center;border:1px solid var(--line);border-radius:12px;background:var(--wash);padding:16px}.oqpi-bundle__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.oqpi-bundle__item{display:grid;grid-template-columns:70px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;padding:8px}.oqpi-bundle__item img{width:70px;height:70px;object-fit:cover;border-radius:6px;background:var(--well)}.oqpi-bundle__item strong{font-size:13px}.oqpi-bundle__item small{color:var(--muted);font-size:12px}.oqpi-product-rail{display:flex;gap:10px;overflow-x:auto;padding:1px 1px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}.oqpi-product-rail::-webkit-scrollbar{display:none}.oqpi-product-rail .product-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 70px)/8);min-width:0;max-width:none;scroll-snap-align:start}.oqpi-compare{overflow:auto;border:1px solid var(--line);border-radius:8px;background:#fff}.oqpi-compare table{min-width:720px;width:100%;border-collapse:collapse;font-size:13px}.oqpi-compare td,.oqpi-compare th{padding:12px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);text-align:left;vertical-align:top}.oqpi-compare td:last-child,.oqpi-compare th:last-child{border-right:0}.oqpi-compare tr:last-child td{border-bottom:0}.oqpi-compare img{width:92px;height:92px;object-fit:cover;border-radius:8px;background:var(--well)}.oqpi-support{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.oqpi-support form{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:16px}.oqpi-support input,.oqpi-support select,.oqpi-support textarea{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:0 12px;outline:0}.oqpi-support textarea{min-height:96px;padding:12px;resize:vertical}.oqpi-support input:focus,.oqpi-support select:focus,.oqpi-support textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,121,107,.12)}.oqpi-dark{border-radius:16px;background:linear-gradient(135deg,var(--deepest),var(--deep));color:#fff;padding:24px}.oqpi-dark h2{color:#fff}.oqpi-dark p{color:#ddece8}.oqpi-dark .btn-secondary{background:#fff;border-color:#fff;color:var(--deep)}.oqpi-mobile-buy{position:fixed;right:0;bottom:0;left:0;z-index:28;display:none;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:hsla(0,0%,100%,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.oqpi-mobile-buy strong{display:block;font-size:13px}.oqpi-mobile-buy small{display:block;color:var(--muted);font-size:11px}.oqpi-mobile-buy .btn{border-radius:8px}@media(max-width:1439px){.oqpi-product-rail .product-card{flex-basis:calc((100% - 50px)/6)}}@media(max-width:1199px){.oqpi-pdp__command{grid-template-columns:1fr}.oqpi-buybox,.oqpi-gallery{position:relative;top:auto}.oqpi-gallery{grid-template-columns:70px 1fr}.oqpi-grid-4{grid-template-columns:repeat(2,1fr)}.oqpi-product-rail .product-card{flex-basis:calc((100% - 40px)/5)}.oqpi-bundle{grid-template-columns:1fr}.oqpi-proof-band{grid-template-columns:repeat(2,1fr)}.oqpi-proof-band div:nth-child(2){border-right:0}.oqpi-proof-band div:nth-child(-n+2){border-bottom:1px solid hsla(0,0%,100%,.18)}}@media(max-width:1023px){.oqpi-grid-3{grid-template-columns:repeat(2,1fr)}.oqpi-product-rail .product-card{flex-basis:calc((100% - 30px)/4)}.oqpi-story{grid-template-columns:1fr}.oqpi-story img{min-height:240px}.oqpi-bundle__items,.oqpi-support{grid-template-columns:1fr}.oqpi-buybox{position:-webkit-sticky;position:sticky;top:135px;z-index:2}.oqpi-gallery{grid-template-columns:1fr}.oqpi-gallery__thumbs{display:flex;grid-row:2;overflow:auto}.oqpi-gallery__caption{grid-column:auto}.oqpi-thumb{flex:0 0 68px;width:68px;height:68px}}@media(max-width:767px){.oqpi-pdp{padding-bottom:76px}.oqpi-buybox{position:relative;top:auto;padding:16px;border-radius:12px;box-shadow:none}.oqpi-buybox h1{font-size:32px}.oqpi-actions{grid-template-columns:100px 1fr}.oqpi-mini-trust{grid-template-columns:1fr}.oqpi-section{padding-top:32px}.oqpi-section h2{font-size:23px}.oqpi-grid-2,.oqpi-grid-3,.oqpi-grid-4{grid-template-columns:1fr}.oqpi-story__copy{padding:20px}.oqpi-story__copy h2{font-size:27px}.oqpi-proof-band{grid-template-columns:1fr}.oqpi-proof-band div{border-right:0;border-bottom:1px solid hsla(0,0%,100%,.18)}.oqpi-proof-band div:last-child{border-bottom:0}.oqpi-product-rail .product-card{flex-basis:calc((100% - 8px)/2)}.oqpi-mobile-buy{display:flex}.mobile-buy{display:none!important}.oqpi-page-nav{margin-top:20px}.oqpi-gallery__main img{aspect-ratio:1.04}.oqpi-card__media img{aspect-ratio:1.1}.oqpi-support form{padding:14px}}.oq-pdp-media-command{--oq-pdp-media-rail:76px;--oq-pdp-media-gap:14px;--oq-pdp-media-pad:14px;--oq-pdp-media-stage-max:640px;position:-webkit-sticky;position:sticky;top:150px;align-self:start;min-width:0}.oq-pdp-media-command__board{position:relative;display:grid;grid-template-columns:var(--oq-pdp-media-rail) minmax(0,1fr);grid-gap:var(--oq-pdp-media-gap);gap:var(--oq-pdp-media-gap);align-items:start;overflow:hidden;border:1px solid rgba(0,77,64,.16);border-radius:12px;background:#fff;box-shadow:0 10px 28px rgba(13,36,32,.075);padding:var(--oq-pdp-media-pad)}.oq-pdp-media-command__rail{display:grid;align-content:start;grid-gap:9px;gap:9px;min-width:0}.oq-pdp-media-command__thumb{position:relative;width:100%;inline-size:100%;aspect-ratio:1/1;min-height:0;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#f6f8f7;color:var(--ink);padding:4px;text-align:center;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.oq-pdp-media-command__thumb:focus-visible,.oq-pdp-media-command__thumb:hover,.oq-pdp-media-command__thumb[aria-current=true]{border-color:var(--teal);box-shadow:inset 0 0 0 1px var(--teal),0 0 0 1px rgba(0,121,107,.08);background:#fff;outline:0}.oq-pdp-media-command__thumb img{width:100%;height:100%;aspect-ratio:1/1;object-fit:contain;object-position:center;background:transparent!important}.oq-pdp-media-command__count{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(180deg,rgba(2,47,42,.64),rgba(2,47,42,.78));color:#fff;font-size:18px;font-weight:700;line-height:1}.oq-pdp-media-command__count small{display:block;margin-top:3px;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.oq-pdp-media-command__play{width:34px;height:34px;display:grid;place-items:center;margin:0 auto 4px;border:1px solid hsla(0,0%,100%,.78);border-radius:50%;color:#fff}.oq-pdp-media-command__stage-wrap{min-width:0;display:grid;grid-gap:10px;gap:10px}.oq-pdp-media-command__stage{position:relative;width:100%;max-width:var(--oq-pdp-media-stage-max);aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(0,77,64,.1);border-radius:10px;background:#f6f8f7;justify-self:center}.oq-pdp-media-command__stage img{width:100%;height:100%;object-fit:contain;object-position:center;background:transparent!important;padding:clamp(14px,3vw,30px)}.oq-pdp-media-command__share{position:absolute;z-index:3;top:12px;right:12px;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(0,77,64,.16);border-radius:50%;background:hsla(0,0%,100%,.94);color:var(--deep);box-shadow:0 8px 20px rgba(13,36,32,.08)}.oq-pdp-media-command__share:focus-visible,.oq-pdp-media-command__share:hover{border-color:var(--teal);color:var(--teal-2);outline:0}.oq-pdp-media-command__actions{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center}.oq-pdp-media-command__enhanced,.oq-pdp-media-command__full{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(0,77,64,.16);border-radius:999px;background:#fff;color:var(--deep);padding:0 14px;font-size:13px;font-weight:700;line-height:1}.oq-pdp-media-command__enhanced:focus-visible,.oq-pdp-media-command__enhanced:hover,.oq-pdp-media-command__full:focus-visible,.oq-pdp-media-command__full:hover{border-color:var(--teal);color:var(--teal-2);outline:0}.oq-pdp-media-command__enhanced[hidden]{display:none!important}.oq-pdp-media-command__note{margin:0;color:var(--muted);font-size:12px;line-height:1.32}@media(max-width:1439px){.oq-pdp-media-command{--oq-pdp-media-rail:70px;--oq-pdp-media-gap:12px;--oq-pdp-media-pad:12px;--oq-pdp-media-stage-max:560px}}@media(max-width:1199px){.oq-pdp-media-command{position:relative;top:auto;--oq-pdp-media-stage-max:520px}}@media(max-width:1023px){.oq-pdp-media-command{--oq-pdp-media-rail:64px;--oq-pdp-media-gap:10px;--oq-pdp-media-pad:10px;--oq-pdp-media-stage-max:440px}.oq-pdp-media-command__board{grid-template-columns:var(--oq-pdp-media-rail) minmax(0,1fr)}.oq-pdp-media-command__share{width:38px;height:38px;top:10px;right:10px}.oq-pdp-media-command__actions{grid-template-columns:1fr}}@media(max-width:767px){.oq-pdp-media-command{--oq-pdp-media-rail:58px;--oq-pdp-media-stage-max:100%}.oq-pdp-media-command__board{grid-template-columns:1fr;padding:10px}.oq-pdp-media-command__rail{display:flex;order:2;overflow-x:auto;overflow-y:hidden;padding:1px 1px 5px;scroll-snap-type:x mandatory;scrollbar-width:none}.oq-pdp-media-command__rail::-webkit-scrollbar{display:none}.oq-pdp-media-command__thumb{flex:0 0 58px;width:58px;scroll-snap-align:start}.oq-pdp-media-command__stage-wrap{order:1}.oq-pdp-media-command__stage{max-width:none}}.oq-beats-pdp{--pdp-line:rgba(0,77,64,.16);--pdp-soft:#f6f8f7;--pdp-wash:#f7fafa;--pdp-ink:var(--ink);--pdp-muted:var(--muted);padding-top:22px;padding-bottom:0}.oq-beats-pdp .breadcrumb{margin-bottom:12px}.oq-beats-pdp__hero{display:grid;grid-template-columns:minmax(520px,1.05fr) minmax(370px,.72fr) minmax(270px,.42fr);grid-gap:22px;gap:22px;align-items:start}.oq-beats-gallery{position:-webkit-sticky;position:sticky;top:150px;display:grid;grid-template-columns:76px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start}.oq-beats-gallery__thumbs{display:grid;grid-gap:9px;gap:9px}.oq-beats-gallery__thumb{width:76px;height:76px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;padding:5px}.oq-beats-gallery__thumb:focus-visible,.oq-beats-gallery__thumb:hover,.oq-beats-gallery__thumb[aria-current=true]{border-color:var(--teal);outline:0;box-shadow:0 0 0 3px rgba(0,121,107,.12)}.oq-beats-gallery__thumb img{width:100%;height:100%;object-fit:contain;background:#fff}.oq-beats-gallery__main{min-height:640px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;padding:26px}.oq-beats-gallery__main img{width:100%;max-height:590px;object-fit:contain;background:#fff}.oq-beats-gallery__caption{grid-column:2;color:var(--muted);font-size:12px;line-height:1.3}.oq-beats-info{min-width:0}.oq-beats-store{display:inline-flex;color:var(--teal-2);font-size:13px;font-weight:700;margin-bottom:6px}.oq-beats-info h1{margin:0 0 9px;color:var(--ink);font:700 28px/1.1 DM Sans,Arial,sans-serif;letter-spacing:-.035em}.oq-beats-rating{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;padding-bottom:12px;border-bottom:1px solid var(--line);color:var(--muted);font-size:13px}.oq-beats-rating__stars{color:#e6950a;font-weight:700;letter-spacing:.04em}.oq-beats-buy-line{display:grid;grid-gap:4px;gap:4px;padding:15px 0 12px;border-bottom:1px solid var(--line)}.oq-beats-price{color:var(--ink);font-size:30px;line-height:1;font-weight:700;letter-spacing:-.04em}.oq-beats-price small{color:var(--muted);font-size:13px;font-weight:500;letter-spacing:0}.oq-beats-select-note{display:inline-flex;width:max-content;min-height:28px;align-items:center;gap:7px;border-radius:999px;background:#e7f5f2;color:var(--deep);padding:0 10px;font-size:12px;font-weight:700}.oq-beats-sectionlet{padding:14px 0;border-bottom:1px solid var(--line)}.oq-beats-label{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px;font-size:13px}.oq-beats-label strong{color:var(--ink)}.oq-beats-label span{color:var(--muted)}.oq-beats-swatches{display:flex;flex-wrap:wrap;gap:9px}.oq-beats-swatch{min-width:72px;min-height:62px;display:grid;grid-template-rows:36px auto;place-items:center;grid-gap:5px;gap:5px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:7px 8px;font-size:11px;font-weight:700}.oq-beats-swatch:focus-visible,.oq-beats-swatch:hover,.oq-beats-swatch[aria-pressed=true]{border-color:var(--teal);background:#f7fafa;outline:0}.oq-beats-swatch i{width:28px;height:28px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px var(--line)}.oq-beats-style-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.oq-beats-style{min-height:58px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:9px;text-align:left;font-weight:700;font-size:12px}.oq-beats-style small{display:block;margin-top:4px;color:var(--muted);font-weight:500}.oq-beats-style:focus-visible,.oq-beats-style:hover,.oq-beats-style[aria-pressed=true]{border-color:var(--teal);background:#f7fafa;outline:0}.oq-beats-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;padding:14px 0;border-bottom:1px solid var(--line)}.oq-beats-fact{min-height:58px;display:grid;align-content:center;border:1px solid var(--line);border-radius:8px;background:var(--pdp-wash);padding:10px 12px}.oq-beats-fact small{display:block;color:var(--muted);font-size:11px}.oq-beats-fact strong{display:block;color:var(--ink);font-size:13px;line-height:1.16}.oq-beats-about{padding:16px 0 0}.oq-beats-about h2{margin:0 0 10px;font-size:18px;line-height:1.15;letter-spacing:-.025em}.oq-beats-about ul{margin:0;padding-left:18px;color:var(--ink)}.oq-beats-about li{margin:8px 0;color:var(--ink);font-size:14px;line-height:1.4}.oq-beats-buybox{position:-webkit-sticky;position:sticky;top:150px;display:grid;grid-gap:12px;gap:12px;border:1px solid rgba(0,77,64,.22);border-radius:12px;background:#fff;padding:16px;box-shadow:0 12px 30px rgba(13,36,32,.08)}.oq-beats-buybox__price{font-size:24px;line-height:1;font-weight:700;color:var(--ink)}.oq-beats-stock{color:var(--teal-2);font-weight:700}.oq-beats-delivery{display:grid;grid-gap:8px;gap:8px;color:var(--muted);font-size:13px;line-height:1.35}.oq-beats-delivery b{color:var(--ink)}.oq-beats-qty{display:grid;grid-template-columns:36px 1fr 36px;overflow:hidden;border:1px solid var(--line);border-radius:999px;text-align:center}.oq-beats-qty button{height:42px;border:0;background:#fff;color:var(--deep);font-weight:700}.oq-beats-qty span{display:grid;place-items:center;font-weight:700}.oq-beats-buybox .btn{width:100%;border-radius:999px}.oq-beats-buybox .btn-primary{background:#00796b}.oq-beats-buybox .btn-secondary{background:#fff;border-color:#00796b;color:#004d40}.oq-beats-mini-terms{display:grid;grid-gap:7px;gap:7px;border-top:1px solid var(--line);padding-top:10px;color:var(--muted);font-size:12px}.oq-beats-mini-terms span{display:flex;gap:7px;align-items:flex-start}.oq-beats-mini-terms svg{flex:0 0 auto;color:var(--teal-2)}.oq-beats-pdp .oq-pdp-band{margin-top:22px;border:1px solid rgba(0,77,64,.14);border-radius:12px;background:#fff}.oq-pdp-band__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--line)}.oq-pdp-band__head h2{margin:0;color:var(--ink);font:700 22px/1.12 DM Sans,Arial,sans-serif;letter-spacing:-.035em}.oq-pdp-band__head p{margin:4px 0 0;color:var(--muted);font-size:13px}.oq-beats-complete{display:grid;grid-template-columns:minmax(0,1fr) 290px;grid-gap:18px;gap:18px;padding:18px 20px}.oq-beats-bundle-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.oq-beats-bundle-item{min-width:0;display:grid;grid-template-rows:auto 1fr;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.oq-beats-bundle-item__media{display:grid;place-items:center;aspect-ratio:1;background:var(--pdp-soft);padding:14px}.oq-beats-bundle-item__media img{width:100%;height:100%;object-fit:contain;background:transparent}.oq-beats-bundle-item__body{padding:10px;display:grid;grid-gap:4px;gap:4px}.oq-beats-bundle-item__body strong{color:var(--ink);font-size:13px;line-height:1.2}.oq-beats-bundle-item__body small{color:var(--muted);font-size:12px}.oq-beats-bundle-summary{display:grid;align-content:center;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:8px;background:var(--pdp-wash);padding:16px}.oq-beats-bundle-summary strong{font-size:22px;color:var(--ink)}.oq-beats-bundle-summary .btn{width:100%;border-radius:999px}.oq-beats-a-plus{margin-top:22px;display:grid;grid-gap:16px;gap:16px}.oq-beats-story-grid,.oq-beats-story-hero,.oq-beats-story-split{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.oq-beats-story-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);align-items:stretch}.oq-beats-story-card img,.oq-beats-story-hero img,.oq-beats-story-split img{width:100%;height:100%;object-fit:cover;background:var(--pdp-soft)}.oq-beats-story-copy{display:grid;align-content:center;grid-gap:10px;gap:10px;padding:34px}.oq-beats-story-copy .eyebrow{color:var(--teal-2)}.oq-beats-story-copy h2{margin:0;color:var(--ink);font:700 clamp(28px,3vw,44px)/1.02 DM Sans,Arial,sans-serif;letter-spacing:-.055em}.oq-beats-story-copy p{max-width:620px;margin:0;color:var(--muted);font-size:15px;line-height:1.45}.oq-beats-story-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.oq-beats-story-tile{min-height:360px;display:grid;grid-template-rows:1fr auto;background:#fff}.oq-beats-story-tile+.oq-beats-story-tile{border-left:1px solid var(--line)}.oq-beats-story-tile__copy{padding:22px}.oq-beats-story-tile__copy h3{margin:0 0 6px;font-size:24px;line-height:1.1;letter-spacing:-.04em}.oq-beats-story-tile__copy p{margin:0;color:var(--muted);line-height:1.4}.oq-beats-story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.oq-beats-story-card{min-height:330px;display:grid;grid-template-rows:1fr auto}.oq-beats-story-card+.oq-beats-story-card{border-left:1px solid var(--line)}.oq-beats-story-card__copy{padding:18px}.oq-beats-story-card__copy h3{margin:0 0 5px;font-size:20px;line-height:1.12;letter-spacing:-.035em}.oq-beats-story-card__copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.36}.oq-beats-video{min-height:360px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#050b0a;color:#fff;position:relative}.oq-beats-video img{position:absolute;inset:0;height:100%;object-fit:cover;opacity:.58}.oq-beats-video__play{position:relative;z-index:1;display:grid;place-items:center;grid-gap:10px;gap:10px;text-align:center}.oq-beats-video__button{width:74px;height:74px;display:grid;place-items:center;border:1px solid hsla(0,0%,100%,.68);border-radius:50%;background:hsla(0,0%,100%,.08);color:#fff;font-size:28px;padding-left:4px}.oq-beats-compare{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;font-size:13px}.oq-beats-compare td,.oq-beats-compare th{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px;text-align:center;vertical-align:top}.oq-beats-compare td:first-child,.oq-beats-compare th:first-child{text-align:left;color:var(--deep);font-weight:700;background:var(--pdp-wash)}.oq-beats-compare td:last-child,.oq-beats-compare th:last-child{border-right:0}.oq-beats-compare tr:last-child td{border-bottom:0}.oq-beats-compare img{width:88px;height:72px;object-fit:contain;margin:auto;background:#fff}.oq-beats-review-layout{display:grid;grid-template-columns:330px minmax(0,1fr);grid-gap:22px;gap:22px;padding:18px 20px}.oq-beats-review-summary{border-right:1px solid var(--line);padding-right:22px}.oq-beats-review-summary strong{display:block;font-size:38px;line-height:1;letter-spacing:-.04em}.oq-beats-bars{display:grid;grid-gap:7px;gap:7px;margin-top:16px}.oq-beats-bar{display:grid;grid-template-columns:44px 1fr 40px;grid-gap:8px;gap:8px;align-items:center;color:var(--muted);font-size:12px}.oq-beats-bar i{height:8px;overflow:hidden;border-radius:999px;background:#e6efec}.oq-beats-bar i:before{content:"";display:block;width:var(--w);height:100%;background:#e6950a}.oq-beats-review-list{display:grid;grid-gap:14px;gap:14px}.oq-beats-review{padding-bottom:14px;border-bottom:1px solid var(--line)}.oq-beats-review:last-child{border-bottom:0}.oq-beats-review h3{margin:5px 0 4px;font-size:15px}.oq-beats-review p{margin:0;color:var(--muted);line-height:1.42}.oq-beats-qa{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.42fr);grid-gap:18px;gap:18px;padding:18px 20px}.oq-beats-qa details{border-bottom:1px solid var(--line);padding:12px 0}.oq-beats-qa summary{cursor:pointer;font-weight:700}.oq-beats-qa p{margin:8px 0 0;color:var(--muted)}.oq-beats-support-card{border:1px solid var(--line);border-radius:8px;background:var(--pdp-wash);padding:16px}.oq-beats-support-card form{display:grid;grid-gap:8px;gap:8px;margin-top:10px}.oq-beats-support-card textarea{min-height:96px;resize:vertical;border:1px solid var(--line);border-radius:8px;padding:10px;font:inherit}.oq-beats-rail-wrap{padding:18px 20px}.oq-beats-mobile-buy{display:none}@media(max-width:1439px){.oq-beats-pdp__hero{grid-template-columns:minmax(430px,1fr) minmax(330px,.74fr) minmax(260px,.42fr);gap:18px}.oq-beats-gallery__main{min-height:560px}.oq-beats-info h1{font-size:25px}}@media(max-width:1199px){.oq-beats-pdp__hero{grid-template-columns:minmax(0,1fr) minmax(300px,.52fr)}.oq-beats-gallery{grid-column:1;position:static}.oq-beats-info{grid-column:1}.oq-beats-buybox{grid-column:2;grid-row:1/span 2}.oq-beats-gallery__main{min-height:500px}.oq-beats-complete{grid-template-columns:1fr}.oq-beats-bundle-items{grid-template-columns:repeat(4,minmax(0,1fr))}.oq-beats-qa,.oq-beats-review-layout,.oq-beats-story-grid,.oq-beats-story-hero,.oq-beats-story-split{grid-template-columns:1fr}.oq-beats-story-card+.oq-beats-story-card,.oq-beats-story-tile+.oq-beats-story-tile{border-left:0;border-top:1px solid var(--line)}.oq-beats-review-summary{border-right:0;border-bottom:1px solid var(--line);padding-right:0;padding-bottom:18px}}@media(max-width:1023px){.oq-beats-pdp__hero{grid-template-columns:1fr}.oq-beats-buybox{position:static;grid-column:auto;grid-row:auto}.oq-beats-gallery{grid-template-columns:1fr}.oq-beats-gallery__thumbs{order:2;display:flex;overflow-x:auto;padding-bottom:4px}.oq-beats-gallery__caption{grid-column:1}.oq-beats-gallery__main{min-height:440px}.oq-beats-compare{min-width:760px}.oq-pdp-band__scroll{overflow-x:auto}}@media(max-width:767px){.oq-beats-pdp{padding-bottom:76px}.oq-beats-gallery__main{min-height:330px;padding:16px}.oq-beats-gallery__thumb{width:64px;height:64px;flex:0 0 64px}.oq-beats-info h1{font-size:22px}.oq-beats-price{font-size:27px}.oq-beats-facts,.oq-beats-style-grid{grid-template-columns:1fr}.oq-beats-bundle-items{grid-template-columns:repeat(2,minmax(0,1fr))}.oq-pdp-band__head{display:block;padding:16px}.oq-beats-complete,.oq-beats-qa,.oq-beats-rail-wrap,.oq-beats-review-layout{padding:16px}.oq-beats-story-copy{padding:24px 18px}.oq-beats-story-card,.oq-beats-story-tile{min-height:300px}.oq-beats-video{min-height:250px}.oq-beats-buybox{display:none}.oq-beats-mobile-buy{position:fixed;right:0;bottom:0;left:0;z-index:26;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.oq-beats-mobile-buy strong{display:block;font-size:13px}.oq-beats-mobile-buy small{display:block;color:var(--muted);font-size:11px}.oq-beats-mobile-buy .btn{min-height:42px;border-radius:999px}}.oq-pdp-context-nav{border-bottom:1px solid var(--line)}.oq-pdp-context-nav__inner{min-height:48px;gap:26px}.oq-pdp-context-nav__label{font:700 14px/1.1 DM Sans,Arial,sans-serif}.oq-pdp-context-nav__label:focus-visible,.oq-pdp-context-nav__label:hover{color:var(--teal-2);outline:0;text-decoration:underline;text-underline-offset:4px}.oq-pdp-context-nav__links{gap:24px}.oq-pdp-context-nav__links::-webkit-scrollbar{display:none}.oq-pdp-context-nav__link{min-height:48px;font:500 13px/1.1 DM Sans,Arial,sans-serif}.oq-pdp-context-nav__link:focus-visible,.oq-pdp-context-nav__link:hover{color:var(--teal-2);outline:0}.oq-pdp-context-nav__link:focus-visible{box-shadow:0 0 0 3px rgba(0,121,107,.14);border-radius:6px}.oq-pdp-context-nav__link.is-active{font-weight:700}.oq-pdp-context-nav__link.is-active:after{content:"";position:absolute;right:0;bottom:0;left:0}@media(max-width:767px){.oq-pdp-context-nav__inner{min-height:58px;align-items:flex-start;flex-direction:column;gap:4px;padding-top:8px;padding-bottom:8px}.oq-pdp-context-nav__links{width:100%;gap:18px}.oq-pdp-context-nav__link{min-height:30px}}.oq-pdp-context-nav{width:100%;margin-top:8px;background:#fff;border-top:1px solid rgba(13,36,32,.045);border-bottom:1px solid rgba(13,36,32,.12)}.oq-pdp-context-nav__inner{min-height:36px!important;height:36px;display:flex;align-items:center;gap:22px!important;overflow:hidden}.oq-pdp-context-nav__label{flex:0 0 auto;color:var(--ink);letter-spacing:-.005em;white-space:nowrap}.oq-pdp-context-nav__links{min-width:0;display:flex;align-items:center;gap:22px!important;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.oq-pdp-context-nav__link{position:relative;flex:0 0 auto;min-height:36px!important;display:inline-flex;align-items:center;color:var(--ink);font:500 12px/1 DM Sans,Arial,sans-serif!important;letter-spacing:-.005em;white-space:nowrap}.oq-pdp-context-nav__label:focus-visible,.oq-pdp-context-nav__label:hover,.oq-pdp-context-nav__link:focus-visible,.oq-pdp-context-nav__link:hover{color:var(--teal-2);outline:0;text-decoration:none}.oq-pdp-context-nav__label:focus-visible,.oq-pdp-context-nav__link:focus-visible{box-shadow:0 0 0 2px rgba(0,121,107,.14);border-radius:4px}.oq-pdp-context-nav__link.is-active{color:var(--deep)}.oq-pdp-context-nav__link.is-active:after{height:2px;background:var(--teal)}@media(max-width:1199px) and (min-width:768px){.oq-pdp-context-nav{margin-top:7px}.oq-pdp-context-nav__inner{min-height:38px!important;height:38px;gap:20px!important}.oq-pdp-context-nav__links{gap:20px!important}.oq-pdp-context-nav__link{min-height:38px!important}}@media(max-width:767px){.oq-pdp-context-nav{margin-top:6px}.oq-pdp-context-nav__inner{min-height:48px!important;height:auto;align-items:flex-start;flex-direction:column;gap:5px!important;padding-top:7px!important;padding-bottom:7px!important}.oq-pdp-context-nav__links{width:100%;gap:18px!important}.oq-pdp-context-nav__link{min-height:28px!important}}.oq-pdp-context-nav{margin-top:10px!important;background:#fff!important;border-top:0!important;border-bottom:1px solid rgba(13,36,32,.12)!important;box-shadow:none!important}.oq-pdp-context-nav__inner{min-height:34px!important;height:34px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;grid-column-gap:clamp(28px,4vw,58px)!important;column-gap:clamp(28px,4vw,58px)!important;overflow:hidden!important;padding-top:0!important;padding-bottom:0!important}.oq-pdp-context-nav__label{min-width:max-content;color:var(--ink)!important;font:700 12px/1 DM Sans,Arial,sans-serif!important;letter-spacing:-.01em!important;white-space:nowrap!important}.oq-pdp-context-nav__links{width:100%!important;min-width:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:clamp(22px,3.6vw,72px)!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important}.oq-pdp-context-nav__links::-webkit-scrollbar{display:none!important}.oq-pdp-context-nav__link{position:relative!important;flex:0 0 auto!important;min-height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:var(--ink)!important;font:500 11.5px/1 DM Sans,Arial,sans-serif!important;letter-spacing:-.005em!important;white-space:nowrap!important;padding:0 1px!important}.oq-pdp-context-nav__link.is-active{color:var(--deep)!important;font-weight:700!important}.oq-pdp-context-nav__link.is-active:after{height:2px!important;background:var(--teal)!important}.oq-pdp-context-nav__label:focus-visible,.oq-pdp-context-nav__label:hover,.oq-pdp-context-nav__link:focus-visible,.oq-pdp-context-nav__link:hover{color:var(--teal-2)!important;text-decoration:none!important;outline:0!important}.oq-pdp-context-nav__label:focus-visible,.oq-pdp-context-nav__link:focus-visible{border-radius:4px!important;box-shadow:0 0 0 2px rgba(0,121,107,.14)!important}@media(min-width:1440px){.oq-pdp-context-nav__inner{min-height:34px!important;height:34px!important;column-gap:58px!important}.oq-pdp-context-nav__links{gap:clamp(34px,4.2vw,86px)!important}}@media(max-width:1439px) and (min-width:1200px){.oq-pdp-context-nav__inner{min-height:34px!important;height:34px!important;column-gap:clamp(34px,3.8vw,48px)!important}.oq-pdp-context-nav__links{gap:clamp(28px,3.2vw,58px)!important}}@media(max-width:1199px) and (min-width:1024px){.oq-pdp-context-nav{margin-top:9px!important}.oq-pdp-context-nav__inner{min-height:36px!important;height:36px!important;column-gap:clamp(26px,3vw,38px)!important}.oq-pdp-context-nav__links{gap:clamp(22px,2.8vw,44px)!important}.oq-pdp-context-nav__link{min-height:36px!important;font-size:11.25px!important}}@media(max-width:1023px) and (min-width:768px){.oq-pdp-context-nav{margin-top:8px!important}.oq-pdp-context-nav__inner{min-height:38px!important;height:38px!important;column-gap:22px!important}.oq-pdp-context-nav__label{font-size:11.5px!important}.oq-pdp-context-nav__links{justify-content:space-between!important;gap:20px!important}.oq-pdp-context-nav__link{min-height:38px!important;font-size:11px!important}}@media(max-width:767px){.oq-pdp-context-nav{margin-top:6px!important}.oq-pdp-context-nav__inner{min-height:48px!important;height:auto!important;display:flex!important;align-items:flex-start!important;flex-direction:column!important;gap:5px!important;overflow:hidden!important;padding-top:7px!important;padding-bottom:7px!important}.oq-pdp-context-nav__links{width:100%!important;justify-content:flex-start!important;gap:18px!important}.oq-pdp-context-nav__link{min-height:28px!important;font-size:11.5px!important}}.oq-pdp-brand-strip{width:100%;margin-top:8px;background:#fff;border-top:1px solid #e5ece8;border-bottom:1px solid #e5ece8}.oq-pdp-brand-strip__inner{min-height:60px;display:grid;grid-template-columns:minmax(168px,auto) minmax(0,1fr) minmax(140px,auto);align-items:center;grid-gap:26px;gap:26px;overflow:hidden}.oq-pdp-brand-strip__anchor{min-width:0;display:flex;align-items:center;gap:12px;padding-right:24px;border-right:1px solid #e5ece8;color:var(--ink)}.oq-pdp-brand-strip__mark{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:999px;background:var(--deepest);color:#fff;font:700 17px/1 DM Sans,Arial,sans-serif;letter-spacing:.02em}.oq-pdp-brand-strip__mark img{width:100%;height:100%;object-fit:contain;background:#fff}.oq-pdp-brand-strip__identity{min-width:0;display:grid;grid-gap:1px;gap:1px}.oq-pdp-brand-strip__identity strong{display:block;overflow:hidden;color:var(--ink);font:700 13px/1.1 DM Sans,Arial,sans-serif;text-overflow:ellipsis;white-space:nowrap}.oq-pdp-brand-strip__identity small{display:block;overflow:hidden;color:var(--muted);font:500 10.5px/1.1 DM Sans,Arial,sans-serif;text-overflow:ellipsis;white-space:nowrap}.oq-pdp-brand-strip__rail{min-width:0;height:100%;display:flex;align-items:center;justify-content:space-between;gap:clamp(14px,2vw,36px);overflow:hidden}.oq-pdp-brand-strip__tile{min-width:54px;max-width:92px;flex:0 1 78px;display:grid;justify-items:center;grid-gap:5px;gap:5px;color:var(--ink);text-align:center}.oq-pdp-brand-strip__tile:focus-visible,.oq-pdp-brand-strip__tile:hover{color:var(--teal-2);outline:0}.oq-pdp-brand-strip__tile:focus-visible .oq-pdp-brand-strip__well{box-shadow:0 0 0 3px rgba(0,121,107,.14)}.oq-pdp-brand-strip__well{width:48px;height:48px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(13,36,32,.06);border-radius:8px;background:#f2f6f4;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.oq-pdp-brand-strip__tile:hover .oq-pdp-brand-strip__well{border-color:rgba(0,121,107,.28)}.oq-pdp-brand-strip__well img{width:100%;height:100%;object-fit:contain;padding:3px}.oq-pdp-brand-strip__tile span{display:block;width:100%;overflow:hidden;color:currentColor;font:600 10.5px/1.15 DM Sans,Arial,sans-serif;text-overflow:ellipsis;white-space:nowrap}.oq-pdp-brand-strip__cta{min-height:60px;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;padding-left:24px;border-left:1px solid #e5ece8;color:var(--teal-2);font:700 12px/1.1 DM Sans,Arial,sans-serif;white-space:nowrap}.oq-pdp-brand-strip__cta:focus-visible,.oq-pdp-brand-strip__cta:hover{color:var(--deep);outline:0;text-decoration:underline;text-underline-offset:4px}.oq-pdp-brand-strip__cta svg{width:14px;height:14px;flex:0 0 auto}@media(min-width:1440px){.oq-pdp-brand-strip__inner{min-height:62px;gap:30px}.oq-pdp-brand-strip__rail{gap:clamp(18px,2.4vw,42px)}.oq-pdp-brand-strip__tile{max-width:98px}.oq-pdp-brand-strip__well{width:50px;height:50px}}@media(max-width:1439px) and (min-width:1200px){.oq-pdp-brand-strip__inner{min-height:56px;grid-template-columns:minmax(152px,auto) minmax(0,1fr) minmax(128px,auto);gap:22px}.oq-pdp-brand-strip__anchor{padding-right:20px}.oq-pdp-brand-strip__mark{width:36px;height:36px}.oq-pdp-brand-strip__well{width:42px;height:42px}.oq-pdp-brand-strip__tile{min-width:48px;max-width:82px;flex-basis:68px}.oq-pdp-brand-strip__tile span{font-size:9.75px}.oq-pdp-brand-strip__cta{min-height:56px;padding-left:20px;font-size:11.5px}}@media(max-width:1199px) and (min-width:1024px){.oq-pdp-brand-strip{margin-top:7px}.oq-pdp-brand-strip__inner{min-height:52px;grid-template-columns:minmax(132px,auto) minmax(0,1fr) minmax(116px,auto);gap:16px}.oq-pdp-brand-strip__anchor{gap:9px;padding-right:16px}.oq-pdp-brand-strip__mark{width:32px;height:32px;font-size:14px}.oq-pdp-brand-strip__identity strong{font-size:12px}.oq-pdp-brand-strip__identity small{display:none}.oq-pdp-brand-strip__rail{gap:clamp(8px,1.4vw,18px)}.oq-pdp-brand-strip__tile{min-width:42px;max-width:72px;flex-basis:58px;gap:4px}.oq-pdp-brand-strip__well{width:38px;height:38px}.oq-pdp-brand-strip__tile span{font-size:9px}.oq-pdp-brand-strip__cta{min-height:52px;padding-left:16px;font-size:11px}}@media(max-width:1023px) and (min-width:768px){.oq-pdp-brand-strip{margin-top:6px}.oq-pdp-brand-strip__inner{min-height:50px;grid-template-columns:minmax(112px,auto) minmax(0,1fr) minmax(96px,auto);gap:12px}.oq-pdp-brand-strip__anchor{gap:8px;padding-right:12px}.oq-pdp-brand-strip__mark{width:30px;height:30px;font-size:13px}.oq-pdp-brand-strip__identity strong{font-size:11px}.oq-pdp-brand-strip__identity small{display:none}.oq-pdp-brand-strip__rail{gap:8px}.oq-pdp-brand-strip__tile{min-width:38px;max-width:58px;flex-basis:48px}.oq-pdp-brand-strip__well{width:34px;height:34px;border-radius:7px}.oq-pdp-brand-strip__tile span{font-size:8.5px}.oq-pdp-brand-strip__cta{min-height:50px;padding-left:12px;font-size:10.5px}}@media(max-width:767px){.oq-pdp-brand-strip{display:none!important}}.oq-pdp-breadcrumb{width:100%;background:#fff;border-bottom:1px solid #e5e7eb}.oq-pdp-breadcrumb__inner{min-height:38px;display:flex;align-items:center;overflow:hidden}.oq-pdp-breadcrumb__list{display:flex;align-items:center;gap:0;min-width:0;margin:0;padding:0;list-style:none;color:#6b7280;font:500 12.5px/1.2 DM Sans,Arial,sans-serif;white-space:nowrap}.oq-pdp-breadcrumb__item{display:inline-flex;align-items:center;min-width:0}.oq-pdp-breadcrumb__item+.oq-pdp-breadcrumb__item:before{content:"›";display:inline-flex;align-items:center;justify-content:center;margin:0 9px;color:#9ca3af;font-weight:600}.oq-pdp-breadcrumb__current,.oq-pdp-breadcrumb__link{display:inline-flex;align-items:center;min-height:34px;max-width:280px;overflow:hidden;color:inherit;text-overflow:ellipsis}.oq-pdp-breadcrumb__link:focus-visible,.oq-pdp-breadcrumb__link:hover{color:var(--teal-2);text-decoration:underline;text-underline-offset:3px;outline:0}.oq-pdp-breadcrumb__link:focus-visible{border-radius:4px;box-shadow:0 0 0 2px rgba(0,121,107,.14)}.oq-pdp-breadcrumb__current{color:#111827;font-weight:700}@media(min-width:1440px){.oq-pdp-breadcrumb__inner{min-height:38px}.oq-pdp-breadcrumb__list{font-size:12.5px}.oq-pdp-breadcrumb__item+.oq-pdp-breadcrumb__item:before{margin:0 10px}}@media(max-width:1439px) and (min-width:1200px){.oq-pdp-breadcrumb__inner{min-height:36px}.oq-pdp-breadcrumb__list{font-size:12px}.oq-pdp-breadcrumb__current,.oq-pdp-breadcrumb__link{max-width:240px}}@media(max-width:1199px) and (min-width:1024px){.oq-pdp-breadcrumb__inner{min-height:36px}.oq-pdp-breadcrumb__list{font-size:11.75px;overflow-x:auto;scrollbar-width:none}.oq-pdp-breadcrumb__list::-webkit-scrollbar{display:none}.oq-pdp-breadcrumb__current,.oq-pdp-breadcrumb__link{max-width:210px}.oq-pdp-breadcrumb__item+.oq-pdp-breadcrumb__item:before{margin:0 8px}}@media(max-width:1023px) and (min-width:768px){.oq-pdp-breadcrumb__inner{min-height:38px}.oq-pdp-breadcrumb__list{font-size:11.5px;overflow-x:auto;scrollbar-width:none}.oq-pdp-breadcrumb__list::-webkit-scrollbar{display:none}.oq-pdp-breadcrumb__current,.oq-pdp-breadcrumb__link{max-width:190px}.oq-pdp-breadcrumb__item+.oq-pdp-breadcrumb__item:before{margin:0 7px}}@media(max-width:767px){.oq-pdp-breadcrumb{display:none!important}}.oq-pdp-funnel-nav{--oq-pdp-funnel-top:132px;position:-webkit-sticky;position:sticky;top:var(--oq-pdp-funnel-top);z-index:24;width:100%;margin:18px 0 0;border-top:1px solid rgba(0,77,64,.1);border-bottom:1px solid rgba(0,77,64,.16);background:hsla(0,0%,100%,.965);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.oq-pdp-funnel-nav__inner{min-height:54px;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,330px);align-items:center;grid-gap:20px;gap:20px}.oq-pdp-funnel-nav__list{min-width:0;display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;white-space:nowrap}.oq-pdp-funnel-nav__list::-webkit-scrollbar{display:none}.oq-pdp-funnel-nav__link{position:relative;min-height:52px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--ink);padding:0 14px;font:700 13px/1 DM Sans,Arial,sans-serif;text-decoration:none;white-space:nowrap}.oq-pdp-funnel-nav__link:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:2px;border-radius:999px;background:transparent}.oq-pdp-funnel-nav__link:focus-visible,.oq-pdp-funnel-nav__link:hover{color:var(--teal-2);outline:0}.oq-pdp-funnel-nav__link:focus-visible{box-shadow:inset 0 0 0 2px rgba(0,121,107,.2);border-radius:8px}.oq-pdp-funnel-nav__link.is-active,.oq-pdp-funnel-nav__link[aria-current=location]{color:var(--deep)}.oq-pdp-funnel-nav__link.is-active:after,.oq-pdp-funnel-nav__link[aria-current=location]:after{background:var(--teal)}.oq-pdp-funnel-nav__product{min-width:0;display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;justify-self:end;color:var(--ink);text-decoration:none}.oq-pdp-funnel-nav__product:focus-visible,.oq-pdp-funnel-nav__product:hover{color:var(--teal-2);outline:0}.oq-pdp-funnel-nav__product img{width:46px;height:46px;border:1px solid var(--line);border-radius:8px;background:var(--well);object-fit:contain}.oq-pdp-funnel-nav__product span{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:currentColor;font-size:12px;font-weight:700;line-height:1.22}#pdp-core,#pdp-product-details-intro,.oq-pdp-funnel-block{scroll-margin-top:calc(var(--oq-pdp-funnel-top) + 68px)}.oq-pdp-funnel-intro{margin-top:22px}.oq-pdp-funnel-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.oq-pdp-funnel-mini-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.oq-pdp-funnel-mini-card img{aspect-ratio:1.45;object-fit:cover;background:var(--well)}.oq-pdp-funnel-mini-card div{padding:14px}.oq-pdp-funnel-mini-card strong{display:block;margin-bottom:4px;color:var(--ink);font-size:15px;line-height:1.16}.oq-pdp-funnel-mini-card small{display:block;color:var(--muted);font-size:12px;line-height:1.3}@media(max-width:1439px){.oq-pdp-funnel-nav__inner{grid-template-columns:minmax(0,1fr) minmax(210px,300px);gap:14px}.oq-pdp-funnel-nav__link{padding-inline:12px}}@media(max-width:1199px){.oq-pdp-funnel-nav{--oq-pdp-funnel-top:126px}.oq-pdp-funnel-nav__inner{grid-template-columns:minmax(0,1fr) minmax(170px,240px);gap:10px}.oq-pdp-funnel-nav__link{font-size:12px;padding-inline:10px}.oq-pdp-funnel-nav__product{grid-template-columns:40px minmax(0,1fr)}.oq-pdp-funnel-nav__product img{width:40px;height:40px}}@media(max-width:1023px){.oq-pdp-funnel-nav{--oq-pdp-funnel-top:118px}.oq-pdp-funnel-nav__inner{min-height:50px;grid-template-columns:minmax(0,1fr) auto}.oq-pdp-funnel-nav__link{min-height:50px}.oq-pdp-funnel-nav__product{max-width:180px}.oq-pdp-funnel-nav__product span{display:none}.oq-pdp-funnel-mini-grid{grid-template-columns:1fr}}@media(max-width:767px){.oq-pdp-funnel-nav{--oq-pdp-funnel-top:0px;top:0;z-index:25;margin-top:14px;border-top:1px solid rgba(0,77,64,.08)}.oq-pdp-funnel-nav__inner{min-height:46px;display:block;width:100%;max-width:100%}.oq-pdp-funnel-nav__list{min-height:46px;padding:0 14px;gap:2px}.oq-pdp-funnel-nav__link{min-height:46px;padding:0 12px;font-size:12px}.oq-pdp-funnel-nav__product{display:none}#pdp-core,#pdp-product-details-intro,.oq-pdp-funnel-block{scroll-margin-top:62px}}@media(prefers-reduced-motion:reduce){.oq-pdp-funnel-mini-card *,.oq-pdp-funnel-nav *{transition:none!important;scroll-behavior:auto!important}}@media(min-width:1024px){.oq-pdp-funnel-nav__inner{width:calc(100% - 64px)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;grid-template-columns:minmax(0,1fr) minmax(300px,420px)!important;gap:18px!important}.oq-pdp-funnel-nav__list{gap:8px!important}.oq-pdp-funnel-nav__list li:first-child .oq-pdp-funnel-nav__link{padding-left:0!important}.oq-pdp-funnel-nav__list li:last-child .oq-pdp-funnel-nav__link{padding-right:0!important}.oq-pdp-funnel-nav__product{max-width:420px!important;justify-self:end!important}.oq-pdp-funnel-nav__product span{max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media(min-width:1200px){.oq-pdp-funnel-nav__inner{width:calc(100% - 64px)!important;grid-template-columns:minmax(0,1fr) minmax(340px,460px)!important}.oq-pdp-funnel-nav__product{max-width:460px!important}}@media(min-width:1440px){.oq-pdp-funnel-nav__inner{width:calc(100% - 64px)!important;grid-template-columns:minmax(0,1fr) minmax(380px,520px)!important}.oq-pdp-funnel-nav__product{max-width:520px!important}}@media(max-width:1023px) and (min-width:768px){.oq-pdp-funnel-nav__inner{width:calc(100% - 48px)!important;max-width:none!important;padding-left:0!important;padding-right:0!important}}