.customer-reviews{--aside-width: 38.1rem;--aside-space: 2.4rem;display:block}@media(min-width:990px){.customer-reviews{--aside-width: 27.6rem;--aside-space: 4.8rem}}.customer-reviews__wrapper{display:flex;overflow-x:hidden}.customer-reviews__main-content{max-width:100%}.customer-reviews__top{gap:2.4rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:2.4rem;flex-wrap:wrap}@media(max-width:989px){.customer-reviews__top{overflow:hidden;flex-wrap:wrap-reverse}}@media(min-width:990px){.customer-reviews__top{margin-bottom:3.2rem}}.customer-reviews__filter-label{cursor:pointer;background-color:transparent;border:unset;display:flex;align-items:center;gap:.8rem;padding:0;color:var(--filter-label-color, rgb(var(--color-heading)));font-weight:500;font-size:var(--fz-h4);line-height:var(--lh-h4)}.customer-reviews__filter-label:hover{text-decoration:underline}.customer-reviews__filter-icon{color:rgb(var(--color-accent));display:flex;align-items:center;justify-content:center}.customer-reviews__filter-icon .svg-wrapper{--size: 2.4rem;height:var(--size);width:var(--size)}.customer-reviews__filter-icon--forward .svg-wrapper .icon{--size: 1.4rem;height:var(--size);width:var(--size);rotate:90deg}.customer-reviews__tags-wrapper{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center;margin-left:auto;justify-content:end}@media(max-width:989px){.customer-reviews__tags-wrapper{width:100%;margin-inline:auto;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;justify-content:flex-start;padding-inline:.8rem;box-sizing:border-box;cursor:grab;-webkit-user-select:none;user-select:none;scrollbar-width:none;-ms-overflow-style:none}.customer-reviews__tags-wrapper.is-dragging{cursor:grabbing;cursor:-webkit-grabbing}.customer-reviews__tags-wrapper::-webkit-scrollbar{display:none}.customer-reviews__tags-wrapper:after{content:"";display:block;flex:0 0 1.6rem}}.customer-reviews__tag{cursor:pointer;border:.1rem solid rgb(var(--color-outline));background:rgb(var(--color-background));border-radius:.4rem;padding:.7rem 1.6rem;font-size:1.6rem;line-height:2.4rem;box-sizing:border-box;color:rgb(var(--color-foreground))}@media(max-width:989px){.customer-reviews__tag{flex:0 0 auto;scroll-snap-align:center}}.customer-reviews__tag:hover{border-color:rgb(var(--color-button-border-h))}.customer-reviews__tag.active{border-color:rgb(var(--color-button-border-h));background:rgb(var(--color-button-h));color:rgb(var(--color-button-text-h))}.reviews-drawer{width:0;height:0;visibility:hidden;opacity:0;overflow:hidden;margin-right:0;transition:display var(--duration-medium) allow-discrete,margin .15s ease-in-out,transform .15s ease-in-out,width .15s ease-in-out,opacity .3s ease-in-out,visibility .15s}@media(max-width:749px){.reviews-drawer{position:fixed;width:100%;height:100%;height:100dvh;top:0;left:0;z-index:10;background:rgb(var(--color-background));padding:2.4rem;transform:translate(-150%)}}.reviews-drawer.open{visibility:visible;opacity:1;margin-right:var(--aside-space);width:100%;height:auto}@media(max-width:749px){.reviews-drawer.open{transform:translate(0)}}@media(min-width:750px){.reviews-drawer.open{width:min(var(--aside-width),90%)}}.reviews-drawer.open+.customer-reviews__main-content .customer-reviews__filter-label{visibility:hidden;width:0;opacity:0;height:0;display:none}.reviews-drawer__top{margin-bottom:2.4rem}@media(max-width:749px){.reviews-drawer__top{display:flex;align-items:center;justify-content:space-between;gao:.4rem .8rem}}.reviews-drawer-filter:not(:last-of-type){padding-bottom:1.6rem;margin-bottom:1.6rem;border-bottom:.1rem solid rgb(var(--color-outline))}.reviews-drawer-filter{display:block}.reviews-drawer-filter__label{color:var(--filter-label-color, rgb(var(--color-heading)));font-size:1.6rem;line-height:2.4rem;margin-top:0;margin-bottom:1.6rem;font-weight:500}.reviews-drawer-filter__items{display:grid;gap:.8rem;padding-left:2.4rem}@media(max-width:749px){.reviews-drawer-filter__items{gap:1.6rem}}.reviews-drawer-filter__value{cursor:pointer;background:transparent;padding:0;border:unset;display:flex;text-align:left;justify-content:space-between;align-items:center;gap:.4rem;color:#646464;font-size:1.6rem;line-height:2.4rem}.reviews-drawer-filter__value:focus-visible,.reviews-drawer-filter__value:hover{color:rgb(var(--color-link))}.reviews-drawer-filter__value-checkbox{--size: 2.4rem;height:var(--size);width:var(--size);display:flex;align-items:center;justify-content:center;border:.1rem solid rgb(var(--color-outline));border-radius:.4rem}.active>.reviews-drawer-filter__value-checkbox{background:rgb(var(--color-button-h));color:rgb(var(--color-button-text-h));border-color:rgb(var(--color-button-border-h))}.reviews-drawer-filter__value-checkbox .svg-wrapper{--size: 1.4rem;height:var(--size);width:var(--size);display:none}.active>.reviews-drawer-filter__value-checkbox .svg-wrapper{display:flex}.reviews-drawer__clear-all{cursor:pointer;background:transparent;padding:0;border:unset;color:#7d7d7d;text-decoration:underline;font-size:1.6rem;line-height:2.4rem}.reviews-drawer__clear-all:focus-visible,.reviews-drawer__clear-all:hover{color:rgb(var(--color-link))}.reviews-drawer__clear-all--body{margin-top:2.4rem}@media(min-width:750px){.customer-reviews__main-content{width:100%;transition:width .15s ease-in-out}}@media(min-width:750px){.open+.customer-reviews__main-content{width:calc(100% - var(--aside-width) - var(--aside-space))}}.customer-reviews__main-content .customer-reviews__filter-label{transition:opacity .15s ease-in-out .15s}.customer-reviews__grid{position:relative}.customer-reviews__grid .customer-reviews__col--all{display:grid;align-content:start;gap:2.4rem}@media(min-width:750px){.customer-reviews__grid .customer-reviews__col--all{gap:4.8rem 2.4rem}}@media(min-width:990px){.customer-reviews__grid .customer-reviews__col--all{grid-template-columns:repeat(6,1fr)}}.customer-reviews__grid:has(.customer-review--frame) .customer-reviews__col--all{gap:3.2rem}@media(min-width:750px){.customer-reviews__grid:has(.customer-review--frame) .customer-reviews__col--all{grid-template-columns:repeat(2,1fr);gap:3.2rem 2.4rem}}@media(min-width:990px){.customer-reviews__grid:has(.customer-review--frame) .customer-reviews__col--all{gap:4.8rem 2.4rem}}@media(min-width:750px){.open+.customer-reviews__main-content .customer-reviews__grid:has(.customer-review--frame) .customer-reviews__col--all{grid-template-columns:repeat(1,1fr)}}@media(min-width:990px){.open+.customer-reviews__main-content .customer-reviews__grid:has(.customer-review--frame) .customer-reviews__col--all{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.open+.customer-reviews__main-content .customer-reviews__grid:has(.customer-review--frame) .customer-reviews__col--all .customer-review__media{aspect-ratio:1.75}}.customer-reviews__grid:has(.customer-review--default) .customer-reviews__col--all{gap:2.4rem}@media(min-width:750px){.customer-reviews__grid:has(.customer-review--default) .customer-reviews__col--all{grid-template-columns:repeat(2,1fr);gap:4.8rem 2.4rem}}@media(min-width:990px){.customer-reviews__grid:has(.customer-review--default) .customer-reviews__col--all{grid-template-columns:repeat(3,1fr)}}@media(min-width:750px){.open+.customer-reviews__main-content .customer-reviews__grid:has(.customer-review--default) .customer-reviews__col--all{grid-template-columns:repeat(1,1fr);gap:2.4rem}}@media(min-width:990px){.open+.customer-reviews__main-content .customer-reviews__grid:has(.customer-review--default) .customer-reviews__col--all{grid-template-columns:repeat(auto-fit,minmax(min(15rem,100%),42.6rem))}}@media(min-width:990px){.open+.customer-reviews__main-content .customer-reviews__grid:has(.customer-review--default):has(.customer-review--frame) .customer-reviews__col--all{grid-template-columns:repeat(1,1fr)}}.customer-reviews__grid:has(.customer-review--default):has(.customer-review--frame){display:grid;gap:2.4rem}@media(min-width:750px){.customer-reviews__grid:has(.customer-review--default):has(.customer-review--frame){grid-template-columns:35rem 1fr}}@media(min-width:990px){.customer-reviews__grid:has(.customer-review--default):has(.customer-review--frame){grid-template-columns:42.6rem 1fr}}@media(min-width:990px){.open+.customer-reviews__main-content .customer-reviews__grid:has(.customer-review--default):has(.customer-review--frame){grid-template-columns:1fr 1.3fr}}@media(min-width:750px)and (max-width:989px){.reviews-drawer.open+.customer-reviews__main-content .customer-reviews__grid:has(.customer-review--default):has(.customer-review--frame){grid-template-columns:1fr}}@media(min-width:750px)and (max-width:989px){.reviews-drawer:not(.open)+.customer-reviews__main-content .customer-reviews__grid:has(.customer-review--default):has(.customer-review--frame) .customer-reviews__col--all .customer-review--default{display:none}}@media(min-width:750px)and (max-width:989px){.reviews-drawer.open+.customer-reviews__main-content .customer-reviews__grid:has(.customer-review--default):has(.customer-review--frame) .customer-reviews__col--default{display:none}}@media(min-width:750px){.reviews-drawer+.customer-reviews__main-content .customer-reviews__grid .customer-reviews__col--default:has(.customer-review--default) .customer-review--frame{display:none}}@media(min-width:990px){.customer-reviews__grid:has(.customer-review--default):has(.customer-review--frame) .customer-reviews__col--all .customer-review--default{display:none}}.customer-reviews__col--default{display:none;align-content:start}.customer-reviews__grid:has(.customer-review--default):has(.customer-review--frame) .customer-reviews__col--all{grid-template-columns:repeat(1,1fr)}.customer-reviews__grid:has(.customer-review--default):has(.customer-review--frame) .customer-reviews__col--all .customer-review__media{aspect-ratio:1.95}@media(min-width:750px){.customer-reviews__grid:has(.customer-review--default):has(.customer-review--frame) .customer-reviews__col--default{display:grid;gap:4.8rem}}.customer-reviews__empty-message{grid-column:1/-1}
/*# sourceMappingURL=/cdn/shop/t/45/assets/section-customer-reviews.css.map */
