.vv-video-section{width:100%;background:var(--vv-bg, #ffffff);padding:var(--vv-pad-top, 80px) 0 var(--vv-pad-bottom, 100px);color:#1a1a1a;font-family:Nunito,system-ui,-apple-system,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased;box-sizing:border-box}.vv-video-section *,.vv-video-section *:before,.vv-video-section *:after{box-sizing:border-box}.vv-video-section .vv-container{max-width:1100px;margin:0 auto;padding:0 40px}.vv-video-section .vv-section-heading{text-align:center;margin-bottom:60px}.vv-video-section .vv-section-label{font-family:Nunito,system-ui,-apple-system,sans-serif;font-size:11px;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:#8a7e74;display:block;margin-bottom:14px}.vv-video-section .vv-section-title{font-family:Questrial,Georgia,serif;font-size:clamp(26px,3.5vw,38px);font-weight:400;color:#1a1a1a;letter-spacing:.01em;line-height:1.15;margin:0}.vv-video-section .vv-rule{width:40px;height:1px;background:var(--vv-accent, #c8b89a);margin:20px auto 0}.vv-video-section .vv-viewport{width:100%}.vv-video-section .vv-track{display:grid;grid-template-columns:repeat(var(--vv-cols, 3),1fr);gap:16px}.vv-video-section .vv-cell{position:relative;aspect-ratio:9 / 16;border-radius:4px;overflow:hidden;background:var(--vv-placeholder, #f0ebe2);cursor:pointer}.vv-video-section .vv-cell video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.vv-video-section .vv-preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:2;transition:opacity .3s;pointer-events:none}.vv-video-section .vv-cell.playing .vv-preview-overlay{opacity:0}.vv-video-section .vv-placeholder-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;z-index:0}.vv-video-section .vv-ph-ring{position:relative;z-index:1;width:48px;height:48px;border:1.5px solid var(--vv-accent, #c8b89a);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s,transform .2s}.vv-video-section .vv-cell.has-image .vv-ph-ring{border-color:#fff;background:#1a1a1a52;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.vv-video-section .vv-cell:hover .vv-ph-ring{background:#1a1a1a;border-color:#1a1a1a;transform:scale(1.05)}.vv-video-section .vv-ph-ring svg{margin-left:3px}.vv-video-section .vv-ph-ring svg path{fill:var(--vv-accent, #c8b89a);transition:fill .2s}.vv-video-section .vv-cell.has-image .vv-ph-ring svg path{fill:#fff}.vv-video-section .vv-cell:hover .vv-ph-ring svg path{fill:#fff}.vv-video-section .vv-ph-num{position:relative;z-index:1;font-family:Nunito,system-ui,-apple-system,sans-serif;font-size:10px;letter-spacing:.18em;color:#b0a090;text-transform:uppercase}.vv-video-section .vv-cell.has-image .vv-ph-num{color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.4)}.vv-video-section .vv-controls{position:absolute;left:0;right:0;bottom:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px;background:linear-gradient(to top,#0000008c,#0000);opacity:0;pointer-events:none;transition:opacity .25s}.vv-video-section .vv-cell.playing .vv-controls{opacity:1;pointer-events:auto}.vv-video-section .vv-ctrl{appearance:none;-webkit-appearance:none;background:#1a1a1a73;border:1.5px solid rgba(255,255,255,.9);color:#fff;border-radius:50%;width:34px;height:34px;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:4px;transition:background .2s,transform .15s;flex-shrink:0}.vv-video-section .vv-ctrl:hover{background:#1a1a1acc}.vv-video-section .vv-ctrl:active{transform:scale(.94)}.vv-video-section .vv-pause-btn span{display:block;width:3px;height:12px;background:#fff;border-radius:2px}.vv-video-section .vv-volume{display:inline-flex;align-items:center;gap:8px;background:#1a1a1a73;border-radius:999px;padding:4px 12px 4px 4px;border:1.5px solid rgba(255,255,255,.9)}.vv-video-section .vv-volume .vv-ctrl{width:26px;height:26px;border:none;background:transparent}.vv-video-section .vv-volume .vv-ctrl:hover{background:#ffffff26}.vv-video-section .vv-icon-vol-off,.vv-video-section .vv-cell.is-muted .vv-icon-vol-on{display:none}.vv-video-section .vv-cell.is-muted .vv-icon-vol-off{display:inline}.vv-video-section .vv-volume-slider{-webkit-appearance:none;appearance:none;width:72px;height:3px;background:#ffffff59;border-radius:2px;outline:none;cursor:pointer;margin:0;padding:0}.vv-video-section .vv-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 1px 3px #0000004d}.vv-video-section .vv-volume-slider::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 1px 3px #0000004d}.vv-video-section .vv-volume-slider:focus-visible{box-shadow:0 0 0 2px #ffffff80}.vv-video-section .vv-dots-wrap{display:none;justify-content:center;gap:10px;margin-top:28px;padding:8px 0}.vv-video-section .vv-dot{width:7px;height:7px;border-radius:50%;background:#d4c9bc;border:none;padding:0;cursor:pointer;position:relative;transition:background .2s,transform .2s}.vv-video-section .vv-dot:after{content:"";position:absolute;top:-14px;right:-14px;bottom:-14px;left:-14px}.vv-video-section .vv-dot.active{background:#1a1a1a;transform:scale(1.35)}@media(max-width:767px){.vv-video-section{padding:52px 0 64px}.vv-video-section .vv-container{padding:0;max-width:none}.vv-video-section .vv-section-heading{margin-bottom:36px;padding:0 20px}.vv-video-section .vv-section-label{font-size:10px;letter-spacing:.22em;margin-bottom:10px}.vv-video-section .vv-section-title{font-size:26px}.vv-video-section .vv-rule{width:32px;margin-top:16px}.vv-video-section .vv-viewport{overflow:hidden;cursor:grab}.vv-video-section .vv-viewport:active{cursor:grabbing}.vv-video-section .vv-track{display:flex;align-items:flex-start;gap:0;grid-template-columns:none;transition:transform .42s cubic-bezier(.4,0,.2,1);will-change:transform}.vv-video-section .vv-cell{flex-shrink:0;border-radius:6px;opacity:.36;transition:opacity .4s ease}.vv-video-section .vv-cell.active{opacity:1}.vv-video-section .vv-ph-ring{width:52px;height:52px}.vv-video-section .vv-ph-ring svg{margin-left:4px}.vv-video-section .vv-volume-slider{width:60px}.vv-video-section .vv-dots-wrap{display:flex}}
/*# sourceMappingURL=/cdn/shop/t/10/compiled_assets/styles.css.map */
