.hauswirt-social-videos-wrapper{position:relative}.hauswirt-social-videos{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:var(--social-videos-gap, 12px);padding:0 var(--social-videos-peek, 60px);scrollbar-width:none;scroll-behavior:smooth}.hauswirt-social-videos::-webkit-scrollbar{display:none}.hauswirt-social-videos__item{position:relative;flex:0 0 calc(100vw - var(--social-videos-peek) * 2 - var(--social-videos-gap));max-width:275px;scroll-snap-align:center}@media screen and (min-width:700px){.hauswirt-social-videos{padding:0}.hauswirt-social-videos__item{flex:0 0 calc((100% - (var(--social-videos-per-view) - 1) * var(--social-videos-gap)) / var(--social-videos-per-view));max-width:none;scroll-snap-align:start}}.hauswirt-social-videos__nav{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:40px;border-radius:50%;border:none;background:#fff;box-shadow:0 2px 8px #00000026;cursor:pointer;align-items:center;justify-content:center;color:#333;padding:0;transition:box-shadow .2s ease}.hauswirt-social-videos__nav:hover{box-shadow:0 4px 12px #0003}.hauswirt-social-videos__nav svg{width:18px;height:18px}.hauswirt-social-videos__nav--prev{left:8px}.hauswirt-social-videos__nav--next{right:8px}@media screen and (min-width:700px){.hauswirt-social-videos__nav{display:flex}.hauswirt-social-videos__nav--prev{left:-20px}.hauswirt-social-videos__nav--next{right:-20px}}.hauswirt-social-videos__card{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;aspect-ratio:9 / 16;background:var(--background-secondary, #f5f5f5)}.hauswirt-social-videos__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hauswirt-social-videos__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease;z-index:2}.hauswirt-social-videos__poster--placeholder{display:flex;align-items:center;justify-content:center;background:#e8e8e8}.hauswirt-social-videos__poster--placeholder svg{width:60%;height:60%;opacity:.4}.hauswirt-social-videos__video-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%}.hauswirt-social-videos__video-media video,.hauswirt-social-videos__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}@media(hover:hover)and (pointer:fine){.hauswirt-social-videos__card:hover .hauswirt-social-videos__poster{opacity:0}.hauswirt-social-videos__card:hover .hauswirt-social-videos__play-icon{opacity:0;transform:translate(-50%,-50%) scale(.8)}}.hauswirt-social-videos__card.is-playing .hauswirt-social-videos__poster{opacity:0}.hauswirt-social-videos__card.is-playing .hauswirt-social-videos__play-icon{opacity:0;transform:translate(-50%,-50%) scale(.8)}.hauswirt-social-videos__caption{position:absolute;bottom:0;left:0;right:0;padding:40px 12px 12px;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%);color:#fff;z-index:3;font-size:12px;line-height:1.4}.hauswirt-social-videos__caption p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}.hauswirt-social-videos__play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4;background:#00000080;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#fff;transition:opacity .3s ease,transform .3s ease;padding:0;cursor:pointer}.hauswirt-social-videos__play-icon svg{width:20px;height:20px;fill:currentColor}.hauswirt-social-videos__creator{display:flex;align-items:center;gap:8px;margin-top:10px;padding:0 2px}.hauswirt-social-videos__creator-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.hauswirt-social-videos__creator-name{font-size:13px;font-weight:500;color:var(--text-color, #333);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hauswirt-social-videos-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.hauswirt-social-videos-modal[aria-hidden=false]{opacity:1;visibility:visible}.hauswirt-social-videos-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000c}.hauswirt-social-videos-modal__container{position:relative;z-index:1;width:min(960px,96vw);max-height:92vh;margin:4vh auto;display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 24px 64px #00000059}.hauswirt-social-videos-modal__close{position:absolute;top:12px;right:12px;z-index:10;background:#0009;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;padding:0;transition:background .2s ease}.hauswirt-social-videos-modal__close:hover{background:#000000e6}.hauswirt-social-videos-modal__close svg{width:18px;height:18px}.hauswirt-social-videos-modal__content{display:flex;flex-direction:column;width:100%;max-height:92vh;overflow:hidden}@media screen and (min-width:700px){.hauswirt-social-videos-modal__content{flex-direction:row;align-items:stretch;min-height:min(720px,85vh)}}.hauswirt-social-videos-modal__video-side{display:flex;flex-direction:column;flex-shrink:0;width:100%;background:#000}@media screen and (min-width:700px){.hauswirt-social-videos-modal__video-side{width:min(400px,42vw);min-height:min(720px,85vh)}}.hauswirt-social-videos-modal__video-wrapper{position:relative;width:100%;flex:1;min-height:400px;background:#000;overflow:hidden}.hauswirt-social-videos-modal__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;display:none;background:#000}.hauswirt-social-videos-modal__video.is-active{display:block}.hauswirt-social-videos-modal__embed{position:absolute;top:0;right:0;bottom:0;left:0;display:none;overflow:hidden}.hauswirt-social-videos-modal__embed.is-active{display:block}.hauswirt-social-videos-modal__embed iframe{width:100%;height:100%;border:none;display:block}.hauswirt-social-videos-modal__video-footer{padding:12px 16px;background:#000;text-align:center;display:none}.hauswirt-social-videos-modal__source-link{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;background:#fe2c55;color:#fff;border-radius:24px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s ease}.hauswirt-social-videos-modal__source-link:hover{background:#e0264c}.hauswirt-social-videos-modal__source-link[data-platform=instagram]{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.hauswirt-social-videos-modal__source-link[data-platform=youtube]{background:red}.hauswirt-social-videos-modal__source-link[data-platform=facebook]{background:#1877f2}.hauswirt-social-videos-modal__products{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:#fff}@media screen and (min-width:700px){.hauswirt-social-videos-modal__products{padding:24px;min-height:min(720px,85vh);max-height:min(720px,85vh)}}.hauswirt-social-videos-modal__product{display:flex;gap:12px;padding:12px;border:1px solid #e5e5e5;border-radius:8px;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease;align-items:center}.hauswirt-social-videos-modal__product:hover{border-color:#ccc;box-shadow:0 2px 8px #0000000f}.hauswirt-social-videos-modal__product-image{width:72px;height:72px;border-radius:6px;object-fit:cover;flex-shrink:0;background:#f5f5f5}.hauswirt-social-videos-modal__product-info{display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0;flex:1}.hauswirt-social-videos-modal__product-title{font-size:14px;font-weight:600;line-height:1.3;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hauswirt-social-videos-modal__product-price{font-size:14px;font-weight:500;margin:0}.hauswirt-social-videos-modal__product-price--compare{text-decoration:line-through;color:#999;font-weight:400;margin-left:6px;font-size:13px}.hauswirt-social-videos-modal__product-actions{display:flex;gap:8px;align-items:center;margin-top:4px}.hauswirt-social-videos-modal__product-cta{font-size:12px;color:#666;font-weight:500;text-decoration:underline}.hauswirt-social-videos-modal__add-to-cart{display:inline-flex;align-items:center;padding:6px 14px;font-size:12px;font-weight:600;color:#fff;background:#1a1a1a;border:none;border-radius:6px;cursor:pointer;transition:background .2s ease;white-space:nowrap}.hauswirt-social-videos-modal__add-to-cart:hover{background:#333}.hauswirt-social-videos-modal__add-to-cart:disabled{background:#ccc;cursor:not-allowed}.hauswirt-social-videos-modal__add-to-cart.is-loading{opacity:.6;pointer-events:none}.hauswirt-social-videos-modal__products:empty{display:none}body.hauswirt-modal-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/9/assets/social-videos.css.map */
