.pdp-reviews-grid{background-color:var(--section-bg);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}.pdp-reviews-grid__container{max-width:var(--theme-max-width);margin:0 auto;padding-left:var(--gutter-container);padding-right:var(--gutter-container);display:flex;flex-direction:column;gap:48px}.pdp-reviews-grid__header{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.pdp-reviews-grid__heading{color:var(--heading-color);font-size:clamp(36px,5vw,64px);font-weight:500;line-height:1;margin:0;text-align:center}.pdp-reviews-grid__subheading{color:var(--subheading-color);font-family:Gellix,Inter,sans-serif;font-size:18px;font-weight:400;line-height:1.4;margin:0;text-align:center}.pdp-reviews-grid__summary{background:linear-gradient(to right,#009fc5,#ebd902);border-radius:20px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:24px}.pdp-reviews-grid__summary-score{display:flex;flex-direction:column;gap:8px;align-items:center;flex-shrink:0}.pdp-reviews-grid__summary-rating{font-family:Marlide Display Trial,Georgia,serif;font-size:48px;font-weight:500;color:#fff;line-height:1}.pdp-reviews-grid__summary-stars{display:flex;gap:2px;align-items:center}.pdp-reviews-grid__summary-stars .pdp-reviews-grid__star-icon{width:18px;height:18px;flex-shrink:0}.pdp-reviews-grid__summary-count{font-family:Gellix,Inter,sans-serif;font-size:32px;font-weight:500;color:#fff;line-height:1.2;flex-shrink:0;white-space:nowrap}.pdp-reviews-grid__summary-divider{background-color:#ffffff80;width:2px;align-self:stretch;border-radius:2px;flex-shrink:0}.pdp-reviews-grid__summary-blurb{font-family:Inter,sans-serif;font-size:18px;font-weight:500;color:#fff;line-height:1.4;margin:0;max-width:560px;flex:1 0 0;overflow:hidden;word-break:break-word}.pdp-reviews-grid__summary-cta{display:flex;align-items:center;justify-content:center;padding:12px 24px;background-color:#000;color:#fff;font-family:Gellix,Inter,sans-serif;font-size:16px;font-weight:600;line-height:1.4;text-decoration:none;border-radius:138px;white-space:nowrap;flex-shrink:0;transition:opacity .2s ease}.pdp-reviews-grid__summary-cta:hover{opacity:.85}.pdp-reviews-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px}.pdp-reviews-grid__card{background-color:#fff;border:1px solid #c7eef7;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 24px #e8e8e51f;overflow:hidden;word-break:break-word}.pdp-reviews-grid__card-meta{display:flex;flex-direction:column;gap:8px}.pdp-reviews-grid__card-author-row{display:flex;align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap;gap:4px}.pdp-reviews-grid__card-author{font-family:Gellix,Inter,sans-serif;font-size:18px;font-weight:600;color:#000;line-height:1.4;overflow:hidden;word-break:break-word}.pdp-reviews-grid__card-verified{display:flex;align-items:center;gap:6px;background-color:#eff9fb;border:1px solid #c7eef7;border-radius:20px;padding:4px 16px;font-family:Gellix,Inter,sans-serif;font-size:14px;font-weight:700;color:#057c99;white-space:nowrap}.pdp-reviews-grid__verified-icon{width:12px;height:12px;flex-shrink:0}.pdp-reviews-grid__card-date{font-family:Gellix,Inter,sans-serif;font-size:16px;font-weight:600;color:#a6a6a6;line-height:1.4}.pdp-reviews-grid__card-image-wrap{width:100%;height:200px;border-radius:12px;overflow:hidden;flex-shrink:0}.pdp-reviews-grid__card-image{width:100%;height:100%;object-fit:cover;display:block}.pdp-reviews-grid__placeholder{background-color:#c7eef7;display:flex;align-items:center;justify-content:center}.pdp-reviews-grid__placeholder svg{width:100%;height:100%}.pdp-reviews-grid__card-bottom{display:flex;align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap;gap:4px}.pdp-reviews-grid__card-stars{display:flex;gap:2.7px;align-items:center}.pdp-reviews-grid__star-icon{width:19px;height:19px;flex-shrink:0}.pdp-reviews-grid__card-type{background-color:#fbf4d0;border-radius:180px;padding:4px 16px;font-family:Gellix,Inter,sans-serif;font-size:14px;font-weight:700;color:#000;line-height:1.2;white-space:nowrap}.pdp-reviews-grid__card-text{display:flex;flex-direction:column;gap:8px}.pdp-reviews-grid__card-title{font-family:Gellix,Inter,sans-serif;font-size:18px;font-weight:600;color:#000;line-height:1.4;margin:0;overflow:hidden;word-break:break-word}.pdp-reviews-grid__card-body{font-family:Gellix,Inter,sans-serif;font-size:16px;font-weight:400;color:#000;line-height:1.4;margin:0;overflow:hidden;word-break:break-word}.pdp-reviews-grid__load-more-wrap{display:flex;align-items:center;justify-content:center}.pdp-reviews-grid__load-more-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background-color:transparent;color:#000;font-family:Gellix,Inter,sans-serif;font-size:16px;font-weight:600;line-height:1.4;border:1px solid #000000;border-radius:138px;cursor:pointer;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.pdp-reviews-grid__load-more-btn:hover{background-color:#000;color:#fff}.pdp-reviews-grid__card--hidden{display:none}@media screen and (min-width:768px)and (max-width:1023px){.pdp-reviews-grid__grid{grid-template-columns:repeat(2,1fr)}.pdp-reviews-grid__heading{font-size:48px}.pdp-reviews-grid__summary{flex-wrap:wrap;gap:20px}.pdp-reviews-grid__summary-divider{display:none}.pdp-reviews-grid__summary-blurb{max-width:100%;flex:1 1 100%}}@media screen and (max-width:767px){.pdp-reviews-grid__container{gap:32px}.pdp-reviews-grid__heading{font-size:28px}.pdp-reviews-grid__summary{padding:24px;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:16px}.pdp-reviews-grid__summary-score{flex:0 0 auto;align-items:flex-start}.pdp-reviews-grid__summary-count{font-size:24px;flex:1 1 0;align-self:center}.pdp-reviews-grid__summary-divider{display:none}.pdp-reviews-grid__summary-blurb{max-width:100%;flex:1 1 100%}.pdp-reviews-grid__summary-cta{flex:1 1 100%}.pdp-reviews-grid__grid{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;padding-bottom:8px;align-items:stretch}.pdp-reviews-grid__grid::-webkit-scrollbar{display:none}.pdp-reviews-grid__card{flex:0 0 85vw;scroll-snap-align:start;width:85vw}.pdp-reviews-grid__card--hidden{display:none}.pdp-reviews-grid__subheading{font-size:14px}.pdp-reviews-grid{padding-top:60px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/pdp-reviews-grid.css.map */
