.pp-reviews{--section-bg: rgba(209, 213, 220, .15);--section-fg: #131313;--card-bg: #ffffff;--star-full: #131313;--star-empty: rgba(19, 19, 19, .15);--card-star-full: #131313;--card-star-empty: rgba(19, 19, 19, .15);--card-divider: rgba(19, 19, 19, .1);--btn-bg: rgba(19, 19, 19, .05)}.pp-reviews--dark{--section-bg: #131313;--section-fg: #ffffff;--card-bg: #1e1e1e;--star-full: #ffffff;--star-empty: rgba(255, 255, 255, .15);--card-star-full: #ffffff;--card-star-empty: rgba(255, 255, 255, .15);--card-divider: rgba(255, 255, 255, .1);--btn-bg: rgba(255, 255, 255, .07)}.pp-reviews{background-color:var(--section-bg);color:var(--section-fg);padding:clamp(40px,5vw,64px) clamp(16px,4vw,48px);position:relative;box-sizing:border-box}.pp-reviews__bg-svg{position:absolute;top:0;right:0;width:1314px;height:1106px;z-index:0;pointer-events:none;opacity:.5;overflow:hidden}.pp-reviews__bg-svg-img{width:100%;height:100%;object-fit:cover;display:block}.pp-reviews__container{padding-inline:clamp(16px,4vw,48px);display:flex;flex-direction:column;gap:40px;position:relative;z-index:1;min-width:0;box-sizing:border-box}.pp-reviews__header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:24px;min-width:0}.pp-reviews__header-left{flex:1;min-width:0;max-width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.pp-reviews__header-right{flex:none;display:flex;align-items:center;gap:12px;padding-bottom:4px}.pp-reviews__rating-row{display:flex;align-items:center;gap:8px}.pp-reviews__stars{display:flex;gap:2px;color:var(--star-full)}.pp-reviews__star{width:14px;height:14px;flex-shrink:0}.pp-reviews__star--full{fill:var(--star-full);color:var(--star-full)}.pp-reviews__star--half{color:var(--star-full)}.pp-reviews__star--empty{fill:var(--star-empty);color:var(--star-empty)}.pp-reviews__rating-link{font-family:var(--font-body-family);font-size:.875rem;font-weight:500;color:var(--section-fg);text-decoration:underline;text-underline-offset:2px;text-decoration-color:#13131359;transition:text-decoration-color .2s ease}.pp-reviews__rating-link--static{text-decoration:none}.pp-reviews__rating-link:hover{text-decoration-color:var(--section-fg)}.pp-reviews__rating-link:focus-visible{outline:2px solid var(--section-fg);outline-offset:3px;border-radius:2px}.pp-reviews__title{font-family:var(--font-heading-family);font-weight:600;font-size:44px;line-height:1.1;letter-spacing:-.02em;text-align:left;text-transform:none;color:var(--section-fg);margin:0;max-width:640px;width:100%;min-width:0;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.pp-reviews__btn{width:56px;height:56px;border-radius:50%;border:none;background-color:var(--btn-bg);color:var(--section-fg);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .25s ease,opacity .25s ease}.pp-reviews__btn--prev{opacity:.4}.pp-reviews__btn--next{opacity:1}.pp-reviews__btn:hover{background-color:#1313131f;opacity:1}.pp-reviews__btn:focus-visible{outline:2px solid var(--section-fg);outline-offset:3px}.pp-reviews__btn[aria-disabled=true]{opacity:.35;cursor:default}.pp-reviews__slider-wrap{position:relative}.pp-reviews__slider{display:flex;gap:24px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;overscroll-behavior-x:contain;overscroll-behavior-y:auto;scrollbar-width:none;padding-bottom:4px;scroll-padding-left:0;outline:none}.pp-reviews__slider::-webkit-scrollbar{display:none}.pp-reviews__card{flex:0 0 408px;width:408px;scroll-snap-align:start;background-color:var(--card-bg);border-radius:12px;padding:32px;display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.pp-reviews__card-stars{display:flex;gap:2px}.pp-reviews__card-star{width:14px;height:14px;flex-shrink:0}.pp-reviews__card-star--full{fill:var(--card-star-full)}.pp-reviews__card-star--empty{fill:var(--card-star-empty)}.pp-reviews__card-review-title{font-family:var(--font-body-family);font-weight:700;font-size:.9375rem;color:var(--section-fg);margin:0;line-height:1.4}.pp-reviews__card-text{font-family:var(--font-body-family);font-size:.875rem;line-height:1.6;color:#13131399;margin:0;flex:1}.pp-reviews--dark .pp-reviews__card-text{color:#fff9}.pp-reviews__card-divider{height:1px;background-color:var(--card-divider)}.pp-reviews__card-author{display:flex;align-items:center;gap:10px}.pp-reviews__card-avatar,.pp-reviews__card-avatar-placeholder{width:32px;height:32px;border-radius:50%;object-fit:cover;background-color:#13131314;flex-shrink:0;display:block}.pp-reviews__card-author-name{font-family:var(--font-body-family);font-size:.8125rem;font-weight:500;color:var(--section-fg)}@media(min-width:768px)and (max-width:1023px){.pp-reviews{padding:60px 32px}.pp-reviews__card{flex:0 0 320px;width:320px}}@media(max-width:767px){.pp-reviews{padding-top:40px;padding-bottom:40px}.pp-reviews__container{gap:28px;max-width:100%;min-width:0;padding-inline:24px}.pp-reviews__header{flex-direction:column;align-items:flex-start;gap:20px;width:100%;min-width:0}.pp-reviews__header-left{width:100%;max-width:100%;min-width:0;gap:16px}.pp-reviews__header-right{padding-bottom:0}.pp-reviews__title{font-size:clamp(18px,5vw,26px);line-height:1.15;max-width:100%;width:100%;min-width:0;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.pp-reviews__slider-wrap{margin-left:-24px;margin-right:-24px}.pp-reviews__slider{gap:16px;padding-left:24px;padding-right:24px;scroll-padding-left:24px;scroll-snap-type:x mandatory}.pp-reviews__card{flex:0 0 calc(100vw - 64px);width:calc(100vw - 64px);max-width:320px;padding:24px;scroll-snap-align:start;scroll-snap-stop:always}.pp-reviews__btn{width:48px;height:48px}}@media(prefers-reduced-motion:reduce){.pp-reviews__slider{scroll-behavior:auto}.pp-reviews__btn,.pp-reviews__rating-link{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/section-reviews.css.map */
