.happy-customers{width:100%;overflow-x:clip}.happy-customers__inner{width:100%}.happy-customers__header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.4rem;margin:0 auto var(--hc-header-gap, 3rem);text-align:center}.happy-customers__titles{min-width:0;max-width:70rem;text-align:left}.happy-customers__eyebrow{margin:0;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:400;font-size:var(--hc-eyebrow-size, 1.4rem);line-height:1.7;letter-spacing:.08em;text-transform:uppercase;color:var(--hc-eyebrow-color, #6e8e78)}.happy-customers__heading{margin:0;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:400;font-size:3.6rem;line-height:1.3;letter-spacing:-.01em;text-transform:capitalize;color:var(--hc-heading-color, #43423d)}.happy-customers__heading p{margin:0}.happy-customers__proof{display:flex;align-items:center;gap:1rem;min-width:0}.happy-customers__avatars{display:flex;align-items:center;flex-shrink:0}.happy-customers__avatar{width:var(--hc-avatar-size, 6rem);height:var(--hc-avatar-size, 6rem);border-radius:50%;overflow:hidden;background:#e8e0d6;flex-shrink:0}.happy-customers__avatar:not(:first-child){margin-left:calc(var(--hc-avatar-overlap, 2rem) * -1)}.happy-customers__avatar img,.happy-customers__avatar .placeholder-svg{display:block;width:100%;height:100%;object-fit:cover}.happy-customers__stats{display:flex;flex-direction:column;gap:.5rem;min-width:0}.happy-customers__rating-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.happy-customers__star{display:inline-flex;width:2rem;height:1.9rem;color:var(--hc-star-color, #171614)}.happy-customers__star svg{display:block;width:100%;height:100%}.happy-customers__score{margin:0;font-family:var(--font-body-family);font-weight:700;font-size:var(--hc-score-size, 2rem);line-height:1.2;color:var(--hc-text-color, #43423d)}.happy-customers__reviews,.happy-customers__caption{margin:0;font-family:var(--font-body-family);font-weight:400;font-size:var(--hc-caption-size, 1.6rem);line-height:1.5;color:var(--hc-text-color, #43423d)}.happy-customers__slider{position:relative;width:100%}.happy-customers__scroller{--hc-gutter: 1.5rem;--hc-inline-start: max(var(--hc-gutter), calc((100vw - var(--page-width)) / 2 + var(--hc-gutter)));display:flex;gap:var(--hc-card-gap, 2rem);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x;cursor:grab;padding-left:var(--hc-inline-start);padding-right:var(--hc-gutter);scroll-padding-inline:var(--hc-inline-start) var(--hc-gutter)}.happy-customers__scroller.is-dragging{cursor:grabbing;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.happy-customers__scroller::-webkit-scrollbar{display:none}.happy-customers__card{position:relative;flex:0 0 var(--hc-card-width, 28rem);width:var(--hc-card-width, 28rem);height:var(--hc-card-height, 42rem);overflow:hidden;border-radius:var(--hc-card-radius, 2rem);background:rgba(var(--color-foreground),.04);scroll-snap-align:start;text-decoration:none;color:inherit}.happy-customers__media,.happy-customers__media img,.happy-customers__media video,.happy-customers__media .placeholder-svg,.happy-customers__media happy-customers-video{display:block;width:100%;height:100%}.happy-customers__media img,.happy-customers__media video,.happy-customers__media .placeholder-svg{object-fit:cover;pointer-events:none}.happy-customers__media happy-customers-video{position:relative}.happy-customers__media happy-customers-video video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.happy-customers__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;padding:2rem;pointer-events:none;background:linear-gradient(180deg,#0000000d,#0000002e)}.happy-customers__overlay-text{margin:0;font-family:var(--font-body-family);font-size:1.6rem;line-height:1.4;text-align:center;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.35)}.happy-customers__control{position:absolute;left:50%;top:50%;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:var(--hc-control-size, 6.4rem);height:var(--hc-control-size, 6.4rem);padding:0;border:0;border-radius:50%;transform:translate(-50%,-50%);background:#ffffffe8;color:var(--hc-control-color, #6e8e78);box-shadow:0 8px 24px #0000001f;cursor:pointer;opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease}.happy-customers__control:hover{transform:translate(-50%,-50%) scale(1.06)}.happy-customers__control .icon{width:2.4rem;height:2.4rem;display:block}.happy-customers__control .icon-play{transform:translate(.2rem)}.happy-customers__control-pause,.happy-customers__card[data-playing=true] .happy-customers__control-play{display:none}.happy-customers__card[data-playing=true] .happy-customers__control-pause{display:block}@media screen and (min-width:769px){.happy-customers__card:hover .happy-customers__control,.happy-customers__card:focus-within .happy-customers__control{opacity:1;pointer-events:auto}}@media screen and (max-width:768px){.happy-customers__card[data-controls-visible=true] .happy-customers__control{opacity:1;pointer-events:auto}}@media screen and (min-width:750px){.happy-customers__header{flex-direction:row;align-items:center;justify-content:space-between;gap:clamp(4rem,12vw,26.2rem);text-align:left}.happy-customers__scroller{--hc-gutter: 3.5rem}.happy-customers__heading{font-size:4.8rem}}@media screen and (max-width:749px){.happy-customers__scroller{--hc-inline-start: var(--hc-gutter);padding-left:0;padding-right:0;scroll-padding-inline:var(--hc-inline-start) var(--hc-gutter)}.happy-customers__card:first-child{margin-left:var(--hc-inline-start)}.happy-customers__card:last-child{margin-right:var(--hc-gutter)}.happy-customers__card{flex-basis:min(var(--hc-card-width, 28rem),78vw);width:min(var(--hc-card-width, 28rem),78vw)}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/section-happy-customers.css.map */
