.product-reviews{width:100%;max-width:1200px;margin:0 auto;padding:2.5rem 1.25rem;color:#1a1a1a}.product-reviews .hidden{display:none!important}.product-reviews .product-reviews__heading{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.product-reviews .product-reviews__state{padding:2rem 0;font-size:.9375rem;color:#555}.product-reviews .product-reviews__state--loading{display:flex;align-items:center;justify-content:center;min-height:280px}.product-reviews .product-reviews__spinner{display:inline-block;width:1.5rem;height:1.5rem;border:2px solid #d9d9d9;border-top-color:#1a1a1a;border-radius:50%;animation:product-reviews-spin .8s linear infinite}@keyframes product-reviews-spin{to{transform:rotate(360deg)}}.product-reviews .product-reviews__summary{display:flex;flex-direction:column;gap:2rem;margin-bottom:2.5rem}.product-reviews .product-reviews__score-value{margin:0 0 .375rem;font-size:1.125rem;font-weight:700;letter-spacing:.02em}.product-reviews .product-reviews__score-count{margin:.375rem 0 0;font-size:.9375rem}.product-reviews .product-reviews__stars{display:inline-flex;position:relative;--star-size: 1.125rem;--star-gap: .15em}.product-reviews .product-reviews__stars--large{--star-size: 2rem}.product-reviews .product-reviews__stars-bg,.product-reviews .product-reviews__stars-fill{display:flex;gap:var(--star-gap)}.product-reviews .product-reviews__stars-bg svg,.product-reviews .product-reviews__stars-fill svg{display:block;width:var(--star-size);height:auto;flex-shrink:0}.product-reviews .product-reviews__stars-fill{position:absolute;top:0;left:0;width:var(--stars-fill, 0%);overflow:hidden;white-space:nowrap}.product-reviews .size-fit-average{max-width:580px}.product-reviews .size-fit-average__heading{margin:0 0 1rem;font-size:1.125rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.product-reviews .size-fit-average__labels{display:flex;justify-content:space-between;margin-bottom:.625rem;font-size:.875rem;font-weight:600}.product-reviews .size-fit-average__track{position:relative;height:2px;background-color:#1a1a1a}.product-reviews .size-fit-average__track:before,.product-reviews .size-fit-average__track:after{content:"";position:absolute;top:-5px;width:2px;height:12px;background-color:#1a1a1a}.product-reviews .size-fit-average__track:before{left:0}.product-reviews .size-fit-average__track:after{right:0}.product-reviews .size-fit-average__dot{position:absolute;top:50%;left:var(--fit-position, 50%);width:14px;height:14px;background-color:#1a1a1a;border-radius:50%;transform:translate(-50%,-50%)}.product-reviews .product-reviews__filters-heading{margin:0 0 1rem;font-size:1.25rem;font-weight:700}.product-reviews .product-reviews__search{display:flex;position:relative;align-items:center;max-width:520px;margin-bottom:1rem}.product-reviews .product-reviews__search-icon{position:absolute;left:.875rem;color:#555;pointer-events:none}.product-reviews .product-reviews__search-input{width:100%;padding:.75rem .875rem .75rem 2.5rem;font-size:.9375rem;color:#1a1a1a;background-color:#fff;border:1px solid #c9c9c9;border-radius:2px}.product-reviews .product-reviews__chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.product-reviews .product-reviews__chip{padding:.625rem 1rem;font-size:.8125rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#1a1a1a;background-color:#fff;border:1px solid #c9c9c9;border-radius:2px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.product-reviews .product-reviews__chip.is-active,.product-reviews .product-reviews__chip:hover{color:#fff;background-color:#1a1a1a;border-color:#1a1a1a}.product-reviews .product-reviews__selects{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.product-reviews .product-reviews__select{display:inline-flex;align-items:center;padding:.875rem 2rem .875rem 1.25rem;font-family:var(--font-primary);font-size:.875rem;font-weight:500;line-height:1;color:var(--color-primary, #231911);background-color:#f9f9f9;background-image:url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.566.444-3.009 3.01L.547.444' stroke='%23231911' stroke-width='.802' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;border:1px solid var(--color-primary, #231911);border-radius:0;appearance:none;-webkit-appearance:none;cursor:pointer}.product-reviews .product-reviews__select:focus-visible{outline:2px solid var(--color-primary, #231911);outline-offset:1px}.product-reviews .product-reviews__select-native{display:none}.product-reviews .product-reviews__dropdown{position:relative;display:inline-flex}.product-reviews .product-reviews__dropdown-panel{position:absolute;top:calc(100% + .375rem);left:0;z-index:5;display:flex;flex-direction:column;gap:.25rem;min-width:100%;padding:.5rem;list-style:none;background-color:#fff;border:1px solid var(--color-primary, #231911)}.product-reviews .product-reviews__dropdown-option{padding:.75rem;font-family:var(--font-primary);font-size:.875rem;color:var(--color-primary, #231911);background-color:#f5f4f4;white-space:nowrap;cursor:pointer}.product-reviews .product-reviews__dropdown-option.is-active{background-color:var(--color-brand, #fdea68);border:1px solid var(--color-primary, #231911)}.product-reviews .product-reviews__clear{padding:.625rem .5rem;font-size:.8125rem;font-weight:600;color:#b3261e;background:none;border:none;text-decoration:underline;cursor:pointer}.product-reviews .product-reviews__clear:hover{color:#8f1e17}.product-reviews .product-reviews__toolbar{display:flex;flex-direction:column;gap:.75rem;margin-top:1.75rem;padding-bottom:1rem;border-bottom:1px solid #e3e3e3}.product-reviews .product-reviews__range{margin:0;font-size:.9375rem}.product-reviews .product-reviews__toolbar-right{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.product-reviews .product-reviews__sort-label{font-size:.9375rem}.product-reviews .product-reviews__write-btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;font-family:var(--font-primary);font-size:.875rem;font-weight:700;line-height:1;letter-spacing:.05em;text-transform:uppercase;color:var(--color-primary, #231911);background-color:var(--color-brand, #fdea68);border:1px solid var(--color-primary, #231911);border-radius:0;cursor:pointer;transition:background-color .15s ease,color .15s ease}.product-reviews .product-reviews__write-btn:hover{background-color:var(--color-primary, #231911);color:#fff}.product-reviews .product-reviews__write-btn:disabled{opacity:.6;cursor:default;pointer-events:none}.product-reviews .product-reviews__list{min-height:200px;transition:opacity .15s ease}.product-reviews .product-reviews__list.is-loading{opacity:.45;pointer-events:none}.product-reviews .product-reviews__card{display:flex;flex-direction:column;gap:.75rem;padding:1.75rem 0;border-bottom:1px solid #e3e3e3}.product-reviews .product-reviews__card-name{margin:0;font-size:1rem;font-weight:600}.product-reviews .product-reviews__card-sample{margin:0 0 .25rem;padding:.15rem .5rem;display:inline-block;align-self:flex-start;font-size:.65rem;letter-spacing:.06em;text-transform:uppercase;color:#8a6d3b;background:#fdf6e3;border:1px dashed #c9a96a}.product-reviews .product-reviews__card-verified{margin:.25rem 0 0;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:#6d8a5b}.product-reviews .product-reviews__card-attr{margin:.375rem 0 0;font-size:.875rem;color:#555}.product-reviews .product-reviews__card-attr span{font-weight:600;color:#1a1a1a}.product-reviews .product-reviews__card-top{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.product-reviews .product-reviews__card-title{margin:.75rem 0 0;font-size:1.0625rem;font-weight:700}.product-reviews .product-reviews__card-text{margin:.625rem 0 0;font-family:var(--font-primary);font-weight:500;font-size:1rem;line-height:1.14;letter-spacing:0;color:#000}.product-reviews .product-reviews__card-photos{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.875rem}.product-reviews .product-reviews__card-photo{width:88px;height:88px;object-fit:cover;border-radius:2px}.product-reviews .product-reviews__card-actions{display:flex;align-items:center;gap:.875rem;margin-top:1rem}.product-reviews .product-reviews__helpful-label{font-size:.9375rem;color:#555}.product-reviews .product-reviews__vote-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem;font-size:.9375rem;color:#555;background:none;border:none;cursor:pointer}.product-reviews .product-reviews__vote-btn.is-active{color:#1a1a1a;font-weight:700}.product-reviews .product-reviews__report-btn{margin-left:.75rem;padding:.25rem;font-size:.9375rem;color:#555;background:none;border:none;text-decoration:underline;cursor:pointer}.product-reviews .product-reviews__report-btn:disabled{text-decoration:none;cursor:default}.product-reviews .product-reviews__pagination{display:flex;justify-content:center;gap:.75rem;margin-top:1.75rem}.product-reviews .product-reviews__page-btn{padding:.625rem 1.25rem;font-size:.8125rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#1a1a1a;background-color:#fff;border:1px solid #c9c9c9;border-radius:2px;cursor:pointer}.product-reviews .product-reviews__page-btn:disabled{opacity:.4;cursor:default}.product-reviews .product-reviews__modal{display:flex;position:fixed;top:0;left:0;z-index:1000;align-items:center;justify-content:center;width:100%;height:100%;padding:1rem}.product-reviews .product-reviews__modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080}.product-reviews .product-reviews__modal-box{position:relative;z-index:1;width:100%;max-width:640px;max-height:90vh;padding:2rem 1.5rem;background-color:#fff;border-radius:4px;overflow-y:auto}.product-reviews .product-reviews__modal-close{position:absolute;top:.75rem;right:1rem;font-size:1.75rem;line-height:1;color:#555;background:none;border:none;cursor:pointer}.product-reviews .product-reviews__modal-heading{margin:0 0 1.5rem;font-size:1.375rem;font-weight:700}.product-reviews .product-reviews__form,.product-reviews .product-reviews__form-row{display:flex;flex-direction:column;gap:1.125rem}.product-reviews .product-reviews__form-field{display:flex;flex:1;flex-direction:column;gap:.375rem}.product-reviews .product-reviews__form-label{font-size:.875rem;font-weight:600}.product-reviews .product-reviews__form input[type=text],.product-reviews .product-reviews__form input[type=email],.product-reviews .product-reviews__form select,.product-reviews .product-reviews__form textarea{width:100%;padding:.7rem .875rem;font-size:.9375rem;font-family:inherit;color:#1a1a1a;background-color:#fff;border:1px solid #c9c9c9;border-radius:2px}.product-reviews .product-reviews__rating-input{display:flex;gap:.25rem}.product-reviews .product-reviews__rating-input button{padding:0;font-size:2rem;line-height:1;color:#d9d0c3;background:none;border:none;cursor:pointer;transition:color .1s ease}.product-reviews .product-reviews__rating-input button.is-active{color:#c6a664}.product-reviews .product-reviews__hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.product-reviews .product-reviews__form-error{margin:0;font-size:.875rem;color:#b3261e}.product-reviews .product-reviews__form-submit{padding:.875rem 1.5rem;font-size:.875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff;background-color:#1a1a1a;border:none;border-radius:2px;cursor:pointer}.product-reviews .product-reviews__form-submit:disabled{opacity:.6;cursor:default}.product-reviews .product-reviews__form-success{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;font-size:1rem}body.product-reviews-modal-open{overflow:hidden}@media(min-width:768px){.product-reviews{padding:3.5rem 2rem}.product-reviews .product-reviews__summary{flex-direction:row;gap:5rem}.product-reviews .size-fit-average{flex:1}.product-reviews .product-reviews__toolbar{flex-direction:row;align-items:center;justify-content:space-between}.product-reviews .product-reviews__card{flex-direction:row;gap:2rem}.product-reviews .product-reviews__card-meta{flex-shrink:0;width:220px}.product-reviews .product-reviews__card-body{flex:1}.product-reviews .product-reviews__form-row{flex-direction:row}.product-reviews .product-reviews__modal-box{padding:2.5rem}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/product-reviews-stylesheet.css.map */
