.qls-social__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.qls-social__heading{margin:0}.qls-social__link{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;white-space:nowrap}.qls-social__head-logo{width:44px;height:44px;border-radius:50%;object-fit:cover}.qls-social__rail{display:grid;grid-auto-flow:column;grid-auto-columns:min(430px,38vw);gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;padding-bottom:8px}.qls-social__tile{position:relative;aspect-ratio:var(--qls-ratio);overflow:hidden;border-radius:var(--qls-radius);background:#eee;scroll-snap-align:start}.qls-social__poster,.qls-social__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.qls-social__media{z-index:1;opacity:0;transition:opacity .25s ease}.qls-social__tile.is-previewing .qls-social__media{opacity:1}.qls-social__open{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.62));color:#fff;cursor:pointer}.qls-social__play{position:absolute;top:18px;right:18px;display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#fffffff0;color:#222;transition:transform .2s ease}.qls-social__play svg{width:17px;height:19px;margin-left:3px}.qls-social__tile:hover .qls-social__play,.qls-social__open:focus-visible .qls-social__play{transform:scale(1.07)}.qls-social__tile-title{position:absolute;left:20px;right:20px;bottom:92px;text-align:left;font-weight:700;line-height:1.35;opacity:0;transform:translateY(14px);transition:opacity .24s ease,transform .24s ease}.qls-social__tile:hover .qls-social__tile-title,.qls-social__open:focus-visible .qls-social__tile-title{opacity:1;transform:none}.qls-social__tile-products{position:absolute;z-index:3;left:18px;bottom:18px;display:flex;align-items:center;gap:7px;pointer-events:none}.qls-social__tile-product{display:grid;place-items:center;width:58px;height:58px;border-radius:9px;background:#fffffff0;overflow:hidden}.qls-social__tile-product img{width:100%;height:100%;object-fit:contain}.qls-social__tile-more{padding:8px 5px;color:#fff;font-size:18px;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.35)}.qls-social__dialog{width:min(1540px,92vw);height:min(780px,88vh);max-width:none;max-height:none;padding:0;border:0;border-radius:14px;background:#fff;box-shadow:0 20px 65px #0000004d;overflow:hidden}.qls-social__dialog::backdrop{background:#1414149e}.qls-social__dialog-shell{display:grid;grid-template-columns:minmax(360px,1.15fr) minmax(300px,.68fr) minmax(330px,.7fr);grid-template-rows:minmax(0,1fr) 64px;height:100%}.qls-social__stage{position:relative;min-width:0;min-height:0;grid-row:1 / -1;background:#111}.qls-social__dialog-video,.qls-social__dialog-image{display:block;width:100%;height:100%;object-fit:cover}.qls-social__dialog-video[hidden],.qls-social__dialog-image[hidden]{display:none}.qls-social__sound{position:absolute;left:18px;bottom:18px;display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#ffffffeb;font-size:17px;cursor:pointer}.qls-social__story{display:flex;flex-direction:column;min-width:0;border-right:1px solid #e4e4e4}.qls-social__profile{display:flex;align-items:center;gap:12px;padding:28px 30px 18px}.qls-social__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;background:#eee;box-shadow:0 0 0 3px #fff,0 0 0 5px var(--qls-accent)}.qls-social__account{font-weight:700}.qls-social__copy{padding:18px 30px;overflow:auto}.qls-social__copy[hidden]{display:none}.qls-social__caption{margin:0;white-space:pre-line;line-height:1.6}.qls-social__social-link{align-self:flex-start;margin:12px 30px 30px}.qls-social__panel{position:relative;min-width:0;min-height:0;overflow:auto}.qls-social__panel.is-empty{display:none}.qls-social__close{position:absolute;z-index:4;top:12px;right:12px;display:grid;place-items:center;width:42px;height:42px;padding:0;border:0;border-radius:50%;background:#ddd;color:#333;font-size:32px;font-weight:300;line-height:1;cursor:pointer}.qls-social__products{padding:50px 30px 24px}.qls-social__product{display:grid;grid-template-columns:68px minmax(0,1fr) 46px;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid #e4e4e4}.qls-social__product[hidden]{display:none}.qls-social__product-image{width:68px;height:68px;object-fit:contain;border-radius:9px;background:#f5f6f1}.qls-social__product-title{display:block;color:inherit;font-weight:700;text-decoration:none;line-height:1.3}.qls-social__price{margin-top:7px}.qls-social__product-action{display:grid;place-items:center;width:46px;height:46px;padding:0;border:0;border-radius:50%;background:#626a42;color:#fff;text-decoration:none;cursor:pointer}.qls-social__product-action:disabled{opacity:.4;cursor:not-allowed}.qls-social__product-action svg{width:22px;height:22px}.qls-social__footer-nav{grid-column:2 / -1;display:flex;align-items:center;justify-content:center;gap:66px;border-top:1px solid #e4e4e4}.qls-social__footer-nav button{display:flex;align-items:center;gap:9px;border:0;background:none;color:inherit;font:inherit;text-transform:uppercase;cursor:pointer}.qls-social__footer-nav span{font-size:25px;line-height:1}.qls-social[aria-busy=true] .qls-social__dialog-shell{opacity:.7}@media(max-width:1050px){.qls-social__dialog-shell{grid-template-columns:minmax(330px,1fr) minmax(280px,.78fr);grid-template-rows:minmax(0,1fr) auto 58px}.qls-social__stage{grid-row:1 / -1}.qls-social__story{border-right:0}.qls-social__panel{border-top:1px solid #e4e4e4}.qls-social__products{padding:8px 24px 14px}.qls-social__product{padding:12px 0}.qls-social__footer-nav{grid-column:2}.qls-social__social-link{margin-bottom:20px}}@media(max-width:767px){.qls-social__head{align-items:start;flex-direction:column;gap:12px}.qls-social__link{white-space:normal}.qls-social__head-logo{width:38px;height:38px}.qls-social__rail{grid-auto-columns:72vw}.qls-social__tile-title{display:none}.qls-social__tile-product{width:46px;height:46px}.qls-social__dialog{width:100vw;height:100dvh;border-radius:0}.qls-social__dialog-shell{display:flex;flex-direction:column;overflow:auto;overscroll-behavior:contain}.qls-social__stage{flex:0 0 var(--qls-mobile-stage-height);min-height:280px;max-height:430px}.qls-social__dialog-video,.qls-social__dialog-image{object-fit:contain}.qls-social__story{flex:0 0 auto}.qls-social__profile{padding:14px 16px 8px}.qls-social__copy{padding:10px 16px 12px}.qls-social__caption{line-height:1.45}.qls-social__social-link{margin:4px 16px 16px;min-height:42px;padding:9px 16px}.qls-social__panel{overflow:visible;border-top:1px solid #e4e4e4}.qls-social__panel.is-empty{display:none}.qls-social__close{position:fixed;top:max(10px,env(safe-area-inset-top));right:10px;width:44px;height:44px;background:#fffffff0;box-shadow:0 2px 12px #0000002e}.qls-social__products{padding:4px 16px 14px}.qls-social__product{grid-template-columns:72px minmax(0,1fr);gap:8px 14px;align-items:center;padding:14px 0}.qls-social__product-image{width:72px;height:72px}.qls-social__product-title{font-size:16px;line-height:1.25}.qls-social__price{margin-top:4px;font-size:16px}.qls-social__product product-form,.qls-social__product>.qls-social__product-action{grid-column:1 / -1}.qls-social__product-action{min-height:46px;padding:11px 16px;font-size:16px}.qls-social__footer-nav{order:4;flex:0 0 54px;justify-content:space-between;gap:16px;padding:0 16px;border-top:1px solid #e4e4e4}.qls-social__footer-nav button{min-height:44px}.qls-social__sound{position:fixed;bottom:auto;top:max(10px,env(safe-area-inset-top));left:10px;width:44px;height:44px}}@media(prefers-reduced-motion:reduce){.qls-social__media,.qls-social__tile-title,.qls-social__play{transition:none}}.qls-social__product{grid-template-columns:68px minmax(0,1fr);gap:10px 16px}.qls-social__product product-form,.qls-social__product>.qls-social__product-action{grid-column:2;display:block;width:100%}.qls-social__product product-form form{margin:0}.qls-social__product-action{display:block;width:100%;height:auto;min-height:40px;padding:9px 14px;border-radius:var(--btn-border-radius,0);text-align:center}.qls-social__product-action.btn--primary{border:var(--btn-border-width) solid rgb(var(--btn-bg-color));background:rgb(var(--btn-bg-hover-color)) linear-gradient(104deg,rgb(var(--btn-bg-hover-color)) 60%,rgb(var(--btn-bg-color)) 60% 100%) no-repeat 100% 100%;background-size:300% 100%;color:rgb(var(--btn-text-color))}.qls-social__product-action.btn--secondary{border:var(--btn-border-width) solid rgb(var(--btn-alt-border-color));background:rgb(var(--btn-alt-bg-color));color:rgb(var(--btn-alt-text-color))}@media(max-width:767px){.qls-social__product{grid-template-columns:72px minmax(0,1fr);gap:8px 14px}.qls-social__product product-form,.qls-social__product>.qls-social__product-action{grid-column:1 / -1}}.qls-social__rail-wrap{position:relative}.qls-social__rail--grid{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(var(--qls-columns),minmax(0,1fr));overflow:visible;scroll-snap-type:none}.qls-social__rail--carousel{grid-auto-columns:calc((100% - var(--qls-gap-total))/var(--qls-columns));scrollbar-width:none}.qls-social__rail--carousel::-webkit-scrollbar{display:none}.qls-social__rail-nav{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.qls-social__rail-nav button{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid currentColor;border-radius:50%;background:transparent;color:inherit;cursor:pointer}.qls-social__rail-nav button:hover,.qls-social__rail-nav button:focus-visible{background:var(--qls-accent);border-color:var(--qls-accent);color:#111}.qls-social__rail-nav span{font-size:28px;line-height:1}.qls-social__product-action[data-qls-view-cart]{background:var(--qls-accent);border-color:var(--qls-accent);color:#111}@media(max-width:767px){.qls-social__rail--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.qls-social__rail--carousel{grid-auto-columns:72vw}}html.qls-social-modal-open,body.qls-social-modal-open{overscroll-behavior:none}.qls-social__heading{font-size:clamp(28px,2.4vw,36px);line-height:1.15}@media(min-width:1051px){.qls-social__dialog-shell{transition:grid-template-columns .24s ease}.qls-social__dialog-shell.is-story-only{grid-template-columns:minmax(360px,1.15fr) minmax(0,1.38fr) 0}.qls-social__dialog-shell.is-story-only .qls-social__story{border-right:0}.qls-social__dialog-shell.is-story-only .qls-social__profile,.qls-social__dialog-shell.is-story-only .qls-social__copy{width:min(100%,760px);margin-inline:auto}.qls-social__dialog-shell.is-story-only .qls-social__social-link{align-self:center;min-width:220px;justify-content:center}.qls-social__dialog-shell.is-story-only .qls-social__panel{opacity:0;visibility:hidden;pointer-events:none}}@media(prefers-reduced-motion:reduce){.qls-social__dialog-shell{transition:none}}.qls-social__story-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:12px 30px 30px}.qls-social__story-actions .qls-social__social-link{align-self:auto;margin:0}.qls-social__footer-nav--mobile{display:none}.qls-social__story-actions .qls-social__footer-nav{grid-column:auto;align-items:center;justify-content:flex-end;gap:18px;margin-left:auto;border:0}.qls-social__story-actions .qls-social__footer-nav button{min-height:42px;padding:6px 2px;gap:7px}@media(max-width:767px){.qls-social__footer-nav--desktop{display:none}.qls-social__footer-nav--mobile{display:flex}.qls-social__story-actions{margin:4px 16px 12px;gap:12px}.qls-social__story-actions .qls-social__social-link{flex:0 1 auto;min-width:0;min-height:42px;padding:9px 14px}.qls-social__story-actions .qls-social__footer-nav{order:initial;flex:0 0 auto;gap:14px;padding:0}.qls-social__story-actions .qls-social__footer-nav button{min-height:44px;font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/270/assets/qls-shoppable-video.css.map */
