:root{--ov-bg:#F2EDDC;--ov-card:#ffffff;--ov-text:#2d2d2d;--ov-muted:#777777;--ov-shadow: 0 10px 35px rgba(0,0,0,.08);--ov-shadow-active: 0 35px 90px rgba(0,0,0,.18);--ov-radius:34px;--ov-card-width:520px;--ov-image-size:240px;--ov-speed:.65s}.ov-coverflow{position:relative;overflow:hidden;background:var(--ov-bg);padding-top:var(--ov-padding-top);padding-bottom:var(--ov-padding-bottom);padding-left:var(--ov-padding-left);padding-right:var(--ov-padding-right)}.ov-coverflow *{box-sizing:border-box}.ov-coverflow .page-width{max-width:1500px;margin:0 auto}.ov-coverflow__header{text-align:center;margin-bottom:0}.ov-coverflow__title{margin:0;color:var(--ov-text);font-size:clamp(34px,4vw,52px);font-weight:700;line-height:1.1}.ov-coverflow__subtitle{max-width:760px;margin:22px auto 0;color:var(--ov-muted);font-size:18px;line-height:1.7}.ov-coverflow__wrapper{position:relative;margin-top:var(--ov-margin-top);margin-bottom:var(--ov-margin-bottom);margin-left:var(--ov-margin-left);margin-right:var(--ov-margin-right)}.ov-coverflow__container{position:relative;display:flex;justify-content:center;align-items:center;perspective:1800px}.ov-coverflow__viewport{width:100%;overflow:hidden;position:relative;touch-action:pan-y;scrollbar-width:none;cursor:grab}.ov-coverflow__viewport.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.ov-coverflow__viewport::-webkit-scrollbar{display:none}.ov-coverflow__track{position:relative;width:100%;height:var(--ov-track-height);transform-style:preserve-3d;perspective:1800px}.ov-coverflow__slide{position:absolute;top:50%;left:50%;width:var(--ov-card-width);transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,opacity;cursor:pointer;transition:transform .65s cubic-bezier(.22,.61,.36,1),opacity .65s cubic-bezier(.22,.61,.36,1),filter .65s cubic-bezier(.22,.61,.36,1)}.ov-coverflow__card{width:100%;background:var(--ov-card);border-radius:var(--ov-radius);padding:42px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:var(--ov-shadow)}.ov-coverflow__image-wrapper{width:var(--ov-image-size);height:var(--ov-image-size);border-radius:50%;overflow:hidden;background:#fff;display:flex;justify-content:center;align-items:center;margin-bottom:34px;box-shadow:0 12px 35px #00000014,inset 0 0 0 6px #fff}.ov-coverflow__image{width:100%;height:100%;border-radius:50%;overflow:hidden}.ov-coverflow__img{width:100%;height:100%;object-fit:cover;display:block}.ov-coverflow__placeholder{width:100%;height:100%;opacity:.25}.ov-coverflow__content{width:100%}.ov-coverflow__card-title{margin:0;font-size:30px;font-weight:700;line-height:1.2;color:var(--ov-text)}.ov-coverflow__description{margin-top:18px;font-size:18px;line-height:1.75;color:var(--ov-muted)}.ov-coverflow__description p{margin:0}.ov-coverflow__slide:after{content:"";position:absolute;left:12%;right:12%;bottom:-22px;height:34px;border-radius:50%;background:#00000029;filter:blur(18px);opacity:0;transform:scale(.65);transition:all .55s ease}.ov-coverflow__slide{opacity:0;pointer-events:none;z-index:1}.ov-coverflow__slide.is-visible{opacity:1;pointer-events:auto}.ov-coverflow__slide.is-active{z-index:50}.ov-coverflow__slide.is-active:after{opacity:1;transform:scale(1)}.ov-coverflow__slide,.ov-coverflow__card,.ov-coverflow__image-wrapper,.ov-coverflow__image{transition:transform .65s cubic-bezier(.22,.61,.36,1),opacity .65s cubic-bezier(.22,.61,.36,1),filter .65s cubic-bezier(.22,.61,.36,1),box-shadow .45s ease}.ov-coverflow__arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border:none;border-radius:50%;background:#fff;color:#2f3137;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:100;box-shadow:0 8px 22px #0000001f;transition:all .3s ease}.ov-coverflow__arrow--prev{left:-26px}.ov-coverflow__arrow--next{right:-26px}.ov-coverflow__arrow svg{width:22px;height:22px}.ov-coverflow__arrow:hover{background:#e45d18;color:#fff;transform:translateY(-50%) scale(1.08);box-shadow:0 18px 36px #e45d1859}.ov-coverflow__arrow:active{transform:translateY(-50%) scale(.95)}.ov-coverflow__footer{margin-top:25px;display:flex;flex-direction:column;align-items:center;gap:18px}.ov-coverflow__counter{display:flex;align-items:center;gap:14px;font-size:20px;font-weight:700;color:var(--ov-text)}.ov-coverflow__separator{opacity:.35}.ov-coverflow__navigation{display:flex;justify-content:center;align-items:center;gap:18px}.ov-coverflow__text-arrow{width:42px;height:42px;border:none;border-radius:50%;background:#fff;color:#2f3137;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s;box-shadow:0 6px 18px #0000001a}.ov-coverflow__text-arrow:hover{background:#e45d18;color:#fff;transform:scale(1.08)}.ov-coverflow__progress{width:min(520px,90vw);height:4px;border-radius:20px;overflow:hidden;background:#ddd}.ov-coverflow__progress-fill{width:0;height:100%;background:#e45d18;border-radius:20px;transition:width .55s ease}@keyframes ovFloat{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.ov-coverflow__slide.is-active .ov-coverflow__image-wrapper{animation:ovFloat 5s ease-in-out infinite}@media(max-width:1200px){:root{--ov-card-width:460px;--ov-image-size:210px}}@media(max-width:749px){:root{--ov-card-width:92vw;--ov-image-size:170px}.ov-coverflow{padding:50px 0}.ov-coverflow__title{font-size:32px}.ov-coverflow__subtitle{font-size:16px;padding:0 20px}.ov-coverflow__arrow{width:46px;height:46px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/coverflow-carousel.css.map */
