@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap";
.vto-root,.vto-embedded{--vto-black:#2e2e2e;--vto-white:#fff;--vto-green:#41b367;--vto-red:#f50523;--vto-gray-bg:#f0eeef;--vto-gray-border:#828282;--vto-gray-soft:#b9b9b9;--vto-gray-mid:#7a7a7a;--vto-text-muted:#535353;--vto-disabled:#bfbfbf;color:var(--vto-black);box-sizing:border-box;-webkit-font-smoothing:antialiased;font-family:Switzer,-apple-system,system-ui,sans-serif}.vto-root{background:#11111173;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex}.vto-frame{background:var(--vto-white);border-radius:24px;flex-direction:column;width:460px;max-width:calc(100vw - 40px);height:min(960px,100vh - 40px);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 70px #00000059}.vto-frame>.vto-step{flex:1 1 0;min-height:0}@media (max-width:540px){.vto-root{padding:14px}.vto-frame{border-radius:20px;width:100%;height:calc(100vh - 28px);max-height:calc(100vh - 28px);box-shadow:0 20px 60px #0000004d}}.drawer-popup:has(.vto-embedded){flex-direction:column!important;display:flex!important}.drawer-popup:has(.vto-embedded)>*{flex-direction:column;flex:1 1 0;min-height:0;display:flex}.drawer-popup-content:has(.vto-embedded){flex-direction:column!important;flex:1 1 0!important;min-height:0!important;display:flex!important;overflow:hidden!important}.vto-embedded{background:var(--vto-white);flex-direction:column;flex:1 1 0;min-height:0;font-family:inherit;display:flex}.vto-embedded>.vto-step{flex:1 1 0;min-height:0}.vto-embedded .vto-header{display:none}.vto-step{box-sizing:border-box;flex-direction:column;gap:32px;min-height:0;padding:32px;display:flex;overflow:hidden}.vto-header{flex-shrink:0;justify-content:space-between;align-items:center;width:100%;height:44px;display:flex}.vto-header-button{background:var(--vto-gray-bg);cursor:pointer;width:44px;height:44px;color:var(--vto-black);border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.vto-header-button:active{background:#e3e1e2}.vto-header-spacer{flex-shrink:0;width:44px;height:44px}.vto-header-title{text-align:center;letter-spacing:.18px;min-width:0;color:var(--vto-black);flex:1 1 0;margin:0;font-size:18px;font-weight:500;line-height:28px}.vto-content{flex-direction:column;flex:1 1 0;width:100%;min-height:0;display:flex;overflow:hidden}.vto-footer{flex-direction:column;flex-shrink:0;gap:12px;width:100%;display:flex}.vto-body{letter-spacing:.28px;color:var(--vto-text-muted);margin:0;font-size:14px;font-weight:300;line-height:24px}.vto-section-title{letter-spacing:.18px;color:var(--vto-black);text-align:center;margin:0;font-size:18px;font-weight:500;line-height:28px}.vto-button{appearance:none;background:var(--vto-black);letter-spacing:.28px;text-transform:uppercase;height:48px;color:var(--vto-white);cursor:pointer;box-sizing:border-box;border:0;border-radius:4px;justify-content:center;align-items:center;width:100%;padding:0 24px;font-family:inherit;font-size:14px;font-weight:500;display:flex}.vto-button:disabled{opacity:.6;cursor:not-allowed}.vto-button-secondary{background:var(--vto-gray-bg);color:var(--vto-black)}.vto-button-secondary:active{background:#e3e1e2}.vto-button-small{letter-spacing:.24px;height:32px;padding:0 16px;font-size:12px}.vto-button-disabled{background:var(--vto-gray-bg);color:var(--vto-disabled);cursor:default}.vto-measured{letter-spacing:.28px;height:32px;color:var(--vto-black);justify-content:center;align-items:center;gap:4px;font-size:14px;font-weight:300;display:flex}.vto-measured img{object-fit:contain;width:42px;height:18px}.vto-policy{text-align:center;letter-spacing:.28px;color:var(--vto-black);margin:0;font-size:14px;font-weight:300;line-height:24px}.vto-policy u,.vto-policy a{color:inherit;text-decoration:underline}.vto-sizing-content{scrollbar-width:none;flex-direction:column;flex:1 1 0;gap:20px;min-height:0;display:flex;overflow-y:auto}.vto-sizing-content::-webkit-scrollbar{display:none}.vto-sizing-fields{flex-direction:column;gap:20px;display:flex}.vto-sizing-field{flex-direction:column;gap:8px;display:flex}.vto-sizing-label-row{justify-content:space-between;align-items:center;width:100%;display:flex}.vto-sizing-label{letter-spacing:.28px;color:var(--vto-text-muted);font-size:14px;font-weight:600;line-height:24px}.vto-sizing-required{color:var(--vto-red)}.vto-unit-toggle{background:var(--vto-gray-bg);border-radius:160px;align-items:center;gap:0;padding:2px;display:flex}.vto-unit-option{appearance:none;letter-spacing:.24px;width:38px;height:24px;color:var(--vto-gray-soft);cursor:pointer;background:0 0;border:0;border-radius:360px;justify-content:center;align-items:center;font-family:inherit;font-size:12px;font-weight:300;display:flex}.vto-unit-option.active{background:var(--vto-black);color:var(--vto-white);font-weight:400}.vto-input-row{gap:8px;display:flex}.vto-input{appearance:none;background:var(--vto-gray-bg);letter-spacing:.28px;min-width:0;height:48px;color:var(--vto-black);text-align:center;border:0;border-radius:4px;outline:none;flex:1 1 0;padding:0 16px;font-family:inherit;font-size:14px;font-weight:400}.vto-input::placeholder{color:var(--vto-gray-soft)}.vto-input:focus{background:#e6e3e4}.vto-gender-row{gap:8px;width:100%;display:flex}.vto-gender-option{appearance:none;background:var(--vto-gray-bg);letter-spacing:.28px;min-width:0;height:48px;color:var(--vto-black);cursor:pointer;border:0;border-radius:4px;flex:1 1 0;justify-content:space-between;align-items:center;padding:0 16px;font-family:inherit;font-size:14px;font-weight:400;display:flex}.vto-gender-mark{border:1px solid var(--vto-gray-mid);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.vto-gender-mark-active{background:var(--vto-green);border-color:var(--vto-green);color:var(--vto-white)}.vto-required-note{letter-spacing:.28px;color:var(--vto-text-muted);flex-shrink:0;margin:0;font-size:14px;font-weight:600}.vto-required-note .vto-sizing-required{font-weight:600}.vto-sizing-footer{flex-direction:column;flex-shrink:0;gap:16px;width:100%;display:flex}.vto-sizing-fineprint{flex-direction:column;align-items:center;gap:0;display:flex}.vto-rules-content{flex-direction:column;flex:1 1 0;justify-content:center;gap:48px;min-height:0;display:flex}.vto-rules-cards{gap:8px;width:100%;display:flex}.vto-rules-card{background:var(--vto-gray-bg);border-radius:16px;flex-direction:column;flex:1 1 0;align-items:center;gap:12px;min-width:0;padding:24px;display:flex}.vto-rules-step{background:var(--vto-black);width:36px;height:36px;color:var(--vto-white);letter-spacing:.28px;border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex}.vto-rules-card-label{text-align:center;letter-spacing:.28px;color:var(--vto-black);font-size:14px;font-weight:300;line-height:18px}.vto-step-indicator{letter-spacing:1.2px;text-transform:uppercase;color:var(--vto-text-muted);text-align:center;margin:-16px 0 0;font-size:12px;font-weight:500}.vto-brand-ratandboa .vto-step-indicator{letter-spacing:1.6px;color:#555;font-weight:300}.vto-outfit-content{flex-direction:column;flex:1 1 0;width:100%;min-height:0;display:flex}.vto-outfit-image-wrap{background:var(--vto-gray-bg);border-radius:16px;flex:1 1 0;min-height:0;position:relative;overflow:hidden}.vto-outfit-image{object-fit:contain;width:100%;height:100%;position:absolute;inset:0}.vto-outfit-state{text-align:center;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:12px;display:flex}.vto-camera-content{flex-direction:column;flex:1 1 0;width:100%;min-height:0;display:flex}.vto-camera-viewport{background:var(--vto-gray-bg);border-radius:16px;flex:1 1 0;min-height:0;position:relative;overflow:hidden}.vto-camera-viewport img,.vto-camera-video{object-fit:cover;background:var(--vto-gray-bg);width:100%;height:100%;position:absolute;inset:0}.vto-camera-video.mirrored{transform:scaleX(-1)}.vto-camera-preview-overlay{z-index:2}.vto-camera-countdown{color:var(--vto-white);text-shadow:0 4px 24px #0000008c;z-index:3;pointer-events:none;font-feature-settings:"tnum";font-size:96px;font-weight:600;animation:1s ease-in-out infinite vto-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes vto-pulse{0%,to{opacity:1;transform:translate(-50%,-50%)scale(1)}50%{opacity:.78;transform:translate(-50%,-50%)scale(1.08)}}.vto-camera-error{text-align:center;color:var(--vto-white);z-index:3;background:#0000008c;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:400;position:absolute;bottom:12px;left:12px;right:12px}.vto-camera-explain{flex-direction:column;gap:8px;padding:16px 18px;font-size:13px;line-height:19px;display:flex;top:50%;bottom:auto;transform:translateY(-50%)}.vto-camera-explain-title{font-size:15px;font-weight:600}.vto-camera-status{text-align:center;letter-spacing:.28px;color:var(--vto-black);margin:0;font-size:14px;font-weight:300;line-height:24px}.vto-look-content{flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:16px;min-height:0;display:flex}.vto-look-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1 1 0;align-items:center;gap:8px;width:100%;min-height:0;display:flex;overflow:auto hidden}.vto-look-row::-webkit-scrollbar{display:none}.vto-look-tile{aspect-ratio:138.33/228;background:var(--vto-gray-bg);cursor:pointer;scroll-snap-align:center;border:1px solid #0000;border-radius:11.43px;flex:none;min-width:30%;height:100%;padding:0;transition:border-color .12s;position:relative;overflow:hidden}.vto-look-tile img{object-fit:cover;width:100%;height:100%;display:block}.vto-look-tile.selected{border-color:var(--vto-gray-border)}.vto-look-check{background:var(--vto-green);width:16px;height:16px;color:var(--vto-white);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 6px #0000002e}.vto-gen-content{flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:48px;min-height:0;display:flex}.vto-gen-collage{flex-direction:column;align-items:center;gap:8px;display:flex}.vto-gen-tile-large{background:var(--vto-gray-bg);border-radius:13.7px;width:171px;height:214px;position:relative;overflow:hidden}.vto-gen-tile-small{background:var(--vto-gray-bg);border-radius:8.93px;width:112px;height:139px;position:relative;overflow:hidden}.vto-gen-tile-large img,.vto-gen-tile-small img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}@media (max-height:720px){.vto-gen-content{gap:24px}.vto-gen-tile-large{width:150px;height:188px}}.vto-gen-tile-small.contain img{object-fit:contain;box-sizing:border-box;padding:8%}.vto-gen-caption{text-align:center;flex-direction:column;gap:4px;width:100%;display:flex}.vto-gen-caption-title{letter-spacing:.28px;color:var(--vto-black);font-size:14px;font-weight:500;line-height:24px}.vto-gen-caption-sub{letter-spacing:.28px;color:var(--vto-black);font-size:14px;font-weight:300;line-height:24px}.vto-gen-progress{background:var(--vto-gray-bg);border-radius:999px;align-self:center;width:100%;max-width:320px;height:4px;margin-top:12px;overflow:hidden}.vto-gen-progress-fill{border-radius:inherit;background:var(--vto-black);height:100%;transition:width .5s}.vto-result-content{flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:32px;width:100%;min-height:0;display:flex;overflow:hidden}.vto-result-content::-webkit-scrollbar{display:none}.vto-result-photo{background:var(--vto-gray-bg);border-radius:16px;flex:1 1 0;justify-content:center;align-self:center;align-items:center;width:100%;max-width:218px;min-height:0;display:flex;overflow:hidden}.vto-result-photo img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.vto-result-section{flex-direction:column;gap:24px;width:100%;display:flex}.vto-product-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:center;gap:16px;padding-bottom:4px;display:flex;overflow-x:auto}.vto-product-row::-webkit-scrollbar{display:none}.vto-product-card{scroll-snap-align:center;flex-direction:column;flex:none;gap:20px;width:207px;display:flex}.vto-product-image{background:var(--vto-gray-bg);box-sizing:border-box;border-radius:16px;justify-content:center;align-items:flex-end;width:100%;height:288px;padding:12px;display:flex;position:relative;overflow:hidden}.vto-product-image img{object-fit:contain;box-sizing:border-box;width:100%;height:100%;padding:12%;position:absolute;inset:0}.vto-product-rec{z-index:2;background:var(--vto-white);letter-spacing:.2px;color:var(--vto-black);white-space:nowrap;border-radius:16px;align-items:center;gap:6px;padding:4px 10px 4px 6px;font-size:11px;font-weight:300;line-height:14px;display:flex;position:relative}.vto-product-rec-dot{background:var(--vto-green);border-radius:50%;flex-shrink:0;width:6px;height:6px}.vto-product-rec-size{font-weight:500}.vto-product-info{flex-direction:column;gap:12px;display:flex}.vto-product-text{text-align:center;flex-direction:column;gap:4px;display:flex}.vto-product-name{letter-spacing:.28px;color:var(--vto-black);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:20px;overflow:hidden}.vto-product-price{letter-spacing:.28px;color:var(--vto-black);font-size:14px;font-weight:300;line-height:20px}.vto-size-row{flex-wrap:nowrap;align-items:center;gap:8px;width:100%;display:flex;overflow:hidden}.vto-size-pill{appearance:none;background:var(--vto-white);letter-spacing:.28px;width:28px;height:28px;color:var(--vto-black);cursor:pointer;border:0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:14px;font-weight:300;display:flex}.vto-size-pill.selected{border:1px solid var(--vto-black);border-radius:360px}.vto-size-overflow{background:var(--vto-gray-bg);letter-spacing:.22px;height:20px;color:var(--vto-black);cursor:pointer;border:0;border-radius:360px;flex-shrink:0;align-items:center;gap:4px;padding:0 4px;font-family:inherit;font-size:11px;font-weight:300;display:flex}.vto-size-overflow svg{display:block}.vto-product-cta{appearance:none;letter-spacing:.24px;text-transform:uppercase;cursor:pointer;border:0;border-radius:4px;justify-content:center;align-items:center;width:100%;height:32px;padding:0 16px;font-family:inherit;font-size:12px;font-weight:500;display:flex}.vto-product-cta-add{background:var(--vto-black);color:var(--vto-white)}.vto-product-cta-added{background:var(--vto-gray-bg);color:var(--vto-disabled);cursor:default}.vto-brand-ratandboa.vto-root,.vto-brand-ratandboa.vto-embedded{--vto-black:#000;--vto-white:#fff;--vto-gray-bg:#f5f5f5;--vto-gray-border:#e4e4e4;--vto-gray-soft:#b9b9b9;--vto-gray-mid:#7a7a7a;--vto-text-muted:#000;--vto-disabled:#bfbfbf;color:#000;font-family:Cormorant GaramondKleep,Cormorant Garamond,Times New Roman,Georgia,serif;font-weight:300}.vto-brand-ratandboa.vto-root *,.vto-brand-ratandboa.vto-embedded *{font-family:Cormorant GaramondKleep,Cormorant Garamond,sans-serif!important}.vto-brand-ratandboa.vto-root{background:#11111173}.vto-brand-ratandboa .vto-frame{border:0;border-radius:6px;width:390px;height:min(844px,100vh - 40px);box-shadow:0 24px 70px #0000004d}@media (max-width:540px){.vto-brand-ratandboa .vto-frame{border:0;border-radius:16px}}.vto-brand-ratandboa .vto-step{gap:24px;padding:16px 20px 40px}.vto-brand-ratandboa .vto-header{border-bottom:1px solid var(--vto-gray-border);height:auto;padding:4px 0 20px;display:block;position:relative}.vto-brand-ratandboa .vto-header:after{content:none}.vto-brand-ratandboa .vto-header>*{position:relative}.vto-brand-ratandboa .vto-header-button,.vto-brand-ratandboa .vto-header-spacer{z-index:1;background:0 0;border-radius:0;width:20px;height:20px;position:absolute;top:5px}.vto-brand-ratandboa .vto-header-button:active{opacity:.6;background:0 0}.vto-brand-ratandboa .vto-header-button svg{width:20px;height:20px}.vto-brand-ratandboa .vto-header>.vto-header-button:first-child,.vto-brand-ratandboa .vto-header>.vto-header-spacer:first-child{left:0}.vto-brand-ratandboa .vto-header>.vto-header-button:last-child,.vto-brand-ratandboa .vto-header>.vto-header-spacer:last-child{left:auto;right:0}.vto-brand-ratandboa .vto-header-title{letter-spacing:0;color:#000;padding:0 40px;font-family:inherit;font-size:14px;font-weight:300;line-height:1.6}.vto-brand-ratandboa .vto-body{letter-spacing:0;color:#000;font-family:inherit;font-size:14px;font-weight:300;line-height:1.6}.vto-brand-ratandboa .vto-section-title{letter-spacing:0;color:#000;text-align:center;font-family:inherit;font-size:14px;font-weight:300;line-height:1.6}.vto-brand-ratandboa .vto-button{color:#fff;letter-spacing:0;text-transform:none;background:#000;border-radius:4px;height:54px;font-family:inherit;font-size:14px;font-weight:300;line-height:1.6}.vto-brand-ratandboa .vto-button-secondary{color:#000;border:1px solid var(--vto-gray-border);background:#fff}.vto-brand-ratandboa .vto-button-secondary:active{background:#fafafa}.vto-brand-ratandboa .vto-rules-content{justify-content:flex-start;gap:20px}.vto-rules-list{flex-direction:column;gap:8px;width:100%;display:flex}.vto-rules-list-item{color:#000;background:#f5f5f5;border-radius:4px;align-items:center;gap:20px;padding:16px 28px 16px 20px;font-family:inherit;font-size:14px;font-weight:300;line-height:1.6;display:flex}.vto-rules-list-item svg{flex-shrink:0}.vto-brand-ratandboa .vto-camera-viewport{background:#f5f5f5;border-radius:4px}.vto-brand-ratandboa .vto-look-tile{aspect-ratio:194/285;background:#f5f5f5;border:1px solid #0000;border-radius:4px}.vto-brand-ratandboa .vto-look-tile.selected{border-color:#000}.vto-brand-ratandboa .vto-look-check{display:none}.vto-brand-ratandboa .vto-gen-tile-large,.vto-brand-ratandboa .vto-gen-tile-small{background:#f5f5f5;border-radius:4px}.vto-brand-ratandboa .vto-gen-progress,.vto-brand-ratandboa .vto-gen-progress-fill{border-radius:0}.vto-brand-ratandboa .vto-gen-progress-fill{background:#000}.vto-brand-ratandboa .vto-gen-caption-title,.vto-brand-ratandboa .vto-gen-caption-sub{letter-spacing:0;color:#000;font-family:inherit;font-size:14px;font-weight:300;line-height:1.6}.vto-brand-ratandboa .vto-result-content{align-items:center;gap:32px}.vto-brand-ratandboa .vto-result-photo{background:#f5f5f5;border-radius:4px;max-width:310px}.vto-result-add{justify-content:center;width:100%;display:flex}.vto-brand-ratandboa .vto-result-section{gap:16px}.vto-brand-ratandboa .vto-product-row{gap:8px}.vto-brand-ratandboa .vto-product-card{gap:12px;width:171px}.vto-brand-ratandboa .vto-product-image{aspect-ratio:153/229;background:#f5f5f5;border-radius:4px;height:auto;padding:0}.vto-brand-ratandboa .vto-product-image img{object-fit:contain;padding:6%}.vto-brand-ratandboa .vto-product-info{align-items:center;gap:16px}.vto-brand-ratandboa .vto-product-text{text-align:center;gap:0;width:100%}.vto-brand-ratandboa .vto-product-name,.vto-brand-ratandboa .vto-product-price{letter-spacing:0;color:#000;white-space:nowrap;text-overflow:ellipsis;font-family:inherit;font-size:15px;font-weight:400;line-height:1.35;overflow:hidden}.vto-brand-ratandboa .vto-product-cta{text-transform:none;color:#fff;background:#000;border-radius:4px;width:52px;height:34px;padding:7px 16px;font-family:inherit;font-size:14px;font-weight:300}.vto-brand-ratandboa .vto-product-cta-added{color:#000;border:1px solid var(--vto-gray-border);background:#f5f5f5}.vto-brand-ratandboa .vto-product-cta svg{display:block}.vto-brand-ratandboa .vto-camera-status{color:#000;font-family:inherit;font-size:14px;font-weight:300;line-height:1.6}.vto-brand-ratandboa .vto-step{position:relative}.vto-pd-overlay{z-index:20;flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.vto-pd-backdrop{cursor:pointer;background:#00000059;border:0;margin:0;padding:0;position:absolute;inset:0}.vto-pd-sheet{z-index:1;box-sizing:border-box;scrollbar-width:none;background:#fff;flex-direction:column;gap:20px;width:100%;max-height:92%;padding:20px 20px 40px;animation:.24s vto-pd-rise;display:flex;position:relative;overflow-y:auto}.vto-pd-sheet::-webkit-scrollbar{display:none}@keyframes vto-pd-rise{0%{opacity:.4;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.vto-pd-image{background:#f5f5f5;border-radius:4px;flex-shrink:0;width:100%;height:300px;position:relative;overflow:hidden}.vto-pd-image img{object-fit:contain;box-sizing:border-box;width:100%;height:100%;padding:6%;position:absolute;inset:0}.vto-pd-info{flex-direction:column;gap:0;display:flex}.vto-pd-name,.vto-pd-price{letter-spacing:0;color:#000;font-family:inherit;font-size:15px;font-weight:400;line-height:1.35}.vto-pd-sizes{gap:8px;width:100%;display:flex}.vto-pd-size{appearance:none;border:1px solid var(--vto-gray-border);text-transform:uppercase;color:#000;cursor:pointer;background:#fff;border-radius:4px;flex:1 1 0;justify-content:center;align-items:center;min-width:0;height:40px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:300;display:flex}.vto-pd-size.selected{color:#fff;background:#000;border-color:#000}.vto-pd-sheet .vto-button:disabled{opacity:1;cursor:default}
