.hero{background:var(--black);color:#fff;overflow:hidden}.hero-inner{max-width:var(--maxw);margin:0 auto;padding:64px 28px 88px;display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center}.hero h1{font-size:clamp(42px,6vw,78px);font-weight:700;margin-bottom:24px}.hero p{font-size:18px;color:var(--gray-300);max-width:430px;margin-bottom:34px}.hero-cta{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.hero-art{display:flex;justify-content:center;align-items:center;min-height:360px}.hero-art img{border-radius:var(--r-lg);object-fit:cover}.fstrip{background:var(--paper);padding:60px 0}.fstrip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.fcol{padding:0 30px;border-left:1px solid var(--line)}.fcol:first-child{border-left:none;padding-left:0}.fcol .ic{font-size:24px;margin-bottom:18px;display:block}.fcol h3{font-size:16px;margin-bottom:11px}.fcol p{font-size:14.5px;color:var(--gray-500)}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:var(--maxw);margin:0 auto;padding:0 28px}.split h2{font-size:clamp(32px,4vw,46px);margin:16px 0 20px}.split p.lead{font-size:17px;color:var(--gray-600);max-width:430px;margin-bottom:26px}.flist{display:flex;flex-direction:column;gap:24px}.flrow{display:flex;gap:16px;align-items:flex-start}.flrow .ic{font-size:20px;flex:none;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:var(--paper);border-radius:9px}.flrow h4{font-size:15.5px;margin-bottom:4px}.flrow p{font-size:14px;color:var(--gray-500)}.trusted{background:var(--paper);padding:20px 0 78px;text-align:center}.trusted h4{font-size:12.5px;letter-spacing:.16em;font-weight:700;color:var(--gray-700);margin-bottom:30px}.logos{display:flex;justify-content:center;align-items:center;gap:60px;flex-wrap:wrap;opacity:.5}.logos span{font-weight:800;font-style:italic;font-size:21px;color:#555}.pdp{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;max-width:var(--maxw);margin:0 auto;padding:0 28px;align-items:flex-start}.pdp-media{position:sticky;top:100px}.pdp-stage{background:var(--paper);border-radius:var(--r-lg);padding:40px;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;overflow:hidden}.pdp-stage img{width:100%;height:100%;object-fit:contain}.pdp-thumbs{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.pdp-thumb{width:72px;height:72px;border-radius:var(--r-sm);border:1px solid var(--line);overflow:hidden;cursor:pointer;background:var(--paper);padding:6px}.pdp-thumb.on{border-color:#000}.pdp-thumb img{width:100%;height:100%;object-fit:contain}.pdp h1{font-size:34px;margin-bottom:6px}.pdp .price{font-size:30px;font-weight:700;margin:14px 0}.pdp .price .compare{font-size:18px;color:#8f8f8f;text-decoration:line-through;margin-left:10px;font-weight:600}.bundle-offer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px 18px;max-width:536px;margin:18px 0 20px;padding:16px 18px;border:1px solid #ead7b5;background:linear-gradient(135deg,#fff8ea,#fff);border-radius:18px;box-shadow:0 10px 24px #0000000f}.bundle-offer__copy{min-width:0}.bundle-offer__tag{display:inline-flex;margin-bottom:6px;padding:4px 9px;border-radius:999px;background:#111;color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.bundle-offer strong{display:block;font-size:21px;line-height:1.15;color:#111}.bundle-offer p{margin-top:5px;font-size:13px;line-height:1.35;color:var(--gray-600)}.bundle-offer__button{flex:none;border:none;border-radius:999px;background:#111;color:#fff;font-weight:700;font-size:13px;padding:11px 16px;cursor:pointer;transition:transform .18s ease,opacity .18s ease;white-space:nowrap}.bundle-offer__button:hover{transform:translateY(-1px);opacity:.92}.bundle-offer__button:disabled{opacity:.65;cursor:wait;transform:none}.bundle-offer--compact{margin:6px 0 20px}.bundle-offer__colors{grid-column:1/-1;display:grid;gap:10px;padding-top:12px;border-top:1px solid rgba(234,215,181,.8)}.bundle-color-row{display:grid;grid-template-columns:112px minmax(0,1fr);gap:12px;align-items:center}.bundle-color-label{font-size:12.5px;font-weight:700;color:#111;white-space:nowrap}.bundle-color-current{font-weight:700;color:var(--gray-700)}.bundle-swatch-options{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.bundle-swatch-opt{width:28px;height:28px;border-radius:50%;border:2px solid var(--line);cursor:pointer;background:var(--sw,#ccc);transition:transform .15s,border-color .15s;padding:0;position:relative;box-shadow:0 5px 14px #0000001a}.bundle-swatch-opt:hover{transform:scale(1.08)}.bundle-swatch-opt.on{border-color:#000;transform:scale(1.08)}.bundle-swatch-opt.on:after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:1px solid #000;border-radius:50%}.rating{color:var(--accent-dim);font-size:14px;margin-bottom:18px}.variant-options{display:flex;gap:10px;flex-wrap:wrap}.variant-opt{padding:9px 16px;border:1px solid var(--line);border-radius:var(--r-pill);font-size:14px;font-weight:600;cursor:pointer;background:#fff;transition:.15s}.variant-opt.on{border-color:#000;background:#000;color:#fff}.variant-opt.soldout{opacity:.4;text-decoration:line-through;cursor:not-allowed}.variant-current{font-weight:600;color:var(--ink)}.qty-row{display:flex;align-items:center;gap:16px;margin:22px 0}.qty-ctrl{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;overflow:hidden}.qty-ctrl button{width:38px;height:38px;border:none;background:#fff;font-size:18px;cursor:pointer}.qty-ctrl button:hover{background:var(--paper)}.qty-ctrl input{width:44px;text-align:center;font-weight:600;border:none;font-size:15px;-moz-appearance:textfield}.qty-ctrl input::-webkit-outer-spin-button,.qty-ctrl input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pdp-perks{display:flex;gap:24px;margin-top:24px;font-size:13px;color:var(--gray-500);flex-wrap:wrap}.pdp-perks span{display:flex;gap:7px;align-items:center}.pdp-desc{max-width:var(--maxw);margin:70px auto 0;padding:0 28px}.pdp-desc .rte{max-width:720px}.cart-wrap{max-width:900px;margin:0 auto;padding:60px 28px 90px}.cart-wrap h1{font-size:34px;margin-bottom:28px}.cart-item{display:grid;grid-template-columns:90px 1fr auto auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.cart-item img{width:90px;height:90px;object-fit:contain;background:var(--paper);border-radius:var(--r-sm);padding:6px}.cart-item .ci-title{font-weight:600;font-size:16px}.cart-item .ci-variant{font-size:13px;color:var(--gray-500);margin-top:3px}.cart-item .ci-price{font-weight:600}.cart-foot{display:flex;justify-content:space-between;align-items:center;margin-top:30px;flex-wrap:wrap;gap:20px}.cart-total{font-size:20px;font-weight:700}.cart-empty{text-align:center;padding:80px 0}.cart-empty p{color:var(--gray-500);margin:12px 0 24px}.remove-link{font-size:13px;color:var(--gray-500);border:none;background:none;cursor:pointer;text-decoration:underline}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:var(--maxw);margin:0 auto;padding:0 28px}.stat b{font-size:40px;font-weight:700;display:block}.stat span{font-size:14px;color:var(--gray-500)}.steps{display:flex;flex-direction:column;gap:26px}.step{display:flex;gap:18px;align-items:flex-start}.step .num{flex:none;width:34px;height:34px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.step h4{font-size:16px;margin-bottom:4px}.step p{font-size:14px;color:var(--gray-500)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;max-width:var(--maxw);margin:0 auto;padding:0 28px}.contact-info .row{display:flex;gap:14px;margin-bottom:24px;align-items:flex-start}.contact-info .ic{font-size:18px;width:38px;height:38px;flex:none;display:flex;align-items:center;justify-content:center;background:var(--paper);border-radius:10px}.contact-info h4{font-size:14px;margin-bottom:3px}.contact-info p{font-size:14px;color:var(--gray-500)}.form-success{margin-bottom:20px;padding:14px 16px;background:#eafaef;border:1px solid #bfe9cd;border-radius:var(--r-sm);font-size:14px;color:#157a3a}.auth{max-width:420px;margin:0 auto;padding:60px 28px 100px}.auth h1{font-size:30px;margin-bottom:8px}.auth .sub{color:var(--gray-500);margin-bottom:30px;font-size:15px}.auth .alt{text-align:center;font-size:14px;color:var(--gray-500);margin-top:22px}.auth .errors{background:#fdecec;border:1px solid #f5c2c2;border-radius:var(--r-sm);padding:12px 14px;margin-bottom:18px;font-size:14px;color:#b42318}.coll-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:var(--maxw);margin:0 auto;padding:0 28px}.prod-card{border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}.prod-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.prod-card .pc-img{aspect-ratio:1/1;background:var(--paper);display:flex;align-items:center;justify-content:center;padding:24px}.prod-card .pc-img img{width:100%;height:100%;object-fit:contain}.prod-card .pc-body{padding:20px}.prod-card h4{font-size:16px;margin-bottom:6px}.prod-card .pc-price{font-weight:700}.prod-card .pc-price .compare{font-size:13px;color:#8f8f8f;text-decoration:line-through;margin-left:8px;font-weight:600}@media(max-width:900px){.hero-inner,.split,.contact-grid,.pdp{grid-template-columns:1fr;gap:42px}.pdp-media{position:static}.fstrip-grid{grid-template-columns:1fr 1fr;gap:32px 0}.fcol{padding:0 16px}.fcol:nth-child(odd){border-left:none;padding-left:0}.stats{grid-template-columns:1fr 1fr;gap:28px}.coll-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.bundle-offer{align-items:flex-start;flex-direction:column;padding:15px}.bundle-offer__button{width:100%}.fstrip-grid{grid-template-columns:1fr}.fcol{border-left:none;padding-left:0}.stats,.coll-grid{grid-template-columns:1fr}.logos{gap:30px}.cart-item{grid-template-columns:70px 1fr;grid-template-areas:"img title" "img price";row-gap:8px}}.fp-grid{max-width:var(--maxw);margin:0 auto;padding:0 28px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.fp-media{background:var(--paper);border-radius:var(--r-lg);padding:48px;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;overflow:hidden}.fp-media img{width:100%;height:100%;object-fit:contain}.fp-info h2{font-size:clamp(30px,3.8vw,44px);margin:12px 0 16px}.fp-info .lead{font-size:17px;color:var(--gray-600);max-width:440px;margin-bottom:22px}.fp-price{font-size:30px;font-weight:700;margin-bottom:10px}.fp-price .compare{font-size:18px;color:#8f8f8f;text-decoration:line-through;margin-left:10px;font-weight:600}.fp-actions{display:flex;flex-direction:column;gap:12px;max-width:380px;margin-top:8px}.fp-subtext{font-size:13.5px;color:var(--gray-500);margin-top:14px;max-width:380px}.variant-row{margin:18px 0}.variant-row label{display:block;font-size:13px;font-weight:600;margin-bottom:8px}.variant-current{font-weight:600}.swatch-options{display:flex;gap:10px;flex-wrap:wrap}.swatch-opt{width:34px;height:34px;border-radius:50%;border:2px solid var(--line);cursor:pointer;background:var(--sw,#ccc);transition:transform .15s,border-color .15s;padding:0;position:relative}.swatch-opt:hover{transform:scale(1.08)}.swatch-opt.on{border-color:#000;transform:scale(1.08)}.swatch-opt.on:after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:1px solid #000;border-radius:50%}.btn-accent{background:var(--accent,#23d160);color:#022b12}.btn-accent:hover{opacity:.9}.acc{max-width:720px;margin:0 auto}.acc-item{border-bottom:1px solid var(--line)}.acc-q{width:100%;text-align:left;background:none;border:none;padding:20px 4px;font-size:16px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--ink)}.acc-q:after{content:"+";font-size:22px;color:var(--gray-400);transition:transform .2s}.acc-item.open .acc-q:after{content:"\2212"}.acc-a{max-height:0;overflow:hidden;transition:max-height .3s ease;color:var(--gray-600);font-size:14.5px}.acc-item.open .acc-a{max-height:320px}.acc-a p{padding:0 4px 22px}.faq-trust{margin-bottom:30px}.faq-faces{display:flex;justify-content:center}.faq-faces img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:3px solid #fff;margin-left:-12px;box-shadow:0 2px 8px #0000001f}.faq-faces img:first-child{margin-left:0}.faq-trust__label{font-size:14px;color:var(--gray-500);margin-top:12px;font-weight:500}.apphero.black{background:#000;color:#fff}.apphero.paper{background:var(--paper)}.apphero__inner{max-width:var(--maxw);margin:0 auto;padding:70px 28px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.apphero__copy{max-width:480px}.apphero__copy h1{font-size:clamp(36px,5vw,60px);font-weight:700;line-height:1.02;margin:14px 0 18px}.apphero__copy p{font-size:18px;margin-bottom:30px}.apphero.black .apphero__copy p{color:var(--gray-300)}.apphero__btns{display:flex;gap:16px;flex-wrap:wrap}.apphero__media{display:flex;justify-content:center}.apphero__media img{max-height:540px;width:auto;object-fit:contain;border-radius:var(--r-lg)}.apphero__media--ph{min-height:300px}.appfeat{display:grid;grid-template-columns:1fr 1fr;align-items:center}.appfeat--right{direction:rtl}.appfeat--right>*{direction:ltr}.appfeat__media{display:flex;align-items:center;justify-content:center;padding:60px 40px;min-height:460px}.appfeat.paper .appfeat__media,.appfeat__media--ph{background:var(--paper)}.appfeat.black{background:#000;color:#fff}.appfeat__media img{max-width:100%;max-height:520px;object-fit:contain;border-radius:var(--r-lg)}.appfeat__copy{padding:60px 56px}.appfeat__inner{max-width:440px}.appfeat__inner h2{font-size:clamp(28px,3.4vw,40px);margin:14px 0 16px}.appfeat__inner p{font-size:16px;color:var(--gray-600);margin-bottom:22px}.appfeat.black .appfeat__inner p{color:var(--gray-300)}.appfeat__tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.appfeat__tag{font-size:13px;font-weight:600;padding:7px 14px;border-radius:999px;background:var(--paper);border:1px solid var(--line);color:var(--gray-700)}.appdl.black{background:#000;color:#fff}.appdl.paper{background:var(--paper)}.appdl__inner{max-width:var(--maxw);margin:0 auto;padding:70px 28px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.appdl__copy{max-width:440px}.appdl__copy h2{font-size:clamp(30px,4vw,46px);margin:14px 0 16px}.appdl__copy p{font-size:17px;margin-bottom:28px}.appdl.black .appdl__copy p{color:var(--gray-300)}.appdl__btns{display:flex;gap:12px;flex-wrap:wrap}.appdl__media{display:flex;justify-content:center}.appdl__media img{max-height:560px;width:auto;object-fit:contain}.appdl__media--ph{min-height:300px}.btn-line-light{background:transparent;border:1px solid rgba(255,255,255,.5);color:#fff}.btn-line-light:hover{border-color:#fff;background:#ffffff14}@media(max-width:900px){.fp-grid,.apphero__inner,.appdl__inner{grid-template-columns:1fr;gap:36px}.appfeat,.appfeat--right{grid-template-columns:1fr;direction:ltr}.appfeat__media{min-height:auto;padding:44px 28px}.appfeat__copy{padding:40px 28px}.apphero__media{order:-1}}.app-showcase-img{display:flex;justify-content:center;align-items:center}.app-showcase-img img{max-width:100%;max-height:560px;border-radius:var(--r-lg);box-shadow:var(--shadow);object-fit:contain}.fp-media img,.apphero__media img,.app-showcase-img img,.appfeat__media img,.appdl__media img{max-width:100%;height:auto;object-fit:contain}.fp-media{display:flex;align-items:center;justify-content:center}.fp-media img,.app-showcase-img img,.apphero__media img,.appdl__media img{border-radius:28px}.apphero__media img,.app-showcase-img img,.appfeat__media img,.appdl__media img{width:100%;max-width:100%;border-radius:28px;object-fit:cover}.app-showcase-img img{box-shadow:0 24px 70px #0f172a1f}.reviews-section{background:#f6f8fc}.reviews-head{display:flex;justify-content:space-between;gap:32px;align-items:flex-end;margin-bottom:34px}.reviews-head h2{margin:8px 0 10px}.reviews-head p{max-width:620px;color:var(--muted);font-size:17px;line-height:1.65}.reviews-score{min-width:170px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:22px;padding:18px;box-shadow:0 14px 35px #0f172a0f}.reviews-stars,.review-stars{color:#f59e0b;letter-spacing:1px}.reviews-score strong{display:block;font-size:24px;margin-top:6px}.reviews-score span{color:var(--muted);font-size:13px}.reviews-layout{display:grid;grid-template-columns:.85fr 1.5fr;gap:28px;align-items:start}.reviews-photos{display:grid;gap:16px}.reviews-photos img{width:100%;border-radius:24px;object-fit:cover;box-shadow:0 18px 60px #0f172a1f;background:#fff}.reviews-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.review-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:22px;box-shadow:0 14px 35px #0f172a0f}.review-card p{margin:14px 0;line-height:1.65;color:#111827}.review-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.review-color,.review-meta{color:var(--muted);font-size:13px}.reviews-note{margin-top:18px;color:var(--muted);font-size:13px}.footer-grid--complete{grid-template-columns:1.3fr .75fr .85fr .85fr 1.05fr}.footer-brand .logo{letter-spacing:.28em}.footer-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.footer-badges span{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:7px 10px;color:#ffffffbd;font-size:12px}.footer-newsletter p{color:#ffffffa3;line-height:1.6;margin:0 0 14px}.footer-form{display:flex;gap:8px}.footer-form input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;border-radius:999px;padding:12px 14px}.footer-form input::placeholder{color:#ffffff73}.footer-form button{border:0;border-radius:999px;padding:12px 16px;background:#fff;color:#000;font-weight:800;cursor:pointer}.footer-disclaimer{margin-top:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#ffffff8c;font-size:12px;line-height:1.6;max-width:860px}@media(max-width:980px){.reviews-head,.reviews-layout{grid-template-columns:1fr;display:grid}.reviews-grid{grid-template-columns:1fr}.footer-grid--complete{grid-template-columns:1fr 1fr}}@media(max-width:640px){.reviews-head{align-items:start}.reviews-score{width:100%}.footer-grid--complete{grid-template-columns:1fr}.footer-form{flex-direction:column}}.fp-media{background:transparent!important;box-shadow:none!important}.fp-media img.fpMainImg--transparent,.pdp-stage img.fpMainImg--transparent{width:min(82%,620px);max-height:720px;object-fit:contain;filter:contrast(1.13) saturate(1.02) drop-shadow(0 28px 35px rgba(15,23,42,.18));border-radius:0!important;background:transparent!important}.featured-promise{margin-top:12px}.featured-promise h3{font-size:24px;margin:0 0 10px}.featured-promise p{color:var(--muted);line-height:1.65;margin-bottom:20px;max-width:440px}.pdp-catchline{margin:-6px 0 18px;padding:14px 16px;border:1px solid rgba(15,23,42,.08);background:#f6f8fc;border-radius:18px}.pdp-catchline span{display:block;font-weight:900;font-size:17px;color:#111827}.pdp-catchline p{margin:4px 0 0;color:var(--muted);font-size:14px;line-height:1.45}.pdp-mini-story{margin-top:20px;padding:22px;border-radius:24px;background:#0b0d12;color:#fff}.pdp-mini-story h3{margin:0 0 8px;font-size:20px}.pdp-mini-story p{color:#ffffffb8;line-height:1.65;margin:0}.footer-col p{color:#ffffff8c;font-size:13px;line-height:1.5;margin:2px 0 14px}.footer-legal-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}.footer-legal-links a{color:#ffffff9e;font-size:13px}.collection-clean{padding-top:70px;background:#fff}.coll-grid--centered{display:flex;justify-content:center;align-items:center;gap:28px;flex-wrap:wrap}.prod-card--featured{width:min(520px,92vw);text-align:center;border-radius:30px}.pc-img--transparent{min-height:430px;display:flex;align-items:center;justify-content:center;background:transparent!important}.pc-img--transparent img{width:82%;max-height:420px;object-fit:contain;filter:contrast(1.14) drop-shadow(0 22px 30px rgba(15,23,42,.18));mix-blend-mode:normal}.pc-body--centered{text-align:center}.collection-promise{max-width:760px;margin:44px auto 0;text-align:center}.collection-promise h1{font-size:clamp(42px,6vw,78px);margin:10px 0 16px;letter-spacing:-.055em}.collection-promise p{color:var(--muted);font-size:18px;line-height:1.7;margin:0 auto 26px;max-width:650px}.contact-grid--simple{align-items:stretch}.contact-info--clean{background:#f6f8fc;border-radius:28px;padding:34px}.contact-info--clean h2{font-size:34px;margin:0 0 12px}.contact-info--clean>p{color:var(--muted);line-height:1.7;margin-bottom:28px}.contact-help-list .row{align-items:flex-start}@media(max-width:760px){.pc-img--transparent{min-height:320px}.collection-clean{padding-top:40px}}.pc-img--transparent img{width:84%;max-height:430px;object-fit:contain;filter:contrast(1.08) saturate(1.02) drop-shadow(0 18px 25px rgba(15,23,42,.12));mix-blend-mode:normal;border-radius:0}.pdp-stage img#pdpMainImg{max-width:100%;object-fit:contain}#faq,#about-pulse{scroll-margin-top:110px}#faq .acc{margin-top:0;max-width:920px}#faq .faq-trust{display:none}.info-page__wrap{max-width:860px}.info-page h1{font-size:clamp(42px,6vw,76px);margin:10px 0 24px}.info-page__content{font-size:18px;line-height:1.8;color:#4b5563}.apphero__free-note,.free-app-badge,.pdp-free-note{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:10px 14px;border-radius:999px;font-weight:800;font-size:14px;line-height:1.25}.apphero__free-note{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.22)}.free-app-badge,.pdp-free-note{background:#ecfdf5;color:#047857;border:1px solid rgba(4,120,87,.18)}.pdp-free-note{margin:4px 0 18px}html{scroll-behavior:smooth}body{background:#fff}.section,.hero,.apphero,.appfeat,.appdl,.fstrip,.trusted,.phead,.footer{position:relative;transition:background-color .45s ease,color .35s ease,border-color .35s ease}.reveal-on-scroll{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal-on-scroll,.reveal-on-scroll.is-visible,.btn,.nav,.prod-card,.review-card,.appfeat__media img,#pdpMainImg{transition:none!important;transform:none!important;opacity:1!important}}.btn,.nav,.prod-card,.review-card,.appfeat__media img,.apphero__media img,.app-showcase-img img,.fp-media img,.pdp-stage img{transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease,filter .25s ease}.prod-card:hover,.review-card:hover{transform:translateY(-3px)}#pdpMainImg{transition:opacity .22s ease,transform .22s ease}#pdpMainImg.is-changing{opacity:.35;transform:scale(.985)}.pdp-thumbs{display:none!important}.swatch-options{gap:12px}.swatch-opt{box-shadow:0 4px 12px #0f172a14}.swatch-opt.on{box-shadow:0 0 0 4px #00000014}.section.paper{background:linear-gradient(180deg,#f8f8f7 0%,var(--paper) 18%,var(--paper) 82%,#fff 100%)}.section.black,.apphero.black,.appdl.black{background:linear-gradient(180deg,#000,#070707 56%,#111)}.pulse-header-logo{display:inline-flex!important;align-items:center;justify-content:flex-start;min-width:150px;flex:0 0 auto;text-decoration:none;opacity:1!important}.pulse-logo-text{display:inline-block;font-weight:800;font-size:25px;line-height:1;letter-spacing:.32em;color:currentColor;text-transform:uppercase}.nav.light .pulse-logo-text{color:#000}.nav.dark .pulse-logo-text{color:#fff}@media(max-width:760px){.pulse-header-logo{min-width:auto}.pulse-logo-text{font-size:21px;letter-spacing:.24em}}.app-name-section{padding-top:72px;padding-bottom:72px}.app-name-card{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:center;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:32px;padding:clamp(28px,5vw,54px);box-shadow:0 24px 70px #0f172a14}.app-name-copy h2{font-size:clamp(34px,5vw,62px);margin:12px 0 18px}.app-name-copy p{max-width:680px;color:var(--gray-600);font-size:18px;line-height:1.7}.app-name-actions{margin-top:26px;display:flex;flex-wrap:wrap;gap:12px}.app-name-badge{background:#0b0d12;color:#fff;border-radius:28px;padding:34px;min-height:220px;display:flex;flex-direction:column;justify-content:center}.app-name-badge span{color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.16em}.app-name-badge strong{font-size:clamp(38px,5vw,64px);letter-spacing:-.04em;margin:8px 0 12px}.app-name-badge small{color:#ffffffad;line-height:1.6}@media(max-width:880px){.app-name-card{grid-template-columns:1fr}}.pulse-app-fallback{background:#fff}.pulse-app-fallback .apphero{margin-top:0}.pulse-old-logo{display:inline-flex!important;align-items:center;justify-content:flex-start;min-width:178px;flex:0 0 auto;opacity:1!important}.pulse-old-logo img{display:block;width:170px;height:auto;max-height:42px;object-fit:contain}@media(max-width:760px){.pulse-old-logo{min-width:132px}.pulse-old-logo img{width:132px;max-height:34px}}.template-product .section:first-of-type{padding-top:clamp(52px,7vw,90px)}.template-product .pdp{max-width:1180px;grid-template-columns:minmax(360px,540px) minmax(360px,540px);justify-content:center;align-items:flex-start;gap:clamp(38px,6vw,72px)}.template-product .pdp-media{position:static;top:auto;width:100%;justify-self:center;align-self:flex-start}.template-product .pdp-stage{width:min(100%,540px);max-width:540px;margin:0 auto;padding:clamp(26px,4vw,44px);background:#f6f6f5}.template-product .pdp-info{max-width:560px;width:100%;justify-self:center}.template-product .pdp-thumbs{display:none!important}.template-product #pdpMainImg{transition:opacity .24s ease,transform .24s ease,filter .24s ease}.template-product #pdpMainImg.is-changing{opacity:.35;transform:scale(.985)}.template-product .swatch-options{gap:12px}.template-product .swatch-opt{box-shadow:0 4px 12px #0f172a14}.template-product .swatch-opt.on{box-shadow:0 0 0 4px #00000014}main h1,main h2,main h3,main p,main .lead,main .eyebrow,main .rte,main .price,main .variant-row,main .pdp-free-note,main .pdp-mini-story{animation:pulseTextIn .55s ease both}main h1{animation-delay:.03s}main h2{animation-delay:.05s}main p,main .lead,main .rte{animation-delay:.08s}html.page-is-leaving main h1,html.page-is-leaving main h2,html.page-is-leaving main h3,html.page-is-leaving main p,html.page-is-leaving main .lead,html.page-is-leaving main .eyebrow,html.page-is-leaving main .rte,html.page-is-leaving main .price,html.page-is-leaving main .variant-row{opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}@keyframes pulseTextIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.mobile-menu{display:block!important;max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);transition:max-height .32s ease,opacity .24s ease,transform .24s ease,padding-top .24s ease,padding-bottom .24s ease;pointer-events:none}.mobile-menu.is-open{max-height:520px;opacity:1;transform:translateY(0);pointer-events:auto}.burger{transition:transform .2s ease,opacity .2s ease}@media(max-width:760px){#faq{padding-left:0;padding-right:0}#faq .wrap{padding-left:22px;padding-right:22px}#faq .acc{width:100%;padding-left:20px;padding-right:20px}#faq .acc-item{padding-left:2px;padding-right:2px}#faq .acc-q{font-size:16px;gap:16px}.template-product .pdp{grid-template-columns:1fr;gap:32px;padding-left:20px;padding-right:20px}.template-product .pdp-media{position:static}.template-product .pdp-stage{width:100%;max-width:500px}.template-product .pdp-info{max-width:500px}}@media(prefers-reduced-motion:reduce){main h1,main h2,main h3,main p,main .lead,main .eyebrow,main .rte,main .price,main .variant-row,main .pdp-free-note,main .pdp-mini-story{animation:none!important}.mobile-menu,.burger,.template-product #pdpMainImg{transition:none!important}}.section{padding-top:clamp(56px,6vw,78px);padding-bottom:clamp(56px,6vw,78px)}.section+.section,.section+.footer,.trusted+.footer,.appdl+.footer{margin-top:0!important}.section.paper{background:#f7f7f6}.section.black,.apphero.black,.appdl.black,.footer{background:#000}.section.paper+.section.black,.section.paper+.appdl.black,.section.paper+.footer,.trusted+.footer,.appdl.black+.footer{position:relative}.section.paper+.section.black:before,.section.paper+.appdl.black:before,.section.paper+.footer:before,.trusted+.footer:before,.appdl.black+.footer:before{content:"";position:absolute;left:0;right:0;top:-34px;height:34px;pointer-events:none;background:linear-gradient(180deg,#fff0,#00000014,#00000029)}.reveal-on-scroll{opacity:0;transform:none!important;transition:opacity .65s ease,filter .65s ease!important;filter:blur(3px)}.reveal-on-scroll.is-visible{opacity:1;transform:none!important;filter:blur(0)}.mobile-menu{display:block!important;max-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);padding:0 22px!important;border-bottom-width:0!important;pointer-events:none;transition:max-height .34s ease,opacity .24s ease,transform .24s ease,padding-top .24s ease,padding-bottom .24s ease,border-color .24s ease}.mobile-menu.is-open{opacity:1;transform:translateY(0);padding-top:12px!important;padding-bottom:12px!important;pointer-events:auto;border-bottom-width:1px!important}.mobile-menu--dark{background:#000;color:#fff;border-bottom:1px solid #1f1f22}.mobile-menu--light{background:#fff;color:#000;border-bottom:1px solid #e6e6e6}.mobile-menu a{opacity:0;transform:translateY(-4px);transition:opacity .22s ease,transform .22s ease}.mobile-menu.is-open a:nth-child(1){transition-delay:.03s}.mobile-menu.is-open a:nth-child(2){transition-delay:.06s}.mobile-menu.is-open a:nth-child(3){transition-delay:.09s}.mobile-menu.is-open a:nth-child(4){transition-delay:.12s}.mobile-menu.is-open a:nth-child(5){transition-delay:.15s}.burger{transition:transform .22s ease,opacity .22s ease}.trusted{padding-bottom:clamp(46px,5vw,60px)!important}.appdl{margin-bottom:0!important}main>.section:last-child{margin-bottom:0!important}@media(max-width:760px){.section{padding-top:48px;padding-bottom:48px}.section.paper+.section.black:before,.section.paper+.appdl.black:before,.section.paper+.footer:before,.trusted+.footer:before,.appdl.black+.footer:before{top:-24px;height:24px}}.phead.light,.nav.light,.section,.fstrip,.trusted,.apphero,.appfeat,.appdl,.footer{border-top:0!important;border-bottom:0!important}main>section,main>.section,main>header,.apphero,.appdl,.footer{position:relative;overflow:hidden}main>.section:not(:first-child):before,main>section:not(:first-child):before,.appdl:before,.footer:before{content:"";position:absolute;left:0;right:0;top:0;height:44px;pointer-events:none;z-index:0;background:linear-gradient(180deg,#ffffffd1,#ffffff38 45%,#fff0)}main>.section.paper:before,main>section.paper:before{background:linear-gradient(180deg,#fffffff2,#f7f7f68c 42%,#f7f7f600)}.section.black:before,.apphero.black:before,.appdl.black:before,.footer:before{height:62px;background:linear-gradient(180deg,#ffffff0f,#0000005c 42%,#0000)}main>.section>*,main>section>*,.apphero>*,.appdl>*,.footer>*{position:relative;z-index:1}.section.paper+.section.black:before,.section.paper+.appdl.black:before,.section.paper+.footer:before,.trusted+.footer:before,.appdl.black+.footer:before{top:0!important;height:62px!important}@media(max-width:760px){main>.section:not(:first-child):before,main>section:not(:first-child):before{height:32px}.section.black:before,.apphero.black:before,.appdl.black:before,.footer:before{height:44px}}.section.paper{padding-top:clamp(34px,4vw,56px)!important;padding-bottom:clamp(56px,5vw,78px)!important}.section.paper .split{align-items:center;padding-top:0!important}.section.paper .eyebrow{margin-top:0!important}.fstrip,.trusted{padding-top:clamp(34px,4vw,54px)!important}@media(max-width:760px){.section.paper{padding-top:32px!important;padding-bottom:48px!important}}#about-pulse.section.paper{padding-top:0!important;padding-bottom:clamp(48px,5vw,68px)!important}#about-pulse .split{align-items:flex-start!important;padding-top:0!important}#about-pulse .hero-art,#about-pulse .hero-art img{margin-top:0!important}.trusted{background:#fff!important;padding-top:14px!important;padding-bottom:44px!important}#faq{background:#fff!important;padding-bottom:36px!important}#faq+.trusted,.section.paper+.trusted{margin-top:0!important}.trusted h4{margin-top:0!important;margin-bottom:20px!important}#about-pulse:before,.trusted:before,#faq+.trusted:before{display:none!important}@media(max-width:760px){#about-pulse.section.paper{padding-top:0!important;padding-bottom:42px!important}#about-pulse .split{gap:28px!important}.trusted{padding-top:8px!important;padding-bottom:34px!important}#faq{padding-bottom:28px!important}}.mobile-menu{display:block!important;max-height:0;overflow:hidden;opacity:0;transform:translateY(-10px);padding:0 40px!important;pointer-events:none;transition:max-height .34s ease,opacity .24s ease,transform .24s ease,padding-top .26s ease,padding-bottom .26s ease}.mobile-menu.is-open{opacity:1;transform:translateY(0);padding-top:20px!important;padding-bottom:20px!important;pointer-events:auto}.mobile-menu a{opacity:0;transform:translateY(10px);transition:opacity .28s ease,transform .28s ease,color .18s ease}.mobile-menu.is-open a{opacity:1;transform:translateY(0)}.mobile-menu.is-open a:nth-child(1){transition-delay:.04s}.mobile-menu.is-open a:nth-child(2){transition-delay:.08s}.mobile-menu.is-open a:nth-child(3){transition-delay:.12s}.mobile-menu.is-open a:nth-child(4){transition-delay:.16s}.mobile-menu.is-open a:nth-child(5){transition-delay:.2s}.mobile-menu a:hover{color:#000}.burger{transition:transform .24s ease,opacity .2s ease}.burger.is-open{transform:rotate(90deg)}main h1,main h2,main h3,main p,main .lead,main .eyebrow,main .btn,main .link-arrow,main .acc-item,main .review-card{transition:opacity .38s ease,transform .38s ease}html.page-loaded main h1,html.page-loaded main h2,html.page-loaded main h3,html.page-loaded main p,html.page-loaded main .lead,html.page-loaded main .eyebrow,html.page-loaded main .btn,html.page-loaded main .link-arrow,html.page-loaded main .acc-item,html.page-loaded main .review-card{animation:pulseSoftTextIn .48s ease both}html.page-is-leaving main h1,html.page-is-leaving main h2,html.page-is-leaving main h3,html.page-is-leaving main p,html.page-is-leaving main .lead,html.page-is-leaving main .eyebrow,html.page-is-leaving main .btn,html.page-is-leaving main .link-arrow{opacity:0;transform:translateY(8px)}@keyframes pulseSoftTextIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:760px){.apphero{overflow:hidden}.apphero__inner{display:block!important;padding-left:0!important;padding-right:0!important}.apphero__copy{padding-left:28px!important;padding-right:28px!important}.apphero__media,.apphero__media--ph,.appdl__media,.appdl__media--ph,.app-showcase-img{width:calc(100% - 32px)!important;margin-left:auto!important;margin-right:auto!important;overflow:hidden!important;border-radius:22px!important}.apphero__media img,.apphero__media--ph img,.appdl__media img,.appdl__media--ph img,.app-showcase-img img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;border-radius:22px!important}.mobile-menu{padding-left:40px!important;padding-right:40px!important}}@media(prefers-reduced-motion:reduce){.mobile-menu,.mobile-menu a,.burger,main h1,main h2,main h3,main p,main .lead,main .eyebrow,main .btn,main .link-arrow{transition:none!important;animation:none!important}}@media(max-width:760px){.nav{padding:16px 28px!important;min-height:82px}.mobile-menu{display:block!important;max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);padding:0 40px!important;margin:0!important;border-top:0!important;border-bottom:1px solid transparent;pointer-events:none;transition:max-height .34s cubic-bezier(.2,.8,.2,1),opacity .24s ease,transform .24s ease,padding-top .24s ease,padding-bottom .24s ease,border-color .24s ease}.mobile-menu.is-open{opacity:1;transform:translateY(0);padding-top:6px!important;padding-bottom:8px!important;pointer-events:auto;border-bottom-color:#00000014}.mobile-menu--light{background:#fff!important;color:#000!important}.mobile-menu--dark{background:#000!important;color:#fff!important}.mobile-menu a{display:block;padding:18px 0!important;margin:0!important;font-size:28px;line-height:1.15;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1);opacity:0;transform:translateY(16px);filter:blur(4px);transition:opacity .32s ease,transform .32s cubic-bezier(.2,.8,.2,1),filter .32s ease;transition-delay:0s}.mobile-menu.is-open a{opacity:1;transform:translateY(0);filter:blur(0);transition-delay:calc(var(--item-index, 0) * 55ms)}.mobile-menu.is-closing a{transition-delay:0s!important}.mobile-menu a:last-child{border-bottom:0}.burger{transition:transform .22s ease,opacity .22s ease}.burger.is-open{transform:rotate(90deg)}.mobile-menu.is-open a:first-child{margin-top:0!important}.mobile-menu+.hero,.mobile-menu+.apphero,.mobile-menu+main{margin-top:0!important}}html.page-loaded main h1,html.page-loaded main h2,html.page-loaded main h3,html.page-loaded main p,html.page-loaded main .lead,html.page-loaded main .eyebrow,html.page-loaded main .btn,html.page-loaded main .link-arrow{animation:pulseTextSoftIn .46s ease both}@keyframes pulseTextSoftIn{0%{opacity:0;transform:translateY(8px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}html.page-is-leaving main h1,html.page-is-leaving main h2,html.page-is-leaving main h3,html.page-is-leaving main p,html.page-is-leaving main .lead,html.page-is-leaving main .eyebrow,html.page-is-leaving main .btn,html.page-is-leaving main .link-arrow{opacity:0;transform:translateY(8px);filter:blur(2px);transition:opacity .18s ease,transform .18s ease,filter .18s ease}@media(prefers-reduced-motion:reduce){.mobile-menu,.mobile-menu a,.burger,html.page-loaded main h1,html.page-loaded main h2,html.page-loaded main h3,html.page-loaded main p,html.page-loaded main .lead,html.page-loaded main .eyebrow,html.page-loaded main .btn,html.page-loaded main .link-arrow{animation:none!important;transition:none!important;transform:none!important;filter:none!important}}@media(max-width:760px){.mobile-menu{transition:max-height .55s cubic-bezier(.16,1,.3,1),opacity .38s ease,transform .42s cubic-bezier(.16,1,.3,1),padding-top .38s ease,padding-bottom .38s ease,border-color .38s ease!important}.mobile-menu a{transition:opacity .46s ease,transform .46s cubic-bezier(.16,1,.3,1),filter .46s ease!important}.mobile-menu.is-open a{transition-delay:calc(var(--item-index, 0) * 85ms)!important}}@media(max-width:760px){.template-product .pdp{padding-left:24px!important;padding-right:24px!important;width:100%;margin-left:auto;margin-right:auto}.template-product .pdp-media{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;justify-self:center!important}.template-product .pdp-stage{width:100%!important;max-width:calc(100vw - 48px)!important;margin-left:auto!important;margin-right:auto!important;padding:18px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:24px!important;overflow:hidden!important}.template-product .pdp-stage img,.template-product #pdpMainImg{display:block!important;width:auto!important;max-width:92%!important;height:auto!important;max-height:100%!important;margin-left:auto!important;margin-right:auto!important;object-fit:contain!important;object-position:center center!important}}@media(max-width:430px){.template-product .pdp{padding-left:22px!important;padding-right:22px!important}.template-product .pdp-stage{max-width:calc(100vw - 44px)!important;padding:16px!important}.template-product .pdp-stage img,.template-product #pdpMainImg{max-width:90%!important}}@media(max-width:760px){.collection-clean .wrap{padding-left:18px!important;padding-right:18px!important}.collection-clean .coll-grid,.collection-clean .coll-grid--centered{width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important}.collection-clean .prod-card--featured{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}.collection-clean .pc-img--transparent{width:100%!important;min-height:0!important;padding:20px!important;box-sizing:border-box!important;justify-content:center!important}.collection-clean .pc-img--transparent img{display:block!important;width:78%!important;max-width:78%!important;margin-left:auto!important;margin-right:auto!important;object-position:center center!important}.collection-clean .pc-body--centered{text-align:center!important}}@media(max-width:430px){.collection-clean .wrap{padding-left:14px!important;padding-right:14px!important}.collection-clean .pc-img--transparent{padding:16px!important}.collection-clean .pc-img--transparent img{width:76%!important;max-width:76%!important}}.template-product .pdp{align-items:flex-start!important}.template-product .pdp-media{position:static!important;top:auto!important;align-self:flex-start!important}.pdp .price .price-current,.prod-card .pc-price .price-current,.fp-price .price-current{color:#111!important;font-weight:700}.pdp .price.has-sale .price-current,.prod-card .pc-price.has-sale .price-current,.fp-price.has-sale .price-current{color:#d93025!important}.pdp .price .compare,.prod-card .pc-price .compare,.fp-price .compare{color:#8f8f8f!important;font-weight:600}@media(max-width:560px){.bundle-offer{grid-template-columns:1fr;max-width:100%}.bundle-offer__button{width:100%;justify-content:center}.bundle-color-row{grid-template-columns:1fr;gap:7px}}.template-product .pdp-gallery{width:min(100%,540px);margin:0 auto;display:flex;flex-direction:column;gap:18px}.template-product .pdp-gallery-card{width:100%;margin:0;padding:clamp(18px,3vw,34px);border-radius:var(--r-lg);background:#f7f7f6;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 1px #0f172a08}.template-product .pdp-gallery-card--main,.template-product .pdp-gallery-card:not(.pdp-gallery-card--lifestyle){aspect-ratio:1/1}.template-product .pdp-gallery-card--lifestyle{padding:0;aspect-ratio:4/5;background:#eee}.template-product .pdp-gallery-card img,.template-product .pdp-gallery-card #pdpMainImg{display:block;width:100%!important;max-width:100%!important;height:100%!important;max-height:none!important;margin:0!important;object-fit:contain!important;object-position:center!important;transition:opacity .25s ease,transform .25s ease,filter .25s ease}.template-product .pdp-gallery-card--lifestyle img{object-fit:cover!important}.template-product .pdp-gallery.is-changing img{opacity:.3;transform:scale(.988);filter:blur(1px)}.template-product .pdp-gallery-mobile-controls{display:none}.template-product .swatch-options--images{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;max-width:535px}.template-product .swatch-opt.swatch-opt--image{width:auto;height:auto;min-width:0;border-radius:14px;padding:6px 6px 8px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;align-items:center;gap:6px;transform:none;box-shadow:0 5px 16px #0f172a0f;overflow:visible}.template-product .swatch-opt.swatch-opt--image:hover{transform:translateY(-2px);border-color:#a7a7a7}.template-product .swatch-opt.swatch-opt--image.on{border:2px solid #111;padding:5px 5px 7px;transform:none;box-shadow:0 0 0 3px #11111114,0 8px 20px #0f172a17}.template-product .swatch-opt.swatch-opt--image.on:after{display:none}.template-product .swatch-opt__image{width:100%;aspect-ratio:1/1;border-radius:10px;overflow:hidden;background:#f7f7f6;display:flex;align-items:center;justify-content:center}.template-product .swatch-opt__image img{width:100%;height:100%;object-fit:contain;display:block}.template-product .swatch-opt__label{color:#222;font-size:11px;line-height:1.2;font-weight:700;text-align:center;white-space:nowrap}.template-product .swatch-options--dots{display:flex;align-items:center;gap:11px;max-width:100%}.template-product .swatch-opt.swatch-opt--dot{width:34px;height:34px;min-width:34px;padding:0;border:2px solid #d9d9d9;border-radius:50%;background:var(--sw,#ccc);box-shadow:0 5px 14px #0000001a;transform:none}.template-product .swatch-opt.swatch-opt--dot:hover{transform:scale(1.08)}.template-product .swatch-opt.swatch-opt--dot.on{border-color:#111;transform:scale(1.08)}.template-product .swatch-opt.swatch-opt--dot.on:after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:1px solid #111;border-radius:50%}@media(min-width:961px){.template-product .pdp-info{position:sticky;top:104px}}@media(max-width:760px){.template-product .pdp-gallery-shell{width:100%;max-width:500px;margin:0 auto;min-width:0}.template-product .pdp-gallery{width:100%;max-width:none;margin:0;display:flex;flex-direction:row;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.template-product .pdp-gallery::-webkit-scrollbar{display:none}.template-product .pdp-gallery-card{flex:0 0 100%;min-width:100%;padding:16px;border-radius:22px;scroll-snap-align:start;scroll-snap-stop:always}.template-product .pdp-gallery-card--lifestyle{padding:0}.template-product .pdp-gallery-card img,.template-product .pdp-gallery-card #pdpMainImg{width:100%!important;max-width:100%!important}.template-product .pdp-gallery-mobile-controls{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:10px;margin-top:12px}.template-product .pdp-gallery-arrow{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;color:#111;font-size:30px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 5px 16px #0f172a12}.template-product .pdp-gallery-arrow:disabled{opacity:.35;cursor:default}.template-product .pdp-gallery-dots{display:flex;justify-content:center;align-items:center;gap:8px}.template-product .pdp-gallery-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#c7c7c7;cursor:pointer;transition:width .2s ease,background .2s ease}.template-product .pdp-gallery-dot.is-active{width:24px;border-radius:999px;background:#111}.template-product .swatch-options--images{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%}.template-product .swatch-opt__label{font-size:12px}}.fp-info .swatch-options--images{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;max-width:535px}.fp-info .swatch-opt.swatch-opt--image{width:auto;height:auto;min-width:0;border-radius:14px;padding:6px 6px 8px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;align-items:center;gap:6px;transform:none;box-shadow:0 5px 16px #0f172a0f}.fp-info .swatch-opt.swatch-opt--image:hover{transform:translateY(-2px);border-color:#a7a7a7}.fp-info .swatch-opt.swatch-opt--image.on{border:2px solid #111;padding:5px 5px 7px;transform:none;box-shadow:0 0 0 3px #11111114,0 8px 20px #0f172a17}.fp-info .swatch-opt.swatch-opt--image.on:after{display:none}.fp-info .swatch-opt__image{width:100%;aspect-ratio:1/1;border-radius:10px;overflow:hidden;background:#f7f7f6;display:flex;align-items:center;justify-content:center}.fp-info .swatch-opt__image img{width:100%;height:100%;object-fit:contain;display:block}.fp-info .swatch-opt__label{color:#222;font-size:11px;line-height:1.2;font-weight:700;text-align:center;white-space:nowrap}#fpMainImg{transition:opacity .24s ease,transform .24s ease}#fpMainImg.is-changing{opacity:.35;transform:scale(.985)}@media(max-width:760px){.fp-info .swatch-options--images{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%}.fp-info .swatch-opt__label{font-size:12px}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.nav-right .cart-link{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;position:relative;color:inherit;opacity:.9;transition:opacity .2s ease,transform .2s ease}.nav-right .cart-link:hover{opacity:1;transform:translateY(-1px)}.nav-right .cart-icon{width:27px;height:27px;display:block}.nav-right .cart-count{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;padding:0 5px;margin:0;border:2px solid currentColor;border-radius:999px;background:var(--accent);color:#05220f;font-size:10px;line-height:1;font-weight:800}.nav.dark .nav-right .cart-count{border-color:#111}.nav.light .nav-right .cart-count{border-color:#fff}@media(max-width:760px){.nav-right .cart-link{width:32px;height:32px}.nav-right .cart-icon{width:25px;height:25px}}.comparison-section{background:#fff;padding-top:70px;padding-bottom:78px}.comparison-wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}.comparison-head{max-width:760px;margin:0 auto 32px;text-align:center}.comparison-head h2{font-size:clamp(32px,4vw,48px);line-height:1.06;margin:12px 0 16px}.comparison-head p{color:var(--gray-600);font-size:17px;line-height:1.6}.comparison-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 18px 50px #0000000f;-webkit-overflow-scrolling:touch}.comparison-scroll:focus-visible{outline:2px solid #111;outline-offset:4px}.comparison-table{width:100%;min-width:940px;border-collapse:separate;border-spacing:0;table-layout:fixed}.comparison-table th,.comparison-table td{padding:20px 22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);vertical-align:top;text-align:left;font-size:14.5px;line-height:1.48}.comparison-table thead th{background:#f7f7f5;font-size:16px;font-weight:800;color:#111}.comparison-table thead th:first-child{border-top-left-radius:21px}.comparison-table thead th:last-child{border-top-right-radius:21px}.comparison-table tbody th{width:18%;font-weight:750;color:#111;background:#fff}.comparison-table td{color:var(--gray-700)}.comparison-table tr>*:last-child{border-right:0}.comparison-table tbody tr:last-child>*{border-bottom:0}.comparison-table .comparison-pulse-col{background:#f4f1ea;color:#111;font-weight:700}.comparison-table thead .comparison-pulse-col{background:#111;color:#fff}.comparison-footer{display:flex;flex-direction:column;align-items:center;margin-top:24px;text-align:center}.comparison-note{max-width:760px;margin-bottom:18px;color:var(--gray-500);font-size:12.5px;line-height:1.5}.comparison-cta{min-width:230px;justify-content:center}@media(max-width:700px){.comparison-section{padding-top:52px;padding-bottom:58px}.comparison-wrap{padding:0 18px}.comparison-head{text-align:left;margin-bottom:24px}.comparison-head p{font-size:15.5px}.comparison-scroll{border-radius:16px}.comparison-table{min-width:850px}.comparison-table th,.comparison-table td{padding:17px 16px;font-size:13.5px}.comparison-table thead th{font-size:14.5px}.comparison-table .comparison-feature-head,.comparison-table tbody th{position:sticky;left:0;z-index:2;width:132px;min-width:132px;box-shadow:8px 0 16px #0000000a}.comparison-table .comparison-feature-head{z-index:3;background:#f7f7f5}.comparison-footer{align-items:stretch}.comparison-cta{width:100%}}.product-video-section{background:var(--paper);padding:72px 0 80px;overflow:hidden}.product-video-wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}.product-video-head{max-width:760px;margin:0 auto 34px;text-align:center}.product-video-head h2{font-size:clamp(32px,4vw,48px);line-height:1.06;margin:12px 0 16px}.product-video-head p{color:var(--gray-600);font-size:17px;line-height:1.6}.product-video-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-video-card{position:relative;aspect-ratio:9/16;overflow:hidden;border-radius:24px;background:#111;box-shadow:0 18px 44px #0000001f}.product-video-card video{width:100%;height:100%;display:block;object-fit:cover;background:#111}.product-video-nav{display:none}@media(max-width:760px){.product-video-section{padding:54px 0 60px}.product-video-wrap{padding:0 18px}.product-video-head{margin-bottom:24px;text-align:left}.product-video-head p{font-size:15.5px}.product-video-track{display:flex;gap:14px;margin-right:-18px;padding-right:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-video-track::-webkit-scrollbar{display:none}.product-video-card{flex:0 0 min(82vw,390px);scroll-snap-align:start;border-radius:20px}.product-video-nav{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:20px}.product-video-arrow{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;color:#111;font-size:20px;line-height:1;cursor:pointer;transition:transform .18s ease,background .18s ease}.product-video-arrow:active{transform:scale(.95);background:#f1f1ef}.product-video-position{min-width:48px;text-align:center;color:var(--gray-600);font-size:13px;font-weight:700}}.free-strap-offer{display:grid;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:14px;max-width:536px;margin:18px 0 12px;padding:12px 14px;border:1px solid rgba(17,17,17,.12);border-radius:18px;background:#fff;box-shadow:0 12px 30px #00000012;transition:opacity .25s ease,border-color .25s ease,background .25s ease}.free-strap-offer__image{width:68px;height:68px;overflow:hidden;border-radius:14px;background:#f5f5f3;border:1px solid rgba(17,17,17,.07)}.free-strap-offer__image img{width:100%;height:100%;display:block;object-fit:cover}.free-strap-offer__copy{min-width:0}.free-strap-offer__badge{display:inline-flex;margin-bottom:5px;padding:4px 8px;border-radius:999px;background:#111;color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;line-height:1}.free-strap-offer__copy strong{display:block;color:#111;font-size:15px;line-height:1.25}.free-strap-offer__copy p{margin:4px 0 0;color:var(--gray-600);font-size:12.5px;line-height:1.35}.free-strap-offer__timer{min-width:92px;padding:10px 12px;border:1px solid rgba(198,0,0,.24);border-radius:14px;background:#fff1f1;text-align:center}.free-strap-offer__timer span{display:block;margin-bottom:2px;color:var(--gray-500);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.free-strap-offer__timer strong{display:block;color:#c60000;font-size:21px;font-variant-numeric:tabular-nums;letter-spacing:.02em;line-height:1}.free-strap-offer.is-expired{background:#f7f7f5;border-color:var(--line);box-shadow:none;opacity:.72}.free-strap-offer.is-expired .free-strap-offer__badge{background:#777}.free-strap-offer.is-expired .free-strap-offer__timer{border-color:var(--line);background:#f4f4f2}.free-strap-offer.is-expired .free-strap-offer__timer strong{color:#777;font-size:16px}@media(max-width:600px){.free-strap-offer{grid-template-columns:58px minmax(0,1fr);gap:11px 12px;padding:12px}.free-strap-offer__image{width:58px;height:58px}.free-strap-offer__timer{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;min-width:0;padding:9px 12px}.free-strap-offer__timer span{margin:0}.free-strap-offer__timer strong{font-size:19px}}.product-box-specs{background:#fff;padding-top:76px;padding-bottom:80px}.product-box-specs__wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}.product-box-specs__head{max-width:760px;margin:0 auto 34px;text-align:center}.product-box-specs__head h2{margin:12px 0 14px;font-size:clamp(34px,4.4vw,52px);line-height:1.03}.product-box-specs__head p{color:var(--gray-600);font-size:17px;line-height:1.6}.product-box-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);gap:22px;align-items:stretch}.product-box-visual{position:relative;min-height:590px;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:var(--paper)}.product-box-visual__image{height:100%;min-height:590px;padding:44px 46px 150px;display:flex;align-items:center;justify-content:center}.product-box-visual__image img{width:100%;height:100%;max-height:430px;display:block;object-fit:contain;mix-blend-mode:multiply}.product-box-visual__copy{position:absolute;left:26px;right:26px;bottom:26px;padding:22px 24px;border:1px solid rgba(17,17,17,.09);border-radius:20px;background:#fffffff0;box-shadow:0 18px 42px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-box-visual__badge{display:inline-flex;margin-bottom:9px;padding:5px 9px;border-radius:999px;background:#111;color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em}.product-box-visual__copy h3{margin:0 0 6px;font-size:23px;line-height:1.16}.product-box-visual__copy p{margin:0;color:var(--gray-600);font-size:14.5px;line-height:1.5}.product-box-items{display:grid;grid-template-columns:1fr;gap:12px}.product-box-item{display:grid;grid-template-columns:54px minmax(0,1fr);gap:16px;align-items:center;padding:18px 20px;border:1px solid var(--line);border-radius:20px;background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-box-item:hover{transform:translateY(-2px);border-color:#1111112e;box-shadow:0 14px 32px #0000000f}.product-box-item__icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:var(--paper);color:#111}.product-box-item__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.product-box-item h3{margin:0 0 4px;font-size:16px;line-height:1.25}.product-box-item p{margin:0;color:var(--gray-500);font-size:13.5px;line-height:1.45}.product-specs-window{margin-top:24px;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 18px 44px #0000000d}.product-specs-window summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 26px;cursor:pointer;-webkit-user-select:none;user-select:none}.product-specs-window summary::-webkit-details-marker{display:none}.product-specs-window summary small{display:block;margin-bottom:5px;color:var(--gray-500);font-size:10.5px;font-weight:800;letter-spacing:.12em}.product-specs-window summary strong{display:block;color:#111;font-size:25px;line-height:1.15}.product-specs-window__toggle{position:relative;flex:none;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:var(--paper)}.product-specs-window__toggle:before,.product-specs-window__toggle:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:1.5px;background:#111;transform:translate(-50%,-50%);transition:transform .2s ease,opacity .2s ease}.product-specs-window__toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.product-specs-window[open] .product-specs-window__toggle:after{opacity:0;transform:translate(-50%,-50%) rotate(0)}.product-specs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}.product-spec{display:grid;grid-template-columns:minmax(130px,.75fr) minmax(0,1.25fr);gap:20px;align-items:start;padding:19px 26px;border-bottom:1px solid var(--line)}.product-spec:nth-child(odd){border-right:1px solid var(--line)}.product-spec span{color:var(--gray-500);font-size:13px;line-height:1.45}.product-spec strong{color:#111;font-size:14px;font-weight:650;line-height:1.45}.product-specs-note{margin:0;padding:15px 26px 20px;color:var(--gray-500);font-size:11.5px;line-height:1.5}@media(max-width:900px){.product-box-grid{grid-template-columns:1fr}.product-box-visual,.product-box-visual__image{min-height:520px}.product-box-items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.product-box-specs{padding-top:54px;padding-bottom:60px}.product-box-specs__wrap{padding:0 18px}.product-box-specs__head{margin-bottom:24px;text-align:left}.product-box-specs__head p{font-size:15.5px}.product-box-visual{min-height:460px;border-radius:22px}.product-box-visual__image{min-height:460px;padding:28px 24px 160px}.product-box-visual__copy{left:14px;right:14px;bottom:14px;padding:18px;border-radius:17px}.product-box-visual__copy h3{font-size:20px}.product-box-items{grid-template-columns:1fr}.product-box-item{grid-template-columns:48px minmax(0,1fr);padding:15px 16px;border-radius:17px}.product-box-item__icon{width:48px;height:48px;border-radius:14px}.product-specs-window{margin-top:18px;border-radius:20px}.product-specs-window summary{padding:20px 18px}.product-specs-window summary strong{font-size:21px}.product-specs-window__toggle{width:38px;height:38px}.product-specs-grid{grid-template-columns:1fr}.product-spec{grid-template-columns:115px minmax(0,1fr);gap:14px;padding:16px 18px}.product-spec:nth-child(odd){border-right:0}.product-specs-note{padding:14px 18px 18px}}.product-feature-overview{overflow:hidden;background:#fff;padding:38px 0 18px}.product-feature-overview__wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}.product-feature-overview__head{max-width:720px;margin:0 auto 24px;text-align:center}.product-feature-overview__head h2{margin:10px 0 0;font-size:clamp(30px,4vw,46px);line-height:1.05}.product-feature-overview__viewport{overflow:hidden;border-radius:28px;background:#000;box-shadow:0 22px 55px #0000001f}.product-feature-overview__image{display:block;width:100%;height:auto}.product-feature-overview__hint{display:none}@media(max-width:700px){.product-feature-overview{padding:24px 0 8px}.product-feature-overview__wrap{padding:0 18px}.product-feature-overview__head{margin-bottom:16px;text-align:left}.product-feature-overview__viewport{overflow-x:auto;overflow-y:hidden;border-radius:20px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-feature-overview__viewport::-webkit-scrollbar{display:none}.product-feature-overview__image{width:900px;max-width:none}.product-feature-overview__hint{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px 0 0;color:var(--gray-500);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-feature-overview__hint:after{content:"\2192";color:#111;font-size:15px}}.why-pulse{padding:96px 0;background:#f5f5f2;overflow:hidden}.why-pulse__wrap{width:min(1220px,calc(100% - 48px));margin:0 auto}.why-pulse__head{max-width:720px;margin:0 auto 42px;text-align:center}.why-pulse__head h2{margin:10px 0 14px;font-size:clamp(36px,5vw,64px);line-height:.98;letter-spacing:-.045em}.why-pulse__head p{margin:0 auto;max-width:650px;color:var(--gray-500);font-size:18px;line-height:1.6}.why-pulse__carousel{position:relative}.why-pulse__track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:28px}.why-pulse__track::-webkit-scrollbar{display:none}.why-pulse__slide{min-width:100%;scroll-snap-align:start;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);min-height:520px;background:#fff;border:1px solid rgba(0,0,0,.09);border-radius:28px;overflow:hidden;box-shadow:0 24px 70px #00000012}.why-pulse__visual{position:relative;min-height:520px;padding:44px;background:#080808;color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.why-pulse__visual:before{content:"";position:absolute;width:360px;height:360px;left:-100px;top:-130px;border-radius:50%;background:radial-gradient(circle,#ffffff21,#fff0 68%)}.why-pulse__visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 55%,rgba(255,255,255,.045));pointer-events:none}.why-pulse__visual-top{position:absolute;top:30px;left:34px;right:34px;display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:700;letter-spacing:.16em;color:#ffffff9e}.why-pulse__live-dot{width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px #ffffff1c}.why-pulse__copy{padding:68px 64px;display:flex;flex-direction:column;justify-content:center}.why-pulse__kicker{font-size:12px;font-weight:800;letter-spacing:.16em;margin-bottom:16px}.why-pulse__copy h3{margin:0 0 20px;font-size:clamp(34px,4vw,54px);line-height:1.02;letter-spacing:-.04em}.why-pulse__copy>p{margin:0 0 28px;font-size:18px;line-height:1.65;color:var(--gray-500)}.why-pulse__copy ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}.why-pulse__copy li{position:relative;padding-left:28px;font-size:15px;font-weight:600}.why-pulse__copy li:before{content:"\2713";position:absolute;left:0;top:-1px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-size:11px}.why-pulse__arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:1px solid rgba(0,0,0,.14);background:#fff;color:#111;display:grid;place-items:center;box-shadow:0 10px 30px #0000001f;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.why-pulse__arrow:hover{transform:translateY(-50%) scale(1.05)}.why-pulse__arrow:disabled{opacity:.25;cursor:default}.why-pulse__arrow svg{width:24px;height:24px}.why-pulse__arrow--prev{left:-26px}.why-pulse__arrow--next{right:-26px}.why-pulse__dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.why-pulse__dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:#c7c7c2;cursor:pointer;transition:width .25s ease,background .25s ease}.why-pulse__dots button.is-active{width:32px;background:#111}.why-pulse__hint{display:none}.why-pulse__workout-score{display:grid;grid-template-columns:190px 1fr;align-items:center;gap:34px;position:relative;z-index:1}.why-pulse__score-ring{width:190px;height:190px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:conic-gradient(#fff 0 86%,#ffffff24 86% 100%);position:relative}.why-pulse__score-ring:after{content:"";position:absolute;top:13px;right:13px;bottom:13px;left:13px;border-radius:50%;background:#080808}.why-pulse__score-ring strong,.why-pulse__score-ring span{position:relative;z-index:1}.why-pulse__score-ring strong{font-size:58px;line-height:1}.why-pulse__score-ring span{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#ffffffa6}.why-pulse__workout-stats{display:grid;gap:18px}.why-pulse__workout-stats span{display:flex;flex-direction:column;color:#ffffff94;font-size:13px}.why-pulse__workout-stats b{color:#fff;font-size:26px;line-height:1.2}.why-pulse__workout-bars{height:94px;display:flex;align-items:flex-end;gap:10px;margin-top:48px;position:relative;z-index:1}.why-pulse__workout-bars i{flex:1;border-radius:8px 8px 2px 2px;background:#fff;opacity:.88}.why-pulse__workout-bars i:nth-child(1){height:28%}.why-pulse__workout-bars i:nth-child(2){height:52%}.why-pulse__workout-bars i:nth-child(3){height:37%}.why-pulse__workout-bars i:nth-child(4){height:76%}.why-pulse__workout-bars i:nth-child(5){height:65%}.why-pulse__workout-bars i:nth-child(6){height:92%}.why-pulse__workout-bars i:nth-child(7){height:70%}.why-pulse__workout-bars i:nth-child(8){height:100%}.why-pulse__sleep-metric,.why-pulse__battery-metric{display:flex;align-items:center;gap:28px;position:relative;z-index:1}.why-pulse__sleep-metric svg{width:120px;height:120px}.why-pulse__sleep-metric div,.why-pulse__battery-metric div{display:flex;flex-direction:column}.why-pulse__sleep-metric strong,.why-pulse__battery-metric strong{font-size:58px;line-height:1}.why-pulse__sleep-metric span,.why-pulse__battery-metric span{margin-top:8px;color:#ffffff9e;font-size:14px}.why-pulse__sleep-bars{height:110px;display:flex;align-items:flex-end;gap:7px;margin-top:52px;position:relative;z-index:1}.why-pulse__sleep-bars i{flex:1;background:#fff;border-radius:4px;opacity:.88}.why-pulse__sleep-bars i:nth-child(1){height:28%}.why-pulse__sleep-bars i:nth-child(2){height:44%}.why-pulse__sleep-bars i:nth-child(3){height:72%}.why-pulse__sleep-bars i:nth-child(4){height:42%}.why-pulse__sleep-bars i:nth-child(5){height:88%}.why-pulse__sleep-bars i:nth-child(6){height:58%}.why-pulse__sleep-bars i:nth-child(7){height:100%}.why-pulse__sleep-bars i:nth-child(8){height:69%}.why-pulse__sleep-bars i:nth-child(9){height:40%}.why-pulse__sleep-bars i:nth-child(10){height:79%}.why-pulse__sleep-bars i:nth-child(11){height:48%}.why-pulse__sleep-bars i:nth-child(12){height:63%}.why-pulse__metric-footer{display:flex;justify-content:space-between;margin-top:18px;color:#ffffff80;font-size:11px;text-transform:uppercase;letter-spacing:.11em;position:relative;z-index:1}.why-pulse__health-metric{display:flex;align-items:flex-end;gap:10px;position:relative;z-index:1}.why-pulse__health-metric strong{font-size:92px;line-height:.8}.why-pulse__health-metric span{font-size:15px;letter-spacing:.15em;color:#fff9}.why-pulse__pulse-line{width:100%;height:150px;margin:38px 0 10px;position:relative;z-index:1}.why-pulse__battery-metric svg{width:72px;height:116px}.why-pulse__streak{margin-top:52px;border:1px solid rgba(255,255,255,.2);border-radius:18px;padding:22px 24px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.why-pulse__streak span{color:#ffffff8f;font-size:13px}.why-pulse__streak strong{font-size:17px}.pdp-warranty-note{margin-top:24px;padding:20px 22px;border:1px solid rgba(0,0,0,.12);border-radius:16px;background:#f7f7f5;display:flex;gap:14px;align-items:flex-start}.pdp-warranty-note svg{width:26px;height:26px;flex:0 0 auto;color:#111}.pdp-warranty-note strong{display:block;margin-bottom:4px;color:#111;font-size:16px;font-weight:750}.pdp-warranty-note p{margin:0;color:#555;font-size:14px;line-height:1.5}@media(max-width:820px){.why-pulse{padding:68px 0}.why-pulse__wrap{width:100%}.why-pulse__head{padding:0 22px;margin-bottom:30px}.why-pulse__head h2{font-size:40px}.why-pulse__head p{font-size:16px}.why-pulse__track{gap:14px;padding:0 18px;border-radius:0;scroll-padding-left:18px}.why-pulse__slide{min-width:calc(100vw - 36px);grid-template-columns:1fr;min-height:0;border-radius:22px}.why-pulse__visual{min-height:360px;padding:34px 28px}.why-pulse__copy{padding:36px 28px 42px}.why-pulse__copy h3{font-size:36px}.why-pulse__copy>p{font-size:16px}.why-pulse__arrow{display:none}.why-pulse__hint{display:block;margin:14px 0 0;text-align:center;color:var(--gray-500);font-size:12px}.why-pulse__workout-score{grid-template-columns:130px 1fr;gap:22px}.why-pulse__score-ring{width:130px;height:130px}.why-pulse__score-ring strong{font-size:42px}.why-pulse__workout-stats b{font-size:20px}.why-pulse__sleep-metric svg{width:90px;height:90px}.why-pulse__sleep-metric strong,.why-pulse__battery-metric strong{font-size:42px}.why-pulse__health-metric strong{font-size:70px}.why-pulse__pulse-line{height:105px;margin-top:28px}.why-pulse__battery-metric svg{width:58px;height:92px}.why-pulse__streak{align-items:flex-start;flex-direction:column;gap:6px;margin-top:35px}}.pdp-delivery-estimate{width:100%;max-width:536px;margin:18px 0 8px;padding:18px;border:1px solid var(--line);border-radius:20px;background:#fff;color:var(--ink);box-shadow:0 12px 30px #00000012}.pdp-delivery-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:17px;padding-bottom:13px;border-bottom:1px solid var(--line)}.pdp-delivery-heading strong{color:#111;font-size:14px;font-weight:800;letter-spacing:.01em}.pdp-delivery-heading span{color:var(--gray-500);font-size:11px}.pdp-delivery-track{display:grid;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr) 34px minmax(0,1fr);align-items:start;gap:8px}.pdp-delivery-step{display:flex;min-width:0;flex-direction:column;align-items:center;text-align:center}.pdp-delivery-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:10px;border:1px solid #111;border-radius:50%;background:var(--paper);color:#111;flex:none}.pdp-delivery-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.pdp-delivery-copy{display:flex;min-width:0;flex-direction:column;align-items:center;gap:3px}.pdp-delivery-copy strong{color:#111;font-size:13.5px;font-weight:800;line-height:1.15}.pdp-delivery-copy>span{color:var(--gray-600);font-size:11.5px;line-height:1.35;white-space:nowrap;font-variant-numeric:tabular-nums}.pdp-delivery-connector{width:100%;margin-top:27px;border-top:1.5px dashed #aaa}@media(max-width:600px){.pdp-delivery-estimate{padding:15px 10px 16px;border-radius:18px}.pdp-delivery-heading{margin:0 5px 15px;padding-bottom:11px}.pdp-delivery-heading strong{font-size:13px}.pdp-delivery-heading span{font-size:10px}.pdp-delivery-track{grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr) 18px minmax(0,1fr);gap:3px}.pdp-delivery-icon{width:46px;height:46px;margin-bottom:8px}.pdp-delivery-icon svg{width:23px;height:23px}.pdp-delivery-copy strong{font-size:12px}.pdp-delivery-copy>span{font-size:10px;white-space:normal}.pdp-delivery-connector{margin-top:22px}}@media(max-width:390px){.pdp-delivery-heading span{display:none}.pdp-delivery-track{grid-template-columns:minmax(0,1fr) 13px minmax(0,1fr) 13px minmax(0,1fr)}.pdp-delivery-icon{width:42px;height:42px}.pdp-delivery-copy strong{font-size:11.5px}.pdp-delivery-copy>span{font-size:9.5px}.pdp-delivery-connector{margin-top:20px}}.pdp-free-delivery{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:15px;padding:17px 18px;border-color:#11111129;background:#fff}.pdp-free-delivery__icon{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#111;color:#fff}.pdp-free-delivery__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.pdp-free-delivery__copy{min-width:0}.pdp-free-delivery__copy strong{display:block;margin:0 0 4px;color:#111;font-size:18px;font-weight:850;line-height:1.15}.pdp-free-delivery__copy p{margin:0;color:#333;font-size:13.5px;line-height:1.45}.pdp-free-delivery__copy span{display:block;margin-top:5px;color:var(--gray-600);font-size:12px;line-height:1.4}@media(max-width:600px){.pdp-free-delivery{grid-template-columns:46px minmax(0,1fr);gap:12px;padding:15px}.pdp-free-delivery__icon{width:46px;height:46px}.pdp-free-delivery__icon svg{width:23px;height:23px}.pdp-free-delivery__copy strong{font-size:16px}.pdp-free-delivery__copy p{font-size:13px}.pdp-free-delivery__copy span{font-size:11.5px}}@media(max-width:380px){.pdp-free-delivery{grid-template-columns:1fr;align-items:start}.pdp-free-delivery__icon{width:42px;height:42px}}#addToCart.btn-dark{background:var(--selected-action-bg,#161616);color:var(--selected-action-ink,#fff);border-color:var(--selected-action-border,#161616);box-shadow:0 10px 24px color-mix(in srgb,var(--selected-action-bg,#161616) 22%,transparent)}.bundle-offer__button{background:var(--bundle-action-bg,#161616);color:var(--bundle-action-ink,#fff);border:1px solid var(--bundle-action-border,#161616);text-shadow:var(--bundle-action-shadow,none);min-width:132px}.bundle-offer__button{position:relative;isolation:isolate;overflow:hidden;transition:transform .28s cubic-bezier(.22,1,.36,1),color .32s ease,border-color .32s ease,box-shadow .32s ease,text-shadow .32s ease,opacity .2s ease}.bundle-offer__button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(90deg,#161616 0% 14%,#ff4b00 25% 34%,#4f83d1 45% 54%,#f3a2b5 65% 74%,#f2ede3 86% 100%);opacity:0;pointer-events:none;transition:opacity .48s cubic-bezier(.22,1,.36,1);will-change:opacity}@media(hover:hover)and (pointer:fine){.bundle-offer__button:not(:disabled):hover{color:#fff!important;border-color:#161616!important;text-shadow:0 1px 3px rgba(0,0,0,.88)!important;box-shadow:0 12px 28px #0000002e!important;opacity:1;transform:translateY(-2px)}.bundle-offer__button:not(:disabled):hover:before{opacity:1}}@media(prefers-reduced-motion:reduce){.bundle-offer__button:before{transition:none!important}}.info-page.section,.simple-text-page.section{padding:72px 0 92px;background:#fff}.info-page__wrap,.simple-text-page__wrap{max-width:760px!important}.info-page h1,.simple-text-page h1{margin:0 0 28px!important;font-size:clamp(32px,5vw,48px)!important;line-height:1.08;letter-spacing:-.035em;color:#111}.info-page__content,.simple-text-page__content{font-size:16px!important;line-height:1.75!important;color:#3f3f3f!important}.info-page__content p,.simple-text-page__content p{margin:0 0 18px}.info-page__content h2,.info-page__content h3,.simple-text-page__content h2,.simple-text-page__content h3{margin:34px 0 12px;color:#111;line-height:1.2}.info-page__content a,.simple-text-page__content a{color:#111;text-decoration:underline;text-underline-offset:3px}@media(max-width:760px){.info-page.section,.simple-text-page.section{padding:46px 0 64px}.info-page__wrap,.simple-text-page__wrap{padding-left:22px;padding-right:22px}.bundle-offer__button{min-width:0}}.bundle-offer__button:before{display:none!important;content:none!important}@media(hover:hover)and (pointer:fine){.bundle-offer__button:not(:disabled):hover{background:var(--bundle-action-bg,#161616)!important;color:var(--bundle-action-ink,#fff)!important;border-color:var(--bundle-action-border,#161616)!important;text-shadow:var(--bundle-action-shadow,none)!important;box-shadow:0 10px 24px #00000024!important;opacity:1;transform:translateY(-1px)}}#addToCart.btn-lg{min-height:58px;padding:18px 38px;font-size:17px;font-weight:750;border-radius:16px}@media(max-width:749px){#addToCart.btn-lg{min-height:56px;padding:17px 28px;font-size:16.5px}}#addToCart.btn-lg:not(:disabled){transform-origin:center;will-change:transform,box-shadow;animation:pulseAddToCartPop 4.2s cubic-bezier(.22,1,.36,1) infinite;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,filter .28s ease}@keyframes pulseAddToCartPop{0%,68%,to{transform:translateY(0) scale(1)}74%{transform:translateY(-2px) scale(1.025)}80%{transform:translateY(0) scale(.995)}86%{transform:translateY(-1px) scale(1.012)}92%{transform:translateY(0) scale(1)}}@media(hover:hover)and (pointer:fine){#addToCart.btn-lg:not(:disabled):hover{animation-play-state:paused;transform:translateY(-3px) scale(1.025);box-shadow:0 15px 32px color-mix(in srgb,var(--selected-action-bg,#161616) 30%,transparent);filter:brightness(1.03)}}#addToCart.btn-lg:not(:disabled):active{animation-play-state:paused;transform:translateY(0) scale(.98)}@media(prefers-reduced-motion:reduce){#addToCart.btn-lg:not(:disabled){animation:none!important;transition:none!important}}.footer-legal-links,.footer-bottom{position:relative;z-index:5}.footer-legal-links a,.footer-bottom a{position:relative;z-index:6;pointer-events:auto}.pdp-cost-comparison{margin:18px 0 20px;padding:17px;border:1px solid #d9d9d9;border-radius:16px;background:#fff;box-shadow:0 8px 26px #1111110d}.pdp-cost-comparison__heading{font-size:16px;font-weight:800;color:#111;margin-bottom:12px}.pdp-cost-comparison__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.pdp-cost-comparison__option{display:flex;flex-direction:column;gap:3px;padding:12px;border:1px solid #e5e5e5;border-radius:12px;background:#f7f7f7;color:#555}.pdp-cost-comparison__option span{font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.pdp-cost-comparison__option strong{font-size:15px;color:#111;line-height:1.25}.pdp-cost-comparison__option small{font-size:12px;line-height:1.3}.pdp-cost-comparison__option.is-pulse{background:#111;border-color:#111;color:#d9d9d9}.pdp-cost-comparison__option.is-pulse strong{color:#fff}.pdp-cost-comparison>p{margin:12px 0 6px;font-size:13px;line-height:1.5;color:#222;font-weight:650}.pdp-cost-comparison__note{display:block;font-size:10px;line-height:1.45;color:#777}.pdp-cost-comparison--compact{margin:14px 0 16px;padding:14px}.pdp-cost-comparison--compact .pdp-cost-comparison__heading{font-size:15px}.pdp-guarantee-card{display:flex;gap:13px;margin:14px 0 10px;padding:16px;border:1px solid #cfcfcf;border-radius:16px;background:#fff;box-shadow:0 8px 24px #1111110b}.pdp-guarantee-card__icon{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#111;color:#fff;font-size:17px;font-weight:800}.pdp-guarantee-card__body{min-width:0}.pdp-guarantee-card__body>strong{display:block;color:#111;font-size:16px;line-height:1.25;margin:1px 0 5px}.pdp-guarantee-card__body>p{margin:0;color:#555;font-size:13px;line-height:1.5}.pdp-guarantee-card__trust{display:flex;flex-wrap:wrap;gap:7px 12px;margin-top:11px;color:#222;font-size:11px;font-weight:750}.pdp-guarantee-card__trust span{white-space:nowrap}.pdp-guarantee-card--compact{margin-top:13px}.pdp-guarantee-card--compact .pdp-guarantee-card__trust{font-size:10.5px}.pdp-free-shipping-callout{display:flex;align-items:center;justify-content:center;gap:8px;margin:10px 0;padding:10px 13px;border-radius:999px;background:#f1f1f1;color:#111;font-size:12px;line-height:1.3;text-align:center}.pdp-free-shipping-callout strong{font-weight:800}@media(max-width:760px){.pdp-cost-comparison{padding:14px;margin:15px 0}.pdp-cost-comparison__grid{gap:6px}.pdp-cost-comparison__option{padding:10px 9px}.pdp-cost-comparison__option strong{font-size:13px}.pdp-cost-comparison__option span{font-size:9.5px}.pdp-guarantee-card{padding:14px;gap:10px}.pdp-guarantee-card__icon{flex-basis:30px;width:30px;height:30px}.pdp-guarantee-card__trust{display:grid;grid-template-columns:1fr;gap:5px}#addToCart[data-value-cta=true],#fpAdd[data-value-cta=true]{white-space:normal;line-height:1.2;padding-left:16px;padding-right:16px}}.template-page .pulse-app-section-heading{max-width:760px;margin:0 auto 42px}.template-page .pulse-app-section-heading h2{margin:12px 0 16px;font-size:clamp(32px,4.5vw,54px);line-height:1.04;letter-spacing:-.035em}.template-page .pulse-app-section-heading p{max-width:680px;margin:0 auto;color:var(--gray-600);font-size:17px;line-height:1.7}.template-page .pulse-app-section-heading--light h2,.template-page .pulse-app-section-heading--light p{color:#fff}.template-page .pulse-app-section-heading--light p{color:#ffffffb3}.pulse-app-video-section{padding-top:clamp(58px,7vw,92px);padding-bottom:clamp(58px,7vw,92px)}.pulse-app-video-wrap{max-width:1080px}.pulse-app-video-frame{position:relative;width:100%;padding-top:56.25%;overflow:hidden;border-radius:28px;background:#0a0a0a;border:1px solid rgba(15,23,42,.08);box-shadow:0 24px 70px #0f172a24}.pulse-app-video-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.pulse-app-capabilities{padding-top:clamp(62px,8vw,105px);padding-bottom:clamp(62px,8vw,105px)}.pulse-app-capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pulse-app-capability-card{min-height:230px;padding:28px;border:1px solid rgba(15,23,42,.09);border-radius:24px;background:#fff;box-shadow:0 14px 38px #0f172a0d}.pulse-app-capability-icon{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:46px;padding:0 12px;border-radius:999px;background:#0b0b0b;color:#fff;font-size:16px;font-weight:800;letter-spacing:-.02em}.pulse-app-capability-card h3{margin:22px 0 10px;font-size:21px;line-height:1.2}.pulse-app-capability-card p{margin:0;color:var(--gray-600);line-height:1.65}.pulse-app-fine-note{max-width:760px;margin:30px auto 0;color:var(--gray-600);font-size:13px;line-height:1.6}.pulse-app-access{padding-top:clamp(68px,8vw,108px);padding-bottom:clamp(68px,8vw,108px);background:linear-gradient(180deg,#000,#080808 58%,#111);color:#fff}.pulse-app-access-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:980px;margin:0 auto}.pulse-app-access-card{padding:clamp(28px,4vw,42px);border:1px solid rgba(255,255,255,.15);border-radius:28px;background:#ffffff0f}.pulse-app-access-card--included{background:#fff;color:#111}.pulse-app-access-label{display:inline-block;margin-bottom:18px;font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--accent)}.pulse-app-access-card--included .pulse-app-access-label{color:#111}.pulse-app-access-card h3{margin:0 0 22px;font-size:clamp(27px,3vw,38px);letter-spacing:-.035em}.pulse-app-access-card ul{list-style:none;padding:0;margin:0}.pulse-app-access-card li{position:relative;padding:12px 0 12px 30px;border-top:1px solid rgba(15,23,42,.09);line-height:1.5}.pulse-app-access-card li:before{content:"\2713";position:absolute;left:0;top:12px;font-weight:800}.pulse-app-access-card>p{color:#ffffffc7;font-size:17px;line-height:1.7}.pulse-app-access-small{margin-top:22px;padding-top:22px;border-top:1px solid rgba(255,255,255,.15);font-size:14px!important;color:#ffffff94!important}.pulse-app-price-line{max-width:980px;margin:22px auto 0;padding:18px 22px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:#ffffff12;text-align:center;font-size:18px;font-weight:700}.pulse-app-setup{padding-top:clamp(62px,8vw,100px);padding-bottom:clamp(62px,8vw,100px)}.pulse-app-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pulse-app-step{position:relative;padding:30px;border-radius:24px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 14px 38px #0f172a0d}.pulse-app-step-number{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#111;color:#fff;font-weight:800}.pulse-app-step h3{margin:22px 0 10px;font-size:22px}.pulse-app-step p{margin:0;color:var(--gray-600);line-height:1.65}.pulse-app-final{padding-top:clamp(64px,8vw,100px);padding-bottom:clamp(70px,9vw,116px)}.pulse-app-final-wrap{max-width:760px}.pulse-app-medical-note{margin:0 auto 62px;padding:22px 24px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:#ffffff0f;text-align:left}.pulse-app-medical-note strong{display:block;margin-bottom:7px;font-size:15px}.pulse-app-medical-note p{margin:0;color:#ffffffa6;font-size:14px;line-height:1.65}.pulse-app-final h2{margin:12px 0 16px;font-size:clamp(34px,5vw,58px);line-height:1.04}.pulse-app-final-text{max-width:650px;margin:0 auto;color:#ffffffb3;font-size:18px;line-height:1.7}.pulse-app-final-price{margin:24px 0 28px;font-size:21px;font-weight:800}.template-page .app-showcase-img img{width:100%;max-height:620px;object-fit:contain;border-radius:28px;box-shadow:0 20px 60px #0f172a14}.template-page .appfeat__media{overflow:hidden}.template-page .appfeat__media img{box-shadow:0 18px 52px #0f172a14}.template-page .apphero__free-note{font-weight:700}@media(max-width:900px){.pulse-app-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pulse-app-access-grid,.pulse-app-steps{grid-template-columns:1fr}.pulse-app-step{min-height:0}}@media(max-width:749px){.template-page .pulse-app-section-heading{margin-bottom:30px;text-align:left}.template-page .pulse-app-section-heading p{margin-left:0}.pulse-app-video-frame{border-radius:16px}.pulse-app-capability-grid{grid-template-columns:1fr;gap:12px}.pulse-app-capability-card{min-height:0;padding:22px;border-radius:18px}.pulse-app-access-card{padding:24px;border-radius:20px}.pulse-app-price-line{text-align:left;font-size:16px}.pulse-app-step{padding:24px;border-radius:18px}.pulse-app-medical-note{margin-bottom:44px}.template-page .app-showcase-img img,.template-page .appfeat__media img{border-radius:18px}}.pdp-positioning{max-width:560px;margin:18px 0 4px;padding:18px 20px;border:1px solid rgba(17,17,17,.1);border-radius:18px;background:#f7f7f4}.pdp-positioning>span{display:block;margin-bottom:6px;color:#111;font-size:11px;font-weight:850;letter-spacing:.12em}.pdp-positioning h2{margin:0 0 7px;font-size:clamp(21px,2.2vw,28px);line-height:1.1;letter-spacing:-.03em}.pdp-positioning p{margin:0;color:#555;font-size:14px;line-height:1.55}.bundle-offer.bundle-offer--tiers{display:grid;grid-template-columns:1fr;max-width:100%;padding:18px;gap:16px;border-color:#1111111f;background:linear-gradient(145deg,#faf9f5,#fff)}.bundle-tier-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bundle-tier{position:relative;-webkit-appearance:none;appearance:none;min-width:0;min-height:144px;padding:14px;border:1px solid #dcdcdc;border-radius:16px;background:#fff;color:#111;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease}.bundle-tier:hover{border-color:#999;transform:translateY(-1px)}.bundle-tier.is-active{border-color:#111;background:#fff;box-shadow:0 0 0 1px #111,0 12px 28px #11111114}.bundle-tier--featured:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:16px;pointer-events:none;box-shadow:inset 0 0 0 1px #11111126}.bundle-tier__top{display:flex;min-height:35px;align-items:flex-start;justify-content:space-between;gap:8px}.bundle-tier__top b{font-size:13px;line-height:1.25}.bundle-tier__top em{flex:none;padding:4px 6px;border-radius:999px;background:#111;color:#fff;font-size:8.5px;font-style:normal;font-weight:850;letter-spacing:.04em;line-height:1.15;text-align:center}.bundle-tier>strong,.bundle-offer .bundle-tier>strong{display:block;margin:8px 0 7px;color:#111;font-size:19px;line-height:1.15}.bundle-tier>small{display:block;color:#666;font-size:11.5px;line-height:1.4}.bundle-offer__colors[hidden],.bundle-color-row[hidden]{display:none!important}.bundle-offer__color-help{margin:0!important;color:#4f4f4f!important;font-size:12px!important;font-weight:650}.pdp-warranty-upsell{display:grid;grid-template-columns:auto auto minmax(0,1fr);gap:11px;align-items:start;max-width:100%;margin:16px 0 18px;padding:16px 17px;border:1px solid rgba(17,17,17,.14);border-radius:18px;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.pdp-warranty-upsell:hover{border-color:#111;box-shadow:0 12px 28px #11111112}.pdp-warranty-upsell input{position:absolute;opacity:0;pointer-events:none}.pdp-warranty-upsell__check{display:grid;place-items:center;width:24px;height:24px;margin-top:1px;border:1px solid #bdbdbd;border-radius:7px;background:#fff;color:transparent;font-size:13px;font-weight:900;transition:background .2s ease,color .2s ease,border-color .2s ease}.pdp-warranty-upsell input:checked+.pdp-warranty-upsell__check{border-color:#111;background:#111;color:#fff}.pdp-warranty-upsell__copy{display:grid;gap:5px}.pdp-warranty-upsell__title{display:flex;justify-content:space-between;gap:12px;color:#111}.pdp-warranty-upsell__title strong{font-size:14px}.pdp-warranty-upsell__title b{font-size:14px;white-space:nowrap}.pdp-warranty-upsell__copy small{color:#555;font-size:12px;line-height:1.45}.pdp-warranty-upsell__copy em{color:#777;font-size:10.5px;font-style:normal;font-weight:650}.pdp-medical-note{margin-top:12px!important;padding-top:12px;border-top:1px solid #e6e6e6;color:#666!important;font-size:11.5px!important;line-height:1.5!important}.pdp-perks{padding:14px 0 0;border-top:1px solid #ececec}.pdp-perks span{color:#333;font-weight:650}@media(max-width:760px){.pdp-positioning{padding:16px;margin-top:16px}.bundle-offer.bundle-offer--tiers{padding:15px;margin-top:16px}.bundle-tier-grid{grid-template-columns:1fr;gap:9px}.bundle-tier{min-height:0;padding:13px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 12px;align-items:center}.bundle-tier__top{min-height:0;align-items:center}.bundle-tier>strong,.bundle-offer .bundle-tier>strong{margin:0;font-size:18px;text-align:right}.bundle-tier>small{grid-column:1/-1}.bundle-color-row{grid-template-columns:1fr;gap:8px}.pdp-warranty-upsell{padding:14px}.pdp-warranty-upsell__title{flex-direction:column;gap:2px}}@media(prefers-reduced-motion:reduce){.bundle-tier,.pdp-warranty-upsell{transition:none!important}}#productForm .qty-ctrl.is-hidden{display:none!important}.template-product .pdp-left{min-width:0}.template-product .pdp-left .pdp-desc{width:100%;max-width:none;margin:28px 0 0;padding:0}.template-product .pdp-left .pdp-desc .rte{max-width:none}@media(max-width:960px){.template-product .pdp{grid-template-columns:1fr}.template-product .pdp-left{display:contents}.template-product .pdp-media{grid-row:1}.template-product .pdp-info{grid-row:2}.template-product .pdp-desc{grid-row:3;width:100%;max-width:none;margin:8px 0 0;padding:0}.template-product .pdp-desc .rte{max-width:none}}.template-product .variant-row--primary-color{display:none!important}.template-product .bundle-offer__colors{padding-top:10px;gap:8px}.template-product .bundle-offer__color-help{margin:0 0 1px!important;color:#111!important;font-size:11px!important;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.template-product .bundle-color-row{grid-template-columns:92px minmax(0,1fr);gap:10px}.template-product .bundle-color-label{font-size:12px}.template-product .bundle-swatch-opt{width:30px;height:30px}.template-product .bundle-tier{min-height:118px;padding:13px}.template-product .bundle-tier__top{min-height:28px}.template-product .bundle-tier>strong,.template-product .bundle-offer .bundle-tier>strong{margin:6px 0 4px}.template-product .pdp-positioning{padding:14px 16px;margin:14px 0 2px}.template-product .pdp-positioning>span{margin-bottom:4px;font-size:9.5px}.template-product .pdp-positioning h2{margin:0 0 4px;font-size:22px}.template-product .pdp-positioning p{font-size:12.5px;line-height:1.4}.template-product .pdp-cost-comparison{margin:12px 0;padding:13px}.template-product .pdp-cost-comparison__heading{margin-bottom:8px;font-size:14px}.template-product .pdp-cost-comparison__option{padding:9px}.template-product .pdp-cost-comparison__note{margin-top:6px;font-size:9px}.template-product .pdp-guarantee-card{padding:13px 14px;margin:12px 0 8px}.template-product .pdp-guarantee-card__body>strong{font-size:14px}.template-product .pdp-guarantee-card__body>p{font-size:11.5px;line-height:1.4}.template-product .pdp-guarantee-card__trust{margin-top:7px;font-size:10px}.template-product .pdp-desc__compact p{max-width:720px;font-size:14px;line-height:1.55}.template-product .pdp-warranty-note--compact{padding:11px 13px;margin-top:12px}.template-product .pdp-warranty-note--compact p{display:none}.template-product .pdp-medical-note--footer{margin:10px 0 0!important;padding-top:10px}.template-index .hero-inner{padding-top:72px;padding-bottom:72px}.template-index .hero h1{max-width:650px;letter-spacing:-.045em;line-height:.98}.template-index .hero p{max-width:520px;line-height:1.55}.template-index .fstrip{padding:32px 0;background:#fff}.template-index .fstrip-grid{gap:12px}.template-index .fcol{border:1px solid #ececec;border-radius:18px;padding:18px!important;background:#fafafa;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.template-index .fcol:first-child{border-left:1px solid #ececec}.template-index .fcol:hover{transform:translateY(-2px);border-color:#d8d8d8;box-shadow:0 10px 24px #0000000d}.template-index .fcol .ic{margin-bottom:10px;font-size:21px}.template-index .fcol h3{margin-bottom:5px}.template-index .fcol p{margin:0;font-size:12.5px;line-height:1.4}.fp-benefit-pills{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 14px}.fp-benefit-pills span{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border:1px solid #e4e4e4;border-radius:999px;background:#fafafa;color:#222;font-size:11px;font-weight:750}.fp-trust-line{display:flex;flex-wrap:wrap;gap:6px 14px;margin:12px 0 0;color:#5f5f5f;font-size:11px;font-weight:650}.template-index .fp-info .lead{margin-bottom:12px;font-size:15px;line-height:1.5}.template-index .fp-actions{gap:8px}.template-index .fp-subtext{margin-top:9px;font-size:11.5px}.template-index .trusted{padding:26px 0 50px}.template-index .trusted h4{margin-bottom:18px}.template-index .logos{gap:28px}.template-index .logos span{font-size:15px;font-style:normal;letter-spacing:.08em}@media(max-width:760px){.template-product .bundle-color-row{grid-template-columns:1fr;gap:5px}.template-product .bundle-tier{min-height:0}.template-product .bundle-tier>small{display:none}.template-index .hero-inner{padding-top:46px;padding-bottom:50px}.template-index .fstrip-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.template-index .fcol{min-height:126px}.fp-benefit-pills{gap:5px}}@media(max-width:430px){.template-index .fstrip-grid{grid-template-columns:1fr 1fr}.template-index .fcol{padding:14px!important}.template-index .fcol p{font-size:11.5px}}.template-product .bundle-offer--tiers .bundle-offer__colors{order:2;margin-top:2px;padding-top:8px;padding-bottom:4px;border-top:0;border-bottom:1px solid rgba(234,215,181,.8)}.template-product .bundle-offer--tiers .bundle-tier-grid{order:3;margin-top:8px}.template-product .pdp-gallery-card[hidden],.template-product .pdp-gallery-dot[hidden]{display:none!important}.pulse-life{padding:clamp(56px,7vw,96px) 0;background:#fff}.pulse-life__head{max-width:720px;margin:0 auto 28px;text-align:center;padding:0 20px}.pulse-life__eyebrow{display:inline-block;font-size:12px;letter-spacing:.13em;font-weight:800;color:#666;margin-bottom:10px}.pulse-life__head h2{margin:0;font-size:clamp(30px,4vw,52px);line-height:1.02;letter-spacing:-.035em}.pulse-life__head p{margin:12px 0 0;color:#707070;font-size:16px}.pulse-life__grid{width:min(1240px,calc(100% - 36px));margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pulse-life__card{position:relative;margin:0;aspect-ratio:4/5;overflow:hidden;border-radius:24px;background:#f2f2f0}.pulse-life__card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.pulse-life__card:hover img{transform:scale(1.025)}.pulse-life__label{position:absolute;left:14px;bottom:14px;padding:8px 12px;border-radius:999px;background:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#111;font-size:12px;font-weight:800;box-shadow:0 4px 16px #00000014}@media(max-width:760px){.pulse-life{padding:48px 0}.pulse-life__head{text-align:left;margin-bottom:20px}.pulse-life__head h2{font-size:34px}.pulse-life__head p{font-size:15px}.pulse-life__grid{width:100%;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 20px 10px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.pulse-life__grid::-webkit-scrollbar{display:none}.pulse-life__card{flex:0 0 78vw;max-width:330px;scroll-snap-align:center;border-radius:22px}}.template-product,.template-product main,.template-product .section:first-of-type{background:var(--paper)}.template-product .pdp-gallery-card{background:transparent;box-shadow:none}.template-product .pdp-gallery-card:not(.pdp-gallery-card--lifestyle) img{mix-blend-mode:normal}.template-product .pdp-gallery-card--lifestyle{aspect-ratio:auto!important;min-height:0;background:transparent!important;align-items:flex-start}.template-product .pdp-gallery-card--lifestyle img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center!important;mix-blend-mode:normal}@media(min-width:761px){.pulse-life__grid{display:block;column-count:3;column-gap:14px}.pulse-life__card{display:block;width:100%;aspect-ratio:auto;margin:0 0 14px;break-inside:avoid;-webkit-column-break-inside:avoid;background:transparent}.pulse-life__card img{width:100%;height:auto;object-fit:contain}.pulse-life__card:hover img{transform:none}}@media(max-width:760px){.pulse-life__card{aspect-ratio:auto;align-self:flex-start;background:transparent}.pulse-life__card img{width:100%;height:auto;object-fit:contain}.pulse-life__card:hover img{transform:none}.template-product .pdp-gallery-card--lifestyle{align-self:flex-start}}.template-product .bundle-offer.bundle-offer--tiers{row-gap:8px}.template-product .bundle-offer--tiers .bundle-offer__copy{margin-bottom:-2px}.template-product .bundle-offer--tiers .bundle-offer__colors{margin-top:-2px;padding-top:0;padding-bottom:16px;gap:8px}.template-product .bundle-offer--tiers .bundle-offer__color-help{margin:0 0 2px!important}.template-product .bundle-offer--tiers .bundle-tier-grid{margin-top:8px}@media(max-width:760px){.template-product .bundle-offer.bundle-offer--tiers{row-gap:7px}.template-product .bundle-offer--tiers .bundle-offer__colors{margin-top:-3px;padding-bottom:18px}}@media(min-width:761px){.pulse-life{background:linear-gradient(180deg,#fff,#faf9f6);padding-top:clamp(64px,7vw,96px);padding-bottom:clamp(72px,8vw,112px)}.pulse-life__head{margin-bottom:38px}.pulse-life__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));column-count:initial!important;gap:16px;align-items:start}.pulse-life__column{display:flex;flex-direction:column;gap:16px;min-width:0}.pulse-life__column--offset{padding-top:42px}.pulse-life__card{margin:0!important;border-radius:26px;overflow:hidden;border:1px solid rgba(17,17,17,.06);box-shadow:0 14px 34px #1111110e;transition:transform .35s ease,box-shadow .35s ease}.pulse-life__card:hover{transform:translateY(-3px);box-shadow:0 18px 42px #11111116}.pulse-life__card img{width:100%;height:auto;display:block;object-fit:contain}.pulse-life__label{left:16px;bottom:16px;padding:7px 11px;font-size:11px;letter-spacing:.06em;border:1px solid rgba(17,17,17,.06)}}@media(max-width:760px){.pulse-life{background:#faf9f6}.pulse-life__grid{align-items:flex-start}.pulse-life__column{display:contents}.pulse-life__column--offset{padding-top:0}.pulse-life__card{box-shadow:0 10px 28px #1111110f;border:1px solid rgba(17,17,17,.05)}}
/*# sourceMappingURL=/cdn/shop/t/92/assets/theme.css.map */
