@import"https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,700;1,800&display=swap";.stl-section{--stl-bg: #0d0d0d;--stl-pt: 60px;--stl-pb: 60px;--stl-heading-size: 36px;--stl-heading-color: #ffffff;--stl-heading-accent: #c8f135;--stl-heading-weight: 900;--stl-heading-spacing: .06em;--stl-card-height: 520px;--stl-card-radius: 4px;--stl-card-gap: 12px;--stl-cards-visible: 2.15;--stl-card-height-mob: 320px;--stl-card-radius-mob: 4px;--stl-card-gap-mob: 10px;--stl-dot-size: 28px;--stl-dot-bg: rgba(255,255,255,.92);--stl-dot-border: rgba(255,255,255,.4);--stl-dot-pulse: rgba(200, 241, 53, .45);--stl-dot-size-mob: 24px;--stl-popup-bg: #ffffff;--stl-popup-radius: 4px;--stl-popup-title-size: 13px;--stl-popup-price-bg: #c8f135;--stl-popup-price-color: #111111;--stl-popup-price-size: 13px;--stl-popup-img-size: 56px;--stl-popup-width: 230px;--stl-progress-bg: rgba(255,255,255,.12);--stl-progress-fill: #c8f135;--stl-progress-h: 2px;--stl-arrow-size: 40px;--stl-arrow-bg: rgba(255,255,255,.08);--stl-arrow-border: rgba(255,255,255,.18);--stl-arrow-color: #ffffff;--stl-arrow-hover-bg: #c8f135;--stl-arrow-hover-color: #111111}.stl-section{background:var(--stl-bg);padding-top:var(--stl-pt);padding-bottom:var(--stl-pb);overflow:hidden;position:relative;font-family:Bai Jamjuree,system-ui,-apple-system,sans-serif}.stl-container{max-width:1440px;margin:0 auto;padding:0 32px}.stl-header{margin-bottom:32px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.stl-heading{font-size:var(--stl-heading-size);font-weight:var(--stl-heading-weight);color:var(--stl-heading-color);letter-spacing:var(--stl-heading-spacing);text-transform:uppercase;margin:0;line-height:1.1;font-family:Bai Jamjuree,system-ui,-apple-system,sans-serif}.stl-heading__accent{color:var(--stl-heading-accent);font-style:italic}.stl-heading:before{content:"";display:inline-block;width:4px;height:.85em;background:var(--stl-heading-accent);margin-right:14px;vertical-align:middle;transform:skew(-12deg);position:relative;top:-2px}.stl-slider-outer{position:relative;overflow:visible}.stl-track{display:flex;gap:var(--stl-card-gap);overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;-webkit-user-select:none;user-select:none}.stl-track::-webkit-scrollbar{display:none}.stl-track.is-dragging{cursor:grabbing;scroll-behavior:auto}.stl-card{flex:0 0 calc((100% - var(--stl-card-gap) * (var(--stl-cards-visible) - 1)) / var(--stl-cards-visible));height:var(--stl-card-height);border-radius:var(--stl-card-radius);overflow:visible;position:relative;flex-shrink:0}.stl-card__img{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--stl-card-radius);filter:brightness(.88);transition:filter .3s ease}.stl-card:hover .stl-card__img{filter:brightness(1)}.stl-card:after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 28px 28px 0;border-color:transparent var(--stl-heading-accent) transparent transparent;z-index:2;border-radius:0 var(--stl-card-radius) 0 0}.stl-dot{position:absolute;z-index:10;width:var(--stl-dot-size);height:var(--stl-dot-size);border-radius:50%;background:var(--stl-dot-bg);border:2px solid var(--stl-dot-border);cursor:pointer;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);transition:transform .2s,background .2s;box-shadow:0 2px 12px #00000059}.stl-dot:before,.stl-dot:after{content:"";position:absolute;background:#111;border-radius:2px}.stl-dot:before{width:10px;height:2px}.stl-dot:after{width:2px;height:10px}.stl-dot__pulse{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid var(--stl-dot-pulse);animation:stlPulse 2s ease-out infinite;pointer-events:none}@keyframes stlPulse{0%{transform:scale(.85);opacity:1}70%{transform:scale(1.4);opacity:0}to{transform:scale(1.4);opacity:0}}.stl-dot:hover,.stl-dot.is-open{background:var(--stl-heading-accent);transform:translate(-50%,-50%) scale(1.12)}.stl-dot:hover:before,.stl-dot:hover:after,.stl-dot.is-open:before,.stl-dot.is-open:after{background:#111}.stl-dot.is-open:before{transform:rotate(45deg)}.stl-dot.is-open:after{transform:rotate(45deg)}.stl-popup{position:absolute;z-index:20;width:var(--stl-popup-width);background:var(--stl-popup-bg);border-radius:var(--stl-popup-radius);box-shadow:0 8px 32px #00000073,0 0 0 1px #00000014;padding:10px;display:none;transform:translateY(8px);opacity:0;transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .22s ease;border-left:3px solid var(--stl-heading-accent)}.stl-popup.is-visible{display:flex;animation:stlPopupIn .22s cubic-bezier(.22,1,.36,1) forwards}@keyframes stlPopupIn{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.stl-popup--above{bottom:calc(100% + 12px);left:50%;transform:translate(-50%)}.stl-popup--below{top:calc(100% + 12px);left:50%;transform:translate(-50%)}.stl-popup--left{right:calc(100% + 12px);top:50%;transform:translateY(-50%)}.stl-popup--right{left:calc(100% + 12px);top:50%;transform:translateY(-50%)}.stl-popup__img{width:var(--stl-popup-img-size);height:var(--stl-popup-img-size);object-fit:cover;border-radius:3px;flex-shrink:0;background:#f0f0f0}.stl-popup__body{flex:1;min-width:0;padding-left:10px;display:flex;flex-direction:column;justify-content:center;gap:4px}.stl-popup__title{font-size:var(--stl-popup-title-size);font-weight:700;color:#111;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-decoration:none;font-family:Bai Jamjuree,system-ui,-apple-system,sans-serif;letter-spacing:.01em}.stl-popup__price{display:inline-block;font-size:var(--stl-popup-price-size);font-weight:800;color:var(--stl-popup-price-color);background:var(--stl-popup-price-bg);padding:2px 7px;border-radius:2px;letter-spacing:.02em;align-self:flex-start}.stl-popup__link{display:inline-flex;align-items:center;font-size:11px;font-weight:600;color:#555;text-decoration:none;letter-spacing:.04em;text-transform:uppercase;margin-top:2px}.stl-popup__link:hover{color:#111}.stl-popup__link:after{content:" \2192"}.stl-controls{display:flex;align-items:center;gap:20px;margin-top:24px;justify-content:flex-end}.stl-progress{flex:1;height:var(--stl-progress-h);background:var(--stl-progress-bg);border-radius:2px;overflow:hidden;max-width:320px}.stl-progress__fill{height:100%;background:var(--stl-progress-fill);border-radius:2px;width:0%;transition:width .3s ease}.stl-arrows{display:flex;gap:8px}.stl-arrow{width:calc(var(--stl-arrow-size)*1.2);height:calc(var(--stl-arrow-size)*1.2);border-radius:50%;background:var(--stl-arrow-bg);border:1.5px solid var(--stl-arrow-border);color:var(--stl-arrow-color);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,border-color .2s,transform .15s}.stl-arrow:hover{background:var(--stl-arrow-hover-bg);border-color:var(--stl-arrow-hover-bg);color:var(--stl-arrow-hover-color);transform:scale(1.08)}.stl-arrow:disabled{opacity:.25;pointer-events:none}.stl-arrow svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.stl-mob-dots{display:none;justify-content:center;gap:6px;margin-top:16px}.stl-mob-dot{width:6px;height:6px;border-radius:50%;background:#ffffff40;border:none;padding:0;cursor:pointer;transition:background .2s,width .2s,border-radius .2s}.stl-mob-dot.active{background:var(--stl-heading-accent);width:18px;border-radius:3px}@media(max-width:767px){.stl-section{--stl-pt: 40px;--stl-pb: 48px;--stl-heading-size: 21px;--stl-heading-weight: 900}.stl-container{padding:0}.stl-header{flex-direction:column;align-items:flex-start;margin-bottom:20px;padding:0 16px}.stl-heading:before{display:none}.stl-track{padding:0 16px;gap:10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.stl-card{flex:0 0 88vw;width:88vw;height:74vw;min-height:260px;max-height:420px;scroll-snap-align:start;border-radius:8px}.stl-card:after{display:none}.stl-card__img{border-radius:8px}.stl-dot{width:30px;height:30px;padding:7px;background-clip:content-box;box-sizing:content-box;margin:-7px}.stl-dot:before{width:9px;height:2px}.stl-dot:after{width:2px;height:9px}.stl-popup{position:absolute!important;left:8px!important;right:8px!important;bottom:10px!important;top:auto!important;width:auto!important;max-width:none!important;transform:none!important;flex-direction:row;align-items:center;padding:10px 12px;border-radius:8px;border-left:3px solid var(--stl-heading-accent);box-shadow:0 4px 24px #00000059;animation:stlMobPopup .25s cubic-bezier(.22,1,.36,1) forwards}@keyframes stlMobPopup{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.stl-popup__img{width:46px;height:46px;border-radius:4px;flex-shrink:0}.stl-popup__body{padding-left:10px;gap:3px}.stl-popup__title{font-size:12px;-webkit-line-clamp:1}.stl-popup__price{font-size:12px;padding:2px 6px}.stl-popup__link{font-size:10px}.stl-controls{padding:0 16px;margin-top:16px;justify-content:space-between;gap:12px}.stl-progress{max-width:none;flex:1;height:2px}.stl-arrows{display:none}.stl-mob-dots{display:flex;margin-top:12px;padding:0 16px}.stl-mob-dot{width:7px;height:7px;padding:6px;margin:-6px;background-clip:content-box;box-sizing:content-box;background:#ffffff40;border-radius:50%}.stl-mob-dot.active{background:var(--stl-heading-accent);width:20px;border-radius:3px}}@media(min-width:768px)and (max-width:1023px){.stl-section{--stl-heading-size: 28px;--stl-cards-visible: 1.6;--stl-card-height: 400px}.stl-mob-dots{display:none!important}}@media(min-width:768px){.stl-mob-dots{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/stl-section.css.map */
