:root{--bg-deep:#0B1F2A;--bg-light:#EAF6F8;--teal:#3FC1D0;--orange:#FF7A3D;--ink:#16313B;--white:#FFFFFF;--muted:#6F8C94;--card-shadow: 0 12px 30px -12px rgba(11,31,42,.18);--radius: 18px;--font-display:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:114px}html,body{overflow-x:hidden;width:100%;max-width:100%}body{font-family:var(--font-body);color:var(--ink);background:var(--bg-light);line-height:1.6;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15;letter-spacing:-.01em}a{color:inherit}.wrap{max-width:1180px;margin:0 auto;padding:0 24px}button,.btn,a.btn,a[href],.color-opt,.spec-card,.faq-question,.nav-toggle,.cart-btn,.carousel-btn,.qty-control button,.back-to-product,.cookie-banner-actions button,[role=button]{touch-action:manipulation;cursor:pointer;-webkit-user-select:none;user-select:none}.announcement-bar{position:sticky;top:0;z-index:101;background:linear-gradient(90deg,var(--orange),var(--teal));color:var(--white);overflow:hidden;white-space:nowrap;padding:8px 0}.announcement-track{display:inline-flex;align-items:center;gap:48px;width:max-content;animation:announcement-scroll 32s linear infinite reverse;will-change:transform}.announcement-item{font-family:var(--font-body);font-weight:600;font-size:.85rem;letter-spacing:.01em;padding:0 24px}@keyframes announcement-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}header{position:sticky;top:32px;z-index:100;background:#0b1f2aeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white)}.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;position:relative;gap:14px}.logo{font-family:var(--font-display);font-weight:700;font-size:1.35rem;display:flex;align-items:center;gap:8px}.logo-img{width:34px;height:34px;object-fit:contain;border-radius:8px;flex-shrink:0}.nav-links{display:flex;gap:28px;font-size:.92rem;font-weight:500}.nav-links a{text-decoration:none;opacity:.85;transition:opacity .2s}.nav-links a:hover{opacity:1;color:var(--teal)}.nav-right{display:flex;align-items:center;gap:10px}.nav-toggle{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:42px;height:42px;flex-shrink:0;border-radius:10px;border:1px solid rgba(255,255,255,.22);background:transparent;cursor:pointer;padding:0}.nav-toggle-bar{display:block;width:18px;height:2px;border-radius:2px;background:var(--white);transition:transform .25s ease,opacity .2s ease}.nav-toggle.open .nav-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.open .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle.open .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.cart-btn{display:flex;align-items:center;gap:8px;background:var(--teal);color:var(--bg-deep);border:none;border-radius:999px;padding:10px 18px;font-weight:600;font-size:.92rem;cursor:pointer;transition:transform .15s,box-shadow .15s;font-family:var(--font-body)}.cart-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px -6px #3fc1d099}.cart-label{display:inline}.cart-count{background:var(--orange);color:var(--white);border-radius:50%;width:20px;height:20px;font-size:.72rem;display:flex;align-items:center;justify-content:center;font-weight:700}@keyframes cartBump{0%{transform:scale(1)}35%{transform:scale(1.2)}60%{transform:scale(.94)}to{transform:scale(1)}}.cart-btn.bump{animation:cartBump .42s ease}.fly-to-cart-img{position:fixed;z-index:600;pointer-events:none;border-radius:16px;object-fit:cover;box-shadow:0 14px 30px -10px #0b1f2a73;transition:left .65s cubic-bezier(.3,.74,.4,1),top .65s cubic-bezier(.3,.74,.4,1),width .65s ease,height .65s ease,opacity .6s ease .1s,border-radius .65s ease}.hero{background:radial-gradient(circle at 80% 20%,rgba(63,193,208,.18),transparent 55%),var(--bg-deep);color:var(--white);position:relative;overflow:hidden}.hero .wrap{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center;padding:64px 24px 80px;min-height:640px}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:18px}.hero-eyebrow:before{content:"";width:24px;height:1px;background:var(--teal)}.hero h1{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700;margin-bottom:18px}.hero h1 span{color:var(--teal)}.hero p.lead{font-size:1.08rem;color:#ffffffc7;max-width:480px;margin-bottom:28px}.hero-rating{display:flex;align-items:center;gap:10px;margin-bottom:30px;font-size:.92rem;color:#ffffffd9}.stars{color:#ffc93c;letter-spacing:2px;font-size:1rem}.price-row{display:flex;align-items:baseline;gap:14px;margin-bottom:30px;flex-wrap:wrap}.price-now{font-family:var(--font-display);font-size:2.6rem;font-weight:700;color:var(--white)}.price-old{font-size:1.15rem;color:#ffffff73;text-decoration:line-through}.price-badge{background:#3fc1d026;color:var(--teal);border:1px solid rgba(63,193,208,.35);padding:5px 12px;border-radius:999px;font-size:.78rem;font-weight:600}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.btn{font-family:var(--font-body);font-weight:600;font-size:.98rem;border:none;border-radius:14px;padding:16px 28px;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background .2s;display:inline-flex;align-items:center;gap:10px}.btn-primary{background:var(--orange);color:var(--white);box-shadow:0 14px 30px -10px #ff7a3d8c}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 36px -10px #ff7a3db3}.btn-ghost{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.25)}.btn-ghost:hover{border-color:var(--teal);color:var(--teal)}.hero-trust{margin-top:28px;display:flex;gap:22px;flex-wrap:wrap;font-size:.84rem;color:#ffffffa6}.hero-trust div{display:flex;align-items:center;gap:8px}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.mist-ring{position:absolute;top:50%;left:50%;border-radius:50%;border:1px solid rgba(63,193,208,.25);animation:ripple 4.5s ease-out infinite;pointer-events:none}.mist-ring.r1{width:340px;height:340px;margin:-170px 0 0 -170px}.mist-ring.r2{width:440px;height:440px;margin:-220px 0 0 -220px;animation-delay:1.1s}.mist-ring.r3{width:540px;height:540px;margin:-270px 0 0 -270px;animation-delay:2.2s}@keyframes ripple{0%{transform:scale(.85);opacity:.7}to{transform:scale(1.15);opacity:0}}.hero-img-wrap{position:relative;z-index:2;width:min(420px,90%);border-radius:24px;overflow:hidden;box-shadow:0 30px 60px -20px #00000080}.hero-img-wrap img{width:100%;height:auto;display:block}.section{padding:84px 0}.section-light{background:var(--bg-light)}.section-white{background:var(--white)}.eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:10px;display:block}.section-title{font-size:clamp(1.8rem,3.4vw,2.6rem);font-weight:700;margin-bottom:14px;color:var(--bg-deep)}.section-sub{color:var(--muted);max-width:620px;font-size:1.02rem;margin-bottom:48px}.product-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:flex-start}.product-gallery-main{border-radius:var(--radius);box-shadow:var(--card-shadow);background:var(--white);position:relative}.product-gallery-main img{width:100%;border-radius:var(--radius)}.zoom-wrap{position:relative;width:100%;line-height:0}.zoom-wrap img{display:block;width:100%;cursor:zoom-in}.zoom-lens{position:absolute;display:none;pointer-events:none;border:2px solid var(--teal);border-radius:50%;background:#3fc1d014;box-shadow:0 8px 20px -8px #0b1f2a59;width:140px;height:140px}.zoom-result{position:absolute;display:none;pointer-events:none;top:0;left:101%;width:340px;height:340px;border:1px solid #DCEEF0;border-radius:var(--radius);background-color:var(--white);background-repeat:no-repeat;box-shadow:0 18px 40px -16px #0b1f2a59;z-index:50}@media(max-width:1280px){.zoom-result{left:auto;right:0;top:101%;margin-top:14px}}@media(max-width:980px){.zoom-lens,.zoom-result{display:none!important}.zoom-wrap img{cursor:default}}.feature-pills{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 26px}.pill{background:var(--white);border:1px solid #DCEEF0;color:var(--ink);font-size:.84rem;font-weight:600;padding:8px 14px;border-radius:999px;display:flex;align-items:center;gap:6px}.pill .ic{color:var(--teal)}.product-info h2{font-size:1.9rem;margin-bottom:8px}.product-info .desc{color:var(--ink);opacity:.85;margin-bottom:24px;font-size:1.02rem}.buy-box{background:var(--white);border-radius:var(--radius);box-shadow:var(--card-shadow);padding:28px;border:1px solid #DCEEF0}.buy-box .price-row{margin-bottom:18px}.buy-box .price-now{color:var(--bg-deep);font-size:2.1rem}.buy-box .price-old{color:#a9c2c6}.omnibus-price{font-size:.78rem;color:var(--muted);margin:-10px 0 14px;letter-spacing:.01em}.omnibus-price strong{color:var(--ink);font-weight:600}.color-select{margin-bottom:20px}.color-select .label{font-size:.86rem;font-weight:600;margin-bottom:10px;display:block;color:var(--ink)}.color-options{display:flex;gap:10px;margin-top:26px}.color-opt{width:42px;height:42px;border-radius:12px;cursor:pointer;border:2px solid transparent;display:flex;align-items:center;justify-content:center;transition:border-color .2s;position:relative}.color-opt.active{border-color:var(--teal)}.color-opt.white-c{background:#f4f7f8;border:1px solid #DCEEF0}.color-opt.black-c{background:#2b3a40}.color-opt.active.white-c,.color-opt.active.black-c{border-color:var(--teal)}.color-opt .badge-popular{position:absolute;top:-26px;left:50%;transform:translate(-50%);background:var(--orange);color:var(--white);font-size:.62rem;font-weight:700;letter-spacing:.01em;padding:3px 9px;border-radius:999px;white-space:nowrap;pointer-events:none;box-shadow:0 4px 10px -4px #ff7a3d99}.color-opt .badge-popular:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid var(--orange)}.qty-row{display:flex;align-items:center;gap:16px;margin-bottom:22px}.qty-row .label{font-size:.86rem;font-weight:600;color:var(--ink)}.qty-control{display:flex;align-items:center;border:1px solid #DCEEF0;border-radius:12px;overflow:hidden}.qty-control button{width:38px;height:38px;border:none;background:var(--bg-light);cursor:pointer;font-size:1.1rem;font-weight:600;color:var(--bg-deep);transition:background .2s}.qty-control button:hover{background:#dceef0}.qty-control input{width:46px;text-align:center;border:none;font-weight:600;font-size:1rem;font-family:var(--font-body);color:var(--ink)}.qty-control input:focus{outline:none}.buy-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.buy-buttons .btn{justify-content:center;width:100%}.btn-secondary{background:var(--bg-light);color:var(--bg-deep);border:1px solid #DCEEF0}.btn-secondary:hover{background:#dceef0}.ship-info{font-size:.84rem;color:var(--muted);display:flex;flex-direction:column;gap:8px;border-top:1px dashed #DCEEF0;padding-top:16px}.ship-info div{display:flex;align-items:center;gap:8px}.ship-info .ic{color:var(--teal);font-weight:700}.specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.spec-card{background:var(--white);border-radius:var(--radius);padding:26px;border:1px solid #DCEEF0;transition:transform .2s,box-shadow .2s;cursor:pointer}.spec-card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow)}.spec-card .ic{width:46px;height:46px;border-radius:12px;background:var(--bg-light);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:14px;color:var(--teal)}.spec-card h4{font-size:1.05rem;margin-bottom:6px;display:flex;align-items:center;justify-content:space-between;gap:8px}.spec-card p{font-size:.92rem;color:var(--muted);margin:0}.spec-toggle{font-size:1.3rem;color:var(--teal);font-weight:700;line-height:1;flex-shrink:0}.spec-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b1f2a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200;opacity:0;visibility:hidden;transition:opacity .25s ease}.spec-modal-overlay.active{opacity:1;visibility:visible}.spec-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-46%);width:min(560px,90vw);max-height:80vh;overflow-y:auto;background:var(--white);border-radius:var(--radius);box-shadow:0 30px 80px -20px #0b1f2a80;padding:32px;z-index:201;opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease}.spec-modal.active{opacity:1;visibility:visible;transform:translate(-50%,-50%)}.spec-modal-close{position:absolute;top:16px;right:16px;width:34px;height:34px;border-radius:50%;border:none;background:var(--bg-light);color:var(--ink);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.spec-modal-close:hover{background:#dceef0}.spec-modal-header{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding-right:40px}.spec-modal-icon{width:50px;height:50px;border-radius:14px;background:var(--bg-light);display:flex;align-items:center;justify-content:center;font-size:1.7rem;color:var(--teal);flex-shrink:0}.spec-modal-header h3{font-size:1.3rem;color:var(--bg-deep)}.spec-modal-body{font-size:.98rem;color:var(--ink);opacity:.88;line-height:1.7;margin:0}.info-modal{width:min(640px,90vw);max-height:84vh;text-align:left}.info-modal .spec-modal-body h4{font-size:1rem;color:var(--bg-deep);margin:18px 0 8px}.info-modal .spec-modal-body h4:first-child{margin-top:0}.info-modal .spec-modal-body p{margin:0 0 10px}.info-modal .spec-modal-body ul{margin:0 0 10px 18px;padding:0}.info-modal .spec-modal-body li{margin-bottom:6px}.info-modal .spec-modal-body a{color:var(--teal);text-decoration:none}.info-modal .spec-modal-body a:hover{text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:12px;margin:16px 0 24px;padding:18px;background:var(--bg-light);border:1px solid #DCEEF0;border-radius:14px}.contact-form label{font-size:.82rem;font-weight:600;color:var(--ink)}.contact-form input,.contact-form textarea{font-family:var(--font-body);font-size:.95rem;color:var(--ink);border:1px solid #DCEEF0;border-radius:10px;padding:11px 14px;background:var(--white);width:100%}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--teal);outline-offset:1px}.contact-form textarea{resize:vertical;min-height:90px;font-family:var(--font-body)}.contact-form .field{display:flex;flex-direction:column;gap:6px}.contact-form .field-row{display:flex;gap:12px;flex-wrap:wrap}.contact-form .field-row .field{flex:1 1 200px}.contact-submit{width:100%;justify-content:center;margin-top:4px}.contact-form-note{font-size:.78rem;color:var(--muted);margin:-4px 0 0}.contact-form-status{font-size:.86rem;font-weight:600;margin:-4px 0 0;min-height:0}.contact-form-status.is-sending{color:var(--muted)}.contact-form-status.is-success{color:#1f9d6e}.contact-form-status.is-error{color:#d9534f}.contact-form-status.is-error a{color:inherit;text-decoration:underline}.contact-submit:disabled{opacity:.6;cursor:not-allowed}.included-list{margin-top:40px;background:var(--white);border-radius:var(--radius);border:1px solid #DCEEF0;padding:28px 32px}.included-list h4{font-size:1.1rem;margin-bottom:16px}.included-list ul{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.included-list li{display:flex;align-items:center;gap:10px;font-size:.95rem}.included-list li:before{content:"\2713";color:var(--teal);font-weight:700;font-size:1.05rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery-item{border-radius:var(--radius);overflow:hidden;aspect-ratio:1/1;box-shadow:var(--card-shadow);position:relative}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-item.gallery-placeholder{background:var(--bg-light);border:2px dashed #DCEEF0;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.9rem;font-weight:600}.gallery-item .tag{position:absolute;bottom:10px;left:10px;background:#0b1f2abf;color:var(--white);font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.compare-wrap{background:var(--white);border-radius:24px;padding:48px;box-shadow:var(--card-shadow);overflow-x:auto}.scroll-hint{display:none;text-align:center;font-size:.8rem;color:var(--muted);margin-bottom:14px}table.compare{width:100%;border-collapse:collapse;min-width:560px}table.compare th,table.compare td{text-align:left;padding:16px 18px;font-size:.95rem;border-bottom:1px solid #EAF1F2}table.compare th{font-family:var(--font-display);font-weight:600;font-size:1rem;color:var(--bg-deep)}table.compare th.col-us{background:var(--bg-deep);color:var(--white);border-radius:14px 14px 0 0}table.compare td.col-us{background:#3fc1d00f;font-weight:600}table.compare .yes{color:#1fa672;font-weight:700}table.compare .no{color:#d1495b;font-weight:700}table.compare tr:last-child td{border-bottom:none}table.compare td.col-us:first-of-type{border-radius:0}.faq-list{max-width:760px;margin:0 auto}.faq-item{background:var(--white);border:1px solid #DCEEF0;border-radius:14px;margin-bottom:12px;overflow:hidden}.faq-question{width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:20px 24px;font-family:var(--font-display);font-weight:600;font-size:1.02rem;display:flex;justify-content:space-between;align-items:center;color:var(--ink);transition:color .2s}.faq-question:hover{color:var(--teal)}.faq-question .icon{font-size:1.4rem;color:var(--teal);transition:transform .25s;flex-shrink:0;margin-left:14px}.faq-item.open .faq-question .icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 24px;color:var(--muted);font-size:.95rem}.faq-item.open .faq-answer{max-height:240px;padding:0 24px 22px}.reviews-section{position:relative}.carousel-wrap{position:relative;overflow:hidden}.carousel-track{display:flex;gap:24px;transition:transform .45s cubic-bezier(.4,0,.2,1)}.review-card{flex:0 0 calc((100% - 48px)/3);background:var(--white);border-radius:var(--radius);border:1px solid #DCEEF0;padding:26px;display:flex;flex-direction:column}.review-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.avatar{width:42px;height:42px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-family:var(--font-display);font-size:1rem}.review-name{font-weight:600;font-size:.95rem}.review-stars{color:#ffc93c;font-size:.9rem;margin-bottom:10px;letter-spacing:2px}.review-text{font-size:.92rem;color:var(--ink);opacity:.88;flex-grow:1}.review-verified{margin-top:14px;font-size:.76rem;color:#1fa672;font-weight:600;display:flex;align-items:center;gap:6px}.carousel-controls{display:flex;justify-content:center;gap:12px;margin-top:32px}.carousel-btn{width:44px;height:44px;border-radius:50%;border:1px solid #DCEEF0;background:var(--white);cursor:pointer;font-size:1.1rem;color:var(--bg-deep);display:flex;align-items:center;justify-content:center;transition:all .2s}.carousel-btn:hover{background:var(--teal);color:var(--white);border-color:var(--teal)}.cta-band{background:linear-gradient(120deg,var(--bg-deep),#163745);color:var(--white);text-align:center;padding:70px 24px}.cta-band h2{font-size:clamp(1.8rem,3.6vw,2.6rem);margin-bottom:14px}.cta-band p{color:#ffffffb3;margin-bottom:30px;max-width:520px;margin-left:auto;margin-right:auto}footer{background:var(--bg-deep);color:#ffffff8c;text-align:center;padding:28px;font-size:.84rem}.footer-links{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:14px}.footer-links a{color:#ffffffbf;text-decoration:none;font-weight:600;transition:color .2s}.footer-links a:hover{color:var(--teal)}.footer-copy{color:#ffffff73}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b1f2a80;opacity:0;pointer-events:none;transition:opacity .3s;z-index:200}.overlay.active{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:min(420px,92vw);background:var(--white);z-index:201;box-shadow:-20px 0 50px -20px #0000004d;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer.active{transform:translate(0)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #EAF1F2}.cart-header h3{font-size:1.3rem}.cart-close{background:none;border:none;font-size:1.4rem;cursor:pointer;color:var(--muted);line-height:1}.cart-body{flex:1;overflow-y:auto;padding:20px 24px;-webkit-overflow-scrolling:touch}.cart-empty{text-align:center;color:var(--muted);padding:60px 20px;font-size:.95rem}.cart-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid #F1F6F7}.cart-item img{width:64px;height:64px;border-radius:10px;object-fit:cover;flex-shrink:0}.cart-item-info{flex:1}.cart-item-info h5{font-size:.92rem;margin-bottom:4px}.cart-item-info .meta{font-size:.8rem;color:var(--muted);margin-bottom:8px}.cart-item-controls{display:flex;align-items:center;justify-content:space-between}.cart-item-price{font-weight:700;font-family:var(--font-display);color:var(--bg-deep)}.cart-remove{background:none;border:none;color:#d1495b;font-size:.78rem;cursor:pointer;font-weight:600;padding:0}.cart-qty{display:flex;align-items:center;border:1px solid #DCEEF0;border-radius:8px}.cart-qty button{width:26px;height:26px;border:none;background:none;cursor:pointer;font-size:.95rem}.cart-qty span{font-size:.85rem;font-weight:600;min-width:22px;text-align:center}.cart-footer{padding:20px 24px;border-top:1px solid #EAF1F2}.cart-total-row{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-display);font-weight:700;font-size:1.2rem;margin-bottom:16px}.cart-footer .btn{width:100%;justify-content:center}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%) translateY(20px);background:var(--bg-deep);color:var(--white);padding:14px 26px;border-radius:12px;font-size:.92rem;font-weight:600;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;z-index:300;display:flex;align-items:center;gap:10px;box-shadow:0 14px 30px -10px #0006}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:500;background:var(--bg-deep);color:#ffffffe0;padding:18px 24px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;box-shadow:0 -10px 30px -10px #0006;transform:translateY(110%);transition:transform .45s ease;pointer-events:none}.cookie-banner.show{transform:translateY(0);pointer-events:auto}.cookie-banner-text{font-size:.86rem;line-height:1.55;max-width:640px}.cookie-banner-text a{color:var(--teal);text-decoration:underline;cursor:pointer}.cookie-banner-actions{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0}.cookie-banner-actions .btn{padding:11px 20px;font-size:.86rem;white-space:nowrap}body.cookie-banner-active .mobile-buybar,.mobile-buybar{display:none}.back-to-product{position:fixed;right:20px;bottom:24px;z-index:95;width:48px;height:48px;border-radius:50%;background:var(--teal);color:var(--bg-deep);border:none;box-shadow:0 10px 24px -8px #0b1f2a73;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease,visibility .25s}.back-to-product.show{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.back-to-product:hover{transform:translateY(-2px);box-shadow:0 14px 30px -8px #0b1f2a8c}@media(max-width:980px){.wrap{padding:0 20px}.hero .wrap{grid-template-columns:1fr;padding:28px 20px 36px;min-height:auto;gap:28px}.hero-visual{order:-1;margin-bottom:4px;overflow:hidden}.hero-img-wrap{width:min(300px,74%)}.mist-ring.r1{width:230px;height:230px;margin:-115px 0 0 -115px}.mist-ring.r2{width:300px;height:300px;margin:-150px 0 0 -150px}.mist-ring.r3{width:370px;height:370px;margin:-185px 0 0 -185px}.hero h1{font-size:clamp(2rem,8vw,2.8rem)}.hero p.lead{max-width:none}.hero-ctas{flex-direction:column;gap:12px}.hero-ctas .btn{width:100%;justify-content:center}.hero-trust{gap:12px 20px;font-size:.8rem}.nav-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background:#0b1f2afa;max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 20px}.nav-links.open{max-height:70vh;overflow-y:auto;padding:6px 20px 18px}.nav-links a{display:block;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:1rem}.nav-links a:last-child{border-bottom:none}.product-grid{grid-template-columns:1fr;gap:32px}.buy-box{padding:20px}.qty-control button{width:44px;height:44px}.qty-control input{width:50px}.specs-grid{grid-template-columns:1fr;gap:14px}.spec-card{padding:20px}.included-list{padding:22px}.included-list ul{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.compare-wrap{padding:20px}.scroll-hint{display:block}.review-card{flex:0 0 100%}.cta-band{padding:48px 20px}.cta-band .btn{width:100%;max-width:360px;justify-content:center}.mobile-buybar{display:flex;align-items:center;justify-content:space-between;gap:14px;position:fixed;bottom:0;left:0;right:0;z-index:90;background:var(--white);padding:12px 18px;border-top:1px solid #DCEEF0;box-shadow:0 -10px 30px -16px #0b1f2a59}.mobile-buybar-price{display:flex;flex-direction:column;line-height:1.25;overflow:visible;min-width:120px;flex-shrink:0;padding-left:2px}.mobile-buybar-price .now{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--bg-deep);white-space:nowrap}.mobile-buybar-price .old{font-size:.78rem;color:#a9c2c6;text-decoration:line-through;white-space:nowrap}.mobile-buybar .btn{padding:13px 22px;font-size:.92rem;white-space:nowrap}footer{padding-bottom:96px}.toast{bottom:96px;width:90%;max-width:340px;text-align:center;justify-content:center}.back-to-product{bottom:90px;right:16px;width:44px;height:44px}}.intro-mist{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none!important;background:var(--bg-deep);overflow:hidden;animation:introMistOut 2.2s ease forwards}@keyframes introMistOut{0%{opacity:1}60%{opacity:1}to{opacity:0;visibility:hidden}}.intro-smoke{position:absolute;border-radius:50%;filter:blur(40px);opacity:0;pointer-events:none!important;animation:smokePuff 2s ease-out forwards}.intro-smoke.s1{width:320px;height:320px;left:0%;top:55%;background:radial-gradient(circle,#fffffff2,#ffffff59 45%,#fff0 75%);animation-delay:0s}.intro-smoke.s2{width:380px;height:380px;right:-5%;top:18%;background:radial-gradient(circle,#3fc1d0f2,#3fc1d059 45%,#3fc1d000 75%);animation-delay:.1s}.intro-smoke.s3{width:260px;height:260px;left:38%;top:5%;background:radial-gradient(circle,#ffffffd9,#ffffff4d 45%,#fff0 75%);animation-delay:.25s}.intro-smoke.s4{width:300px;height:300px;left:18%;bottom:-5%;background:radial-gradient(circle,#3fc1d0cc,#3fc1d04d 45%,#3fc1d000 75%);animation-delay:.05s}.intro-smoke.s5{width:340px;height:340px;right:8%;bottom:0%;background:radial-gradient(circle,#ffffffd9,#ffffff4d 45%,#fff0 75%);animation-delay:.18s}@keyframes smokePuff{0%{transform:scale(.6) translate(0);opacity:0}25%{opacity:.95;transform:scale(1) translate(4px,-4px)}to{transform:scale(2.4) translate(50px,-70px);opacity:0}}@media(max-width:600px){.wrap{padding:0 16px}.section{padding:48px 0}.section-sub{margin-bottom:32px}.cart-label{display:none}.price-now,.buy-box .price-now{font-size:1.9rem}.gallery-grid{gap:10px;grid-template-columns:repeat(2,1fr)}table.compare{font-size:.82rem}table.compare th,table.compare td{padding:12px 10px}.spec-modal,.info-modal{padding:22px;width:92vw}.spec-modal-header h3{font-size:1.15rem}.mobile-buybar-price .now{font-size:1.1rem}.mobile-buybar .btn{padding:12px 16px;font-size:.86rem}.cookie-banner{flex-direction:column;align-items:stretch;padding:16px;gap:14px}.cookie-banner-actions{justify-content:stretch}.cookie-banner-actions .btn{flex:1;justify-content:center}input,textarea,select{font-size:16px!important}.qty-control button{width:44px;height:44px}}@media(max-width:420px){.gallery-grid{grid-template-columns:1fr}.hero h1{font-size:clamp(1.8rem,8vw,2.4rem)}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/miniklima.css.map */
