.shop-hero-wrap{background:var(--navy)}.shop-hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;max-width:1200px;margin:0 auto;padding:32px 32px 24px}.shop-hero__badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff14;color:var(--teal-light);border:1px solid rgba(111,195,199,.2);padding:7px 16px;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:28px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pulse-dot{width:7px;height:7px;background:var(--teal);border-radius:50%;display:inline-block;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.shop-hero__h1{font-size:clamp(2.6rem,4.5vw,4.2rem);font-weight:900;color:var(--white);letter-spacing:-2px;line-height:1.05;margin:0 0 24px}.shop-hero__h1 span{color:var(--teal-light)}.shop-hero__sub{color:#e8f5f5c7;font-size:17px;line-height:1.7;max-width:480px;margin:0 0 36px}.shop-hero__actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:28px}.btn-ghost{color:var(--teal-light);font-size:14px;font-weight:700;transition:color .2s}.btn-ghost:hover{color:var(--white)}.shop-hero__trust{display:flex;gap:20px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#6fc3c7a6}.trust-check{color:var(--teal);font-weight:700}.shop-hero__visual{display:flex;align-items:flex-start;justify-content:center;margin-top:-20px;height:100%}.hero-stack{position:relative;width:100%;max-width:540px;height:520px;flex-shrink:0;animation:heroDrift 6s ease-in-out infinite}@keyframes heroDrift{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero-stack__item--magnet{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:3}.hero-stack__item--magnet img{width:480px;height:480px;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.55))}.hero-stack__item--keychain{position:absolute;top:130px;left:-30px;z-index:1;transform:rotate(-20deg)}.hero-stack__item--keychain img{width:340px;height:340px;object-fit:contain;filter:drop-shadow(-4px 8px 20px rgba(0,0,0,.6)) brightness(.8)}.hero-stack__item--button{position:absolute;top:130px;right:-40px;z-index:2;transform:rotate(20deg)}.hero-stack__item--button img{width:320px;height:320px;object-fit:contain;filter:drop-shadow(4px 8px 20px rgba(0,0,0,.6)) brightness(.82)}.stat-bar{background:var(--navy-mid);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);padding:36px 32px}.stat-bar__inner{max-width:960px;margin:0 auto;display:flex;gap:48px;justify-content:center;flex-wrap:wrap}.stat-item{text-align:center}.stat-n{color:var(--white);font-size:28px;font-weight:900;letter-spacing:-.5px;line-height:1;margin-bottom:5px}.stat-label{color:var(--on-navy);font-size:12px;font-weight:500}.section-wrap{max-width:1080px;margin:0 auto;padding:0 32px}.section-head{margin-bottom:56px}.section-head.center{text-align:center}.section-h2{font-size:clamp(1.8rem,4vw,2.75rem);font-weight:800;color:var(--navy);letter-spacing:-.5px;line-height:1.15;margin:0 0 16px}.section-body{color:var(--text-muted);font-size:16px;line-height:1.7;max-width:520px;margin:0 auto}.center{text-align:center}.btn-outline-navy{display:inline-block;border:2px solid rgba(15,31,61,.12);color:var(--navy);font-size:14px;font-weight:700;padding:13px 36px;border-radius:var(--radius-md);transition:border-color .2s,background .2s}.btn-outline-navy:hover{border-color:var(--teal);color:var(--teal)}.how-works{background:var(--white);padding:96px 32px}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:48px}.step-card .step-n{font-size:56px;font-weight:900;color:var(--teal);opacity:.12;line-height:1;margin-bottom:20px}.step-card h3{color:var(--navy);font-size:20px;font-weight:700;margin:0 0 12px}.step-card p{color:var(--text-muted);font-size:15px;line-height:1.7;margin:0}.featured-products{background:var(--teal-pale);padding:96px 32px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(111,195,199,.18);box-shadow:var(--shadow-card);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0f1f3d1f}.product-card__img-wrap{display:block;position:relative;aspect-ratio:1;overflow:hidden;background:var(--teal-pale)}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-card__img{transform:scale(1.04)}.product-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card__badges{position:absolute;top:12px;left:12px;display:flex;gap:6px;flex-wrap:wrap}.product-card__body{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1}.product-card__title{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:6px;line-height:1.35;display:block}.product-card__title:hover{color:var(--teal)}.product-card__excerpt{font-size:13px;color:var(--text-muted);line-height:1.55;margin:0 0 auto;padding-bottom:14px}.product-card__footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(15,31,61,.06);padding-top:14px}.price-compare-sm{font-size:12px;color:var(--text-faint);text-decoration:line-through;margin-right:4px}.price-main-sm{font-size:17px;font-weight:800;color:var(--navy)}.product-card__cta{font-size:13px;font-weight:700;color:var(--teal);transition:color .2s}.product-card__cta:hover{color:var(--navy)}.product-card__soon{font-size:12px;font-weight:600;color:var(--text-faint)}.who-for{background:var(--white);padding:96px 32px}.personas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.persona-card{background:var(--teal-pale);border-radius:var(--radius-lg);padding:32px;border:1px solid rgba(111,195,199,.2)}.persona-icon{width:52px;height:52px;background:var(--white);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 2px 12px #0f1f3d0f}.persona-card h3{font-size:17px;font-weight:800;color:var(--navy);margin:0 0 10px}.persona-card p{font-size:14px;color:var(--text-muted);line-height:1.65;margin:0 0 16px}.scan-banner{background:var(--navy);padding:96px 32px}.scan-banner__h2{font-size:clamp(1.8rem,4vw,2.75rem);font-weight:800;color:var(--white);letter-spacing:-.5px;margin:0 0 16px}.scan-banner__sub{color:var(--on-navy);font-size:16px;max-width:480px;margin:0 auto 56px;line-height:1.7}.scan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.scan-card{background:#ffffff0d;border:1px solid rgba(111,195,199,.12);border-radius:20px;padding:28px}.scan-letter{font-size:52px;font-weight:900;color:var(--teal);line-height:1;margin-bottom:14px}.scan-word{font-size:18px;font-weight:800;color:var(--white);margin:0 0 4px}.scan-rule{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-light);margin:0 0 12px}.scan-desc{font-size:14px;color:#6fc3c7a6;line-height:1.6;margin:0}.bundle-cta{background:var(--teal-pale);padding:64px 32px}.bundle-cta__card{background:var(--navy);border-radius:28px;padding:56px;display:grid;grid-template-columns:1fr auto;gap:64px;align-items:center}.bundle-cta__text h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:var(--white);letter-spacing:-.5px;margin:0 0 16px}.bundle-cta__text p{color:var(--on-navy);font-size:15px;line-height:1.7;max-width:440px;margin:0}.bundle-cta__products{display:flex;gap:16px;align-items:center}.bundle-thumb{width:100px;height:100px;border-radius:var(--radius-md);overflow:hidden;border:2px solid rgba(111,195,199,.2)}.bundle-thumb img{width:100%;height:100%;object-fit:cover}.bundle-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--on-navy-dim);font-size:12px;padding:24px}.final-cta{background:var(--teal);padding:96px 32px}.final-cta__h2{font-size:clamp(1.8rem,4vw,2.75rem);font-weight:800;color:var(--white);letter-spacing:-.5px;line-height:1.15;margin:0 0 16px}.final-cta__sub{color:#e8f5f5d1;font-size:16px;max-width:440px;margin:0 auto 40px;line-height:1.7}.final-cta__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}.final-cta__note{color:#e8f5f580;font-size:13px}.collection-header{background:var(--navy);padding:64px 32px 56px}.collection-header__inner{max-width:1080px;margin:0 auto}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--on-navy);margin-bottom:20px;flex-wrap:wrap}.breadcrumb a{transition:color .2s}.breadcrumb a:hover{color:var(--white)}.breadcrumb span{color:#6fc3c74d}.collection-header__h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:900;color:var(--white);letter-spacing:-1px;margin:0 0 14px}.collection-header__desc{color:var(--on-navy);font-size:16px;line-height:1.7;max-width:560px;margin:0 0 28px}.collection-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.collection-count{font-size:13px;color:var(--on-navy-dim)}.sort-select{background:#ffffff12;border:1px solid rgba(111,195,199,.2);color:var(--teal-light);font-size:13px;font-weight:600;padding:8px 16px;border-radius:var(--radius-sm);font-family:var(--font);cursor:pointer}.sort-select option{background:var(--navy)}.collection-trust{background:var(--teal-pale);border-bottom:1px solid rgba(111,195,199,.15);padding:16px 32px}.collection-trust__inner{max-width:1080px;margin:0 auto;display:flex;gap:32px;flex-wrap:wrap;justify-content:center}.ctrust-item{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--navy)}.ctrust-check{color:var(--teal);font-weight:800}.collection-products{background:var(--white);padding:64px 32px}.products-grid--collection{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.empty-collection{text-align:center;padding:80px 32px}.empty-collection h3{font-size:22px;font-weight:700;margin:16px 0 8px;color:var(--navy)}.empty-collection p{color:var(--text-muted);margin-bottom:24px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:48px}.collection-how{background:var(--teal-pale);padding:80px 32px}.collection-how__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.collection-how__text h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:var(--navy);letter-spacing:-.4px;margin:0 0 16px}.collection-how__text p{color:var(--text-muted);font-size:15px;line-height:1.7;margin:0}.mini-step{display:flex;gap:16px;margin-bottom:28px;align-items:flex-start}.mini-step:last-child{margin-bottom:0}.mini-step__n{width:32px;height:32px;background:var(--teal);color:var(--white);font-size:12px;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mini-step strong{font-size:14px;color:var(--navy);display:block;margin-bottom:4px}.mini-step p{font-size:13px;color:var(--text-muted);line-height:1.55;margin:0}.product-breadcrumb{background:var(--teal-pale);padding:16px 0;border-bottom:1px solid rgba(111,195,199,.15)}.product-breadcrumb .breadcrumb{color:var(--text-faint)}.product-breadcrumb .breadcrumb a{color:var(--teal)}.product-breadcrumb .breadcrumb a:hover{color:var(--navy)}.product-breadcrumb .breadcrumb span{color:#0f1f3d33}.product-main{background:var(--white);padding:56px 32px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.product-images__main{border-radius:var(--radius-lg);overflow:hidden;background:var(--teal-pale);aspect-ratio:1;position:relative}.product-images__main img{width:100%;height:100%;object-fit:cover}.product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-img-badge{position:absolute;top:16px;left:16px}.product-images__thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.thumb-btn{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;padding:0;transition:border-color .2s}.thumb-btn.active{border-color:var(--teal)}.thumb-btn:hover{border-color:#2fa4a980}.thumb-btn img{width:100%;height:100%;object-fit:cover}.product-info__badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.product-info__title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:900;color:var(--navy);letter-spacing:-.5px;line-height:1.15;margin:0 0 20px}.product-info__price{display:flex;align-items:baseline;gap:10px;margin-bottom:24px}.price-compare{font-size:16px;color:var(--text-faint);text-decoration:line-through}.price-main{font-size:32px;font-weight:900;color:var(--navy)}.price-save{font-size:13px;font-weight:700;color:#d64545;background:#d6454514;padding:3px 10px;border-radius:100px}.product-info__desc{font-size:15px;color:var(--text-muted);line-height:1.75;margin-bottom:28px}.product-info__desc ul{padding-left:20px;margin-top:12px;display:flex;flex-direction:column;gap:6px}.product-variants{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.variant-label{font-size:13px;font-weight:700;color:var(--navy);display:block;margin-bottom:10px}.variant-label__hint{font-weight:400;color:var(--text-faint)}.variant-options{display:flex;gap:8px;flex-wrap:wrap}.variant-btn{padding:8px 18px;border-radius:var(--radius-sm);border:1.5px solid rgba(15,31,61,.15);font-size:13px;font-weight:600;color:var(--navy);transition:border-color .2s,background .2s,color .2s}.variant-btn:hover{border-color:var(--teal);color:var(--teal)}.variant-btn.active{border-color:var(--teal);background:var(--teal);color:var(--white)}.product-qr-note{background:var(--teal-pale);border:1px solid rgba(47,164,169,.2);border-radius:var(--radius-md);padding:16px 20px;display:flex;gap:14px;align-items:flex-start;margin-bottom:24px}.product-qr-note strong{font-size:14px;color:var(--navy);display:block;margin-bottom:4px}.product-qr-note p{font-size:13px;color:var(--text-muted);line-height:1.55;margin:0}.product-qr-note a{color:var(--teal);text-decoration:underline}.product-atc{display:flex;gap:12px;align-items:center;margin-bottom:20px}.qty-selector{display:flex;align-items:center;border:1.5px solid rgba(15,31,61,.15);border-radius:var(--radius-sm);overflow:hidden}.qty-selector button{width:40px;height:44px;font-size:18px;font-weight:500;color:var(--navy);transition:background .15s}.qty-selector button:hover{background:var(--teal-pale)}.qty-selector input{width:44px;height:44px;text-align:center;border:none;border-left:1.5px solid rgba(15,31,61,.1);border-right:1.5px solid rgba(15,31,61,.1);font-size:15px;font-weight:700;color:var(--navy);font-family:var(--font);outline:none}.btn-atc{flex:1;background:var(--teal);color:var(--white);font-size:15px;font-weight:700;padding:13px 28px;border-radius:var(--radius-md);transition:background .2s,box-shadow .2s,transform .15s;box-shadow:var(--shadow-btn)}.btn-atc:hover:not(:disabled){background:#28959a;transform:translateY(-1px)}.btn-atc--sold-out{background:var(--teal-pale);color:var(--teal);box-shadow:none}.btn-atc:disabled{cursor:not-allowed;opacity:.7}.product-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px;border-top:1px solid rgba(15,31,61,.07);padding-top:20px}.product-trust__item{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--text-muted)}.product-tabs{background:var(--teal-pale);padding:56px 32px}.tabs-nav{display:flex;gap:4px;border-bottom:1px solid rgba(111,195,199,.2);margin-bottom:32px}.tab-btn{padding:10px 24px;font-size:14px;font-weight:700;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s,border-color .2s}.tab-btn:hover{color:var(--navy)}.tab-btn.active{color:var(--teal);border-bottom-color:var(--teal)}.tab-panel{display:none}.tab-panel.active{display:block}.tab-content-default{font-size:15px;color:var(--text-muted);line-height:1.75;max-width:640px}.tab-content-default ul{padding-left:20px;margin-top:16px;display:flex;flex-direction:column;gap:8px}.how-steps{display:flex;flex-direction:column;gap:28px;max-width:560px}.how-step{display:flex;gap:16px;align-items:flex-start}.how-step__n{width:32px;height:32px;background:var(--navy);color:var(--white);font-size:13px;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.how-step strong{font-size:15px;color:var(--navy);display:block;margin-bottom:4px}.how-step p{font-size:14px;color:var(--text-muted);line-height:1.6;margin:0}.how-step a{color:var(--teal);text-decoration:underline}.related-products{background:var(--white);padding:64px 32px}.products-grid--related{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-top:32px}@media(max-width:900px){.shop-hero{grid-template-columns:1fr;min-height:auto;padding:60px 20px}.shop-hero__visual{display:none}.product-layout,.collection-how__inner{grid-template-columns:1fr;gap:40px}.bundle-cta__card{grid-template-columns:1fr;gap:32px;padding:36px}.bundle-cta__products{justify-content:flex-start}}@media(max-width:640px){.section-wrap{padding:0 20px}.how-works,.featured-products,.who-for,.scan-banner{padding:64px 20px}.stat-bar{padding:28px 20px}.stat-bar__inner{gap:28px}.product-trust{grid-template-columns:1fr}.product-atc{flex-direction:column}.btn-atc{width:100%}.final-cta__actions{flex-direction:column;align-items:center}}.shop-by-need{background:var(--white);padding:96px 32px}.needs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:900px){.needs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.needs-grid{grid-template-columns:1fr}}.need-card__cta{display:none}.need-card__btn{display:inline-flex;align-items:center;gap:6px;margin-top:20px;background:var(--teal);color:var(--white);font-size:13px;font-weight:700;padding:10px 20px;border-radius:var(--radius-sm);transition:background .2s,transform .15s;align-self:flex-start}.need-card:hover .need-card__btn{background:#28959a;transform:translate(2px)}.need-card__arrow{transition:transform .2s}.need-card:hover .need-card__arrow{transform:translate(3px)}.need-card{display:flex;flex-direction:column}.need-card__body{flex:1}
/*# sourceMappingURL=/cdn/shop/t/52/assets/theme.css.map */
