.product-reviews{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}.product-reviews__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem;gap:1rem}.product-reviews__heading{margin:0}.product-reviews__summary{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;justify-content:center}.product-reviews__average{font-size:3.6rem;font-weight:700;line-height:1}.product-reviews__summary-details{display:flex;flex-direction:column;gap:.2rem}.product-reviews__summary .rating-star{--font-size: 2;--letter-spacing: .6}.product-reviews__count{font-size:1.4rem;color:rgba(var(--color-foreground),.75)}.product-reviews__list{display:grid;gap:2rem}.product-reviews__item{border:1px solid rgba(var(--color-foreground),.1);border-radius:.8rem;padding:2rem}@media screen and (min-width:750px){.product-reviews__item{display:grid;grid-template-columns:16rem 1fr auto;gap:2.4rem;align-items:start}}.product-reviews__item .rating-star{--font-size: 1.5;--letter-spacing: .6}.product-reviews__item-header{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem;flex-wrap:wrap}.product-reviews__title{font-size:1.6rem;font-weight:600;margin:0}.product-reviews__body{font-size:1.4rem;line-height:1.7;margin:0;white-space:pre-line}.product-reviews__meta{font-size:1.3rem;color:rgba(var(--color-foreground),.6);display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}@media screen and (max-width:749px){.product-reviews__meta{font-size:1.2rem;gap:.4rem;margin-bottom:1rem}}@media screen and (min-width:750px){.product-reviews__meta{flex-direction:column;align-items:flex-start;gap:.4rem}}.product-reviews__author{font-weight:600;color:rgb(var(--color-foreground));text-transform:uppercase;font-size:1.3rem}.product-reviews__date{font-size:1.2rem}.product-reviews__meta-separator{display:inline-block;width:3px;height:3px;border-radius:50%;background-color:rgba(var(--color-foreground),.4)}@media screen and (min-width:750px){.product-reviews__meta-separator{display:none}}.product-reviews__verified-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:1.2rem;font-weight:500;color:#000}.product-reviews__verified-icon{width:1.4rem;height:1.4rem;background:#000;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.product-reviews__verified-icon svg{width:.8rem;height:.8rem}.product-reviews__images{display:flex;gap:.8rem;margin-top:1.2rem;flex-wrap:wrap}@media screen and (min-width:750px){.product-reviews__images{flex-direction:column;margin-top:0}}.product-reviews__image-button{padding:0;border:none;background:none;cursor:pointer;border-radius:.6rem;overflow:hidden;transition:opacity .2s}.product-reviews__image-button:hover{opacity:.8}.product-reviews__image{width:6rem;height:6rem;object-fit:cover;border-radius:.6rem;border:1px solid rgba(var(--color-foreground),.1);display:block}@media screen and (min-width:750px){.product-reviews__image{width:8rem;height:8rem}}.product-reviews__empty{text-align:center;padding:4rem 2rem;color:rgba(var(--color-foreground),.6);font-size:1.5rem}.product-reviews__item--hidden{display:none}@media screen and (max-width:749px){.product-reviews__item--hidden-mobile{display:none}}.product-reviews__show-more{display:block;margin:2rem auto 0;cursor:pointer}@media screen and (min-width:750px){.product-reviews__list{max-width:var(--page-width);margin:0 auto}}.product-reviews__lightbox{border:none;background:transparent;padding:0;max-width:100vw;max-height:100vh;width:100vw;height:100vh}.product-reviews__lightbox[open]{display:flex;align-items:center;justify-content:center}.product-reviews__lightbox::backdrop{background:#000000d9}.product-reviews__lightbox-img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:.4rem}.product-reviews__lightbox-close{position:fixed;top:1.5rem;right:1.5rem;width:4rem;height:4rem;border:none;background:#00000080;color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:background .2s}.product-reviews__lightbox-close:hover{background:#000c}.product-reviews__lightbox-close svg{width:2rem;height:2rem}.product-reviews__lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);width:4.4rem;height:4.4rem;border:none;background:#00000080;color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:background .2s}.product-reviews__lightbox-nav:hover{background:#000c}.product-reviews__lightbox-nav svg{width:2.2rem;height:2.2rem}.product-reviews__lightbox-prev{left:1.5rem}.product-reviews__lightbox-next{right:1.5rem}@media screen and (min-width:750px){.product-reviews__lightbox-nav{width:6rem;height:6rem}.product-reviews__lightbox-nav svg{width:3rem;height:3rem}.product-reviews__lightbox-prev{left:3rem}.product-reviews__lightbox-next{right:3rem}}.product-reviews__cta-card{border-style:dashed;border-color:rgba(var(--color-foreground),.15);display:flex;align-items:center;justify-content:center}.product-reviews__cta-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem;padding:1rem 0}.product-reviews__cta-icon{color:rgba(var(--color-foreground),.35)}.product-reviews__cta-title{font-size:1.6rem;font-weight:600;margin:0}.product-reviews__cta-text{font-size:1.4rem;color:rgba(var(--color-foreground),.6);margin:0}.product-reviews__cta-button{margin-top:.4rem}.write-review-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-end;justify-content:center;visibility:hidden;transition:visibility var(--duration-default, .2s) ease}.write-review-modal.active{visibility:visible}.write-review-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--color-foreground),.5);opacity:0;transition:opacity var(--duration-default, .2s) ease}.write-review-modal.active .write-review-modal__overlay{opacity:1}.write-review-modal__sheet{position:relative;width:100%;max-height:95vh;background:rgb(var(--color-background));border-radius:1.6rem 1.6rem 0 0;transform:translateY(100%);transition:transform var(--duration-default, .2s) ease;display:flex;flex-direction:column;overflow:hidden;outline:none}.write-review-modal.active .write-review-modal__sheet{transform:translateY(0)}@media screen and (min-width:750px){.write-review-modal{align-items:center}.write-review-modal__sheet{max-width:56rem;max-height:85vh;border-radius:1.2rem;transform:translateY(2rem);opacity:0;border:1px solid rgba(var(--color-foreground),.12);box-shadow:0 2.4rem 6rem #00000026,0 .8rem 2rem #00000014}.write-review-modal.active .write-review-modal__sheet{transform:translateY(0);opacity:1}}.write-review-modal__handle{display:flex;justify-content:center;padding:1.2rem 0 .4rem}.write-review-modal__handle-pill{width:4rem;height:.4rem;border-radius:.2rem;background-color:rgba(var(--color-foreground),.2)}@media screen and (min-width:750px){.write-review-modal__handle{display:none}}.write-review-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem 1.2rem;border-bottom:1px solid rgba(var(--color-foreground),.1);cursor:grab;touch-action:pan-x;-webkit-user-select:none;user-select:none}.write-review-modal__header:active{cursor:grabbing}@media screen and (min-width:750px){.write-review-modal__header{cursor:default;padding:2rem 2.4rem 1.6rem}}.write-review-modal__heading{margin:0;font-size:2rem;letter-spacing:.02em}.write-review-modal__close{display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;padding:0;border:1px solid rgba(var(--color-foreground),.15);border-radius:50%;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:border-color .15s ease}.write-review-modal__close:hover{border-color:rgba(var(--color-foreground),.4)}.write-review-modal__close svg{width:1.6rem;height:1.6rem}.write-review-modal__body{flex:1;overflow-y:auto;padding:2rem;overscroll-behavior:contain}@media screen and (min-width:750px){.write-review-modal__body{padding:2.4rem;scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .3s ease}.write-review-modal__body:hover{scrollbar-color:rgba(var(--color-foreground),.3) transparent}}.write-review-modal__form{display:flex;flex-direction:column;gap:1.6rem}.write-review-modal__row{display:grid;grid-template-columns:1fr;gap:1.6rem;align-items:start}@media screen and (min-width:750px){.write-review-modal__row{grid-template-columns:1fr 1fr}}.write-review-modal__rating-fieldset{border:none;padding:0;margin:0}.write-review-modal__rating-fieldset legend{font-size:1.4rem;margin-bottom:.8rem;color:rgba(var(--color-foreground),.75)}.write-review-modal__stars{display:flex;gap:.4rem;direction:rtl;justify-content:flex-end}.write-review-modal__stars input{display:none}.write-review-modal__stars label{cursor:pointer;font-size:2.8rem;line-height:1;color:rgba(var(--color-foreground),.2);transition:color .15s ease}.write-review-modal__stars label:hover,.write-review-modal__stars label:hover~label,.write-review-modal__stars input:checked~label{color:#f5a623}.write-review-modal__message{padding:1.2rem 1.6rem;border-radius:.4rem;font-size:1.4rem;margin-bottom:1rem}.write-review-modal__message--success{background:#00800014;color:#1a7a1a;border:1px solid rgba(0,128,0,.2)}.write-review-modal__message--error{background:#ff00000f;color:#c00;border:1px solid rgba(255,0,0,.15)}.write-review-modal__field-error{display:block;margin-top:.4rem;color:#c00;font-size:1.2rem}.write-review-modal__images-field{display:flex;flex-direction:column;gap:.8rem}.write-review-modal__images-label{font-size:1.4rem;color:rgba(var(--color-foreground),.75)}.write-review-modal__images-drop{position:relative;border:2px dashed rgba(var(--color-foreground),.2);border-radius:.6rem;padding:2rem;min-height:8rem;transition:border-color .15s ease,background .15s ease;cursor:pointer}.write-review-modal__images-drop--active{border-color:rgba(var(--color-foreground),.5);background:rgba(var(--color-foreground),.03)}.write-review-modal__images-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.write-review-modal__images-placeholder{display:flex;flex-direction:column;align-items:center;gap:.6rem;color:rgba(var(--color-foreground),.4);font-size:1.4rem;pointer-events:none}.write-review-modal__images-preview{display:flex;flex-wrap:wrap;gap:1rem;pointer-events:auto}.write-review-modal__preview-item{position:relative;width:6rem;height:6rem;border-radius:.4rem;overflow:hidden}.write-review-modal__preview-item img{width:100%;height:100%;object-fit:cover}.write-review-modal__preview-remove{position:absolute;top:.2rem;right:.2rem;width:2rem;height:2rem;border:none;border-radius:50%;background:#0009;color:#fff;font-size:1.4rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.write-review-modal__preview-remove:hover{background:#000c}.write-review-modal__submit{padding-bottom:env(safe-area-inset-bottom,0)}.write-review-modal__submit .button{width:100%}@media screen and (min-width:750px){.write-review-modal__submit .button{width:auto}}
/*# sourceMappingURL=/cdn/shop/t/58/assets/section-product-reviews.css.map */
