.lepro-hotspot-section{position:relative}.hs-container{max-width:1200px;margin:0 auto;padding:0 var(--lepro-home-gutter)}.hs-container--full{max-width:none;padding:0}.hs-banner{position:relative}.hs-banner__img{display:block;width:100%;height:auto;border-radius:var(--lepro-home-radius)}.hs-banner--ratio .hs-banner__img{aspect-ratio:var(--hs-aspect-ratio);object-fit:cover;width:100%;height:100%}.hs-banner__placeholder{width:100%;aspect-ratio:16 / 9;background:#e8e8e8;display:flex;align-items:center;justify-content:center}.hs-banner__placeholder .placeholder-svg{width:100%;height:100%;opacity:.3}.hs-hotspot{position:absolute;width:44px;height:44px;transform:translate(-50%,-50%);overflow:visible;z-index:5;--hs-dot-size: 14px}.hs-hotspot.is-open{z-index:15}.hs-hotspot__trigger{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;outline:none;-webkit-tap-highlight-color:transparent}.hs-hotspot__dot{position:relative;width:var(--hs-dot-size);height:var(--hs-dot-size);background:#fff;border-radius:50%;box-shadow:0 0 0 2px #fff6;z-index:2;flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease}.hs-hotspot.is-open .hs-hotspot__dot,.hs-hotspot__trigger:hover .hs-hotspot__dot{transform:scale(1.2);box-shadow:0 0 0 3px #ffffffa6}.hs-hotspot__ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--hs-dot-size);height:var(--hs-dot-size);border-radius:50%;background:#ffffffa6;animation:hs-pulse 2.4s cubic-bezier(.2,.6,.4,1) infinite;pointer-events:none}.hs-hotspot__ring:nth-child(1){animation-delay:calc(var(--hs-delay, 0ms) + 0ms)}.hs-hotspot__ring:nth-child(2){animation-delay:calc(var(--hs-delay, 0ms) + .8s)}.hs-hotspot__ring:nth-child(3){animation-delay:calc(var(--hs-delay, 0ms) + 1.6s)}@keyframes hs-pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.7}75%{transform:translate(-50%,-50%) scale(3.5);opacity:0}to{transform:translate(-50%,-50%) scale(3.5);opacity:0}}.hs-hotspot.is-open .hs-hotspot__ring{animation-play-state:paused;opacity:0;transition:opacity .2s}.hs-hotspot__card{position:absolute;min-width:240px;max-width:272px;background:#101010eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:12px;box-shadow:0 16px 48px #00000080;z-index:20;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s,transform .22s ease}.hs-hotspot.is-open .hs-hotspot__card{opacity:1;visibility:visible;pointer-events:auto;transform:scale(1)!important}.hs-hotspot[data-direction=bottom-right] .hs-hotspot__card,.hs-hotspot[data-direction=auto] .hs-hotspot__card{top:40px;left:40px;transform:scale(.93);transform-origin:top left}.hs-hotspot[data-direction=bottom-left] .hs-hotspot__card{top:40px;right:40px;left:auto;transform:scale(.93);transform-origin:top right}.hs-hotspot[data-direction=top-right] .hs-hotspot__card{bottom:40px;left:40px;top:auto;transform:scale(.93);transform-origin:bottom left}.hs-hotspot[data-direction=top-left] .hs-hotspot__card{bottom:40px;right:40px;top:auto;left:auto;transform:scale(.93);transform-origin:bottom right}.hs-hotspot__product-link{display:flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:10px}.hs-hotspot__product-link:hover .hs-hotspot__product-title{text-decoration:underline;text-decoration-color:#ffffff80;text-underline-offset:2px}.hs-hotspot__product-img{width:64px;height:64px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#ffffff0f}.hs-hotspot__product-img img{width:100%;height:100%;object-fit:cover;display:block}.hs-hotspot__product-img .placeholder-svg{width:100%;height:100%;opacity:.3}.hs-hotspot__product-info{flex:1;min-width:0}.hs-hotspot__product-title{font-size:13px;line-height:1.45;color:#fff;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hs-hotspot__product-price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.hs-price--sale{font-size:14px;font-weight:700;color:#fff;line-height:1}.hs-price--compare{font-size:12px;color:#ffffff6b;text-decoration:line-through;line-height:1}.hs-hotspot__cta{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;height:32px;background:#ff7000;color:#fff;font-size:12px;font-weight:600;text-decoration:none;border-radius:6px;transition:background .15s ease,transform .1s ease;line-height:1;letter-spacing:.01em}.hs-hotspot__cta:hover{background:orange;color:#fff}.hs-hotspot__cta:active{transform:scale(.97)}.hs-hotspot__cta svg{flex-shrink:0}.hs-hotspot__empty{color:#ffffff73;font-size:12px;text-align:center;padding:10px 0;margin:0}.hs-products-slider{margin-top:24px}.hs-products-slider__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.hs-products-slider__track::-webkit-scrollbar{display:none}.hs-products-slider__item{flex:0 0 calc(25% - 12px);scroll-snap-align:start;min-width:0}.hs-products-slider__nav{display:flex;justify-content:center;gap:12px;margin-top:20px}.hs-products-slider__btn{width:36px;height:36px;border-radius:50%;border:1px solid #e0e0e0;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:background .15s ease,border-color .15s ease;color:#333;padding:0}.hs-products-slider__btn:hover{background:#f5f5f5;border-color:#ccc}.hs-products-slider__btn:disabled{opacity:.35;cursor:not-allowed}@media screen and (max-width:749px){.hs-products-slider{display:none}}@media screen and (max-width:749px){.lepro-hotspot-section{overflow-x:clip}.hs-hotspot{--hs-dot-size: 8px}.hs-hotspot__card{display:none!important}}.hs-mobile-strip{display:none}@media screen and (max-width:749px){.hs-mobile-strip{display:block;margin-top:12px;background:#fff;border-radius:10px;padding:12px 14px;box-shadow:0 2px 12px #00000014}.hs-mobile-strip__slides{display:grid}.hs-mobile-strip__slide{grid-area:1 / 1;display:flex;align-items:center;gap:12px;opacity:0;pointer-events:none;transition:opacity .3s ease}.hs-mobile-strip__slide.is-active{opacity:1;pointer-events:auto}.hs-mobile-strip__img{flex-shrink:0;width:60px;height:60px;border-radius:6px;overflow:hidden;display:block;background:#f5f5f5}.hs-mobile-strip__img img{width:100%;height:100%;object-fit:cover;display:block}.hs-mobile-strip__info{flex:1;min-width:0}.hs-mobile-strip__title{font-size:13px;font-weight:600;color:#111;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.hs-mobile-strip__price{font-size:13px;font-weight:700;color:#111;margin:0;display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}.hs-mobile-strip__price--sale{color:#111}.hs-mobile-strip__price--regular{font-size:11px;font-weight:400;color:#999;text-decoration:line-through}.hs-mobile-strip__add-btn{flex-shrink:0;height:36px;padding:0 14px;background:#ff7000;color:#fff;font-size:12px;font-weight:700;border:none;border-radius:6px;cursor:pointer;letter-spacing:.02em;transition:background .15s ease;white-space:nowrap}.hs-mobile-strip__add-btn:hover{background:orange}.hs-mobile-strip__add-btn:disabled{opacity:.5;cursor:not-allowed}.hs-mobile-strip__dots{display:flex;justify-content:center;gap:6px;margin-top:10px}.hs-mobile-strip__dot{width:10px;height:10px;border-radius:50%;border:none;background:#ccc;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.hs-mobile-strip__dot.is-active{background:#ff7000;transform:scale(1.3)}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-lepro-hotspot.css.map */
