.spectrum-modal{border:none;padding:0;margin:0;width:100vw;height:100vh;max-width:100vw;max-height:100vh;background:#000;color:#fff;overflow:hidden;z-index:99999}.spectrum-modal::backdrop{background:#000}.spectrum-modal[open]{display:flex;flex-direction:column}.spectrum-modal__inner{position:relative;width:100%;height:100%;overflow:hidden}.spectrum-controls{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;justify-content:flex-end;align-items:flex-start;padding:16px;pointer-events:none}.spectrum-controls>*{pointer-events:auto}.spectrum-close-btn,.spectrum-mute-btn{width:40px;height:40px;border-radius:50%;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;padding:0;transition:background .2s ease,transform .15s ease;-webkit-tap-highlight-color:transparent}.spectrum-close-btn:hover,.spectrum-mute-btn:hover{background:#000000b3}.spectrum-close-btn:active,.spectrum-mute-btn:active{transform:scale(.92)}.spectrum-close-btn svg,.spectrum-mute-btn svg{width:20px;height:20px}.spectrum-mute-btn{position:absolute;bottom:180px;right:16px;z-index:10}.spectrum-controls__right{display:flex;gap:8px}.spectrum-panels{position:relative;width:100%;height:100%}.spectrum-panel{position:absolute;top:0;right:0;bottom:0;left:0;display:none}.spectrum-panel--active{display:flex;flex-direction:column}.spectrum-panel__video-wrap{position:relative;flex:1;overflow:hidden;background:#000}.spectrum-panel__video{width:100%;height:100%;object-fit:cover;display:block}.spectrum-panel__loader{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000;z-index:2;transition:opacity .3s ease}.spectrum-panel__loader--hidden{opacity:0;pointer-events:none}.spectrum-panel__spinner{width:36px;height:36px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spectrum-spin .8s linear infinite}@keyframes spectrum-spin{to{transform:rotate(360deg)}}.spectrum-swipe-hint{position:absolute;bottom:190px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;color:#fff9;font-size:11px;font-weight:500;pointer-events:none;animation:spectrum-swipe-pulse 2s ease-in-out infinite;opacity:0;transition:opacity .3s ease}.spectrum-swipe-hint--visible{opacity:1}.spectrum-swipe-hint svg{width:16px;height:16px}@keyframes spectrum-swipe-pulse{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-6px)}}.spectrum-counter{position:absolute;top:16px;left:50%;transform:translate(-50%);font-size:12px;font-weight:500;color:#fffc;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:4px 12px;border-radius:12px;z-index:10;pointer-events:none}.spectrum-products{position:absolute;bottom:0;left:0;right:0;z-index:5;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.7) 60%,transparent 100%);padding:40px 0 16px}.spectrum-products__scroll{display:flex;overflow-x:auto;gap:10px;padding:0 16px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.spectrum-products__scroll::-webkit-scrollbar{display:none}.spectrum-product-card{flex-shrink:0;max-width:90%;width:90%;min-width:280px;background:#000;overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:transparent}.spectrum-product-card:active{transform:scale(.97)}.spectrum-product-card__inner{display:flex;align-items:stretch;justify-content:start;flex-wrap:nowrap;flex-direction:row;column-gap:8px;background:#000}.spectrum-product-card__image-wrap{width:72px;min-width:72px;max-width:72px;overflow:hidden;flex-shrink:0}.spectrum-product-card__image{width:100%;height:100%;object-fit:cover;display:block}.spectrum-product-card__details{padding-block-start:16px;padding-inline-end:8px;padding-block-end:16px;width:100%;align-items:start;display:flex;flex-direction:row;justify-content:start;flex-wrap:nowrap;column-gap:10px;min-width:0}.spectrum-product-card__info{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0;gap:2px}.spectrum-product-card__brand{font-size:11px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.03em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spectrum-product-card__title{font-size:12px;font-weight:400;color:#d3d3d4;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.spectrum-product-card__price-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:2px}.spectrum-product-card__price{font-size:14px;font-weight:600;color:#fff;line-height:1.2}.spectrum-product-card__compare-price{font-size:12px;font-weight:400;color:#9d9d9d;text-decoration:line-through;line-height:1.2}.spectrum-product-card__discount{font-size:11px;font-weight:600;color:#52bf9d;line-height:1.2}.spectrum-product-card__atc{width:32px;min-width:32px;height:32px;min-height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fafafa;cursor:pointer;padding:0;flex-shrink:0;align-self:center;-webkit-tap-highlight-color:transparent}.spectrum-product-card__atc svg{width:24px;height:24px}@media screen and (min-width:750px){.spectrum-panels{display:flex;align-items:center;justify-content:center}.spectrum-panel{position:relative;inset:auto;width:25vw;height:80vh;display:flex;flex-shrink:0;overflow:hidden;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1),width .4s cubic-bezier(.4,0,.2,1);cursor:pointer;opacity:.5;transform:scale(.85)}.spectrum-panel--active{width:40vw;opacity:1;transform:scale(1);cursor:default;z-index:2}.spectrum-panel--left,.spectrum-panel--right{display:flex}.spectrum-panel--hidden{display:none}.spectrum-mute-btn{bottom:14rem;right:16px}.spectrum-counter,.spectrum-swipe-hint{display:none}.spectrum-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;z-index:10;padding:0;transition:background .2s ease,transform .15s ease}.spectrum-nav-arrow:hover{background:#000000b3}.spectrum-nav-arrow svg{width:20px;height:20px}.spectrum-nav-arrow--prev{left:16px}.spectrum-nav-arrow--next{right:16px}.spectrum-nav-arrow:disabled{opacity:.3;cursor:default}.spectrum-products{padding:40px 0 20px}.spectrum-products__scroll{padding:0 16px;gap:12px}.spectrum-product-card{width:90%;min-width:280px;max-width:90%}.spectrum-product-card:hover{opacity:.9}.spectrum-product-card__image-wrap{width:90px;min-width:90px;max-width:90px}.spectrum-product-card__brand{font-size:12px}.spectrum-product-card__title{font-size:13px}.spectrum-product-card__price{font-size:15px}}@media screen and (max-width:749px){.spectrum-nav-arrow{display:none}.spectrum-panel{border-radius:0}}.spectrum-toast{position:fixed;top:20px;right:20px;background:#1a1a1a;color:#fff;font-size:14px;font-weight:500;padding:12px 20px;border-radius:8px;border:1px solid rgba(255,255,255,.1);z-index:100000;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;pointer-events:none;max-width:320px}.spectrum-toast--visible{opacity:1;transform:translateY(0);pointer-events:auto}.spectrum-toast--success{border-color:#16a34a}.spectrum-toast--error{border-color:#ea3729}@keyframes spectrum-fade-in{0%{opacity:0}to{opacity:1}}.spectrum-modal[open] .spectrum-modal__inner{animation:spectrum-fade-in .3s ease}@media screen and (min-width:1200px){.spectrum-panel--active{width:35vw;height:85vh}.spectrum-panel{width:22vw;height:85vh}.spectrum-product-card__image-wrap{width:100px;min-width:100px;max-width:100px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-spectrum-carousel.css.map */
