.product-reviews{margin-top:3rem}.product-reviews__section-title{margin:0 0 2.4rem;font-size:calc(var(--font-heading-scale) * 2.4rem);text-align:center;font-weight:800;letter-spacing:-.01em}.product-reviews__summary{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem;background-color:rgba(var(--color-foreground),.04);border-radius:1.2rem;border:1px solid rgba(var(--color-foreground),.06)}@media screen and (min-width:750px){.product-reviews__summary{flex-direction:row;justify-content:center;gap:4rem}}.product-reviews__average{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}@media screen and (min-width:750px){.product-reviews__average{margin-bottom:0}}.product-reviews__average-text{font-size:1.3rem;margin-bottom:.4rem;color:rgba(var(--color-foreground),.7)}.product-reviews__average-rating{font-size:4.4rem;font-weight:800;line-height:1;color:rgb(var(--color-foreground))}.product-reviews__average-max{font-size:1.3rem;color:rgba(var(--color-foreground),.6);margin-top:.4rem}.rating-large .rating{--star-size: 2.4rem}.rating-large .rating-text{font-size:1.3rem;margin-top:.6rem;text-align:center;color:rgba(var(--color-foreground),.7)}.product-reviews__list{display:grid;gap:1.4rem}@media screen and (min-width:750px){.product-reviews__list{gap:1.8rem}}@media screen and (min-width:990px){.product-reviews__list{gap:2rem}}.product-reviews__loading{display:flex;justify-content:center;width:100%;padding:4rem 0;grid-column:1 / -1}.product-reviews__item{display:flex;flex-direction:column;padding:1.8rem;background:#fff;border:1px solid #e8eaed;border-radius:1.4rem;box-shadow:0 1px 2px #0f3a5f0a;transition:transform .2s ease,box-shadow .25s ease,border-color .2s ease,opacity .35s ease;position:relative;overflow:hidden}.product-reviews__item:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0f3a5f17;border-color:#d6dbe2}.product-reviews__item.is-new{opacity:0;transform:translateY(10px)}.product-reviews__head{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}.product-reviews__avatar{flex-shrink:0;width:3.6rem;height:3.6rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.3rem;letter-spacing:.02em;text-transform:uppercase;box-shadow:inset 0 0 0 2px #ffffff2e}.product-reviews__head-body{flex:1;min-width:0}.product-reviews__author-row{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;margin-bottom:.3rem}.product-reviews__author-name{font-weight:600;font-size:1.25rem;color:#6b7280;letter-spacing:0;line-height:1.2}.product-reviews__verified{display:inline-flex;align-items:center;gap:.35rem;font-size:1rem;font-weight:700;color:#1f6f47;background:#ecfdf3;border:1px solid #cdf3df;padding:.25rem .6rem .25rem .5rem;border-radius:999px;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;line-height:1}.product-reviews__verified svg{width:1.1rem;height:1.1rem;flex-shrink:0}.product-reviews__rating{line-height:1}.product-reviews__stars{display:inline-flex;gap:.1rem;align-items:center}.product-reviews__star{font-size:1.4rem;line-height:1;display:inline-block}.product-reviews__star--full,.product-reviews__star--half{color:#fbbf24}.product-reviews__star--empty{color:#e2e6ec}.product-reviews__star--half{background:linear-gradient(90deg,#fbbf24 50%,#e2e6ec 50%);-webkit-background-clip:text;background-clip:text;color:transparent}.product-reviews__item-title{font-weight:800;margin:0 0 .8rem;font-size:1.7rem;color:#0f3a5f;line-height:1.3;letter-spacing:-.01em}.product-reviews__content{font-size:1.4rem;line-height:1.65;color:#1f2937;margin:0 0 .8rem;font-weight:400}.product-reviews__images{display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:.8rem;margin-top:1.2rem}.product-reviews__image-container{position:relative;aspect-ratio:1 / 1;border-radius:.9rem;overflow:hidden;background:#f3f5f8;box-shadow:0 1px 4px #0000000f;cursor:zoom-in;border:1px solid #e5e7eb;padding:0;display:block;width:100%;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-reviews__image-container:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0f3a5f1f;border-color:#cbd5e1}.product-reviews__image-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0f3a5f00;transition:background-color .2s ease;pointer-events:none}.product-reviews__image-container:hover:after{background:#0f3a5f14}.product-reviews__image-container .zoom-icon{position:absolute;bottom:8px;right:8px;width:24px;height:24px;background:#fffffff2;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#0f3a5f;opacity:0;transform:scale(.85);transition:opacity .15s ease,transform .15s ease;pointer-events:none;box-shadow:0 2px 6px #00000026}.product-reviews__image-container:hover .zoom-icon{opacity:1;transform:scale(1)}.product-reviews__image-container .zoom-icon svg{width:14px;height:14px}.product-reviews__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.product-reviews__image-container:hover .product-reviews__image{transform:scale(1.06)}@media screen and (min-width:750px){.product-reviews__images{grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:1rem}}@media screen and (min-width:990px){.product-reviews__images{grid-template-columns:repeat(auto-fill,minmax(12rem,1fr))}}.fb-pr-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.fb-pr-lightbox.is-open{opacity:1;visibility:visible}.fb-pr-lightbox__stage{position:relative;max-width:100vw;max-height:100vh;padding:4rem 2rem;display:flex;align-items:center;justify-content:center}.fb-pr-lightbox__img{max-width:92vw;max-height:82vh;width:auto;height:auto;object-fit:contain;border-radius:.8rem;box-shadow:0 20px 60px #0006;background:#fff;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.fb-pr-lightbox.is-loading .fb-pr-lightbox__img{opacity:.4}.fb-pr-lightbox__close,.fb-pr-lightbox__nav{position:absolute;background:#fffffff2;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0f3a5f;transition:background-color .15s ease,transform .15s ease;box-shadow:0 4px 14px #00000040;z-index:2}.fb-pr-lightbox__close:hover,.fb-pr-lightbox__nav:hover{background:#fff;transform:scale(1.06)}.fb-pr-lightbox__close{top:20px;right:20px}.fb-pr-lightbox__close svg{width:20px;height:20px}.fb-pr-lightbox__nav{top:50%;transform:translateY(-50%)}.fb-pr-lightbox__nav:hover{transform:translateY(-50%) scale(1.06)}.fb-pr-lightbox__nav--prev{left:20px}.fb-pr-lightbox__nav--next{right:20px}.fb-pr-lightbox__nav svg{width:22px;height:22px}.fb-pr-lightbox__nav[hidden]{display:none}.fb-pr-lightbox__counter{position:absolute;bottom:24px;left:50%;transform:translate(-50%);color:#fff;font-size:13px;font-weight:600;background:#0000008c;padding:6px 14px;border-radius:999px;letter-spacing:.04em;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.fb-pr-lightbox__counter[hidden]{display:none}@media(max-width:600px){.fb-pr-lightbox__nav,.fb-pr-lightbox__close{width:42px;height:42px}.fb-pr-lightbox__close{top:14px;right:14px}.fb-pr-lightbox__nav--prev{left:10px}.fb-pr-lightbox__nav--next{right:10px}.fb-pr-lightbox__stage{padding:2rem 1rem}.fb-pr-lightbox__img{max-width:95vw;max-height:76vh}.fb-pr-lightbox__counter{bottom:16px}}.product-reviews__actions{display:flex;justify-content:center;margin-top:2.8rem}.product-reviews__load-more{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;min-width:22rem;padding:1.2rem 2.4rem;background:#fff;border:1.5px solid #0f3a5f;border-radius:999px;color:#0f3a5f;font-size:1.3rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.product-reviews__load-more:hover{background:#0f3a5f;color:#fff;transform:translateY(-1px);box-shadow:0 8px 18px #0f3a5f2e}.product-reviews__load-more:active{transform:translateY(0)}.product-reviews__load-more-icon{width:1.6rem;height:1.6rem;flex-shrink:0}.product-reviews__load-more:hover .product-reviews__load-more-icon{transform:translateY(2px);transition:transform .2s ease}.product-reviews__empty{text-align:center;padding:4rem 0;grid-column:1 / -1;color:rgba(var(--color-foreground),.6);font-size:1.4rem}@media screen and (max-width:749px){.product-reviews__item{padding:1.5rem;border-radius:1.2rem}.product-reviews__head{gap:.9rem;margin-bottom:1.1rem}.product-reviews__avatar{width:3.2rem;height:3.2rem;font-size:1.2rem}.product-reviews__author-name{font-size:1.15rem}.product-reviews__verified{font-size:.9rem;padding:.2rem .55rem .2rem .45rem}.product-reviews__verified svg{width:1rem;height:1rem}.product-reviews__star{font-size:1.3rem}.product-reviews__item-title{font-size:1.55rem;margin-bottom:.7rem}.product-reviews__content{font-size:1.35rem;line-height:1.6}.product-reviews__images{grid-template-columns:repeat(auto-fill,minmax(9rem,1fr));gap:.7rem}.product-reviews__load-more{min-width:18rem;padding:1rem 2rem;font-size:1.2rem}.product-reviews__actions{margin-top:2rem}}body.fb-pr-lightbox-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/27/assets/section-product-reviews.css.map */
