.hp-hero__grid{display:grid;gap:32px;align-items:center}.hp-hero__content{text-align:center}.hp-hero__eyebrow{font-size:1.4rem;letter-spacing:.25em;text-transform:uppercase;margin:0 0 12px;font-weight:700;color:rgba(var(--color-foreground),.45)}.hp-hero__title{margin:0 0 16px;font-size:clamp(4.2rem,6vw,6.4rem);line-height:1.04;letter-spacing:-.02em}.hp-hero__subtitle{margin:0 0 20px;font-size:1.9rem;line-height:1.55;color:rgba(var(--color-foreground),.6);max-width:480px}.hp-hero__badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.hp-hero__badge{padding:6px 14px;border-radius:999px;border:1px solid rgba(var(--color-foreground),.12);background:rgba(var(--color-foreground),.03);font-size:1.4rem;font-weight:500;color:rgba(var(--color-foreground),.75)}.hp-hero__price{margin-bottom:24px;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.hp-hero__compare{font-size:2rem;color:rgba(var(--color-foreground),.4);text-decoration:line-through}.hp-hero__current{font-size:4rem;font-weight:800;letter-spacing:-.02em;color:rgb(var(--color-foreground))}.hp-hero__discount{display:inline-flex;align-items:center;padding:5px 12px;border-radius:6px;background:#22c55e;color:#fff;font-size:1.4rem;font-weight:700}.hp-hero__trust-row{display:flex;flex-wrap:wrap;gap:10px 18px;margin-bottom:24px}.hp-hero__trust-item{display:inline-flex;align-items:center;gap:6px;font-size:1.3rem;font-weight:500;color:rgba(var(--color-foreground),.55)}.hp-hero__trust-item svg{flex-shrink:0;color:rgba(var(--color-foreground),.45)}.hp-hero__actions-wrap{margin-bottom:16px}.hp-hero__actions-row{display:flex;gap:10px;margin-bottom:12px}.hp-hero__actions-row .hp-hero__cta{flex:1;min-width:0}.hp-hero__link{display:inline-flex;align-items:center;font-size:1.4rem;font-weight:600;color:rgba(var(--color-foreground),.55);text-decoration:none;transition:color .2s ease}.hp-hero__link:hover{color:rgb(var(--color-foreground))}.hp-hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;border-radius:12px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.8rem;font-weight:700;text-decoration:none;transition:opacity .2s ease,transform .2s ease}.hp-hero__cta:hover{opacity:.85;transform:translateY(-1px)}.hp-hero__cta:disabled,.hp-hero__cta[disabled]{opacity:.4;cursor:not-allowed;transform:none}.hp-atc-btn{position:relative;cursor:pointer;border:none}.hp-atc-btn__loading,.hp-atc-btn__done{display:none;align-items:center;justify-content:center;gap:6px}.hp-atc-btn__icon{flex-shrink:0}.hp-atc-btn.is-loading .hp-atc-btn__text,.hp-atc-btn.is-loading .hp-atc-btn__icon{display:none}.hp-atc-btn.is-loading .hp-atc-btn__loading{display:inline-flex}.hp-atc-btn.is-done .hp-atc-btn__text,.hp-atc-btn.is-done .hp-atc-btn__icon{display:none}.hp-atc-btn.is-done .hp-atc-btn__done{display:inline-flex}.hp-atc-btn.is-done,.hp-atc-btn.is-done.hp-sticky-bar__cta{background:#22c55e}@keyframes hp-spin{to{transform:rotate(360deg)}}.hp-atc-btn.is-loading .hp-atc-btn__loading svg{animation:hp-spin .8s linear infinite}.hp-hero__cta--buynow{background:#22c55e;color:#fff;gap:6px;border:none;cursor:pointer}.hp-hero__cta--buynow:hover{opacity:.9;background:#16a34a}.hp-hero__micro{margin:0;font-size:1.4rem;color:rgba(var(--color-foreground),.45)}.hp-hero__media{display:flex;justify-content:center}.hp-hero__img{width:100%;max-width:600px;height:auto;object-fit:contain}.hp-hero__placeholder{width:100%;max-width:520px;aspect-ratio:1;background:rgba(var(--color-foreground),.04);border-radius:20px;display:grid;place-items:center}.hp-hero__placeholder svg{width:60%;opacity:.3}.hp-carousel{width:100%;max-width:100%;margin:0 auto}.hp-carousel__viewport{position:relative;overflow:hidden;border-radius:16px;background:rgba(var(--color-foreground),.02)}.hp-carousel__track{display:flex;transition:transform .4s cubic-bezier(.25,.46,.45,.94);will-change:transform}.hp-carousel__slide{flex:0 0 100%;min-width:0}.hp-carousel__img{width:100%;height:auto;display:block;object-fit:contain;aspect-ratio:4/5}.hp-carousel__slide--video{position:relative;background:#000}.hp-carousel__slide--video video,.hp-carousel__slide--video iframe{width:100%;aspect-ratio:4/5;object-fit:contain;display:block;border:none}.hp-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:38px;height:38px;border-radius:50%;border:none;cursor:pointer;display:grid;place-items:center;background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 2px 8px #0000001a;transition:opacity .2s ease,transform .15s ease;opacity:.85}.hp-carousel__arrow:hover{opacity:1;transform:translateY(-50%) scale(1.05)}.hp-carousel__arrow--prev{left:10px}.hp-carousel__arrow--next{right:10px}.hp-carousel__counter{position:absolute;bottom:10px;right:10px;z-index:2;padding:4px 10px;border-radius:8px;background:#00000080;color:#fff;font-size:1.2rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hp-carousel__thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:2px}.hp-carousel__thumbs::-webkit-scrollbar{display:none}.hp-carousel__thumb{flex:0 0 auto;width:72px;height:72px;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;background:rgba(var(--color-foreground),.03);transition:border-color .2s ease,opacity .2s ease;opacity:.5}.hp-carousel__thumb--active{border-color:rgb(var(--color-foreground));opacity:1}.hp-carousel__thumb:hover{opacity:.85}.hp-carousel__thumb-img{width:100%;height:100%;object-fit:cover;display:block}.hp-carousel__thumb--video{position:relative}.hp-carousel__thumb-play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#00000059;border-radius:8px}@media screen and (min-width:990px){.hp-hero__grid{grid-template-columns:1fr 1fr;gap:48px}.hp-hero__content{text-align:left}.hp-hero__subtitle{margin-left:0;margin-right:0}.hp-hero__badges,.hp-hero__price{justify-content:flex-start}}@media screen and (max-width:989px){.hp-hero__grid{text-align:center;gap:20px}.hp-hero__subtitle{margin-left:auto;margin-right:auto;font-size:1.6rem}.hp-hero__badges,.hp-hero__price{justify-content:center}.hp-hero__actions-row{width:100%}.hp-hero__actions-row .hp-hero__cta{padding:14px 12px;font-size:1.5rem;gap:5px}.hp-hero__link{justify-content:center}.hp-hero__media{order:-1;margin-left:-20px;margin-right:-20px}.hp-hero__img,.hp-carousel{max-width:100%}.hp-carousel__viewport{border-radius:0}.hp-carousel__img{aspect-ratio:9/16;object-fit:cover}.hp-carousel__slide--video video,.hp-carousel__slide--video iframe{aspect-ratio:9/16}.hp-carousel__thumbs{gap:6px;margin-top:8px;padding:0 16px;justify-content:flex-start}.hp-carousel__thumb{width:48px;height:48px;border-radius:8px}.hp-carousel__arrow{width:30px;height:30px}.hp-carousel__arrow svg{width:14px;height:14px}.hp-hero__trust-row{justify-content:center;gap:6px 14px;font-size:1.2rem}.hp-hero__trust-item svg{width:14px;height:14px}}.hp-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:90;background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.08);box-shadow:0 -2px 12px #00000014;transform:translateY(100%);transition:transform .3s ease;padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))}.hp-sticky-bar--visible{transform:translateY(0)}.hp-sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:1200px;margin:0 auto}.hp-sticky-bar__info{display:flex;flex-direction:column;gap:2px;min-width:0}.hp-sticky-bar__name{font-size:1.3rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-sticky-bar__price{font-size:1.5rem;font-weight:800}.hp-sticky-bar__cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:10px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.3rem;font-weight:700;text-decoration:none;border:none;cursor:pointer;white-space:nowrap;transition:opacity .2s ease,background .2s ease}.hp-sticky-bar__cta:hover{opacity:.85}.hp-sticky-bar__buttons{display:flex;gap:6px}.hp-sticky-bar__cta--buynow{background:#22c55e;color:#fff}.hp-sticky-bar__cta--buynow:hover{opacity:.9;background:#16a34a}@media screen and (min-width:990px){.hp-sticky-bar{display:none}}.hp-toast{position:fixed;top:16px;right:16px;z-index:999;width:380px;max-width:calc(100vw - 32px);background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:14px;box-shadow:0 8px 30px #0000001f,0 2px 8px #0000000f;transform:translate(calc(100% + 20px));opacity:0;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .3s ease;overflow:hidden;pointer-events:none}.hp-toast--visible{transform:translate(0);opacity:1;pointer-events:auto}.hp-toast__inner{display:flex;align-items:center;gap:12px;padding:16px}.hp-toast__icon{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#22c55e1a;display:grid;place-items:center}.hp-toast__body{flex:1;min-width:0}.hp-toast__title{margin:0;font-size:1.4rem;font-weight:700;color:rgb(var(--color-foreground))}.hp-toast__product{margin:2px 0 0;font-size:1.2rem;color:rgba(var(--color-foreground),.55);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-toast__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.hp-toast__cart-btn{display:inline-flex;align-items:center;padding:8px 16px;border-radius:8px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.3rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.hp-toast__cart-btn:hover{opacity:.85}.hp-toast__close{display:grid;place-items:center;padding:4px;background:none;border:none;cursor:pointer;color:rgba(var(--color-foreground),.4);border-radius:6px;transition:color .2s ease}.hp-toast__close:hover{color:rgb(var(--color-foreground))}.hp-toast__progress{height:3px;background:#22c55e;transform:scaleX(0);transform-origin:left}.hp-toast--visible .hp-toast__progress{animation:hp-toast-progress 4s linear forwards}@keyframes hp-toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media screen and (max-width:549px){.hp-toast{top:auto;bottom:80px;right:8px;left:8px;width:auto;max-width:none;transform:translateY(20px)}.hp-toast--visible{transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-homepage-hero.css.map */
