.luciebees-testimonials{overflow:hidden;padding-top:var(--lb-testimonials-padding-top);padding-bottom:var(--lb-testimonials-padding-bottom);color:rgb(var(--color-foreground))}.luciebees-testimonials__header{width:100%;max-width:64rem;margin:0 auto 4rem;text-align:center}.luciebees-testimonials__eyebrow{margin:0 0 .6rem;color:var(--lb-testimonials-accent);font-family:var(--font-body-family);font-weight:500;font-size:14px;leading-trim:NONE;line-height:20px;letter-spacing:0%;text-align:center;text-transform:uppercase}.luciebees-testimonials__heading{margin:0;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:4.8rem;font-style:var(--font-heading-style);font-weight:400;line-height:6rem;letter-spacing:-.096rem}.luciebees-testimonials__slider{display:block;--lb-visible-columns: var(--lb-testimonials-columns-mobile);--lb-visible-rows: 1}.luciebees-testimonials__track{display:grid;gap:var(--lb-testimonials-row-gap) var(--lb-testimonials-card-gap);margin:0;padding:0;list-style:none}.luciebees-testimonials__slider:not(.is-slider) .luciebees-testimonials__track{grid-template-columns:repeat(var(--lb-visible-columns),minmax(0,1fr))}.luciebees-testimonials__slider.is-slider .luciebees-testimonials__track{grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--lb-visible-columns) - 1) * var(--lb-testimonials-card-gap)) / var(--lb-visible-columns));grid-template-rows:repeat(var(--lb-visible-rows),minmax(var(--lb-testimonials-card-min-height),auto));overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.luciebees-testimonials__slider.is-slider .luciebees-testimonials__track::-webkit-scrollbar{display:none}.luciebees-testimonials__card{display:flex;flex-direction:column;min-width:0;min-height:var(--lb-testimonials-card-min-height);padding:2rem;border:.3px solid var(--lb-testimonials-card-border);border-radius:.2rem;background:var(--lb-testimonials-card-background);color:rgb(var(--color-foreground));scroll-snap-align:start;scroll-snap-stop:normal}.luciebees-testimonials__review{color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.4rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:0}.luciebees-testimonials__review>*{margin:0}.luciebees-testimonials__rating{display:flex;align-items:center;gap:.4rem;margin-top:1.6rem;color:var(--lb-testimonials-accent)}.luciebees-testimonials__star{display:block;width:1.6rem;height:1.6rem;color:var(--lb-testimonials-accent);opacity:.22;line-height:0}.luciebees-testimonials__star.is-filled{opacity:1}.luciebees-testimonials__star svg{display:block;width:100%;height:100%}.luciebees-testimonials__card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:1.6rem;margin-top:auto;padding-top:1.6rem}.luciebees-testimonials__author{display:flex;align-items:center;min-width:0;gap:1rem}.luciebees-testimonials__avatar{display:flex;flex:0 0 4.8rem;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;overflow:hidden;border-radius:50%;background:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.4rem;font-weight:500;line-height:1}.luciebees-testimonials__avatar img{display:block;width:100%;height:100%;object-fit:cover}.luciebees-testimonials__author-copy{min-width:0}.luciebees-testimonials__author-name,.luciebees-testimonials__location{margin:0;font-family:var(--font-body-family);letter-spacing:0}.luciebees-testimonials__author-name{color:rgb(var(--color-foreground));font-size:1.2rem;font-weight:500;line-height:1.8rem}.luciebees-testimonials__location{overflow:hidden;color:rgba(var(--color-foreground),.72);font-size:1.1rem;font-weight:400;line-height:1.6rem;text-overflow:ellipsis;white-space:nowrap}.luciebees-testimonials__meta{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-end;gap:.3rem;text-align:right}.luciebees-testimonials__verified{display:inline-flex;align-items:center;gap:.35rem;color:var(--lb-testimonials-accent);font-family:var(--font-body-family);font-size:1rem;font-weight:500;line-height:1.4rem}.luciebees-testimonials__verified svg{display:block;width:1.1rem;height:1.1rem}.luciebees-testimonials__date{color:rgba(var(--color-foreground),.68);font-family:var(--font-body-family);font-size:.9rem;font-style:normal;font-weight:400;line-height:1.3rem}.luciebees-testimonials__navigation{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-top:2.4rem}.luciebees-testimonials__navigation[hidden]{display:none}.luciebees-testimonials__dots{display:flex;align-items:center;justify-content:center}.luciebees-testimonials__dot{position:relative;width:2.4rem;height:2.4rem;margin:0;padding:0;border:0;background:transparent;cursor:pointer}.luciebees-testimonials__dot:before{content:"";position:absolute;top:50%;left:50%;width:.8rem;height:.8rem;border:.1rem solid var(--lb-testimonials-accent);border-radius:50%;background:transparent;transform:translate(-50%,-50%);transition:background-color .18s ease,transform .18s ease}.luciebees-testimonials__dot[aria-current=true]:before{background:var(--lb-testimonials-accent);transform:translate(-50%,-50%) scale(1.15)}.luciebees-testimonials__dot:focus-visible,.luciebees-testimonials__arrow:focus-visible,.luciebees-testimonials__read-all:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}.luciebees-testimonials__arrow{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin:0;padding:0;border:.1rem solid rgba(var(--color-foreground),.35);border-radius:50%;background:transparent;color:rgb(var(--color-foreground));cursor:pointer}.luciebees-testimonials__arrow[disabled]{cursor:default;opacity:.35}.luciebees-testimonials__arrow .svg-wrapper{width:1.4rem;height:1.4rem}.luciebees-testimonials__arrow svg{display:block;width:100%;height:100%}.luciebees-testimonials__arrow--previous svg{transform:rotate(90deg)}.luciebees-testimonials__arrow--next svg{transform:rotate(-90deg)}.luciebees-testimonials__footer{display:flex;justify-content:flex-end;margin-top:1.8rem}.luciebees-testimonials__read-all{color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.1rem;font-weight:500;line-height:1.6rem;letter-spacing:0;text-decoration:underline;text-underline-offset:.3rem;text-transform:uppercase;transition:opacity .18s ease}.luciebees-testimonials__read-all.is-disabled{cursor:default;opacity:.5;pointer-events:none}@media(hover:hover){.luciebees-testimonials__read-all[href]:hover{opacity:.7}.luciebees-testimonials__arrow:not([disabled]):hover{background:rgba(var(--color-foreground),.06)}}@media screen and (min-width:750px){.luciebees-testimonials__slider{--lb-visible-columns: var(--lb-testimonials-columns-tablet);--lb-visible-rows: var(--lb-testimonials-rows-tablet)}}@media screen and (min-width:990px){.luciebees-testimonials__slider{--lb-visible-columns: var(--lb-testimonials-columns-desktop);--lb-visible-rows: var(--lb-testimonials-rows-desktop)}}@media screen and (max-width:989px){.luciebees-testimonials__heading{font-size:4rem;line-height:5rem;letter-spacing:-.08rem}}@media screen and (max-width:749px){.luciebees-testimonials{padding-top:var(--lb-testimonials-padding-top-mobile);padding-bottom:var(--lb-testimonials-padding-bottom-mobile)}.luciebees-testimonials__header{margin-bottom:2.4rem}.luciebees-testimonials__heading{font-size:3.6rem;line-height:4.4rem;letter-spacing:-.072rem}.luciebees-testimonials__card{min-height:min(var(--lb-testimonials-card-min-height),28rem);padding:1.8rem}.luciebees-testimonials__card-footer{gap:1rem}.luciebees-testimonials__avatar{flex-basis:4.4rem;width:4.4rem;height:4.4rem}.luciebees-testimonials__footer{margin-top:1.4rem}}@media screen and (max-width:430px){.luciebees-testimonials__card-footer{align-items:flex-start}.luciebees-testimonials__location{max-width:13rem}}@media(prefers-reduced-motion:reduce){.luciebees-testimonials__track{scroll-behavior:auto}.luciebees-testimonials__dot:before,.luciebees-testimonials__read-all{transition:none}}.luciebees-testimonials__rating{display:inline-flex;align-items:center;gap:5px;line-height:0}.luciebees-testimonials__star{display:block;width:15px;height:15px;flex:0 0 15px;color:#31463c2e}.luciebees-testimonials__star.is-filled{color:#31463c}.luciebees-testimonials__star svg{display:block;width:15px;height:15px}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-luciebees-testimonials.css.map */
