.brand-video-testimonials{display:block;position:relative;overflow:hidden;width:100%}.brand-video-testimonials__container{position:relative;z-index:2}.brand-video-testimonials__header{margin-bottom:32px;display:flex;flex-direction:column}.brand-video-testimonials__header--center{align-items:center;text-align:center}.brand-video-testimonials__header--left{align-items:flex-start;text-align:left}.brand-video-testimonials__subheading{font-family:var(--font-body--family);font-size:1.2rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:8px}.brand-video-testimonials__heading{margin:0}.brand-video-testimonials__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0;padding:0;list-style:none}.brand-video-testimonials__track::-webkit-scrollbar{display:none}@media screen and (max-width:767.98px){.brand-video-testimonials__track{padding:12px var(--page-padding, 1.6rem) 24px;margin-left:calc(var(--page-padding, 1.6rem) * -1);margin-right:calc(var(--page-padding, 1.6rem) * -1);scroll-padding-left:var(--page-padding, 1.6rem);gap:var(--column-gap-mobile, 16px)}.brand-video-testimonials__slide{flex:0 0 calc(100vw - var(--page-padding, 1.6rem) * 2 - var(--column-gap-mobile, 16px));width:calc(100vw - var(--page-padding, 1.6rem) * 2 - var(--column-gap-mobile, 16px));scroll-snap-align:start}}@media screen and (min-width:768px){.brand-video-testimonials__track--carousel{padding:16px 0 32px;gap:var(--column-gap-desktop, 24px);scroll-padding-left:0px}.brand-video-testimonials__track--carousel .brand-video-testimonials__slide{flex:0 0 calc((100% - (var(--columns-desktop, 3) - 1) * var(--column-gap-desktop, 24px)) / var(--columns-desktop, 3));scroll-snap-align:start}.brand-video-testimonials__track--grid{display:grid;grid-template-columns:repeat(var(--columns-desktop, 3),1fr);gap:var(--row-gap-desktop, 24px) var(--column-gap-desktop, 24px);overflow:visible;scroll-snap-type:none}.brand-video-testimonials__track--grid .brand-video-testimonials__slide{flex:0 0 auto;width:100%}}.brand-video-testimonial-card{position:relative;width:100%;aspect-ratio:var(--video-card-ratio, 3/4);border-radius:var(--card-border-radius, 16px);overflow:hidden;background-color:#000;box-shadow:0 4px 20px #00000014,0 1px 3px #00000005;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(var(--color-foreground),.06)}.brand-video-testimonial-card:hover{transform:translateY(-6px);box-shadow:0 20px 35px #00000026,0 4px 10px #0000000d}.brand-video-testimonial-card__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.brand-video-testimonial-card__media deferred-media,.brand-video-testimonial-card__media .video-placeholder-wrapper,.brand-video-testimonial-card__media img,.brand-video-testimonial-card__media video,.brand-video-testimonial-card__media iframe,.brand-video-testimonial-card__media svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}.brand-video-testimonial-card:hover .brand-video-testimonial-card__media video,.brand-video-testimonial-card:hover .brand-video-testimonial-card__media img{transform:scale(1.04)}.brand-video-testimonial-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(to bottom,#00000059,#0000 30% 60%,#000000bf);pointer-events:none}.brand-video-testimonial-card__mute-btn{position:absolute;top:16px;right:16px;z-index:5;width:36px;height:36px;border-radius:50%;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(-5px);transition:opacity .3s ease,transform .3s ease,background-color .2s ease}.brand-video-testimonial-card__mute-btn svg{width:16px;height:16px;fill:currentColor}.brand-video-testimonial-card:hover .brand-video-testimonial-card__mute-btn,.brand-video-testimonials__slide.is-active .brand-video-testimonial-card__mute-btn{opacity:1;transform:translateY(0)}.brand-video-testimonial-card__mute-btn:hover{background:#0009}.brand-video-testimonial-card__play-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);z-index:5;width:56px;height:56px;border-radius:50%;background:#ffffffe6;color:#121212;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 25px #0003;opacity:0;transition:opacity .3s ease,transform .3s cubic-bezier(.175,.885,.32,1.275);pointer-events:auto}.brand-video-testimonial-card:not(.is-paused) .brand-video-testimonial-card__play-indicator{pointer-events:none}.brand-video-testimonial-card__play-indicator svg{width:18px;height:18px;fill:currentColor}.brand-video-testimonial-card.is-paused:hover .brand-video-testimonial-card__play-indicator{opacity:1;transform:translate(-50%,-50%) scale(1)}.brand-video-testimonial-card.is-paused .brand-video-testimonial-card__play-indicator{opacity:1;transform:translate(-50%,-50%) scale(1);animation:playPulse 2s infinite}@keyframes playPulse{0%{box-shadow:0 0 #fff6}70%{box-shadow:0 0 0 10px #fff0}to{box-shadow:0 0 #fff0}}.brand-video-testimonial-card__content{position:relative;z-index:3;width:100%;padding:20px;color:#fff;pointer-events:none;box-sizing:border-box}.brand-video-testimonial-card__content-top{pointer-events:auto}.brand-video-testimonial-card__stars{display:flex;gap:4px;margin-bottom:10px}.brand-video-testimonial-card__stars svg{width:14px;height:14px;color:#ffb800;fill:currentColor;display:block}.brand-video-testimonial-card__stars .star--empty svg{opacity:.3}.brand-video-testimonial-card__text{font-family:var(--font-body--family);font-size:1.4rem;line-height:1.5;margin:0 0 16px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-shadow:0 1px 4px rgba(0,0,0,.4)}.brand-video-testimonial-card__author{display:flex;align-items:center;gap:12px;margin-bottom:var(--author-margin-bottom, 72px);transition:margin-bottom .3s ease;pointer-events:auto}.brand-video-testimonial-card__avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid #ffffff;box-shadow:0 4px 10px #00000040;flex-shrink:0}.brand-video-testimonial-card__avatar img{width:100%;height:100%;object-fit:cover}.brand-video-testimonial-card__author-info{min-width:0}.brand-video-testimonial-card__author-name{font-family:var(--font-heading--family);font-size:1.4rem;font-weight:600;margin:0;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 3px rgba(0,0,0,.5)}.brand-video-testimonial-card__author-bio{font-family:var(--font-body--family);font-size:1.1rem;margin:2px 0 0;opacity:.9;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 2px rgba(0,0,0,.5)}.brand-video-testimonials__product-bar{position:absolute;bottom:12px;left:12px;right:12px;z-index:4;padding:10px 12px;border-radius:14px;box-shadow:0 8px 24px #00000040;display:flex;align-items:center;justify-content:space-between;gap:10px;box-sizing:border-box;transition:transform .3s cubic-bezier(.16,1,.3,1),background-color .3s ease;pointer-events:auto}.brand-video-testimonials__product-bar--light{background:#ffffff26;backdrop-filter:blur(var(--bar-backdrop-blur, 12px)) saturate(160%);-webkit-backdrop-filter:blur(var(--bar-backdrop-blur, 12px)) saturate(160%);border:1px solid rgba(255,255,255,.22)}.brand-video-testimonials__product-bar--dark{background:#1212128c;backdrop-filter:blur(var(--bar-backdrop-blur, 12px)) saturate(160%);-webkit-backdrop-filter:blur(var(--bar-backdrop-blur, 12px)) saturate(160%);border:1px solid rgba(255,255,255,.08)}.brand-video-testimonial-card:hover .brand-video-testimonials__product-bar{transform:translateY(-2px)}.brand-video-testimonials__product-bar--light .brand-video-testimonials__product-link,.brand-video-testimonials__product-bar--dark .brand-video-testimonials__product-link{color:#fff}.brand-video-testimonials__product-link{display:flex;align-items:center;gap:10px;flex-grow:1;min-width:0;text-decoration:none}.brand-video-testimonials__product-img{width:42px;height:42px;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.2);flex-shrink:0;background-color:#fff}.brand-video-testimonials__product-img img{width:100%;height:100%;object-fit:cover}.brand-video-testimonials__product-info{flex-grow:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.brand-video-testimonials__product-title{font-family:var(--font-pcard-title--family);font-size:1.3rem;font-weight:600;line-height:1.3;margin:0 0 2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-video-testimonials__product-price{font-family:var(--font-pcard-price--family);font-size:1.2rem;line-height:1;opacity:.9}.brand-video-testimonials__product-price .price,.brand-video-testimonials__product-price .price__container,.brand-video-testimonials__product-price .price-item{color:inherit!important;margin:0;font-size:inherit;font-weight:inherit}.brand-video-testimonials__product-action{flex-shrink:0}.brand-video-testimonials__action-btn{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .25s ease,background-color .25s ease;border:none;cursor:pointer}.brand-video-testimonials__product-bar--light .brand-video-testimonials__action-btn,.brand-video-testimonials__product-bar--dark .brand-video-testimonials__action-btn{background-color:#fff;color:#121212}.brand-video-testimonials__action-btn svg{width:14px;height:14px;stroke-width:2.5px}.brand-video-testimonials__action-btn:hover{transform:scale(1.1)}.brand-video-testimonials__action-text{font-family:var(--font-button--family);font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:6px 14px;border-radius:20px;text-decoration:none;display:inline-block;transition:transform .25s ease,background-color .25s ease;border:none;cursor:pointer}.brand-video-testimonials__product-bar--light .brand-video-testimonials__action-text,.brand-video-testimonials__product-bar--dark .brand-video-testimonials__action-text{background-color:#fff;color:#121212}.brand-video-testimonials__action-text:hover{transform:scale(1.05)}.brand-video-testimonials__product-action .quick-add__product-form-component,.brand-video-testimonials__product-action form,.brand-video-testimonials__product-action quick-add-component{display:flex;align-items:center;justify-content:center;margin:0;width:auto}.brand-video-testimonials__product-action button.quick-add__button,.brand-video-testimonials__product-action button.quick-add__button--choose,.brand-video-testimonials__product-action button.quick-add__button--add{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;padding:0!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;background-color:#fff!important;color:#121212!important;border:none!important;box-shadow:0 2px 6px #0000001a}.brand-video-testimonials__product-action button.quick-add__button svg{width:14px!important;height:14px!important;color:#121212!important;fill:currentColor!important}.brand-video-testimonials__product-action button.quick-add__button:hover{transform:scale(1.1)}.brand-video-testimonial-card__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:#ffffff26;z-index:5}.brand-video-testimonial-card__progress-fill{height:100%;width:0%;background-color:var(--color-foreground, #ffffff);transition:width .1s linear}.brand-video-testimonial-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-foreground),.04)}.brand-video-testimonial-card__placeholder svg{width:64px;height:64px;opacity:.15}.brand-video-testimonials .deferred-media__poster-icon{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/165/assets/brand-video-testimonials.css.map */
