.section-customer-stories-host{margin:0}customer-stories-component.customer-stories{--cs-bg: #ffffff;--cs-heading: #000000;--cs-text: #000000;--cs-muted: color-mix(in srgb, var(--cs-text) 60%, transparent);background:var(--cs-bg);color:var(--cs-text);overflow:hidden}.customer-stories__inner{display:flex;flex-direction:column;gap:48px}.customer-stories__header{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 20px}.customer-stories__heading{margin:0 0 24px;color:var(--cs-heading)}.customer-stories__description{margin:0 0 32px;max-width:538px;color:var(--cs-text);line-height:1.2;letter-spacing:.28px}.customer-stories[data-category-tabs=false] .customer-stories__description,.customer-stories[data-category-tabs=false] .customer-stories__heading:last-child{margin-bottom:0}.customer-stories__tabs{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:8px;max-width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.customer-stories__tabs::-webkit-scrollbar{display:none}.customer-stories__tab{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 24px;border:1px solid rgba(0,0,0,.1);border-radius:12px;background:transparent;color:var(--cs-text);cursor:pointer;white-space:nowrap;box-sizing:border-box;letter-spacing:.28px;line-height:1.2}.customer-stories__tab.is-active{background:#000;border-color:#000;color:#fff}.customer-stories__panels,.customer-stories__panel{min-width:0}.customer-stories__panel[hidden]{display:none}.customer-stories__viewport{position:relative;width:100%;overflow:hidden}.customer-stories__track{display:flex;align-items:flex-start}.customer-stories__card{flex:0 0 auto;width:343px;height:auto;overflow:hidden;cursor:pointer;text-align:left;border-radius:24px;border:1px solid rgba(0,0,0,.05);background:#fff}.customer-stories__card--featured{cursor:default}.customer-stories__cta{display:flex;justify-content:center;padding:0 20px}.customer-stories__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid #000;border-radius:12px;background:transparent;color:#000;line-height:1.2;letter-spacing:.28px;text-decoration:none;transition:background-color .2s ease,color .2s ease}.customer-stories__button:hover{background:#000;color:#fff}.customer-stories__media{position:relative;width:100%;overflow:hidden;border-radius:24px 24px 0 0;background:#d9d9d9}.customer-stories__image,.customer-stories__poster,.customer-stories__video,.customer-stories__media video{display:block;width:100%;height:100%;object-fit:cover}.customer-stories__video,.customer-stories__media video{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease}.customer-stories__card:hover .customer-stories__video,.customer-stories__card:hover .customer-stories__media video{opacity:1}.customer-stories__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;pointer-events:none;transition:opacity .3s ease}.customer-stories__card[data-media-type=video]:hover .customer-stories__play{opacity:1}.customer-stories__play .svg-wrapper,.customer-stories__play svg{width:16px;height:16px;display:block}.customer-stories__body{padding:24px}.customer-stories__card[data-media-type=none]{display:flex;flex-direction:column}.customer-stories__quote{margin:0 0 16px;color:var(--cs-text);letter-spacing:.32px;line-height:1.2}.customer-stories__excerpt{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 16px;color:var(--cs-muted);letter-spacing:.28px;line-height:1.2}.customer-stories__tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 24px}.customer-stories__tag{display:inline-flex;align-items:center;height:28px;padding:0 10px;border-radius:8px;background:#f4f4f4;color:#000;letter-spacing:.28px;line-height:1.2}.customer-stories__author{display:flex;align-items:center;gap:12px}.customer-stories__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.customer-stories__avatar--empty{display:block;background:#d9d9d9}.customer-stories__byline{margin:0;letter-spacing:.32px;line-height:1.2}.customer-stories__name{color:var(--cs-text)}.customer-stories__sep,.customer-stories__role{color:var(--cs-muted)}.customer-stories-modal{box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:0;padding:20px;overflow:auto;background:#0009;opacity:0;visibility:hidden}.customer-stories-modal[open]{opacity:1;visibility:visible;z-index:101}.customer-stories-modal.modal-closing{opacity:0;visibility:hidden}.customer-stories-modal__dialog{position:relative;display:flex;flex-direction:column;width:100%;max-width:948px;max-height:calc(100vh - 40px);margin:auto;border-radius:16px;background:#fff;overflow:auto;box-sizing:border-box}.customer-stories-modal__media{width:100%;max-height:479px;background:#d9d9d9;flex-shrink:0;overflow:hidden}.customer-stories-modal__media img{display:block;width:100%;height:100%;object-fit:cover}.customer-stories-modal__media:empty{display:none}.customer-stories-modal__panel{position:relative;display:flex;flex-direction:column;min-width:0;padding:56px 20px 32px}.customer-stories-modal__close{position:absolute;top:16px;right:16px;z-index:3;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:99px;background:#0000000d;cursor:pointer;color:#000}.customer-stories-modal__close .icon,.customer-stories-modal__close svg{width:16px;height:16px;display:block}.customer-stories-modal__title{margin:0 0 16px;color:#000;font-family:var(--font-heading-family);font-size:28px;font-weight:300;font-style:normal;line-height:1;letter-spacing:-.84px}.customer-stories-modal__copy{color:#0009;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:.28px}.customer-stories-modal__copy>*:first-child{margin-top:0}.customer-stories-modal__copy>*:last-child{margin-bottom:0}.customer-stories-modal__copy p{margin:0 0 1em}@media screen and (max-width:749px){.customer-stories__inner{gap:32px}.customer-stories__panels .customer-stories__panel{padding:0}.customer-stories__button{width:100%}.customer-stories__card{width:280px}.customer-stories__card:hover .customer-stories__video,.customer-stories__card:hover .customer-stories__media video{opacity:0}.customer-stories__play{opacity:1}.customer-stories__header{text-align:left}}@media screen and (min-width:750px){.customer-stories__header{padding:0 40px}.customer-stories__tabs{justify-content:center;overflow:visible}.customer-stories__panel--featured .customer-stories__viewport{overflow:visible}.customer-stories__panel--featured .customer-stories__track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:100%;max-width:100%;margin:0 auto;transform:none!important}.customer-stories__panel--featured .customer-stories__card{width:100%;margin-right:0!important}.customer-stories-modal{padding:40px}.customer-stories-modal__dialog{flex-direction:row;height:600px;max-height:min(600px,calc(100vh - 80px))}.customer-stories-modal__media{width:368px;min-height:0;max-height:none;height:100%;border-radius:16px 0 0 16px}.customer-stories-modal__panel{flex:1;padding:104px 64px 48px}.customer-stories-modal__close{top:32px;right:32px}.customer-stories-modal__title{font-size:40px;letter-spacing:-1.2px;margin-bottom:32px}}
/*# sourceMappingURL=/cdn/shop/t/226/assets/section-customer-stories.css.map */
