.customer-reviews-wrapper{position:relative}.customer-reviews--full-width{width:100%;max-width:100%}.customer-reviews__title-row{display:flex;align-items:center;justify-content:center;gap:2rem;padding:0 1.5rem;opacity:0;transform:translateY(14px);transition:opacity var(--aw-reveal-fade, .9s) var(--aw-ease, cubic-bezier(.16, 1, .3, 1)),transform var(--aw-reveal-move, 1.2s) var(--aw-ease, cubic-bezier(.16, 1, .3, 1))}.customer-reviews__title-row--visible{opacity:1;transform:none}.customer-reviews__line{flex:1 1 auto;height:1px;max-width:22rem;background:rgba(var(--color-foreground),.25)}.customer-reviews__heading{font-family:var(--font-heading-family, Georgia, serif);font-size:clamp(2.2rem,2.6vw,3.2rem);font-weight:400;letter-spacing:.02em;line-height:1.2;margin:0;white-space:nowrap;color:rgb(var(--color-foreground))}.customer-reviews__subheading{max-width:56rem;margin:1.2rem auto 0;padding:0 1.5rem;text-align:center;font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.65)}.customer-reviews__empty{padding:0 1.5rem;color:rgba(var(--color-foreground),.6)}.customer-reviews__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;padding:0;border:1px solid rgba(0,0,0,.12);border-radius:50%;background:#ffffffe6;box-shadow:0 .4rem 1.2rem #00000024;color:rgb(var(--color-foreground));cursor:pointer;opacity:0;pointer-events:none;transition:opacity .3s ease,color .2s ease,border-color .2s ease,background .2s ease}.customer-reviews__arrow--prev{left:1.2rem}.customer-reviews__arrow--next{right:1.2rem}.customer-reviews__carousel:hover .customer-reviews__arrow,.customer-reviews__carousel:focus-within .customer-reviews__arrow{opacity:1;pointer-events:auto}@media(hover:none){.customer-reviews__arrow{opacity:1;pointer-events:auto}}.customer-reviews__arrow svg{width:1.5rem;height:1.5rem}.customer-reviews__arrow--prev svg{transform:rotate(90deg)}.customer-reviews__arrow--next svg{transform:rotate(-90deg)}.customer-reviews__arrow:hover:not(:disabled){border-color:rgb(var(--color-button));background:rgb(var(--color-button));color:rgb(var(--color-button-label))}.customer-reviews__arrow:disabled{opacity:.25;cursor:default}.customer-reviews__video-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;height:100%;padding:2rem;text-align:center;color:rgba(var(--color-foreground),.42)}.customer-reviews__video-placeholder svg{width:3.2rem;height:3.2rem}.customer-reviews__video-placeholder span{font-size:1.25rem}.customer-reviews__carousel{position:relative;width:100%;margin-top:1.6rem}.customer-reviews__grid{flex:1 1 auto;min-width:0;display:flex;gap:2rem;padding:.4rem 0 3rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.customer-reviews__grid::-webkit-scrollbar{display:none}.customer-reviews__card{position:relative;flex:0 0 auto;width:30rem;scroll-snap-align:start;border-radius:.8rem;background:rgb(var(--color-background));box-shadow:0 .3rem .6rem #00000014,0 .8rem 1.6rem #0000001f;opacity:0;transform:translateY(24px);transition:opacity var(--aw-reveal-fade, .9s) var(--aw-ease, cubic-bezier(.16, 1, .3, 1)),transform var(--aw-reveal-move, 1.2s) var(--aw-ease, cubic-bezier(.16, 1, .3, 1))}button.customer-reviews__card{-webkit-appearance:none;appearance:none;border:0;padding:0;margin:0;font:inherit;color:inherit;text-align:left;cursor:pointer}button.customer-reviews__card:focus-visible,.customer-reviews__modal-close:focus-visible,.customer-reviews__modal-product-link:focus-visible,.customer-reviews__add-button:focus-visible,.customer-reviews__buy-button:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:2px}button.customer-reviews__card:hover{box-shadow:0 .4rem .8rem #0000001a,0 1.2rem 2.4rem #00000029}button.customer-reviews__card:active{transform:translateY(1px)}.customer-reviews__card--visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.customer-reviews__card,.customer-reviews__title-row{opacity:1;transform:none;filter:none;transition:none}}.customer-reviews__video-wrap{position:relative;aspect-ratio:9 / 16;width:100%;overflow:hidden;border-radius:.8rem;background:rgba(var(--color-foreground),.06)}.customer-reviews__video{width:100%;height:100%;object-fit:cover;display:block;background:rgb(var(--color-background))}.customer-reviews__video-caption{position:absolute;top:1.2rem;left:1.2rem;z-index:2;padding:.4rem 1rem;border-radius:10rem;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:1.2rem;font-weight:600;letter-spacing:.02em;pointer-events:none}.customer-reviews__mute-toggle{position:absolute;top:1rem;right:1rem;z-index:1;display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;border:none;border-radius:50%;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;transition:background .2s ease}.customer-reviews__mute-toggle:hover{background:#0009}.customer-reviews__mute-toggle svg{width:1.7rem;height:1.7rem}.customer-reviews__mute-toggle .icon-unmuted,.customer-reviews__video-wrap.is-unmuted .icon-muted{display:none}.customer-reviews__video-wrap.is-unmuted .icon-unmuted{display:block}.customer-reviews__product{position:absolute;left:50%;bottom:-2.4rem;transform:translate(-50%);z-index:2;display:block;line-height:0;transition:transform .3s cubic-bezier(.25,1,.5,1)}button.customer-reviews__card:hover .customer-reviews__product{transform:translate(-50%) translateY(-3px)}.customer-reviews__product-image{width:9.6rem;height:9.6rem;border-radius:1rem;object-fit:cover}.customer-reviews__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.customer-reviews__modal.is-open{opacity:1;visibility:visible}.customer-reviews__modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.customer-reviews__modal-dialog{position:relative;z-index:1;display:flex;width:min(88rem,92vw,80vh);aspect-ratio:1 / 1;max-height:88vh;overflow:auto;border-radius:.8rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 2rem 6rem #00000059;transform:translateY(16px) scale(.98);transition:transform .35s cubic-bezier(.25,1,.5,1)}.customer-reviews__modal.is-open .customer-reviews__modal-dialog{transform:translateY(0) scale(1)}.customer-reviews__modal-close{position:absolute;top:1.2rem;right:1.2rem;z-index:2;display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;padding:0;border:none;border-radius:50%;background:#ffffffe6;box-shadow:0 .3rem 1rem #0003;color:rgb(var(--color-foreground));cursor:pointer;transition:background .2s ease,color .2s ease}.customer-reviews__modal-close:hover{background:rgb(var(--color-button));color:rgb(var(--color-button-label))}.customer-reviews__modal-close svg{width:1.6rem;height:1.6rem}.customer-reviews__modal-media{flex:0 0 50%;min-width:0;position:relative;background:#000}.customer-reviews__modal .customer-reviews__modal-media{display:flex;align-items:center;justify-content:center;overflow:hidden}.customer-reviews__modal-media video{display:block;width:100%;height:100%;object-fit:cover}.customer-reviews__modal-media.is-image img{display:block;width:100%;height:100%;object-fit:cover}.customer-reviews__modal-media-placeholder{max-width:85%;padding:2rem;text-align:center;font-size:1.5rem;line-height:1.5;color:#ffffffbf}.customer-reviews__modal-content{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center;padding:3.6rem 3.6rem 3rem}.customer-reviews__modal-product-head{margin-bottom:2.4rem}.customer-reviews__modal-product-head[hidden],.customer-reviews__product-form[hidden],.customer-reviews__form[hidden]{display:none}.customer-reviews__modal-product-link{display:flex;align-items:center;gap:1.6rem;text-decoration:none;color:inherit}.customer-reviews__modal-product-image{flex-shrink:0;width:7.2rem;height:7.2rem;border-radius:.4rem;object-fit:cover;background:rgba(var(--color-foreground),.06)}.customer-reviews__modal-product-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.4rem}.customer-reviews__modal-product-title{font-family:var(--font-heading-family, Georgia, serif);font-size:clamp(1.8rem,2.2vw,2.2rem);font-weight:400;line-height:1.25;color:rgb(var(--color-foreground))}.customer-reviews__modal-product-price{font-size:1.5rem;color:rgba(var(--color-foreground),.65)}.customer-reviews__modal-notes{margin:0 0 2.4rem}.customer-reviews__modal-notes[hidden]{display:none}.customer-reviews__modal-notes-label{margin:0 0 1rem;font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(var(--color-foreground),.55)}.customer-reviews__modal-notes-list{display:flex;flex-wrap:wrap;gap:.8rem}.customer-reviews__modal-note{display:inline-flex;align-items:center;padding:.55rem 1.3rem;border:1px solid rgba(var(--color-foreground),.22);border-radius:10rem;font-size:1.15rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#8a7a5c;white-space:nowrap}.customer-reviews__modal-note[hidden]{display:none}.customer-reviews__buy-row{display:flex;flex-direction:column;gap:1rem}.customer-reviews__add-button,.customer-reviews__buy-button{min-height:4.8rem;width:100%}.customer-reviews__error{margin:0 0 1.2rem}.customer-reviews__view-details{margin:1.8rem 0 0;text-align:center;font-size:1.3rem}.customer-reviews__view-details a{color:rgb(var(--color-foreground))}.customer-reviews__view-details a:hover{text-decoration:underline}body.customer-reviews__modal-locked{overflow:hidden}@media(prefers-reduced-motion:reduce){.customer-reviews__modal,.customer-reviews__modal-dialog{transition:none}}@media screen and (max-width:749px){.customer-reviews__heading{white-space:normal}.customer-reviews__grid{gap:1.4rem;padding:.4rem 0 2.6rem}.customer-reviews__arrow{width:3.6rem;height:3.6rem}.customer-reviews__card{width:24rem}.customer-reviews__modal{padding:0;align-items:flex-end}.customer-reviews__modal-dialog{flex-direction:column;max-height:92vh;max-width:100%;width:100%;aspect-ratio:auto;border-radius:1.2rem 1.2rem 0 0}.customer-reviews__modal-media{flex:none;width:100%;aspect-ratio:9 / 16;max-height:46vh;background:#000}.customer-reviews__modal-media video{height:100%;object-fit:cover}.customer-reviews__modal-content{padding:2.4rem 2rem}.customer-reviews__modal-product-head{margin-bottom:2rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-customer-reviews.css.map */
