.customer-videos-section{width:100%}.customer-videos-header{margin-bottom:3rem;display:flex;flex-direction:column;align-items:flex-start}.customer-videos-header.text-center{align-items:center!important;text-align:center!important}.customer-videos-header.text-center .customer-videos-rating{justify-content:center!important}.customer-videos-header.text-right{align-items:flex-end!important;text-align:right!important}.customer-videos-header.text-right .customer-videos-rating{justify-content:flex-end!important}.customer-videos-header.text-left .customer-videos-rating{justify-content:flex-start!important}.customer-videos-rating{margin-bottom:1rem}.customer-videos-title{margin:0;color:rgb(var(--color-foreground));width:100%;text-align:inherit}.customer-videos-wrapper{display:flex;width:100%;margin:0;padding:0}.customer-videos-wrapper--grid{flex-wrap:wrap;justify-content:flex-start}.customer-videos-wrapper--rail{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.customer-videos-wrapper--rail::-webkit-scrollbar{display:none}.customer-videos-rail-frame{width:100%}.customer-videos-wrapper--snap-mandatory{scroll-snap-type:x mandatory}.customer-videos-wrapper--snap-mandatory .customer-video-item{scroll-snap-align:start}.customer-video-item{flex-shrink:0;width:var(--item-w-mobile, 80%)}@media screen and (min-width:750px){.customer-video-item{width:var(--item-w-desktop, 33%)}}.customer-video-card{display:flex;flex-direction:column;height:100%}.customer-video-player-wrapper{position:relative;width:100%;overflow:hidden;background-color:rgb(var(--color-background));background-image:var(--cv-poster-image, none);background-position:center;background-size:cover}.customer-video-player-wrapper--1-1{aspect-ratio:1 / 1}.customer-video-player-wrapper--3-4{aspect-ratio:3 / 4}.customer-video-player-wrapper--4-5{aspect-ratio:4 / 5}.customer-video-player-wrapper--9-16{aspect-ratio:9 / 16}.customer-video-player-wrapper--16-9{aspect-ratio:16 / 9}.customer-video-player-wrapper--auto{aspect-ratio:auto}.customer-video-player{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;background-color:rgb(var(--color-background));background-image:var(--cv-poster-image, none);background-position:center;background-size:cover}.customer-video-overlay-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:64px;height:64px;padding:0;border:none;border-radius:50%;background-color:#fff6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#fff;cursor:pointer;transition:background-color .2s ease,opacity .25s ease;-webkit-tap-highlight-color:transparent}.customer-video-overlay-btn:hover{background-color:#ffffff8c}.customer-video-card.is-playing .customer-video-overlay-btn{opacity:0;pointer-events:none}.customer-video-card.is-playing .customer-video-player-wrapper:hover .customer-video-overlay-btn,.customer-video-card.is-playing .customer-video-overlay-btn:focus-visible{opacity:1;pointer-events:auto}.customer-video-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px}.customer-video-icon svg{width:100%;height:100%;display:block}.customer-video-icon--play{margin-left:3px}.customer-video-icon--pause{display:none}.customer-video-caption{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;margin:0;padding:1.2rem 1.4rem;background-color:#fff;border-radius:12px;font-size:1.4rem;line-height:1.4;color:rgb(var(--color-foreground));text-align:left;box-shadow:0 2px 12px #00000014;transition:opacity .2s ease,transform .2s ease}.customer-video-card.is-playing .customer-video-caption{opacity:0;transform:translateY(8px);pointer-events:none}@media screen and (min-width:750px){.customer-videos-header{margin-bottom:4rem}.customer-video-overlay-btn{width:72px;height:72px}.customer-video-icon{width:32px;height:32px}.customer-video-icon--play{margin-left:4px}.customer-video-caption{left:16px;right:16px;bottom:16px;padding:1.4rem 1.6rem;font-size:1.5rem;border-radius:14px}}@media screen and (max-width:749px){.customer-videos-container{overflow:visible}.customer-videos-rail-frame{position:relative;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.customer-videos-rail-frame .customer-videos-wrapper--rail{width:100%;max-width:100%;box-sizing:border-box;padding:0 1.5rem 1.4rem;scroll-padding-left:1.5rem}}@media(prefers-reduced-motion:reduce){.customer-video-overlay-btn,.customer-video-player-wrapper{transition:none}}.customer-videos-nav{display:none;gap:1.2rem;margin-top:2.4rem}.customer-videos-nav__btn{display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;padding:0;border:.1rem solid rgba(var(--color-foreground),.3);border-radius:50%;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:background-color .15s ease,border-color .15s ease,opacity .15s ease}.customer-videos-nav__btn:hover{background-color:rgba(var(--color-foreground),.06);border-color:rgba(var(--color-foreground),.5)}.customer-videos-nav__btn[disabled]{opacity:.35;cursor:default}.customer-videos-nav__btn svg{width:1.8rem;height:1.8rem;display:block}.customer-videos-header .rich-text__trustpilot{display:inline-flex;align-items:center;gap:var(--tp-gap, 6px);font-size:var(--tp-font-size, 14px);color:var(--tp-text-color, #191919);line-height:1;flex-wrap:wrap;justify-content:flex-start}.customer-videos-header .rich-text__trustpilot-label{font-weight:700}.customer-videos-header .rich-text__trustpilot-stars,.customer-videos-header .rich-text__trustpilot-logo{display:block;flex-shrink:0}.customer-videos-header .rich-text__trustpilot-logo{margin-left:-6px}.customer-videos-header.text-center .rich-text__trustpilot{justify-content:center}.customer-videos-header.text-right .rich-text__trustpilot{justify-content:flex-end}@media screen and (min-width:750px){.customer-videos-container--split.page-width{max-width:none;margin-right:0;margin-left:max(5rem,calc((100vw - var(--page-width)) / 2 + 5rem));padding-left:0;padding-right:0;display:grid;grid-template-columns:var(--cv-text-col-w, 30%) 1fr;column-gap:var(--cv-split-gap, 40px);align-items:center}.customer-videos-container--split .customer-videos-header{grid-column:1;margin-bottom:0;padding-right:0;align-items:flex-start;text-align:left}.customer-videos-container--split .customer-videos-header.text-center,.customer-videos-container--split .customer-videos-header.text-right{align-items:flex-start!important;text-align:left!important}.customer-videos-container--split .customer-videos-title{text-align:left}.customer-videos-container--split .customer-videos-header .rich-text__trustpilot{justify-content:flex-start!important}.customer-videos-container--split .customer-videos-wrapper{grid-column:2;min-width:0}.customer-videos-container--split .customer-videos-nav{display:inline-flex}}.cv-tracker{display:none}@media screen and (max-width:749px){.cv-tracker{display:flex;align-items:center;justify-content:center;margin-top:16px}.cv-tracker--dots{gap:8px}.cv-dot{width:7px;height:7px;padding:0;border:0;background:rgba(var(--color-foreground),.2);border-radius:999px;cursor:pointer;transition:background-color .2s ease,transform .2s ease,width .2s ease;flex-shrink:0;position:relative}.cv-dot:before{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;transform:translate(-50%,-50%)}.cv-dot.is-active{background:rgba(var(--color-foreground),1);width:22px;border-radius:999px}.cv-tracker--dots_passive .cv-dot{cursor:default}.cv-tracker--dots_clickable .cv-dot:hover:not(.is-active){background:rgba(var(--color-foreground),.4)}.cv-tracker--progress{padding:0 15px}.cv-progress-track{position:relative;width:100%;max-width:120px;height:3px;background:rgba(var(--color-foreground),.12);border-radius:999px;overflow:hidden}.cv-progress-fill{position:absolute;inset:0 auto 0 0;width:0;background:rgba(var(--color-foreground),1);border-radius:999px;transition:width .15s linear}.cv-tracker--nav{gap:10px}.cv-nav-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid rgba(var(--color-foreground),.3);border-radius:50%;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:background-color .15s ease,border-color .15s ease,opacity .15s ease}.cv-nav-btn:hover:not([disabled]){background-color:rgba(var(--color-foreground),.06);border-color:rgba(var(--color-foreground),.5)}.cv-nav-btn[disabled]{opacity:.35;cursor:default}.cv-nav-btn svg{width:14px;height:14px;display:block}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/section-customer-videos.css.map */
