.lv-home{--lv-text:#111827;--lv-muted:#6b7280;--lv-border:#ececec;--lv-bg:#fff;color:var(--lv-text);background:var(--lv-bg)}.lv-home *{box-sizing:border-box}.lv-home__container{width:min(100% - 32px,1280px);margin-inline:auto}.lv-home__section{padding:56px 0}.lv-home__section--tight{padding:34px 0}.lv-home__heading{text-align:center;margin:0 0 34px}.lv-home__heading h2{margin:0;font-size:clamp(26px,3vw,38px);line-height:1.2;font-weight:700;letter-spacing:-.02em;color:var(--lv-text)}.lv-home__heading p{margin:10px 0 0;font-size:17px;line-height:1.7;color:var(--lv-muted)}.lv-home__line{display:block;width:52px;height:2px;margin:16px auto 0;background:#111}.lv-hero{position:relative;width:100%;height:64vh;min-height:540px;overflow:hidden;background:#000}.lv-hero video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center bottom}.lv-hero__mobile{display:none}.lv-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--lv-overlay,0));pointer-events:none}.lv-fade{position:relative;overflow:hidden;background:#f5f5f5}.lv-fade__viewport{position:relative;aspect-ratio:1440/566}.lv-fade__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s ease;pointer-events:none}.lv-fade__slide.is-active{opacity:1;pointer-events:auto}.lv-fade__slide a,.lv-fade__slide picture{display:block;width:100%;height:100%}.lv-fade__slide img{width:100%;height:100%;display:block;object-fit:cover}.lv-fade__dots{position:absolute;z-index:3;left:50%;bottom:18px;transform:translate(-50%);display:flex;gap:8px}.lv-fade__dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#ffffff8c;box-shadow:0 0 0 1px #00000026;cursor:pointer}.lv-fade__dot.is-active{width:24px;background:#fff}.lv-products{overflow:hidden}.lv-products__track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.lv-products--slider .lv-products__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:2px 2px 14px;cursor:grab}.lv-products--slider .lv-products__track::-webkit-scrollbar{display:none}.lv-products--slider .lv-product-card{flex:0 0 calc((100% - 66px)/4);scroll-snap-align:start}.lv-product-card{min-width:0;text-align:center;background:#fff}.lv-product-card__media{position:relative;overflow:hidden;aspect-ratio:4/5;background:#f5f5f5;border-radius:2px}.lv-product-card__media a{display:block;width:100%;height:100%}.lv-product-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease}.lv-product-card:hover .lv-product-card__media img{transform:scale(1.035)}.lv-product-card__badge{position:absolute;top:12px;inset-inline-start:12px;background:#111;color:#fff;font-size:11px;font-weight:700;padding:6px 9px;border-radius:999px;z-index:2}.lv-product-card__info{padding:15px 4px 0}.lv-product-card__title{display:block;color:#111;text-decoration:none;font-size:15px;font-weight:600;line-height:1.45;min-height:44px}.lv-product-card__price{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px;font-size:15px;font-weight:700}.lv-product-card__compare{color:#9ca3af;text-decoration:line-through;font-weight:400;font-size:13px}.lv-product-card__form{margin-top:13px}.lv-product-card__button{width:100%;min-height:44px;border:1px solid #111;background:#111;color:#fff;font:inherit;font-size:13px;font-weight:700;padding:11px 14px;cursor:pointer;transition:.25s ease}.lv-product-card__button:hover{background:#333;border-color:#333}.lv-product-card__button[disabled]{opacity:.45;cursor:not-allowed}.lv-products__empty{grid-column:1/-1;text-align:center;padding:30px;color:var(--lv-muted)}.lv-banner a,.lv-banner picture{display:block}.lv-banner img{display:block;width:100%;height:auto;object-fit:contain}.lv-banner--contained .lv-home__container{overflow:hidden}.lv-card-grid{display:grid;grid-template-columns:repeat(var(--lv-cols,4),minmax(0,1fr));gap:18px}.lv-card{min-width:0;text-align:center}.lv-card a{color:inherit;text-decoration:none}.lv-card__media{overflow:hidden;background:#f5f5f5;aspect-ratio:3/4}.lv-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease}.lv-card:hover .lv-card__media img{transform:scale(1.05)}.lv-card h3{margin:11px 0 0;font-size:16px;line-height:1.45;font-weight:600}.lv-card p{margin:4px 0 0;font-size:14px;line-height:1.55;color:var(--lv-muted)}.lv-card-grid--images-only{gap:14px}.lv-card-grid--images-only .lv-card__media{aspect-ratio:auto}.lv-card-grid--images-only .lv-card__media img{height:auto;aspect-ratio:auto;object-fit:contain}.lv-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--lv-border);border-radius:4px;overflow:hidden;background:#fff}.lv-feature{display:flex;align-items:center;gap:15px;padding:25px 22px;border-inline-end:1px solid var(--lv-border)}.lv-feature:last-child{border-inline-end:0}.lv-feature__icon{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center}.lv-feature__icon img{display:block;max-width:100%;max-height:100%;object-fit:contain}.lv-feature h3{font-size:15px;margin:0 0 4px;font-weight:700}.lv-feature p{font-size:13px;margin:0;color:var(--lv-muted);line-height:1.5}.lv-branches{padding-bottom:72px}.lv-branches__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:28px}.lv-branches__tab{border:1px solid #dedede;background:#fff;color:#111;border-radius:999px;padding:10px 16px;font:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:.2s ease}.lv-branches__tab:hover,.lv-branches__tab.is-active{background:#111;color:#fff;border-color:#111}.lv-branches__panel{display:none}.lv-branches__panel.is-active{display:block}.lv-branches__map{width:100%;height:420px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #0000000f}.lv-branches__map iframe{display:block;width:100%;height:100%;border:0}@media(max-width:989px){.lv-home__section{padding:42px 0}.lv-products__track{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 10px}.lv-products--slider .lv-product-card{flex-basis:calc((100% - 10px)/2)}.lv-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 10px}.lv-features{grid-template-columns:repeat(2,minmax(0,1fr))}.lv-feature:nth-child(2){border-inline-end:0}.lv-feature:nth-child(-n+2){border-bottom:1px solid var(--lv-border)}}@media(max-width:749px){.lv-home__container{width:min(100% - 24px,1280px)}.lv-hero{height:70vh;min-height:500px}.lv-hero__desktop{display:none}.lv-hero__mobile{display:block}.lv-fade__viewport{aspect-ratio:1440/566}.lv-home__heading{margin-bottom:24px}.lv-home__heading h2{font-size:27px}.lv-home__heading p{font-size:15px}.lv-product-card__title{font-size:14px;min-height:41px}.lv-product-card__button{font-size:12px;padding-inline:8px}.lv-card h3{font-size:14px}.lv-card p{font-size:12px}.lv-feature{padding:20px 14px;gap:11px}.lv-feature__icon{width:38px;height:38px;flex-basis:38px}.lv-feature h3{font-size:13px}.lv-feature p{font-size:11px}.lv-branches__tabs{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.lv-branches__tabs::-webkit-scrollbar{display:none}.lv-branches__tab{white-space:nowrap}.lv-branches__map{height:340px}}.lv-home img,.lv-home a{-webkit-user-drag:none}.lv-home img{user-select:none;-webkit-user-select:none}.lv-card__placeholder{display:block;width:100%;height:100%;background:#f2f2f2;color:#d1d5db}.lv-fade__viewport{touch-action:pan-y;cursor:grab;user-select:none;-webkit-user-select:none}.lv-fade.is-dragging .lv-fade__viewport{cursor:grabbing}.lv-fade.is-dragging .lv-fade__slide,.lv-fade.is-settling .lv-fade__slide{will-change:transform,opacity}.lv-fade.is-dragging .lv-fade__dots,.lv-fade.is-settling .lv-fade__dots{pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/7/assets/lv-home.css.map */
