.vt-ps{background:var(--vt-ps-bg, #fff);padding-top:var(--vt-ps-pad-top-m, 32px);padding-bottom:var(--vt-ps-pad-bottom-m, 32px);overflow:hidden}.vt-ps *,.vt-ps *:before,.vt-ps *:after{box-sizing:border-box}.vt-ps ul,.vt-ps li{list-style:none;margin:0;padding:0}.vt-ps li:before{content:none}.vt-ps__inner{width:100%;max-width:var(--vt-ps-max-w, 1500px);margin:0 auto;padding:0 var(--vt-ps-side-m, 14px)}.vt-ps .vt-ps__header{margin-bottom:var(--vt-ps-d-mb, 24px)}.vt-ps--head-left .vt-ps__header{text-align:left}.vt-ps--head-center .vt-ps__header{text-align:center}.vt-ps--head-right .vt-ps__header{text-align:right}.vt-ps .vt-ps__heading{margin:0 0 var(--vt-ps-h-mb, 8px);font-family:var(--vt-ps-h-ff, inherit);font-style:var(--vt-ps-h-fst, normal);font-weight:var(--vt-ps-h-fw, inherit);font-size:var(--vt-ps-h-fs-m, 24px);line-height:1.2;letter-spacing:var(--vt-ps-h-ls, 0);color:var(--vt-ps-h-color, #1a1a1a)}.vt-ps--h-upper .vt-ps__heading{text-transform:uppercase}.vt-ps .vt-ps__desc{max-width:var(--vt-ps-d-maxw, 700px);margin:0;font-family:var(--vt-ps-d-ff, inherit);font-style:var(--vt-ps-d-fst, normal);font-weight:var(--vt-ps-d-fw, inherit);font-size:var(--vt-ps-d-fs-m, 13px);line-height:var(--vt-ps-d-lh, 1.5);letter-spacing:var(--vt-ps-d-ls, 0);color:var(--vt-ps-d-color, #555)}.vt-ps--head-center .vt-ps__desc{margin-left:auto;margin-right:auto}.vt-ps--head-right .vt-ps__desc{margin-left:auto}.vt-ps .vt-ps__desc>*:first-child{margin-top:0}.vt-ps .vt-ps__desc>*:last-child{margin-bottom:0}.vt-ps .vt-ps__desc p{margin:0 0 .5em}.vt-ps .vt-ps__tabs{display:flex;gap:8px 22px;margin:0 0 var(--vt-ps-tab-mb, 20px);padding:2px;overflow-x:auto;scrollbar-width:none}.vt-ps .vt-ps__tabs::-webkit-scrollbar{display:none}.vt-ps .vt-ps__tabs--left{justify-content:flex-start}.vt-ps .vt-ps__tabs--center{justify-content:center}.vt-ps .vt-ps__tabs--right{justify-content:flex-end}@media screen and (max-width:749px){.vt-ps .vt-ps__tabs--center,.vt-ps .vt-ps__tabs--right{justify-content:flex-start}}.vt-ps .vt-ps__tab{flex:none;margin:0;padding:6px 2px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--vt-ps-tab-color, #777);font:inherit;font-size:var(--vt-ps-tab-fs, 15px);line-height:1.3;white-space:nowrap;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.vt-ps .vt-ps__tab:hover,.vt-ps .vt-ps__tab.is-active{color:var(--vt-ps-tab-active, #1a1a1a)}.vt-ps .vt-ps__tab:focus-visible{outline:2px solid var(--vt-ps-tab-active, #1a1a1a);outline-offset:2px}.vt-ps--tabs-underline .vt-ps__tab.is-active{border-bottom-color:var(--vt-ps-tab-accent, #1a1a1a)}.vt-ps--tabs-pill .vt-ps__tabs{gap:8px}.vt-ps--tabs-pill .vt-ps__tab{padding:8px 18px;border:1px solid rgba(0,0,0,.15);border-radius:999px}.vt-ps--tabs-pill .vt-ps__tab.is-active{border-color:var(--vt-ps-tab-accent, #1a1a1a);background:var(--vt-ps-tab-accent, #1a1a1a);color:var(--vt-ps-tab-pill-text, #fff)}.vt-ps .vt-ps__carousel{position:relative}.vt-ps .vt-ps__panel[hidden]{display:none}.vt-ps .vt-ps__track{--vt-ps-cols: var(--vt-ps-cols-m, 2);--vt-ps-gap: var(--vt-ps-gap-m, 12px);display:flex;gap:var(--vt-ps-gap);padding:0 0 6px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.vt-ps .vt-ps__track::-webkit-scrollbar{display:none}.vt-ps .vt-ps__card{position:relative;flex:0 0 calc((100% - (var(--vt-ps-cols) - 1) * var(--vt-ps-gap)) / var(--vt-ps-cols));min-width:0;scroll-snap-align:start}.vt-ps .vt-ps__media-wrap{position:relative;aspect-ratio:var(--vt-ps-ratio, 7 / 10);border-radius:var(--vt-ps-img-radius, 0);overflow:hidden;isolation:isolate;background:var(--vt-ps-img-bg, #f4f4f4)}.vt-ps .vt-ps__media{position:absolute;top:0;right:0;bottom:0;left:0;display:block;color:inherit}.vt-ps .vt-ps__img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;max-width:none;object-fit:var(--vt-ps-fit, cover);transition:opacity var(--vt-ps-speed, .45s) ease,transform var(--vt-ps-speed, .45s) ease}.vt-ps .vt-ps__img--secondary{opacity:0}@media(hover:hover){.vt-ps--hover2 .vt-ps__card:hover .vt-ps__img--secondary+.vt-ps__img--primary,.vt-ps--hover2 .vt-ps__card:hover .vt-ps__img--primary{opacity:0}.vt-ps--hover2 .vt-ps__card:hover .vt-ps__img--secondary{opacity:1}.vt-ps--zoom .vt-ps__card:hover .vt-ps__img{transform:scale(1.06)}}@media(hover:hover){.vt-ps--hover2 .vt-ps__card:hover .vt-ps__media:not(:has(.vt-ps__img--secondary)) .vt-ps__img--primary{opacity:1}}.vt-ps .vt-ps__badges{position:absolute;z-index:2;display:flex;flex-wrap:wrap;gap:6px;pointer-events:none}.vt-ps .vt-ps__badges:empty{display:none}.vt-ps .vt-ps__badges--bottom-right{right:var(--vt-ps-badge-offset, 8px);bottom:var(--vt-ps-badge-offset, 8px);justify-content:flex-end}.vt-ps .vt-ps__badges--bottom-left{left:var(--vt-ps-badge-offset, 8px);bottom:var(--vt-ps-badge-offset, 8px)}.vt-ps .vt-ps__badges--top-right{right:var(--vt-ps-badge-offset, 8px);top:var(--vt-ps-badge-offset, 8px);justify-content:flex-end}.vt-ps .vt-ps__badges--top-left{left:var(--vt-ps-badge-offset, 8px);top:var(--vt-ps-badge-offset, 8px)}.vt-ps .vt-ps__badge{display:inline-block;padding:var(--vt-ps-badge-py, 6px) var(--vt-ps-badge-px, 12px);border-radius:var(--vt-ps-badge-radius, 0);background:var(--vt-ps-badge-bg, #8b2332);color:var(--vt-ps-badge-color, #fff);font-size:var(--vt-ps-badge-fs, 13px);line-height:1.15;white-space:nowrap}.vt-ps .vt-ps__badge--sale{background:var(--vt-ps-sale-bg, #b3261e);color:var(--vt-ps-sale-color, #fff)}.vt-ps .vt-ps__badge--soldout{background:#6b6b6b;color:#fff}.vt-ps .vt-ps__qv{position:absolute;z-index:3;left:var(--vt-ps-qv-margin, 14px);right:var(--vt-ps-qv-margin, 14px);bottom:var(--vt-ps-qv-margin, 14px);display:flex;align-items:center;justify-content:center;min-height:var(--vt-ps-qv-h, 58px);margin:0;padding:10px 14px;border:0;border-radius:var(--vt-ps-qv-radius, 0);background:var(--vt-ps-qv-bg, #fff);color:var(--vt-ps-qv-color, #1a1a1a);font:inherit;font-size:var(--vt-ps-qv-fs, 16px);letter-spacing:var(--vt-ps-qv-ls, .3px);line-height:1.2;text-align:center;cursor:pointer;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease,background .2s ease,color .2s ease}.vt-ps .vt-ps__card:hover .vt-ps__qv,.vt-ps .vt-ps__qv:focus-visible{opacity:1;transform:none}.vt-ps .vt-ps__qv:hover{background:var(--vt-ps-qv-hover-bg, #1a1a1a);color:var(--vt-ps-qv-hover-color, #fff)}.vt-ps .vt-ps__qv:focus-visible{outline:2px solid var(--vt-ps-qv-hover-bg, #1a1a1a);outline-offset:2px}@media(hover:none){.vt-ps .vt-ps__qv{opacity:1;transform:none}}.vt-ps .vt-ps__info{display:flex;flex-direction:column;gap:var(--vt-ps-info-gap, 6px);margin-top:var(--vt-ps-info-mt, 14px);text-align:var(--vt-ps-pt-align, center)}.vt-ps .vt-ps__title{display:block;font-family:var(--vt-ps-pt-ff, inherit);font-style:var(--vt-ps-pt-fst, normal);font-size:var(--vt-ps-pt-fs, 15px);font-weight:var(--vt-ps-pt-fw, 400);line-height:1.4;color:var(--vt-ps-pt-color, #1a1a1a);text-decoration:none}.vt-ps .vt-ps__price{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:4px 8px;font-size:var(--vt-ps-price-fs, 15px);font-weight:var(--vt-ps-price-fw, 500);color:var(--vt-ps-price-color, #1a1a1a)}.vt-ps__info{align-items:stretch}.vt-ps .vt-ps__price-was{color:var(--vt-ps-compare-color, #8a8a8a);font-size:.9em;font-weight:400}.vt-ps .vt-ps__arrow{position:absolute;top:40%;z-index:4;display:none;place-items:center;width:var(--vt-ps-arrow-size, 56px);height:var(--vt-ps-arrow-size, 56px);margin:0;padding:0;border:1px solid var(--vt-ps-arrow-border, #e5e5e5);border-radius:0;background:var(--vt-ps-arrow-bg, #fff);color:var(--vt-ps-arrow-color, #1a1a1a);box-shadow:0 4px 14px #00000014;cursor:pointer;transform:translateY(-50%);transition:opacity .25s ease}.vt-ps--arrows-round .vt-ps__arrow{border-radius:50%}.vt-ps .vt-ps__arrow svg{width:22px;height:22px}.vt-ps .vt-ps__arrow--prev{left:6px}.vt-ps .vt-ps__arrow--next{right:6px}.vt-ps .vt-ps__arrow.is-hidden{opacity:0;pointer-events:none}.vt-ps--arrows-m .vt-ps__arrow{display:grid}.vt-ps .vt-ps__view-all-wrap{display:flex;margin-top:28px}.vt-ps .vt-ps__view-all-wrap--left{justify-content:flex-start}.vt-ps .vt-ps__view-all-wrap--center{justify-content:center}.vt-ps .vt-ps__view-all-wrap--right{justify-content:flex-end}.vt-ps .vt-ps__view-all{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 32px;border:1px solid currentColor;color:var(--vt-ps-pt-color, #1a1a1a);font-size:14px;text-decoration:none}.vt-ps .vt-ps__view-all:hover{opacity:.8}@media screen and (min-width:750px){.vt-ps{padding-top:var(--vt-ps-pad-top-d, 56px);padding-bottom:var(--vt-ps-pad-bottom-d, 56px)}.vt-ps__inner{padding:0 var(--vt-ps-side-d, 40px)}.vt-ps .vt-ps__heading{font-size:var(--vt-ps-h-fs-d, 34px)}.vt-ps .vt-ps__desc{font-size:var(--vt-ps-d-fs-d, 16px)}.vt-ps .vt-ps__track{--vt-ps-cols: var(--vt-ps-cols-t, 3);--vt-ps-gap: var(--vt-ps-gap-d, 24px)}.vt-ps .vt-ps__arrow{display:grid}}@media screen and (min-width:990px){.vt-ps .vt-ps__track{--vt-ps-cols: var(--vt-ps-cols-d, 4)}}html.vt-ps-lock,html.vt-ps-lock body{overflow:hidden!important}.vt-ps-pop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147482000;display:flex;align-items:center;justify-content:center;padding:24px;font-family:var(--font-body-family, inherit)}.vt-ps-pop[hidden],.vt-ps-pop [hidden]{display:none!important}.vt-ps-pop *,.vt-ps-pop *:before,.vt-ps-pop *:after{box-sizing:border-box}.vt-ps-pop__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;animation:vt-ps-fade .25s ease both}.vt-ps-pop__panel{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%;max-width:960px;max-height:min(88vh,720px);overflow:hidden;background:var(--vt-ps-modal-bg, #fff);color:var(--vt-ps-modal-color, #1a1a1a);box-shadow:0 30px 80px #0000004d;animation:vt-ps-pop .3s cubic-bezier(.2,.8,.2,1) both}.vt-ps-pop__close{position:absolute;top:12px;right:12px;z-index:3;display:grid;place-items:center;width:38px;height:38px;margin:0;padding:0;border:0;border-radius:50%;background:var(--vt-ps-modal-bg, #fff);color:var(--vt-ps-modal-color, #1a1a1a);box-shadow:0 2px 10px #0000001f;cursor:pointer}.vt-ps-pop__close svg{width:18px;height:18px}.vt-ps-pop__gallery{display:flex;flex-direction:column;gap:10px;min-height:0;padding:16px;background:var(--vt-ps-img-bg, #f4f4f4)}.vt-ps-pop__main{position:relative;flex:1 1 auto;min-height:0;aspect-ratio:var(--vt-ps-ratio, 7 / 10);max-height:calc(min(88vh,720px) - 110px);margin:0 auto;overflow:hidden}.vt-ps-pop__main img{display:block;width:100%;height:100%;object-fit:var(--vt-ps-fit, cover)}.vt-ps-pop__thumbs{display:flex;justify-content:center;gap:8px;overflow-x:auto;scrollbar-width:none}.vt-ps-pop__thumbs::-webkit-scrollbar{display:none}.vt-ps-pop__thumb{flex:none;width:52px;height:66px;margin:0;padding:0;border:1px solid transparent;background:transparent;cursor:pointer;opacity:.6}.vt-ps-pop__thumb img{display:block;width:100%;height:100%;object-fit:cover}.vt-ps-pop__thumb.is-active{border-color:currentColor;opacity:1}.vt-ps-pop__details{display:flex;flex-direction:column;gap:14px;min-height:0;padding:36px 32px 28px;overflow-y:auto}.vt-ps-pop__title{margin:0;padding-right:36px;font-family:var(--vt-ps-h-ff, inherit);font-size:24px;font-weight:400;line-height:1.25}.vt-ps-pop__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px;margin:0;font-size:20px}.vt-ps-pop__was{font-size:15px;color:var(--vt-ps-compare-color, #8a8a8a)}.vt-ps-pop__opt-name,.vt-ps-pop__qty-label{margin:0 0 8px;font-size:13px;opacity:.8}.vt-ps-pop__values{display:flex;flex-wrap:wrap;gap:8px}.vt-ps-pop__value{min-width:44px;height:40px;margin:0;padding:0 14px;border:1px solid rgba(0,0,0,.2);border-radius:var(--vt-ps-atc-radius, 0);background:transparent;color:inherit;font:inherit;font-size:14px;cursor:pointer}.vt-ps-pop__value.is-selected{border-color:var(--vt-ps-atc-bg, #1a1a1a);background:var(--vt-ps-atc-bg, #1a1a1a);color:var(--vt-ps-atc-color, #fff)}.vt-ps-pop__value.is-unavailable{opacity:.5;text-decoration:line-through}.vt-ps-pop__qty{display:inline-flex;align-items:center;height:44px;border:1px solid rgba(0,0,0,.2);border-radius:var(--vt-ps-atc-radius, 0)}.vt-ps-pop__qty button{width:42px;height:100%;margin:0;padding:0;border:0;background:transparent;color:inherit;font-size:18px;cursor:pointer}.vt-ps-pop__qty input{width:44px;height:100%;margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:center;-moz-appearance:textfield}.vt-ps-pop__qty input::-webkit-outer-spin-button,.vt-ps-pop__qty input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.vt-ps-pop__atc{width:100%;min-height:50px;margin:4px 0 0;padding:0 20px;border:0;border-radius:var(--vt-ps-atc-radius, 0);background:var(--vt-ps-atc-bg, #1a1a1a);color:var(--vt-ps-atc-color, #fff);font:inherit;font-size:15px;letter-spacing:.04em;cursor:pointer}.vt-ps-pop__atc[disabled]{opacity:.55;cursor:not-allowed}.vt-ps-pop__atc:hover:not([disabled]){opacity:.9}.vt-ps-pop__msg{margin:0;font-size:13px;line-height:1.4}.vt-ps-pop__msg:empty{display:none}.vt-ps-pop__msg.is-error{color:#b3261e}.vt-ps-pop__link{align-self:flex-start;color:inherit;font-size:14px;text-decoration:underline;text-underline-offset:3px}.vt-ps-pop__loading{display:grid;place-items:center;min-height:200px;grid-column:1 / -1;font-size:14px;opacity:.7}@media screen and (max-width:749px){.vt-ps-pop{align-items:flex-end;padding:0}.vt-ps-pop__panel{grid-template-columns:1fr;max-height:92vh;max-height:92dvh;overflow-y:auto;animation-name:vt-ps-slide}.vt-ps-pop__gallery{padding:12px}.vt-ps-pop__main{width:72%;max-height:none}.vt-ps-pop__details{padding:20px 18px calc(24px + env(safe-area-inset-bottom));overflow:visible}.vt-ps-pop__title{font-size:20px}}@keyframes vt-ps-fade{0%{opacity:0}to{opacity:1}}@keyframes vt-ps-pop{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}@keyframes vt-ps-slide{0%{transform:translateY(100%)}to{transform:none}}@media(prefers-reduced-motion:reduce){.vt-ps .vt-ps__img,.vt-ps .vt-ps__qv,.vt-ps-pop__overlay,.vt-ps-pop__panel{transition:none;animation:none}.vt-ps .vt-ps__track{scroll-behavior:auto}}.vt-ps .vt-ps__price-off{display:inline-block;padding:2px 7px;border-radius:3px;background:#fdeaea;color:#c0392b;font-size:12px;font-weight:600;line-height:1.4;white-space:nowrap;vertical-align:middle}
/*# sourceMappingURL=/cdn/shop/t/52/assets/vt-product-slider.css.map */
