.jdgm-section__heading{margin-bottom:2rem}.jdgm-section__heading h2{font-weight:700}.jdgm-star{font-size:1.6rem;line-height:1;display:inline;padding:0 .2rem 0 0}.jdgm-star:last-child{padding-right:0}.jdgm-star--on{color:rgb(var(--accent-color))}.jdgm-star--off{color:#d0d0d0}.jdgm-summary{display:grid;grid-template-columns:auto 1fr auto;gap:2rem 3rem;align-items:center;padding:2.5rem;background:rgba(var(--color-foreground),.03);border-radius:.8rem}.jdgm-summary__overview{text-align:center;min-width:16rem}.jdgm-summary__stars-row{display:flex;justify-content:center;gap:.15rem;margin-bottom:.4rem}.jdgm-summary__stars-row .jdgm-star{font-size:2rem}.jdgm-summary__avg{margin:.4rem 0 .2rem;font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.jdgm-summary__based{margin:0;font-size:1.2rem;color:rgba(var(--color-foreground),.6);display:flex;align-items:center;justify-content:center;gap:.4rem}.jdgm-summary__verified-badge{display:inline-flex;color:rgb(var(--accent-color))}.jdgm-summary__verified-badge svg{width:1.4rem;height:1.4rem}.jdgm-summary__histogram{display:flex;flex-direction:column;gap:.5rem}.jdgm-histogram__row{display:flex;align-items:center;gap:.8rem}.jdgm-histogram__stars{display:flex;gap:.1rem;flex-shrink:0;min-width:8.5rem}.jdgm-histogram__stars .jdgm-star{font-size:1.4rem}.jdgm-histogram__bar-track{flex-grow:1;height:.8rem;background-color:#e8e8e8;border-radius:.4rem;overflow:hidden;min-width:8rem}.jdgm-histogram__bar-fill{height:100%;background-color:rgb(var(--accent-color));border-radius:.4rem;transition:width .3s ease}.jdgm-histogram__count{font-size:1.3rem;color:rgba(var(--color-foreground),.7);min-width:2.5rem;text-align:right}.jdgm-summary__cta{display:none;align-items:center;justify-content:center}.jdgm-write-btn{display:inline-block;padding:1.2rem 3rem;background-color:rgb(var(--accent-color));color:rgb(var(--color-button-text));font-size:1.4rem;font-weight:600;text-decoration:none;border-radius:2.5rem;border:none;cursor:pointer;transition:opacity .2s ease;white-space:nowrap}.jdgm-write-btn:hover{opacity:.85}.jdgm-divider{border:none;border-top:1px solid rgba(var(--color-foreground),.1);margin:2rem 0}.jdgm-sort{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem;cursor:default;border-bottom:1px solid rgb(var(--accent-color));padding-bottom:.3rem}.jdgm-sort__label{font-size:1.3rem;font-weight:500;color:rgb(var(--accent-color))}.jdgm-sort__icon{color:rgb(var(--accent-color))}.jdgm-reviews--grid{display:grid;gap:2rem}.jdgm-reviews--grid.jdgm-reviews--cols-2{grid-template-columns:repeat(2,1fr)}.jdgm-reviews--grid.jdgm-reviews--cols-3{grid-template-columns:repeat(3,1fr)}.jdgm-reviews--grid.jdgm-reviews--cols-4{grid-template-columns:repeat(4,1fr)}.jdgm-reviews--list{display:flex;flex-direction:column;gap:2rem}.jdgm-reviews--list .jdgm-rev-card{max-width:100%}.jdgm-rev-card{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.08);border-radius:.8rem;padding:2rem;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000a}.jdgm-rev-card__stars{display:flex;gap:.1rem;margin-bottom:.6rem}.jdgm-rev-card__author{margin:0 0 1rem;font-size:1.4rem;font-weight:600;color:rgb(var(--accent-color))}.jdgm-rev-card__image{width:100%;margin-bottom:1.2rem;border-radius:.6rem;overflow:hidden;aspect-ratio:1 / 1}.jdgm-rev-card__image img{width:100%;height:100%;object-fit:cover;display:block}.jdgm-rev-card__image--small{max-width:50%;aspect-ratio:1 / 1}.jdgm-rev-card__image--large{max-width:100%;aspect-ratio:1 / 1}.jdgm-rev-card__title{margin:0 0 .6rem;font-size:1.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;line-height:1.3;color:rgb(var(--color-foreground))}.jdgm-rev-card__body p{margin:0;font-size:1.35rem;line-height:1.6;color:rgba(var(--color-foreground),.75)}.jdgm-carousel-container .slideshow__slide{flex-basis:100%}.jdgm-carousel-container .slideshow__controls{border:none}.jdgm-carousel-container .slider-button{width:2rem;height:2rem}.jdgm-carousel-container .slider-button svg{height:.7rem}.jdgm-carousel-container .slider-counter__link--dots .dot{width:.7rem;height:.7rem}.jdgm-carousel-container .slider-counter__link{padding:.5rem}.jdgm-carousel-container .slider-counter--dots{margin:0 .2rem}.jdgm-rev-card--carousel{max-width:40rem;margin:0 auto}.jdgm-rev-card--hidden{display:none}.jdgm-pagination{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:2.5rem}.jdgm-pagination__pages{display:flex;align-items:center;gap:.2rem}.jdgm-pagination__page{display:inline-flex;align-items:center;justify-content:center;width:3.4rem;height:3.4rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:.4rem;background:transparent;color:rgb(var(--color-foreground));font-size:1.3rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.jdgm-pagination__page:hover{border-color:rgb(var(--accent-color));color:rgb(var(--accent-color))}.jdgm-pagination__page--active{background-color:rgb(var(--accent-color));border-color:rgb(var(--accent-color));color:rgb(var(--color-button-text))}.jdgm-pagination__page--active:hover{color:rgb(var(--color-button-text))}.jdgm-pagination__btn{display:inline-flex;align-items:center;justify-content:center;width:3.4rem;height:3.4rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:.4rem;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:border-color .2s ease,color .2s ease}.jdgm-pagination__btn:hover:not(:disabled){border-color:rgb(var(--accent-color));color:rgb(var(--accent-color))}.jdgm-pagination__btn:disabled{opacity:.35;cursor:not-allowed}@media screen and (max-width:989px){.jdgm-summary{grid-template-columns:1fr;text-align:center}.jdgm-summary__histogram{max-width:40rem;margin:0 auto;width:100%}.jdgm-summary__cta{justify-content:center}.jdgm-reviews--grid.jdgm-reviews--cols-3,.jdgm-reviews--grid.jdgm-reviews--cols-4{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.jdgm-reviews--grid{grid-template-columns:1fr}.jdgm-histogram__stars{min-width:7.5rem}.jdgm-summary{padding:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-product-reviews.css.map */
