@keyframes fr-bar-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes fr-bubble-pulse{0%,to{box-shadow:0 0 0 1.5px #ffffff80}50%{box-shadow:0 0 0 2px #ffffffb3}}@keyframes fr-modal-in{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fr-modal-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(16px) scale(.96)}}.fr-bubbles{position:absolute;top:12px;left:12px;z-index:2;display:flex;flex-direction:column;gap:8px;pointer-events:auto;contain:layout style}.fr-bubble{width:58px;height:58px;border-radius:50%;overflow:hidden;cursor:pointer;border:1.5px solid rgba(255,255,255,.75);padding:0;background:#000;animation:fr-bubble-pulse 2.6s ease-in-out infinite;transition:transform .2s;position:relative;flex-shrink:0}.fr-bubble:hover{transform:scale(1.1);animation:none;box-shadow:0 0 0 1.5px #fff,0 4px 16px #00000059}.fr-bubble>video{width:58px;height:58px;border-radius:50%;object-fit:cover;display:block;pointer-events:none}.fr-bubble__play{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#00000047;transition:opacity .2s}.fr-bubble:hover .fr-bubble__play{opacity:0}.fr-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.fr-modal[hidden]{display:none!important}.fr-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.fr-modal__wrap{position:relative;z-index:1;width:min(320px,calc((100vh - 32px)*.5625));height:min(calc(100vh - 32px),568.896px);background:#000;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #000000b3;animation:fr-modal-in .32s cubic-bezier(.22,1,.36,1) both}.fr-modal__wrap.closing{animation:fr-modal-out .22s ease both}.fr-modal__bars{position:absolute;top:10px;left:10px;right:10px;z-index:5;display:flex;gap:4px}.fr-modal__bar{flex:1;height:3px;background:#ffffff4d;border-radius:2px;overflow:hidden}.fr-modal__bar-fill{height:100%;background:#fff;transform:scaleX(0);transform-origin:left;border-radius:2px}.fr-modal__bar-fill.playing{animation:fr-bar-fill var(--fr-duration, 10s) linear forwards}.fr-modal__bar-fill.done{transform:scaleX(1)}.fr-modal__top{position:absolute;top:22px;left:12px;right:12px;z-index:4;display:flex;align-items:center;justify-content:space-between}.fr-modal__brand{display:flex;align-items:center;gap:8px}.fr-modal__brand-img{width:30px;height:30px;border-radius:50%;border:2px solid rgba(255,255,255,.7);object-fit:cover}.fr-modal__brand-name{font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.07em;text-shadow:0 1px 6px rgba(0,0,0,.6)}.fr-modal__top-actions{display:flex;gap:8px}.fr-modal__mute,.fr-modal__close{background:#ffffff26;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s;flex-shrink:0}.fr-modal__mute:hover,.fr-modal__close:hover{background:#ffffff4d}.fr-modal__video-wrap{position:relative;flex:1;min-height:0;background:#111;overflow:hidden}.fr-modal__video{width:100%;height:100%;object-fit:cover;display:block}.fr-modal__tap-prev,.fr-modal__tap-next{position:absolute;top:0;bottom:0;width:35%;z-index:2;cursor:pointer}.fr-modal__tap-prev{left:0}.fr-modal__tap-next{right:0}.fr-modal__footer{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:10px 10px 14px;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 100%)}.fr-modal__footer-cards{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:0 4px}.fr-modal__footer-cards::-webkit-scrollbar{display:none}.fr-modal__footer-card{flex:0 0 84%;scroll-snap-align:start;display:flex;flex-direction:column;background:#00000073;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;padding:10px;text-decoration:none;transition:background .25s,transform .4s cubic-bezier(.25,1,.5,1),opacity .4s ease,border-color .4s ease;min-width:0;border:1px solid rgba(255,255,255,.08);opacity:.55;transform:scale(.93)}.fr-modal__footer-card.is-active{opacity:1;transform:scale(1);border-color:#26d39673;background:#0009}.fr-modal__footer-card:hover{background:#0000008c}.fr-modal__footer-card.is-active:hover{background:#000000b3}.fr-modal__footer-card-top{display:flex;align-items:center;gap:10px;min-width:0}.fr-modal__footer-card-media{width:50px;height:50px;border-radius:8px;overflow:hidden;flex-shrink:0}.fr-modal__footer-card-img{width:100%;height:100%;object-fit:cover;display:block}.fr-modal__footer-card-monogram{width:100%;height:100%;background:#eaeaea;color:#7d7d7d;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;text-transform:uppercase}.fr-modal__footer-card-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.fr-modal__footer-card-title{font-size:12px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.fr-modal__footer-card-price{font-size:14px;font-weight:700;color:#fff;display:block}.fr-modal__footer-card-cta{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding:0 12px;height:36px;background:#26d396;color:#000;font-size:12px;font-weight:700;border-radius:8px;letter-spacing:.02em;transition:background .2s}.fr-modal__footer-card-cta:hover{background:#20b882}.fr-modal__footer-card-cta-text{color:#000}.fr-modal__footer-card-cta-icon{flex-shrink:0;color:#000}@media(max-width:600px){.fr-modal{padding:0}.fr-modal__wrap{width:100vw;height:100dvh;border-radius:0}.fr-bubble{width:50px;height:50px}.fr-bubble>video{width:50px;height:50px}}@media(min-width:601px){.fr-modal{align-items:center;justify-content:center;padding:16px}.fr-modal__wrap{width:320px;height:min(calc(100vh - 32px),568.896px);max-height:600px}}
/*# sourceMappingURL=/cdn/shop/t/49/assets/fitting-room.css.map */
