:root{--vfr-surface: #FFFFFF;--vfr-surface-alt: #F5F5F5;--vfr-tertiary: #F0F0F0;--vfr-accent: #00C853;--vfr-text: #1A1A1A;--vfr-text-muted: #666666;--vfr-border: #E0E0E0;--vfr-font-heading: "Outfit", sans-serif;--vfr-font-body: "Inter", sans-serif;--vfr-font-mono: "Space Grotesk", monospace}.vfr-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.vfr-overlay.vfr-is-open{opacity:1;pointer-events:auto}.vfr-modal{background:var(--vfr-surface);border-radius:16px;width:900px;max-width:95vw;max-height:90vh;box-shadow:0 20px 40px #00000026;position:relative;overflow:hidden;display:flex;flex-direction:column;transform:translateY(20px) scale(.98);transition:transform .4s cubic-bezier(.16,1,.3,1);font-family:var(--vfr-font-body);color:var(--vfr-text)}.vfr-overlay.vfr-is-open .vfr-modal{transform:translateY(0) scale(1)}.vfr-modal__close{position:absolute;top:16px;right:16px;background:var(--vfr-surface-alt);border:none;color:var(--vfr-text-muted);width:32px;height:32px;border-radius:50%;font-size:20px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .2s}.vfr-modal__close:hover{background:#e0e0e0;color:#333}.vfr-modal__layout{display:flex;height:600px}.vfr-panel{flex:1;position:relative;overflow-y:auto}.vfr-panel--left{background:var(--vfr-tertiary);display:flex;align-items:center;justify-content:center;padding:20px}.vfr-panel--right{padding:40px;display:flex;flex-direction:column}.vfr-product-view,.vfr-mq-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.vfr-product-view__img{max-width:80%;max-height:80%;object-fit:contain;border-radius:8px}.vfr-mq-wrapper{position:relative;width:100%;height:100%;max-width:400px;margin:0 auto}.vfr-mq-img{width:100%;height:100%;object-fit:contain;transition:opacity .2s ease,filter .3s ease}.vfr-band{position:absolute;left:50%;transform:translate(-50%);height:6px;display:flex;align-items:center;justify-content:center;gap:8px;z-index:5;border:1px dashed rgba(0,0,0,.3);background:#00c8531f;border-radius:3px;transition:all .4s cubic-bezier(.16,1,.3,1);opacity:0}.vfr-band__label{font-family:var(--vfr-font-mono);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#fff;white-space:nowrap;background:#000000b3;padding:2px 8px;border-radius:3px;position:absolute;right:-90px;top:50%;transform:translateY(-50%)}.vfr-band__arrow{font-size:14px;color:#0006;animation:vfr-arrowBounce 1.2s ease-in-out infinite alternate}.vfr-band__arrow--left{animation-direction:alternate-reverse}@keyframes vfr-arrowBounce{0%{transform:translate(0)}to{transform:translate(5px)}}.vfr-step{flex:1;display:flex;flex-direction:column}.vfr-step--center{align-items:center;justify-content:center;text-align:center}.vfr-heading{font-family:var(--vfr-font-heading);font-size:28px;margin:0 0 8px;font-weight:700}.vfr-subheading{color:var(--vfr-text-muted);margin:0 0 32px;font-size:15px}.vfr-form-group{margin-bottom:24px}.vfr-form-group--row{display:flex;gap:16px}.vfr-input-wrap{flex:1}.vfr-label{display:block;font-size:13px;font-weight:600;color:var(--vfr-text-muted);margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.vfr-input{width:100%;background:var(--vfr-surface-alt);border:1px solid var(--vfr-border);color:var(--vfr-text);padding:12px 16px;border-radius:8px;font-size:16px;transition:border-color .2s;box-sizing:border-box}.vfr-input:focus{outline:none;border-color:var(--vfr-accent)}.vfr-toggle-group{display:flex;gap:8px;background:var(--vfr-surface-alt);padding:4px;border-radius:8px}.vfr-toggle-btn{flex:1;background:transparent;border:none;color:var(--vfr-text-muted);padding:10px;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s}.vfr-toggle-btn.vfr-active{background:var(--vfr-surface);color:var(--vfr-text);box-shadow:0 2px 4px #0003}.vfr-sliders{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.vfr-range{-webkit-appearance:none;width:100%;height:4px;background:var(--vfr-border);border-radius:2px;outline:none;margin:10px 0}.vfr-range::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:var(--vfr-accent);cursor:pointer;box-shadow:0 0 10px #00c8534d}.vfr-range-labels{display:flex;justify-content:space-between;font-size:11px;color:var(--vfr-text-muted)}.vfr-skin-tones{margin-bottom:auto}.vfr-skin-picker{display:flex;gap:12px}.vfr-skin-swatch{width:32px;height:32px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .2s}.vfr-skin-swatch.vfr-active{border-color:var(--vfr-accent);transform:scale(1.1)}.vfr-actions{display:flex;gap:16px;margin-top:24px}.vfr-btn{padding:14px 24px;border-radius:8px;font-weight:600;font-size:15px;cursor:pointer;border:none;transition:all .2s;display:inline-block;text-align:center;width:100%}.vfr-btn--primary{background:#1a1a1a;color:#fff}.vfr-btn--primary:hover{background:#333}.vfr-btn--secondary{background:var(--vfr-surface-alt);color:var(--vfr-text)}.vfr-btn--success{background:var(--vfr-accent);color:#fff;margin-top:auto}.vfr-btn--success:hover{filter:brightness(1.1)}.vfr-link{background:none;border:none;color:var(--vfr-text-muted);text-decoration:underline;cursor:pointer;padding:16px;font-size:14px;margin-top:8px;text-align:center;width:100%}.vfr-spinner{width:48px;height:48px;border:4px solid var(--vfr-surface-alt);border-top-color:var(--vfr-accent);border-radius:50%;animation:vfr-spin 1s linear infinite;margin-bottom:24px}@keyframes vfr-spin{to{transform:rotate(360deg)}}.vfr-result-header{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.vfr-badge{background:#00c8531a;color:var(--vfr-accent);padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;margin-bottom:12px}.vfr-result-size{font-size:64px;font-weight:800;font-family:var(--vfr-font-heading);line-height:1}.vfr-fit-info{display:flex;align-items:center;gap:12px;background:var(--vfr-surface-alt);padding:16px;border-radius:12px;margin-bottom:32px}.vfr-fit-dot{width:12px;height:12px;border-radius:50%;background:var(--vfr-accent)}.vfr-fit-text{display:flex;flex-direction:column}.vfr-fit-text strong{font-size:16px}.vfr-fit-type-label{font-size:12px;color:var(--vfr-text-muted)}.vfr-size-carousel{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;margin-bottom:24px;scrollbar-width:none}.vfr-size-carousel::-webkit-scrollbar{display:none}.vfr-size-btn{min-width:60px;height:60px;border-radius:12px;border:1px solid var(--vfr-border);background:var(--vfr-surface-alt);color:var(--vfr-text-muted);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s}.vfr-size-btn.vfr-active{border-color:var(--vfr-accent);color:var(--vfr-accent);background:#00c85314}@media(pointer:coarse){.vfr-toggle-btn,.vfr-btn,.vfr-skin-swatch,.vfr-size-btn,.vfr-modal__close{min-height:44px}.vfr-range::-webkit-slider-thumb{width:28px;height:28px}.vfr-input{font-size:16px}}@media(max-width:768px){.vfr-overlay{padding:0;align-items:flex-end}.vfr-modal{width:100%;max-width:100%;max-height:100vh;height:100vh;border-radius:0;box-shadow:none}.vfr-overlay.vfr-is-open .vfr-modal{transform:translateY(0)}.vfr-modal__layout{flex-direction:column;height:100%;overflow:hidden}.vfr-panel--left{flex:0 0 auto;height:35vh;min-height:200px;max-height:280px;padding:12px}.vfr-panel--right{flex:1;padding:20px 20px calc(20px + env(safe-area-inset-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch}.vfr-heading{font-size:22px;margin-bottom:4px}.vfr-subheading{font-size:13px;margin-bottom:20px}.vfr-form-group--row{flex-direction:column;gap:12px}.vfr-form-group{margin-bottom:16px}.vfr-mq-wrapper{max-width:200px}.vfr-band__label{position:static;transform:none;font-size:8px;padding:1px 6px;margin:0 4px}.vfr-band{height:4px}.vfr-band__arrow{font-size:10px}.vfr-sliders{gap:16px;margin-bottom:16px}.vfr-skin-swatch{width:28px;height:28px}.vfr-skin-picker{gap:8px}.vfr-actions{gap:10px;margin-top:16px}.vfr-btn{padding:14px 16px;font-size:14px}.vfr-result-size{font-size:48px}.vfr-fit-info{padding:12px;margin-bottom:20px}.vfr-size-btn{min-width:48px;height:48px;font-size:15px;border-radius:10px}.vfr-size-carousel{gap:6px;margin-bottom:16px}.vfr-modal__close{top:12px;right:12px;width:36px;height:36px;font-size:22px;background:#0000000f;z-index:20}}@media(max-width:480px){.vfr-panel--left{height:30vh;min-height:180px;max-height:240px;padding:8px}.vfr-panel--right{padding:16px 16px calc(16px + env(safe-area-inset-bottom))}.vfr-heading{font-size:20px}.vfr-subheading{font-size:12px;margin-bottom:16px}.vfr-mq-wrapper{max-width:160px}.vfr-label{font-size:11px;margin-bottom:6px}.vfr-input{padding:10px 12px;font-size:16px;border-radius:6px}.vfr-toggle-btn{padding:10px 8px;font-size:13px}.vfr-btn{padding:12px;font-size:14px;border-radius:8px}.vfr-range-labels{font-size:10px}.vfr-result-size{font-size:40px}.vfr-badge{font-size:10px;padding:3px 10px}.vfr-fit-info{gap:8px;padding:10px}.vfr-fit-text strong{font-size:14px}.vfr-fit-type-label{font-size:11px}.vfr-size-btn{min-width:44px;height:44px;font-size:14px}.vfr-skin-swatch{width:26px;height:26px}.vfr-link{padding:12px;font-size:13px}}@media(max-width:380px){.vfr-panel--left{height:25vh;min-height:150px;max-height:200px}.vfr-mq-wrapper{max-width:140px}.vfr-heading{font-size:18px}.vfr-form-group--row{gap:8px}.vfr-toggle-group{gap:4px;padding:3px}.vfr-toggle-btn{padding:8px 6px;font-size:12px}.vfr-actions{flex-direction:column;gap:8px}.vfr-skin-picker{gap:6px}.vfr-skin-swatch{width:24px;height:24px}}@media(max-height:500px)and (orientation:landscape){.vfr-modal__layout{flex-direction:row;height:100%}.vfr-panel--left{height:100%;max-height:none;flex:0 0 35%}.vfr-panel--right{flex:1;padding:16px;overflow-y:auto}.vfr-heading{font-size:18px;margin-bottom:4px}.vfr-subheading{margin-bottom:12px}}@media(display-mode:standalone){.vfr-modal{padding-top:env(safe-area-inset-top)}}body.vfr-body-lock{overflow:hidden!important;position:fixed;width:100%;touch-action:none}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-virtual-fitting.css.map */
