.hs-naf-player{--hs-primary: #967bb6;--hs-primary-dark: #7a5fa0;--hs-primary-light: #dccce7;--hs-primary-soft: #f5f0fa;--hs-heading: #0c1438;--hs-text: #202020;--hs-text-soft: #6b6b6b;--hs-white: #ffffff;background:var(--hs-white);border-radius:8px;padding:24px;max-width:700px;margin:24px auto;box-shadow:0 4px 16px #967bb61f}.hs-naf-player__header{text-align:center;margin-bottom:20px}.hs-naf-player__title{font-size:22px;font-weight:700;color:var(--hs-heading);margin:0 0 6px}.hs-naf-player__title span{color:var(--hs-primary)}.hs-naf-player__subtitle{font-size:14px;color:var(--hs-text-soft);margin:0;line-height:1.5}.hs-naf-toggle{display:flex;justify-content:center;margin-bottom:16px}.hs-naf-toggle__container{display:inline-flex;background:var(--hs-primary-light);border-radius:50px;padding:3px;gap:2px}.hs-naf-toggle__btn{font-size:12px;font-weight:500;padding:8px 16px;border:none;border-radius:50px;cursor:pointer;transition:all .2s;background:transparent;color:var(--hs-primary-dark)}.hs-naf-toggle__btn.active{background:var(--hs-primary);color:var(--hs-white)}.hs-naf-toggle__btn:hover:not(.active){background:#967bb633}.hs-naf-section{margin-bottom:20px}.hs-naf-section__header{margin-bottom:10px}.hs-naf-section__title{font-size:16px;font-weight:700;color:var(--hs-heading);margin:0 0 2px;display:flex;align-items:center;gap:6px}.hs-naf-section__title:before{content:"";width:3px;height:16px;background:var(--hs-primary);border-radius:2px}.hs-naf-section__desc{font-size:12px;color:var(--hs-text-soft);margin:0;padding-left:9px;font-style:italic}.hs-naf-grid{display:flex;flex-direction:column;gap:6px}.hs-naf-item{display:flex;align-items:center;gap:12px;background:var(--hs-primary-soft);border-radius:8px;padding:10px 14px;border:2px solid transparent;transition:all .2s;cursor:pointer}.hs-naf-item:hover{border-color:var(--hs-primary-light)}.hs-naf-item.playing{border-color:var(--hs-primary);background:var(--hs-white)}.hs-naf-item__play{width:36px;height:36px;min-width:36px;border-radius:50%;background:var(--hs-primary);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.hs-naf-item__play:hover{background:var(--hs-primary-dark);transform:scale(1.05)}.hs-naf-item__play svg{width:14px;height:14px;fill:var(--hs-white);margin-left:2px}.hs-naf-item.playing .hs-naf-item__play svg{margin-left:0}.hs-naf-item__info{display:flex;align-items:center;gap:8px;min-width:100px}.hs-naf-item__key{font-size:16px;font-weight:700;color:var(--hs-heading);min-width:24px}.hs-naf-item__desc{font-size:12px;color:var(--hs-text-soft)}.hs-naf-item__controls{flex:1;display:flex;align-items:center;gap:10px}.hs-naf-item__progress{flex:1;height:4px;background:var(--hs-primary-light);border-radius:2px;overflow:hidden;min-width:60px}.hs-naf-item__progress-bar{height:100%;background:var(--hs-primary);width:0%;transition:width .1s linear}.hs-naf-item__time{font-size:11px;color:var(--hs-text-soft);min-width:32px;text-align:right;font-variant-numeric:tabular-nums}.hs-naf-products{margin-top:10px}.hs-naf-products__track{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0}.hs-naf-products__track::-webkit-scrollbar{display:none}.hs-naf-product{flex:0 0 auto;width:130px;scroll-snap-align:start;background:var(--hs-white);border:1px solid rgba(150,123,182,.15);border-radius:8px;padding:8px;text-decoration:none;transition:all .2s;display:block}.hs-naf-product:hover{border-color:var(--hs-primary);box-shadow:0 4px 12px #967bb626;transform:translateY(-2px)}.hs-naf-product__image{width:100%;aspect-ratio:1;border-radius:6px;object-fit:cover;background:var(--hs-primary-soft);margin-bottom:6px}.hs-naf-product__name{font-size:11px;font-weight:600;color:var(--hs-heading);margin:0 0 3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.hs-naf-product__prices{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.hs-naf-product__price{font-size:12px;color:var(--hs-primary-dark);font-weight:700}.hs-naf-product__compare{font-size:10px;color:var(--hs-text-soft);text-decoration:line-through}.hs-naf-product--single{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px}.hs-naf-product--single .hs-naf-product__image{width:70px;height:70px;aspect-ratio:1;margin-bottom:0;flex-shrink:0}.hs-naf-product--single .hs-naf-product__content{flex:1;min-width:0}.hs-naf-product--single .hs-naf-product__name{font-size:13px;margin-bottom:4px;-webkit-line-clamp:1}.hs-naf-product--single .hs-naf-product__prices{gap:6px}.hs-naf-product--single .hs-naf-product__price{font-size:14px}.hs-naf-product--single .hs-naf-product__compare{font-size:11px}.hs-naf-stop{display:flex;justify-content:center;margin:16px 0}.hs-naf-stop__btn{background:transparent;border:1px solid rgba(150,123,182,.3);color:var(--hs-text-soft);padding:6px 16px;border-radius:20px;cursor:pointer;font-size:12px;transition:all .2s}.hs-naf-stop__btn:hover{border-color:var(--hs-primary);color:var(--hs-primary);background:var(--hs-primary-soft)}.hs-naf-info{display:flex;gap:10px;background:var(--hs-primary-soft);border-radius:8px;padding:12px 14px}.hs-naf-info__icon{width:16px;height:16px;min-width:16px;fill:var(--hs-primary);margin-top:1px}.hs-naf-info__text{font-size:12px;color:var(--hs-text-soft);margin:0;line-height:1.5}.hs-naf-info__text strong{color:var(--hs-heading)}.hs-naf-item.loading .hs-naf-item__play{position:relative;background:var(--hs-primary-light)}.hs-naf-item.loading .hs-naf-item__play:after{content:"";position:absolute;width:16px;height:16px;border:2px solid transparent;border-top-color:var(--hs-white);border-radius:50%;animation:naf-spin .8s linear infinite}.hs-naf-item.loading .hs-naf-item__play svg{opacity:0}@keyframes naf-spin{to{transform:rotate(360deg)}}.hs-naf-item.error{opacity:.5;pointer-events:none}@media(max-width:600px){.hs-naf-player{padding:16px;margin:16px auto}.hs-naf-player__title{font-size:18px}.hs-naf-section__title{font-size:14px}.hs-naf-item{padding:8px 12px;gap:10px}.hs-naf-item__play{width:32px;height:32px;min-width:32px}.hs-naf-item__play svg{width:12px;height:12px}.hs-naf-item__key{font-size:14px;min-width:20px}.hs-naf-item__desc{font-size:11px}.hs-naf-toggle__btn{padding:6px 12px;font-size:11px}.hs-naf-product{width:110px}.hs-naf-product--single{flex-direction:row;width:100%}.hs-naf-product--single .hs-naf-product__image{width:60px;height:60px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/naf-player.css.map */
