.video-carousel-with-products-section.video-carousel-section{margin:0 auto}.video-carousel-with-products-section .title-wrapper{margin-bottom:2rem}.video-carousel-with-products-section .title{text-align:center;margin-bottom:0}.video-carousel-with-products-section .video-carousel-wrapper{position:relative;display:flex;align-items:center;gap:1rem}.video-carousel-with-products-section .video-carousel{flex:1;overflow:hidden}.video-carousel-with-products-section .video-carousel .swiper-wrapper{align-items:stretch}.video-carousel-with-products-section .video-carousel-slide{height:auto}.video-carousel-with-products-section .video-carousel-item{height:100%;display:flex;flex-direction:column;background:rgb(var(--color-background));overflow:hidden}.video-carousel-with-products-section .video-carousel-thumbnail{position:relative;aspect-ratio:16/9;background:rgb(var(--color-background));cursor:pointer;overflow:hidden}.video-carousel-with-products-section .video-thumbnail-image,.video-carousel-with-products-section .video-thumbnail-placeholder{width:100%;height:100%;object-fit:cover}.video-carousel-with-products-section .video-thumbnail-placeholder svg{width:100%;height:100%}.video-carousel-with-products-section .video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:48px;display:flex;align-items:center;justify-content:center;opacity:.9}.video-carousel-with-products-section .video-title{font-size:1.5rem;font-weight:600;margin:1.5rem 1rem;color:rgb(var(--color-foreground));line-height:1.3;text-align:center;font-family:commuters-sans,sans-serif}.video-carousel-with-products-section .video-carousel-next,.video-carousel-with-products-section .video-carousel-prev{position:static;flex-shrink:0;width:27px;height:27px;color:rgb(var(--color-foreground));border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .3s ease,transform .3s ease;opacity:.8}.video-carousel-with-products-section .video-carousel-next:after,.video-carousel-with-products-section .video-carousel-prev:after{content:"";font-size:0}.video-carousel-with-products-section .video-carousel-next:hover,.video-carousel-with-products-section .video-carousel-prev:hover{opacity:1;transform:scale(1.1)}.video-carousel-with-products-section:not(.page-width) .video-carousel-prev{padding-left:1rem}.video-carousel-with-products-section:not(.page-width) .video-carousel-next{padding-right:1rem}.video-carousel-with-products-section .video-carousel-next.swiper-button-disabled,.video-carousel-with-products-section .video-carousel-prev.swiper-button-disabled{opacity:.3;cursor:not-allowed}.video-carousel-with-products-modal__products-templates{display:none!important}.video-carousel-with-products-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.video-carousel-with-products-modal[hidden]{display:none!important}.video-carousel-with-products-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;cursor:pointer}.video-carousel-with-products-modal__dialog{position:relative;width:100%;max-width:1100px;max-height:90vh;background:rgb(var(--color-background));box-shadow:0 4px 24px #00000026;display:flex;flex-direction:column;overflow:visible;height:fit-content}.video-carousel-with-products-modal__dialog .video-carousel-with-products-modal__body{overflow:hidden}.video-carousel-with-products-modal__close{position:absolute;top:-30px;right:22px;transform:translate(50%,-50%);z-index:2;width:44px;height:44px;padding:0;border:none;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:0;box-shadow:0 2px 8px #00000026}.video-carousel-with-products-modal__close:hover{opacity:.8}.video-carousel-with-products-modal__close:focus{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.video-carousel-with-products-modal__body{display:grid;grid-template-columns:1fr 280px;grid-template-rows:auto;gap:1.5rem;padding:1rem;min-height:0}.video-carousel-with-products-modal--no-products .video-carousel-with-products-modal__body{grid-template-columns:1fr}.video-carousel-with-products-modal--no-products .video-carousel-with-products-modal__products{display:none}.video-carousel-with-products-modal__video{position:relative;min-width:0;aspect-ratio:16/9;background:#000}.video-carousel-with-products-modal__video-inner{position:absolute;top:0;right:0;bottom:0;left:0}.video-carousel-with-products-modal__video-inner iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-carousel-with-products-modal__products{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;min-height:0;max-height:70vh;align-self:stretch}.video-carousel-with-products-modal__product-card{display:flex;flex-direction:row;align-items:stretch;gap:.75rem;padding:.5rem;margin:1rem 0;color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-foreground),.2);background:#fff;overflow:hidden}.video-carousel-with-products-modal__product-card:first-child{margin-top:0}.video-carousel-with-products-modal__product-card:last-child{margin-bottom:0}.video-carousel-with-products-modal__product-card-content{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;gap:.35rem;order:2}.video-carousel-with-products-modal__product-card-image-link{flex-shrink:0;order:1;text-decoration:none;display:block}.video-carousel-with-products-modal__product-card:hover .video-carousel-with-products-modal__product-card-image img{transform:scale(1.1)}.video-carousel-with-products-modal__product-card-image{display:block;width:100px;height:120px;overflow:hidden;background:rgb(var(--color-background))}.video-carousel-with-products-modal__product-card-image img,.video-carousel-with-products-modal__product-card-image .placeholder{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.video-carousel-with-products-modal__product-card-title{font-family:commuters-sans,sans-serif;font-size:1.3rem;font-weight:500;line-height:1.3;min-width:0;text-align:left;color:rgb(var(--color-heading));text-decoration:none;transition:opacity .2s ease}.video-carousel-with-products-modal__product-card-title:hover{opacity:.8}.video-carousel-with-products-modal__product-card-price{font-size:1rem}.video-carousel-with-products-modal__product-card-price .price-item{font-family:commuters-sans,sans-serif}.video-carousel-with-products-modal__product-card-price .price-range-separator{margin:0 .1em}.video-carousel-with-products-modal__product-card-actions{margin-top:.15rem}.video-carousel-with-products-modal__product-card-actions .button,.video-carousel-with-products-modal__product-card-actions add-to-cart{display:inline-block;width:100%;text-align:center;min-width:unset;min-height:unset;padding-top:.6rem}.video-carousel-with-products-section .video-carousel-thumbnail:focus{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}@media screen and (max-width:749px){.video-carousel-with-products-section .video-carousel-wrapper{gap:.5rem}.video-carousel-with-products-section .video-carousel-next,.video-carousel-with-products-section .video-carousel-prev{width:36px;height:36px}.video-carousel-with-products-section .video-title{font-size:2.2rem}.video-carousel-with-products-modal__body{grid-template-columns:1fr;grid-template-rows:auto auto;max-height:85vh}.video-carousel-with-products-modal__video{max-height:40vh;aspect-ratio:16/9}.video-carousel-with-products-modal__products{display:block;max-height:none;min-height:0;overflow:visible;padding-bottom:.25rem;width:100%;min-width:0}.video-carousel-with-products-modal__products>*{display:grid;grid-auto-flow:column;grid-auto-columns:200px;grid-template-rows:auto;align-items:stretch;gap:.75rem;overflow-x:auto;overflow-y:hidden;width:100%;max-width:100%;min-width:0;padding-inline:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scroll-snap-type:x mandatory}.video-carousel-with-products-modal__product-card{min-width:0;margin-top:0;margin-bottom:0;display:flex;flex-direction:row;min-height:0;gap:.5rem;padding:.4rem;scroll-snap-align:start;scroll-snap-stop:always}.video-carousel-with-products-modal__product-card-content{flex:1 1 auto;min-width:0;order:2;align-items:flex-start;text-align:left;justify-content:center;gap:.25rem}.video-carousel-with-products-modal__product-card-image-link{flex-shrink:0;order:1}.video-carousel-with-products-modal__product-card-title{flex:1 1 auto;min-height:0;text-align:left;font-size:1rem}.video-carousel-with-products-modal__product-card-price{text-align:left;font-size:.9rem}.video-carousel-with-products-modal__product-card-actions{margin-top:.15rem}.video-carousel-with-products-modal__product-card-actions .button,.video-carousel-with-products-modal__product-card-actions add-to-cart{width:100%;padding:.4rem .5rem;font-size:.85rem}.video-carousel-with-products-modal__product-card-image{width:70px;height:84px;flex-shrink:0}.video-carousel-with-products-modal__product-card:first-child{margin-top:0}.video-carousel-with-products-modal__product-card:last-child{margin-bottom:0}}@media screen and (max-width:550px){.video-carousel-with-products-section .video-carousel-wrapper{gap:.25rem}.video-carousel-with-products-section .video-carousel-next,.video-carousel-with-products-section .video-carousel-prev{width:32px;height:32px}.video-carousel-with-products-section .title-wrapper{margin-bottom:1.5rem}.video-carousel-with-products-section .video-title{font-size:2rem;margin:1.2rem .8rem}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/section-video-carousel-with-products.css.map */
