.video-shop-the-room{background:var(--vstr-section-bg, #ffffff)}.video-shop-the-room__inner{padding-top:var(--vstr-padding-top, 72px);padding-bottom:var(--vstr-padding-bottom, 72px)}.video-shop-the-room__header{margin-bottom:40px;text-align:center}.video-shop-the-room__title{margin:0;color:var(--vstr-title-color, #1a365d);font-family:Georgia,Times New Roman,serif;font-size:var(--vstr-title-size, 48px);font-weight:400;line-height:1.15}.video-shop-the-room__carousel-wrap{position:relative}.video-shop-the-room__slider:not(.slick-initialized){display:flex;gap:var(--vstr-slide-gap, 20px);overflow:hidden}.video-shop-the-room__slider:not(.slick-initialized) .video-shop-the-room__slide:nth-child(n+6){display:none}.video-shop-the-room__slide{min-width:0;flex:0 0 var(--vstr-slide-max-width, 355px);width:var(--vstr-slide-max-width, 355px);max-width:var(--vstr-slide-max-width, 355px)}.video-shop-the-room__card{display:flex;flex-direction:column;width:100%;height:100%;max-width:var(--vstr-slide-max-width, 355px);padding:0;border:0;border-radius:16px;overflow:hidden;background:transparent;cursor:pointer;text-align:left}.video-shop-the-room__card-media{position:relative;display:block;aspect-ratio:var(--vstr-card-aspect-ratio, 355 / 580);border-radius:16px;overflow:hidden;background:#eceff3}.video-shop-the-room__card-picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.video-shop-the-room__card-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.video-shop-the-room__card-media>.video-shop-the-room__card-image{position:absolute;top:0;right:0;bottom:0;left:0}.video-shop-the-room__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 55%,#00000073);pointer-events:none}.video-shop-the-room__play{position:absolute;top:50%;left:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border:0;border-radius:50%;background:#fffffff2;color:#111;transform:translate(-50%,-50%);pointer-events:none}.video-shop-the-room__play svg{width:18px;height:18px;margin-left:3px}.video-shop-the-room__caption{position:absolute;right:16px;bottom:16px;left:16px;z-index:2;margin:0;color:var(--vstr-overlay-color, #ffffff);font-size:14px;font-weight:500;line-height:1.4;pointer-events:none}.video-shop-the-room__controls{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px}.video-shop-the-room__progress{flex:1;height:2px;border-radius:999px;background:var(--vstr-progress-track, #d8dee8);overflow:hidden}.video-shop-the-room__progress-fill{display:block;width:0;height:100%;border-radius:inherit;background:var(--vstr-progress-fill, #1a365d);transition:width .25s ease}.video-shop-the-room__arrows{display:flex;gap:12px;flex-shrink:0}.video-shop-the-room__arrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid var(--vstr-arrow-border, #c8d0da);border-radius:50%;background:transparent;color:var(--vstr-arrow-color, #1a365d);cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.video-shop-the-room__arrow:hover:not(:disabled){border-color:var(--vstr-arrow-color, #1a365d);background:#1a365d0a}.video-shop-the-room__arrow:disabled{opacity:.35;cursor:not-allowed}.video-shop-the-room__arrow svg{width:16px;height:16px}.video-shop-the-room .slick-list{overflow:hidden}.video-shop-the-room .slick-track{display:flex;align-items:stretch}.video-shop-the-room .slick-slide{width:var(--vstr-slide-max-width, 355px)!important;max-width:var(--vstr-slide-max-width, 355px);height:auto;margin-right:var(--vstr-slide-gap, 20px)}.video-shop-the-room .slick-slide:last-child{margin-right:0}.video-shop-the-room .slick-slide>div{height:100%}.vstr-modal{--vstr-modal-pad: 24px;--vstr-modal-gap: 16px;--vstr-modal-nav-size: 44px;--vstr-modal-max-height: calc(100vh - (var(--vstr-modal-pad) * 2));--vstr-modal-max-height: calc(100dvh - (var(--vstr-modal-pad) * 2));--vstr-media-max-height: min(70vh, 640px);--vstr-media-max-height: min(70dvh, 640px);position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding:max(var(--vstr-modal-pad),env(safe-area-inset-top,0px)) max(var(--vstr-modal-pad),env(safe-area-inset-right,0px)) max(var(--vstr-modal-pad),env(safe-area-inset-bottom,0px)) max(var(--vstr-modal-pad),env(safe-area-inset-left,0px));overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.vstr-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.vstr-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;display:block!important;width:100%;height:100%;margin:0;padding:0;border:0;background:#1118278c;cursor:pointer;overflow:hidden;color:transparent;font-size:0;line-height:0}.vstr-modal__shell{position:relative;z-index:1;display:flex;align-items:stretch;gap:var(--vstr-modal-gap);width:min(1040px,100%);max-height:var(--vstr-modal-max-height);margin:auto}.vstr-modal__nav{flex-shrink:0;align-self:center;display:inline-flex;align-items:center;justify-content:center;width:var(--vstr-modal-nav-size);height:var(--vstr-modal-nav-size);padding:0;border:0;border-radius:50%;background:#ffffffeb;color:#1a365d;cursor:pointer;box-shadow:0 8px 24px #1118271f}.vstr-modal__nav svg{width:18px;height:18px}.vstr-modal__dialog{position:relative;display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;max-height:var(--vstr-modal-max-height);padding:0;border-radius:20px;background:#fff;overflow:hidden}.vstr-modal__toolbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;padding:12px 12px 0;background:#fff}.vstr-modal__close{position:relative;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:#f3f5f8;color:#1a365d;font-size:28px;line-height:1;cursor:pointer;flex-shrink:0}.vstr-modal__close:hover{background:#e8ecf2}.vstr-modal__body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:8px 32px 32px}.vstr-modal__panel{display:none;grid-template-columns:minmax(0,1.75fr) minmax(220px,300px);gap:24px;align-items:start}.vstr-modal__panel.is-active{display:grid}.vstr-modal__media-wrap{position:relative;display:flex;align-items:center;justify-content:center;max-height:var(--vstr-media-max-height);border-radius:16px;overflow:hidden;background:#111}.vstr-modal__media-wrap video,.vstr-modal__media-wrap img{display:block;width:100%;max-width:100%;height:auto;max-height:var(--vstr-media-max-height);object-fit:contain;margin:0 auto}.vstr-modal__media-wrap iframe{display:block;width:100%;max-width:min(100%,calc(var(--vstr-media-max-height) * 9 / 16));max-height:var(--vstr-media-max-height);aspect-ratio:9 / 16;height:auto;margin:0 auto;border:0}body.vstr-modal-open{overflow:hidden}.vstr-modal__media-caption{position:absolute;right:16px;bottom:16px;left:16px;margin:0;color:var(--vstr-overlay-color, #ffffff);font-size:14px;font-weight:500;line-height:1.4}.vstr-modal__shop{min-width:0;max-height:var(--vstr-media-max-height);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-right:4px}.vstr-modal__shop-title{margin:0 0 16px;color:var(--vstr-shop-title-color, #1a365d);font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:400;line-height:1.15}.vstr-modal__products{display:flex;flex-direction:column;gap:16px;overflow-x:visible;padding-bottom:0}.vstr-modal__product{flex:1 1 auto;width:100%;max-width:100%;color:inherit;text-decoration:none}.vstr-modal__product-image{display:block;width:100%;height:auto;margin-bottom:12px;border-radius:12px}.vstr-modal__product-title{margin:0 0 8px;color:var(--vstr-product-title-color, #1a365d);font-size:15px;font-weight:700;line-height:1.3}.vstr-modal__product-desc{margin:0;color:var(--vstr-product-desc-color, #4b5563);font-size:13px;line-height:1.45}@media(max-width:1024px){.video-shop-the-room__title{font-size:var(--vstr-title-size-mobile, 34px)}.video-shop-the-room__slider:not(.slick-initialized) .video-shop-the-room__slide:nth-child(n+4){display:none}.vstr-modal{--vstr-media-max-height: min(56vh, 520px);--vstr-media-max-height: min(56dvh, 520px)}.vstr-modal__panel.is-active{grid-template-columns:1fr;gap:24px}.vstr-modal__shop{max-height:none;overflow:visible}.vstr-modal__shop-title{font-size:28px}}@media(max-width:767px){.video-shop-the-room__inner{padding-top:var(--vstr-padding-top-mobile, 40px);padding-bottom:var(--vstr-padding-bottom-mobile, 48px)}.video-shop-the-room__header{margin-bottom:24px}.video-shop-the-room__controls{margin-top:20px}.video-shop-the-room__slider:not(.slick-initialized) .video-shop-the-room__slide:nth-child(n+3){display:none}.vstr-modal{--vstr-modal-pad: 12px;--vstr-media-max-height: min(48vh, 420px);--vstr-media-max-height: min(48dvh, 420px)}.vstr-modal__shell{flex-direction:column;gap:12px;max-height:none}.vstr-modal__nav{display:none}.vstr-modal__dialog{max-height:var(--vstr-modal-max-height);border-radius:16px}.vstr-modal__toolbar{padding:10px 10px 0}.vstr-modal__body{padding:4px 16px 16px}.vstr-modal__products{gap:16px}}@media(max-height:760px){.vstr-modal{--vstr-modal-pad: 12px;--vstr-media-max-height: min(52vh, 420px);--vstr-media-max-height: min(52dvh, 420px)}.vstr-modal__body{padding:4px 20px 20px}.vstr-modal__panel.is-active{gap:16px}.vstr-modal__shop-title{margin-bottom:12px;font-size:22px}}@media(max-height:560px){.vstr-modal{--vstr-modal-pad: 8px;--vstr-media-max-height: min(42vh, 280px);--vstr-media-max-height: min(42dvh, 280px)}.vstr-modal__toolbar{padding:8px 8px 0}.vstr-modal__close{width:36px;height:36px;font-size:24px}.vstr-modal__body{padding:0 12px 12px}.vstr-modal__nav{width:36px;height:36px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/component-video-shop-the-room.css.map */
