.home-testimonial{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 18%,var(--ht-glow-one),transparent 30%),radial-gradient(circle at 88% 16%,var(--ht-glow-two),transparent 30%),var(--ht-bg);padding:var(--ht-padding-y) 0}.home-testimonial__inner{width:min(100% - 32px,var(--ht-max-width));margin:0 auto}.home-testimonial__header{max-width:920px;margin:0 auto;text-align:center}.home-testimonial__eyebrow{display:inline-flex;align-items:center;justify-content:center;margin:0 0 14px;padding:8px 16px;border-radius:999px;background:var(--ht-eyebrow-bg);color:var(--ht-accent);font-size:var(--ht-eyebrow-size);line-height:1;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-testimonial__title{margin:0;color:var(--ht-heading);font-size:var(--ht-title-size);line-height:1.1;font-weight:800;letter-spacing:-.045em}.home-testimonial__title span{color:var(--ht-accent)}.home-testimonial__subtitle{max-width:820px;margin:14px auto 0;color:var(--ht-muted);font-size:var(--ht-subtitle-size);line-height:1.55}.home-testimonial__slider{position:relative;margin-top:var(--ht-card-top)}.home-testimonial__viewport{width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:4px 2px 18px;margin:-4px -2px -18px}.home-testimonial__viewport::-webkit-scrollbar{display:none}.home-testimonial__track{display:flex;gap:var(--ht-gap);align-items:stretch}.home-testimonial__card{position:relative;isolation:isolate;overflow:hidden;flex:0 0 calc((100% - (var(--ht-gap) * (var(--ht-per-row) - 1))) / var(--ht-per-row));min-height:var(--ht-card-min-height);display:flex;flex-direction:column;scroll-snap-align:start;background:var(--ht-card-bg);border:1px solid var(--ht-card-border);border-radius:var(--ht-radius);box-shadow:0 14px 34px rgba(18,31,51,var(--ht-card-shadow));padding:var(--ht-card-padding);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.home-testimonial__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(135deg,var(--ht-card-glow),transparent 48%),radial-gradient(circle at 92% 92%,var(--ht-card-soft),transparent 34%);opacity:0;transition:opacity .25s ease}.home-testimonial__card:after{content:"";position:absolute;width:120px;height:120px;right:-58px;bottom:-58px;z-index:-1;border-radius:999px;background:var(--ht-card-soft);opacity:.65;transition:opacity .25s ease,transform .25s ease}.home-testimonial__card:hover{transform:translateY(-6px);border-color:var(--ht-card-border-hover);box-shadow:0 24px 56px rgba(18,31,51,var(--ht-card-shadow-hover))}.home-testimonial__card:hover:before{opacity:1}.home-testimonial__card:hover:after{opacity:1;transform:scale(1.12)}.home-testimonial__top{display:flex;align-items:center;gap:16px}.home-testimonial__avatar{width:var(--ht-avatar-size);height:var(--ht-avatar-size);flex:0 0 var(--ht-avatar-size);border-radius:999px;overflow:hidden;background:var(--ht-avatar-bg);color:var(--ht-avatar-text);display:inline-flex;align-items:center;justify-content:center;font-size:15px;line-height:1;font-weight:800;text-transform:uppercase;box-shadow:0 12px 24px #df4f551a}.home-testimonial__avatar img{width:100%;height:100%;display:block;object-fit:cover}.home-testimonial__info{min-width:0}.home-testimonial__name{margin:0;color:var(--ht-heading);font-size:var(--ht-name-size);line-height:1.18;font-weight:800;letter-spacing:-.02em}.home-testimonial__meta{margin-top:4px;color:var(--ht-muted);font-size:13px;line-height:1.35}.home-testimonial__rating{display:flex;align-items:center;gap:3px;margin-top:8px}.home-testimonial__rating svg{width:var(--ht-star-size);height:var(--ht-star-size);display:block}.home-testimonial__quote{position:relative;margin-top:24px;margin-bottom:24px;color:var(--ht-text);font-size:var(--ht-text-size);line-height:1.62}.home-testimonial__quote:before{content:"\201c";position:absolute;top:-24px;left:-3px;color:var(--ht-accent);opacity:.18;font-size:68px;line-height:1;font-weight:800}.home-testimonial__quote p{position:relative;z-index:1;margin:0}.home-testimonial__link{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:fit-content;min-height:42px;margin-top:auto;padding:0 22px;border-radius:999px;background:var(--ht-link-bg);border:1px solid var(--ht-link-border);color:var(--ht-link);font-size:14px;line-height:1;font-weight:800;text-decoration:none;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}.home-testimonial__link svg{width:13px;height:13px;transition:transform .2s ease}.home-testimonial__link:hover{color:var(--ht-link-hover);background:var(--ht-link-bg-hover);border-color:var(--ht-link-border-hover);text-decoration:none;transform:translateY(-1px)}.home-testimonial__link:hover svg{transform:translate(3px)}.home-testimonial__nav{position:absolute;top:50%;z-index:4;width:44px;height:44px;border:1px solid var(--ht-nav-border);border-radius:999px;background:var(--ht-nav-bg);color:var(--ht-nav-color);display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transform:translateY(-50%);box-shadow:0 14px 30px #121f3324;transition:opacity .2s ease,transform .2s ease,background-color .2s ease,color .2s ease}.home-testimonial__nav:hover{background:var(--ht-nav-hover-bg);color:var(--ht-nav-hover-color);transform:translateY(-50%) scale(1.06)}.home-testimonial__nav svg{width:18px;height:18px}.home-testimonial__nav--prev{left:-58px}.home-testimonial__nav--next{right:-58px}.home-testimonial__dots{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:28px}.home-testimonial__dot{width:8px;height:8px;min-width:8px;padding:0;border:0;border-radius:999px;background:var(--ht-dot);cursor:pointer;opacity:.45;transition:width .2s ease,opacity .2s ease,background-color .2s ease,transform .2s ease}.home-testimonial__dot.is-active{width:24px;opacity:1;background:var(--ht-dot-active)}.home-testimonial__dot:active{transform:scale(.92)}.home-testimonial__dot:focus-visible,.home-testimonial__nav:focus-visible{outline:2px solid var(--ht-accent);outline-offset:3px}.home-testimonial[data-animation=true] .home-testimonial__header,.home-testimonial[data-animation=true] .home-testimonial__card,.home-testimonial[data-animation=true] .home-testimonial__dots{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.home-testimonial[data-animation=true].is-visible .home-testimonial__header,.home-testimonial[data-animation=true].is-visible .home-testimonial__card,.home-testimonial[data-animation=true].is-visible .home-testimonial__dots{opacity:1;transform:translateY(0)}.home-testimonial[data-animation=true].is-visible .home-testimonial__card:nth-child(1){transition-delay:.08s}.home-testimonial[data-animation=true].is-visible .home-testimonial__card:nth-child(2){transition-delay:.16s}.home-testimonial[data-animation=true].is-visible .home-testimonial__card:nth-child(3){transition-delay:.24s}.home-testimonial[data-animation=true].is-visible .home-testimonial__card:nth-child(4){transition-delay:.32s}.home-testimonial[data-animation=true].is-visible .home-testimonial__dots{transition-delay:.32s}@media screen and (max-width:1299px){.home-testimonial__nav--prev{left:-18px}.home-testimonial__nav--next{right:-18px}}@media screen and (max-width:989px){.home-testimonial__track{--ht-per-row: 2}}@media screen and (max-width:749px){.home-testimonial{padding:calc(var(--ht-padding-y) * .65) 0}.home-testimonial__inner{width:min(100% - 28px,var(--ht-max-width))}.home-testimonial__eyebrow{margin-bottom:12px;font-size:var(--ht-eyebrow-size-mobile)}.home-testimonial__track{--ht-per-row: 1;gap:var(--ht-mobile-gap)}.home-testimonial__slider{margin-top:var(--ht-mobile-card-top)}.home-testimonial__title{font-size:var(--ht-title-mobile);line-height:1.12}.home-testimonial__subtitle{max-width:340px;font-size:var(--ht-subtitle-mobile);line-height:1.5}.home-testimonial__card{min-height:var(--ht-card-min-height-mobile);border-radius:var(--ht-mobile-radius);padding:var(--ht-mobile-card-padding);box-shadow:0 12px 28px rgba(18,31,51,var(--ht-card-shadow))}.home-testimonial__top{align-items:flex-start;gap:14px}.home-testimonial__avatar{width:var(--ht-avatar-mobile);height:var(--ht-avatar-mobile);flex-basis:var(--ht-avatar-mobile)}.home-testimonial__name{font-size:var(--ht-name-mobile)}.home-testimonial__rating svg{width:var(--ht-star-mobile);height:var(--ht-star-mobile)}.home-testimonial__quote{margin-top:22px;margin-bottom:22px;font-size:var(--ht-text-mobile);line-height:1.58}.home-testimonial__quote:before{top:-22px;font-size:58px}.home-testimonial__link{width:100%;min-height:44px}.home-testimonial__nav{width:38px;height:38px}.home-testimonial__nav svg{width:15px;height:15px}.home-testimonial__nav--prev{left:-10px}.home-testimonial__nav--next{right:-10px}.home-testimonial__dots{margin-top:20px;gap:7px}.home-testimonial__dot{width:7px;height:7px;min-width:7px}.home-testimonial__dot.is-active{width:22px}}@media(prefers-reduced-motion:reduce){.home-testimonial[data-animation=true] .home-testimonial__header,.home-testimonial[data-animation=true] .home-testimonial__card,.home-testimonial[data-animation=true] .home-testimonial__dots,.home-testimonial__card,.home-testimonial__card:before,.home-testimonial__card:after,.home-testimonial__link,.home-testimonial__link svg,.home-testimonial__nav,.home-testimonial__dot{opacity:1;transform:none;transition:none;animation:none}.home-testimonial__viewport{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/lwes-testimonial.css.map */
