.lm-hero{--lm-gutter: 16px;--lm-media-h: clamp(260px, 42vh, 360px);--lm-line: rgba(var(--color-foreground), .1);--lm-muted: rgba(var(--color-foreground), .72);background:rgb(var(--color-background));color:rgb(var(--color-foreground))}@supports (height: 1svh){.lm-hero{--lm-media-h: clamp(260px, 42svh, 360px)}}@media(min-width:414px){.lm-hero{--lm-gutter: 20px}}.lm-hero--empty{padding:4rem var(--lm-gutter, 16px);text-align:center}.lm-hero__inner{display:grid}.lm-hero__gallery{position:relative;min-width:0}.lm-hero__track{display:flex;margin:0;padding:0;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.lm-hero__track::-webkit-scrollbar{display:none}.lm-hero__track:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:-4px}.lm-hero__slide{flex:0 0 100%;scroll-snap-align:start;height:var(--lm-media-h);background:rgba(var(--color-foreground),.04)}.lm-hero--square .lm-hero__slide{height:auto;aspect-ratio:1 / 1}.lm-hero__img{display:block;width:100%;height:100%;object-fit:cover}.lm-hero__dots{position:absolute;left:0;right:0;bottom:4px;display:flex;justify-content:center;pointer-events:none}.lm-hero__dot{pointer-events:auto;width:24px;height:24px;padding:0;border:0;background:none;cursor:pointer;display:grid;place-items:center}.lm-hero__dot:before{content:"";width:6px;height:6px;border-radius:50%;background:rgba(var(--color-foreground),.35);transition:transform .2s,background .2s}.lm-hero__dot[aria-current=true]:before{background:rgb(var(--color-foreground));transform:scale(1.3)}.lm-hero__arrow{display:none}.lm-hero__info{display:grid;gap:6px;padding:12px var(--lm-gutter) 24px;min-width:0}.lm-hero__rating{display:inline-flex;align-items:center;gap:6px;justify-self:start;min-height:24px;font-size:1.4rem;line-height:1.8rem;color:var(--lm-muted);text-decoration:none}.lm-hero__rating .lm-icon{width:15px;height:15px;opacity:.7}.lm-hero__rating:hover .lm-hero__rating-text{text-decoration:underline}.lm-stars{position:relative;display:inline-block;line-height:0}.lm-stars__base,.lm-stars__fill{display:inline-flex;gap:1px}.lm-stars svg{width:14px;height:14px;flex:none}.lm-stars__base svg{fill:rgba(var(--color-foreground),.15)}.lm-stars__fill{position:absolute;inset:0 auto 0 0;overflow:hidden;white-space:nowrap}.lm-stars__fill svg{fill:var(--lm-star, #B8862B)}.lm-hero__title{margin:0;font-family:var(--font-heading-family);font-weight:700;font-size:2.6rem;line-height:3rem;letter-spacing:-.01em;text-wrap:balance;overflow-wrap:break-word}.lm-hero__sub{margin:0;font-size:1.6rem;line-height:2.2rem;color:var(--lm-muted)}.lm-hero__price-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-top:6px}.lm-hero__price{font-size:2.6rem;line-height:3.2rem;font-weight:700;font-variant-numeric:tabular-nums}.lm-hero__compare{margin-left:8px;font-size:1.6rem;font-weight:400;color:var(--lm-muted)}.lm-hero__badge{font-size:1.2rem;line-height:1;font-weight:600;padding:6px 8px;border-radius:6px;background:rgba(var(--color-foreground),.06)}.lm-hero__form{margin-top:6px}.lm-btn{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:56px;padding:0 20px;border:0;border-radius:12px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-size:1.7rem;font-weight:600;letter-spacing:.01em;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .1s,opacity .2s}.lm-btn:active{transform:scale(.99)}.lm-btn:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:3px}.lm-btn[disabled],.lm-btn[aria-disabled=true]{opacity:.5;cursor:not-allowed}.lm-btn.loading>span:first-child{visibility:hidden}.lm-btn .loading__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.lm-btn .loading__spinner.hidden{display:none}.lm-spinner{animation:lm-spin .8s linear infinite}@keyframes lm-spin{to{transform:rotate(360deg)}}.lm-hero__wallet{margin-top:10px}.lm-hero__buynow{margin:10px 0 0}.lm-hero__buynow-btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;padding:0 20px;border:1.5px solid rgb(var(--color-foreground));border-radius:12px;background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.6rem;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}.lm-hero__buynow-btn:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:3px}.lm-hero .shopify-payment-button__button{min-height:48px;border-radius:12px;overflow:hidden}.lm-hero .shopify-payment-button__more-options{display:none}.lm-hero__error{margin-bottom:8px;font-size:1.4rem;color:rgb(var(--color-foreground))}.lm-hero__bullets,.lm-hero__infos{list-style:none;margin:0;padding:0;display:grid}.lm-hero__bullets{gap:8px;margin-top:14px;font-size:1.5rem;line-height:2.2rem}.lm-hero__bullets li,.lm-hero__infos li{display:flex;align-items:flex-start;gap:10px}.lm-hero__bullets .lm-icon{flex:none;margin-top:1px}.lm-hero__infos{gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid var(--lm-line);font-size:1.4rem;line-height:2rem;color:var(--lm-muted)}.lm-hero__infos .lm-icon{flex:none;color:rgb(var(--color-foreground))}.lm-hero__infos a{color:inherit}@media(max-width:989px)and (max-height:620px){.lm-hero__title{font-size:2.4rem;line-height:2.8rem}.lm-hero__sub{font-size:1.5rem;line-height:2rem}}@media(min-width:990px){.lm-hero__inner{grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:48px;align-items:start;max-width:1200px;margin:0 auto;padding:32px 50px 64px}.lm-hero__gallery{border-radius:16px;overflow:hidden}.lm-hero__slide{height:auto;aspect-ratio:1 / 1}.lm-hero__info{position:sticky;top:24px;padding:8px 0 0;gap:10px}.lm-hero__title{font-size:4rem;line-height:4.4rem}.lm-hero__sub{font-size:1.8rem;line-height:2.6rem}.lm-hero__price{font-size:3rem;line-height:3.6rem}.lm-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:44px;height:44px;border-radius:50%;border:0;cursor:pointer;background:rgba(var(--color-background),.9);color:rgb(var(--color-foreground));box-shadow:0 2px 10px #00000014;opacity:0;transition:opacity .2s}.lm-hero__arrow--prev{left:12px}.lm-hero__arrow--next{right:12px}.lm-hero__gallery:hover .lm-hero__arrow,.lm-hero__arrow:focus-visible{opacity:1}.lm-hero__dots{bottom:8px}}@media(prefers-reduced-motion:reduce){.lm-btn,.lm-hero__dot:before,.lm-hero__arrow{transition:none}.lm-spinner{animation-duration:2s}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/lm-product-hero.css.map */
