.customer-spotlight__header{text-align:center;margin-bottom:3rem}@media screen and (min-width:750px){.customer-spotlight__header{margin-bottom:4rem}}.customer-spotlight__heading{margin:0 0 1rem}.customer-spotlight__description{max-width:60rem;margin:0 auto;color:rgba(var(--color-foreground),.75)}.customer-spotlight__grid{margin-bottom:0}.customer-spotlight__card{background-color:rgb(var(--color-background));border-radius:var(--product-card-corner-radius);overflow:hidden;border:.1rem solid rgba(var(--color-foreground),.5);height:100%;display:flex;flex-direction:column}.customer-spotlight__media{border-radius:0;background-color:rgba(var(--color-foreground),.04)}.customer-spotlight__image{object-fit:cover}.customer-spotlight__content{padding:1.2rem 1.4rem 1.4rem;flex-grow:1;display:flex;flex-direction:column;gap:.6rem}.customer-spotlight__content>*+*{margin-top:.6rem}@supports (gap: 1rem){.customer-spotlight__content>*+*{margin-top:0}}@media screen and (min-width:750px){.customer-spotlight__content{padding:1.4rem 1.6rem 1.6rem}}.customer-spotlight__meta{display:flex;align-items:baseline;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.customer-spotlight__name{font-weight:var(--font-body-weight-bold);color:rgb(var(--color-foreground));font-size:1.5rem}.customer-spotlight__date{font-size:1.3rem;color:rgba(var(--color-foreground),.6)}.customer-spotlight__caption{margin:0;padding-top:.8rem;border-top:.1rem solid rgba(var(--color-foreground),.1);font-size:1.4rem;font-style:italic;line-height:1.5;color:rgba(var(--color-foreground),.8)}.customer-spotlight__caption--default{color:rgba(var(--color-foreground),.45)}.customer-spotlight__verified{display:inline-flex;align-items:center;gap:.4rem;background-color:#2563eb1a;color:#0c5caa;font-size:1.2rem;font-weight:500;padding:.6rem .8rem;border-radius:2rem;line-height:1;align-self:flex-start;max-width:100%}.customer-spotlight__verified svg{width:1.2rem;height:1.2rem;flex-shrink:0}.customer-spotlight__pagination{margin-top:3rem}.customer-spotlight__terms-link{text-align:center;margin-top:3rem;font-size:1.3rem}.customer-spotlight__terms-link a{color:rgba(var(--color-foreground),.5);text-decoration:underline;text-underline-offset:.3rem}.customer-spotlight__terms-link a:hover{color:rgba(var(--color-foreground),.75)}.customer-spotlight-carousel__header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.customer-spotlight-carousel__heading{margin:0}.customer-spotlight-carousel__view-all-link{white-space:nowrap}.customer-spotlight-carousel__slider-wrap{position:relative;display:block}.customer-spotlight-carousel__slide+.customer-spotlight-carousel__slide{margin-left:1.6rem}@supports (gap: 1rem){.customer-spotlight-carousel__slide+.customer-spotlight-carousel__slide{margin-left:0}}.customer-spotlight-carousel__slider{display:flex;gap:1.6rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;list-style:none;margin:0;padding:.2rem 0}.customer-spotlight-carousel__slider::-webkit-scrollbar{display:none}.customer-spotlight-carousel__slide{flex-shrink:0;scroll-snap-align:start;width:calc(72% - .8rem)}@media screen and (min-width:750px){.customer-spotlight-carousel__slide{width:calc(44% - .8rem)}}@media screen and (min-width:990px){.customer-spotlight-carousel__slide{width:calc(25% - 1.2rem)}}.customer-spotlight-carousel__controls{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-top:2rem}.customer-spotlight-carousel__counter{font-size:1.4rem;color:rgba(var(--color-foreground),.7);min-width:4.4rem;text-align:center}.customer-spotlight-carousel__btn{width:4.4rem;height:4.4rem;border-radius:50%;border:.1rem solid rgba(var(--color-foreground),.3);background:rgb(var(--color-background));color:rgba(var(--color-foreground),.75);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s,color .2s}.customer-spotlight-carousel__btn:not([disabled]):hover{border-color:rgb(var(--color-foreground));color:rgb(var(--color-foreground))}.customer-spotlight-carousel__btn[disabled]{opacity:.3;cursor:not-allowed}.customer-spotlight-carousel__btn .svg-wrapper{display:flex;width:1rem;height:1rem}.customer-spotlight-carousel__btn[name=previous] .svg-wrapper{transform:rotate(90deg)}.customer-spotlight-carousel__btn[name=next] .svg-wrapper{transform:rotate(-90deg)}@media screen and (min-width:990px){.customer-spotlight-carousel__controls{margin-top:0;height:0;overflow:visible}.customer-spotlight-carousel__counter{display:none}.customer-spotlight-carousel__btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:4rem;height:10rem;border-radius:0;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;box-shadow:0 .2rem .8rem #0000002e}.customer-spotlight-carousel__btn .svg-wrapper{width:2rem;height:2rem}.customer-spotlight-carousel__btn svg{stroke:currentColor;stroke-width:.6}.customer-spotlight-carousel__btn:not([disabled]):hover{box-shadow:0 .3rem 1.2rem #00000040;opacity:.9;color:rgb(var(--color-button-text))}.customer-spotlight-carousel__btn[disabled]{display:none}.customer-spotlight-carousel__btn[name=previous]{left:0;border-radius:0 .8rem .8rem 0}.customer-spotlight-carousel__btn[name=next]{right:0;border-radius:.8rem 0 0 .8rem}}.customer-spotlight-carousel__slide--view-more{position:relative}.customer-spotlight-carousel__view-more-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000073;border-radius:var(--product-card-corner-radius);text-decoration:none;transition:background-color .2s}.customer-spotlight-carousel__view-more-overlay:hover{background:#0000008c}.customer-spotlight-carousel__view-more-text{color:rgb(var(--color-button-text));font-size:1.6rem;font-weight:var(--font-body-weight-bold);text-align:center;padding:1.2rem 2.4rem;background:rgb(var(--color-button));border-radius:.8rem}.customer-spotlight__empty{text-align:center;padding:4rem 2rem;color:rgba(var(--color-foreground),.6);font-size:1.5rem}
/*# sourceMappingURL=/cdn/shop/t/70/assets/section-customer-spotlight.css.map */
