.beanited-rating{display:flex;align-items:center;gap:.45rem;margin-top:.5rem;color:rgba(var(--color-foreground),.72);font-size:1.2rem}.beanited-rating>span:first-child{color:#c47b23;letter-spacing:.06em}.beanited-review-section{box-sizing:border-box;width:100%;max-width:var(--br-max-width,1200px);margin:0 auto;padding:var(--br-pad-top,48px) var(--br-pad-x,20px) var(--br-pad-bottom,48px);background:var(--br-bg,#fff);color:var(--br-text,#2f2f2f);font-family:var(--br-review-font,inherit);font-size:var(--br-text-size,16px);line-height:var(--br-line-height,1.5);text-align:var(--br-align,left)}.beanited-review-section__header{margin-bottom:var(--br-heading-gap,20px);text-align:var(--br-align,left)}.beanited-review-section h2{margin:0;color:var(--br-heading,#1f1f1f);font-family:var(--br-heading-font,inherit);font-size:var(--br-heading-size,36px);line-height:1.12}.beanited-review-section__header>div{margin-top:.7rem}.beanited-review-grid{display:grid;grid-template-columns:repeat(var(--br-cols,2),minmax(0,1fr));column-gap:var(--br-gap-x,14px);row-gap:var(--br-gap-y,14px)}.beanited-review-card{box-sizing:border-box;min-width:0;min-height:var(--br-card-min,0);padding:var(--br-card-padding,24px);border:var(--br-border-width,1px) solid var(--br-border,#dedede);border-radius:var(--br-radius,16px);background:var(--br-card-bg,#fff);box-shadow:var(--br-shadow,none);color:var(--br-text,#2f2f2f)}.beanited-review-card[data-beanited-product-url]{cursor:pointer}.beanited-review-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.beanited-review-card__name{color:var(--br-reviewer,#1f1f1f);font-size:var(--br-name-size,16px)}.beanited-review-card__date{color:color-mix(in srgb,var(--br-text,#2f2f2f) 65%,transparent);font-size:.8em}.beanited-review-card__rating{display:flex;align-items:center;gap:.45rem;margin:.3rem 0}.beanited-reviews__stars{color:var(--br-stars,#c47b23);letter-spacing:.06em}.beanited-reviews__empty-stars{color:var(--br-empty-stars,#d8d8d8)}.beanited-review-card__numeric{font-size:.85em}.beanited-review-card__meta{margin:.5rem 0;color:var(--br-product,#1f1f1f);font-size:var(--br-meta-size,13px)}.beanited-review-card__roaster{color:var(--br-roaster,#666)}.beanited-review-card__text{margin:.65rem 0;font-size:var(--br-text-size,16px);line-height:var(--br-line-height,1.5)}.beanited-review-card__text[data-collapsed=true]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--br-max-lines,5)}.beanited-review-card__read-more{padding:0;border:0;background:none;color:inherit;text-decoration:underline;cursor:pointer}.beanited-review-card__verified{display:inline-block;margin-top:.7rem;color:#246b47;font-size:.8em;font-weight:700}.beanited-review-card__photos{display:flex;gap:var(--br-photo-gap,8px);margin-top:1.2rem}.beanited-review-card__photos img{width:var(--br-photo-size,96px);height:var(--br-photo-size,96px);border-radius:var(--br-photo-radius,10px);object-fit:var(--br-photo-fit,cover)}.beanited-review-card__reply{margin-top:1.4rem;padding:1.2rem;border-left:.3rem solid var(--br-stars,#c47b23);background:color-mix(in srgb,var(--br-text,#2f2f2f) 5%,transparent)}.beanited-review-card__reply p{margin:.4rem 0 0}.beanited-review-card__view{display:block;margin-top:1.25rem;color:var(--br-product,#1f1f1f);width:max-content}.beanited-review-section[data-layout=carousel] .beanited-review-section__viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.beanited-review-section[data-layout=carousel] .beanited-review-section__viewport::-webkit-scrollbar{display:none}.beanited-review-section[data-layout=carousel] .beanited-review-grid{display:flex}.beanited-review-section[data-layout=carousel] .beanited-review-card{flex:0 0 calc((100% - (var(--br-cols,4) - 1)*var(--br-gap-x,14px))/var(--br-cols,4));scroll-snap-align:start}.beanited-review-section__navigation{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.3rem}.beanited-review-section__navigation button{border:1px solid currentColor;border-radius:50%;width:3.8rem;height:3.8rem;background:transparent;color:var(--br-nav,#1f1f1f);font-size:2rem;cursor:pointer}.beanited-review-section__navigation [aria-current=true]{background:var(--br-nav,#1f1f1f)}.beanited-review-section__navigation [data-beanited-carousel-dots]{display:flex;gap:.5rem}.beanited-review-section__navigation [data-beanited-carousel-dots] button{width:.8rem;height:.8rem;padding:0;border:0;background:color-mix(in srgb,var(--br-nav,#1f1f1f) 35%,transparent)}.beanited-reviews__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2.4rem}.beanited-reviews__heading h2,.beanited-reviews__form h3{margin:.4rem 0 0}.beanited-reviews__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.13em;font-size:1.2rem;font-weight:700}.beanited-reviews__button,.beanited-reviews__more{border:var(--br-button-border-width,0) solid var(--br-button-border,#1f1f1f);border-radius:var(--br-button-radius,40px);padding:var(--br-button-pad-y,12px) var(--br-button-pad-x,20px);background:var(--br-button-bg,#1f1f1f);color:var(--br-button-text,#fff);font:inherit;font-size:var(--br-button-size,16px);font-weight:700;cursor:pointer}.beanited-reviews__summary{display:flex;gap:1.4rem;align-items:center;padding:2rem;border:1px solid var(--br-border,#dedede);border-radius:var(--br-radius,16px)}.beanited-reviews__summary>strong{font-size:var(--br-rating-size,38px);line-height:1}.beanited-reviews__summary>span{display:grid}.beanited-reviews__summary small{font-size:var(--br-count-size,12px)}.beanited-review-section[data-summary-layout=rating] .beanited-reviews__summary>span,.beanited-review-section[data-summary-layout=rating] .beanited-reviews__distribution{display:none}.beanited-review-section[data-summary-layout=compact] .beanited-reviews__distribution{display:none}.beanited-reviews__distribution{display:grid;gap:.5rem;margin:1.8rem 0 2.4rem;max-width:46rem}.beanited-reviews__distribution>div{display:grid;grid-template-columns:4rem 1fr 3rem;gap:1rem;align-items:center;font-size:var(--br-label-size,12px)}.beanited-reviews__bar{height:.7rem;border-radius:99px;background:var(--br-bar-bg,#eee);overflow:hidden}.beanited-reviews__bar>i{display:block;height:100%;background:var(--br-bar,#c47b23)}.beanited-reviews__controls{display:flex;flex-wrap:wrap;align-items:end;gap:1rem;margin:0 0 1.5rem}.beanited-reviews__controls label{display:grid;gap:.35rem}.beanited-reviews__controls select{min-height:4rem;padding:.6rem 2.5rem .6rem .9rem;border:1px solid var(--br-border,#dedede);border-radius:.6rem;background:var(--br-card-bg,#fff);color:inherit}.beanited-reviews__more{display:block;margin:2rem auto 0}.beanited-reviews__form{margin-top:2.4rem;padding:clamp(1.8rem,4vw,3rem);border-radius:var(--br-radius,16px);background:color-mix(in srgb,var(--br-text,#2f2f2f) 5%,transparent)}.beanited-reviews__form form{display:grid;gap:1.5rem}.beanited-reviews__form fieldset{border:0;padding:0}.beanited-reviews__form label{display:grid;gap:.5rem;font-weight:650}.beanited-reviews__fields{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.beanited-reviews__form input,.beanited-reviews__form textarea{box-sizing:border-box;width:100%;padding:1.1rem;border:1px solid var(--br-border,#dedede);border-radius:.9rem;background:var(--br-card-bg,#fff);color:inherit;font:inherit}.beanited-reviews__rating-input{display:flex;gap:.5rem}.beanited-reviews__rating-input label{display:block;font-size:3rem;color:var(--br-stars,#c47b23);cursor:pointer}.beanited-reviews__rating-input input{width:auto}.beanited-review-section button:focus-visible,.beanited-review-section a:focus-visible,.beanited-review-section select:focus-visible,.beanited-review-section input:focus-visible,.beanited-review-section textarea:focus-visible,.beanited-review-card[data-beanited-product-url]:focus-visible{outline:3px solid var(--br-stars,#c47b23);outline-offset:3px}@media(max-width:989px){.beanited-review-grid{grid-template-columns:repeat(var(--br-cols-tablet,2),minmax(0,1fr))}.beanited-review-section[data-layout=carousel] .beanited-review-card{flex-basis:calc((100% - (var(--br-cols-tablet,2) - 1)*var(--br-gap-x,14px))/var(--br-cols-tablet,2))}}@media(max-width:749px){.beanited-review-section{padding:var(--br-pad-top-mobile,32px) var(--br-pad-x,20px) var(--br-pad-bottom-mobile,32px);font-size:var(--br-text-size-mobile,15px)}.beanited-review-section h2{font-size:var(--br-heading-size-mobile,28px)}.beanited-review-grid{grid-template-columns:repeat(var(--br-cols-mobile,1),minmax(0,1fr))}.beanited-review-section[data-layout=carousel] .beanited-review-card{flex-basis:calc((100% - (var(--br-cols-mobile,1) - 1)*var(--br-gap-x,14px))/var(--br-cols-mobile,1))}.beanited-review-card{padding:var(--br-card-padding-mobile,18px)}.beanited-review-card__text{font-size:var(--br-text-size-mobile,15px)}.beanited-reviews__heading{align-items:flex-start;flex-direction:column}.beanited-reviews__button--full-mobile{width:100%}.beanited-reviews__fields{grid-template-columns:1fr}.beanited-reviews__controls{align-items:stretch;flex-direction:column}.beanited-reviews__controls select{width:100%}}@media(prefers-reduced-motion:reduce){.beanited-review-section__viewport{scroll-behavior:auto!important}}
.beanited-review-section{position:relative;isolation:isolate;background:transparent}.beanited-review-section::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:100vw;transform:translateX(-50%);background:var(--br-bg,#fff);z-index:-1;pointer-events:none}
