.tvs{position:relative;overflow:hidden;box-sizing:border-box}.tvs *,.tvs *:before,.tvs *:after{box-sizing:border-box}.tvs__inner{position:relative;z-index:1;width:100%;max-width:var(--tvs-max-width, 1100px);margin:0 auto;padding:var(--tvs-pad-y-mobile, 56px) var(--tvs-pad-x-mobile, 20px)}@media screen and (min-width:768px){.tvs__inner{padding:var(--tvs-pad-y-desktop, 88px) var(--tvs-pad-x-desktop, 28px)}}.tvs__header{text-align:center;margin-bottom:clamp(28px,4vw,40px);max-width:60rem;margin-left:auto;margin-right:auto}.tvs__heading{margin:0 0 12px;font-family:var(--font-heading-family, inherit);font-weight:var(--font-heading-weight, 600);font-size:var(--tvs-heading-size-mobile, 26px);line-height:1.15;text-transform:uppercase;letter-spacing:-.02em;color:var(--tvs-heading-color, #111)}@media screen and (min-width:768px){.tvs__heading{font-size:var(--tvs-heading-size-desktop, 40px)}}.tvs__subtitle{margin:0;font-family:var(--font-body-family, inherit);font-size:var(--tvs-subtitle-size-mobile, 15px);line-height:1.55;color:var(--tvs-subtitle-color, #555)}@media screen and (min-width:768px){.tvs__subtitle{font-size:var(--tvs-subtitle-size-desktop, 17px)}}.tvs__accent{display:inline;color:var(--tvs-accent-color, #965c33)}.tvs__slider-ui{width:100%;margin-top:0}.tvs__carousel{position:relative;width:100%;padding-inline:0;box-sizing:border-box}.tvs__viewport{position:relative;width:100%;overflow:hidden;margin-inline:auto}.tvs__track{display:flex;flex-direction:row;flex-wrap:nowrap;will-change:transform;transition:transform .45s cubic-bezier(.25,.46,.45,.94)}.tvs__card{flex-shrink:0;width:100%;display:flex;flex-direction:column;align-items:center;background:var(--tvs-card-bg, rgba(255, 255, 255, .04));border:1px solid var(--tvs-card-border, rgba(128, 128, 128, .2));border-radius:var(--tvs-card-radius, 12px);overflow:hidden;box-shadow:var(--tvs-card-shadow, 0 8px 32px rgba(0, 0, 0, .08))}.tvs__media{position:relative;width:min(100%,var(--tvs-reel-max-width, 320px));aspect-ratio:var(--tvs-video-ratio, 9 / 16);max-height:min(var(--tvs-reel-max-height, 560px),72vh);background:#1a1a1a;overflow:hidden;contain:layout style;border-radius:calc(var(--tvs-card-radius, 12px) - 1px) calc(var(--tvs-card-radius, 12px) - 1px) 0 0}@media screen and (min-width:768px){.tvs__media{width:100%;max-width:none;aspect-ratio:var(--tvs-video-ratio, 9 / 16);max-height:min(var(--tvs-reel-max-height, 560px),58vh)}}.tvs__media .tvs__video,.tvs__media .tvs__poster-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;object-position:center center;z-index:1;display:block;background:#000}.tvs__media .tvs__video:not([controls]){pointer-events:none}.tvs__media .tvs__video[controls]{pointer-events:auto;z-index:2}.tvs__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000059;border:none;cursor:pointer;transition:background .2s ease,opacity .2s ease;z-index:4}.tvs__play:hover{background:#00000059}.tvs__play[hidden]{display:none!important}.tvs__play-icon{width:56px;height:56px;border-radius:50%;background:#fffffff2;color:#111;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000040}.tvs__play-icon svg{width:26px;height:26px;margin-left:3px}.tvs__body{padding:16px 18px 18px;width:100%;max-width:var(--tvs-reel-max-width, 320px)}@media screen and (min-width:768px){.tvs__body{max-width:none;padding:12px 12px 14px}}.tvs__quote{margin:0 0 10px;font-family:var(--font-body-family, inherit);font-size:var(--tvs-quote-size-mobile, 14px);line-height:1.5;color:var(--tvs-quote-color, #333)}@media screen and (min-width:768px){.tvs__quote{font-size:var(--tvs-quote-size-desktop, 15px)}}.tvs__meta{display:flex;flex-direction:column;gap:2px}.tvs__author{margin:0;font-family:var(--font-heading-family, inherit);font-weight:600;font-size:var(--tvs-author-size-mobile, 14px);color:var(--tvs-author-color, #111)}@media screen and (min-width:768px){.tvs__author{font-size:var(--tvs-author-size-desktop, 15px)}}.tvs__role{margin:0;font-size:var(--tvs-role-size-mobile, 12px);color:var(--tvs-role-color, #666)}@media screen and (min-width:768px){.tvs__role{font-size:var(--tvs-role-size-desktop, 13px)}}.tvs__nav-btn{width:44px;height:44px;border-radius:999px;border:1px solid var(--tvs-nav-border, rgba(0, 0, 0, .12));background:var(--tvs-nav-bg, rgba(255, 255, 255, .95));color:#111;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease,box-shadow .15s ease,opacity .2s ease;box-shadow:0 2px 12px #00000014}.tvs__nav-btn--side{position:absolute;top:50%;transform:translateY(-50%);z-index:6}.tvs__nav-btn--prev{left:clamp(4px,1vw,10px)}.tvs__nav-btn--next{right:clamp(4px,1vw,10px)}@media screen and (min-width:768px){.tvs__nav-btn{width:48px;height:48px}}.tvs__nav-btn:hover:not(:disabled){transform:translateY(-50%) scale(1.05);box-shadow:0 4px 18px #0000001f}.tvs__nav-btn:disabled{opacity:.35;cursor:not-allowed;transform:translateY(-50%)}.tvs__nav-btn svg{width:20px;height:20px}.tvs__dots-row{display:flex;justify-content:center;margin-top:18px;min-height:0}@media screen and (min-width:768px){.tvs__dots-row{display:none}}.tvs__dots{display:flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap}.tvs__dot{width:8px;height:8px;border-radius:999px;border:none;padding:0;background:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease}.tvs__dot[aria-current=true]{background:var(--tvs-dot-active, var(--tvs-accent-color, #965c33));transform:scale(1.15)}
/*# sourceMappingURL=/cdn/shop/t/15/assets/testimonials-video-slider.css.map */
