.xts-customer-feedback{display:block}.xts-customer-feedback__header{margin-bottom:0;padding-bottom:2.4rem;border-bottom:1px var(--xts-customer-feedback-divider-style, solid) var( --xts-customer-feedback-divider-color, rgba(var(--color-foreground), .18) )}.xts-customer-feedback__header--left{text-align:left}.xts-customer-feedback__header--center{text-align:center}.xts-customer-feedback__header--right{text-align:right}.xts-customer-feedback__title{margin:0;font-size:var(--xts-customer-feedback-heading-size, 4.8rem);line-height:1.1;font-weight:600}.xts-customer-feedback__summary{margin-top:1.2rem;display:inline-flex;align-items:center;gap:1rem}.xts-customer-feedback__summary-stars{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.xts-customer-feedback__summary-stars img{display:block;width:11.5rem;max-width:100%;height:auto}.xts-customer-feedback__summary-text{margin:0;color:rgb(var(--color-foreground));font-size:1.4rem;font-weight:500;line-height:1.3;letter-spacing:-.01em}.xts-customer-feedback__header--left .xts-customer-feedback__summary{justify-content:flex-start}.xts-customer-feedback__header--center .xts-customer-feedback__summary{justify-content:center}.xts-customer-feedback__header--right .xts-customer-feedback__summary{justify-content:flex-end}.xts-customer-feedback__list.grid{margin:0;--grid-mobile-horizontal-spacing: 1.2rem;row-gap:1.2rem}.xts-customer-feedback__item{display:flex}.xts-customer-feedback-card{width:100%;border:1px solid rgba(var(--color-foreground),.12);border-radius:1.6rem;padding:2rem;background:rgba(var(--color-background),.8);display:flex;flex-direction:column;gap:1.2rem}.xts-customer-feedback-card__meta{display:flex;flex-direction:column;align-items:flex-start;gap:0}.xts-customer-feedback-card__name,.xts-customer-feedback-card__date{margin:0;color:rgb(var(--color-foreground))}.xts-customer-feedback-card__name{font-size:1.4rem;font-weight:600;letter-spacing:-.01em;line-height:normal}.xts-customer-feedback-card__date{font-size:1.4rem;font-weight:500;opacity:.72;white-space:nowrap}.xts-customer-feedback-card__stars{display:inline-flex;align-items:center}.xts-customer-feedback-card__stars img{display:block;width:9.5rem;max-width:100%;height:auto}.xts-customer-feedback-card__text{margin:0;color:var( --xts-customer-feedback-review-color, rgb(var(--color-foreground)) );font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.28px}.xts-customer-feedback-card__read-more{margin:0;padding:0;border:0;background:transparent;color:var(--xts-customer-feedback-read-more-color, rgb(var(--color-link)));font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.28px;cursor:pointer;align-self:flex-start}.xts-customer-feedback-card__read-more:hover{opacity:.85}.xts-customer-feedback-card__read-more:focus-visible{outline:.2rem solid currentcolor;outline-offset:.2rem;border-radius:.2rem}.xts-customer-feedback-card__gallery{--xts-feedback-gallery-gap: 1rem;display:flex;align-items:stretch;flex-wrap:wrap;column-gap:var(--xts-feedback-gallery-gap);row-gap:var(--xts-feedback-gallery-gap)}.xts-customer-feedback-card__gallery-image{flex:0 0 calc((100% - (var(--xts-feedback-gallery-gap) * 3)) / 4);width:calc((100% - (var(--xts-feedback-gallery-gap) * 3)) / 4);max-width:calc((100% - (var(--xts-feedback-gallery-gap) * 3)) / 4);aspect-ratio:1 / 1;height:auto;display:block;border-radius:8px;object-fit:cover}.xts-customer-feedback__slider .slider-buttons{margin-top:1.8rem}.xts-customer-feedback__slider .slider{overflow-y:hidden}.xts-customer-feedback-modal{box-sizing:border-box;opacity:0;position:fixed;visibility:hidden;z-index:-1;margin:0 auto;top:0;left:0;overflow:auto;width:100%;height:100%;background:rgba(var(--color-foreground),.2)}.xts-customer-feedback-modal[open]{opacity:1;visibility:visible;z-index:101}.xts-customer-feedback-modal__content{position:absolute;top:0;left:50%;transform:translate(-50%);width:min(var(--xts-customer-feedback-modal-width, 800px),calc(100% - 3rem));margin-top:4rem;border-radius:23px;border:1px solid rgba(var(--color-foreground),var(--popup-border-opacity));background-color:rgb(var(--color-background));box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));max-height:calc(100vh - 8rem);overflow:auto;padding:3rem 5rem 5rem}.xts-customer-feedback-modal__toggle{background-color:rgb(var(--color-background));border:0;border-radius:50%;color:rgba(var(--color-foreground),.55);cursor:pointer;position:static;margin:0;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.xts-customer-feedback-modal__toggle:hover{color:rgba(var(--color-foreground),.8)}.xts-customer-feedback-modal__toggle svg{width:2.2rem;height:2.2rem}.xts-customer-feedback-modal__inner{padding:0}.xts-customer-feedback-modal__header{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;margin-bottom:2rem}.xts-customer-feedback-modal__heading{margin:0;color:rgb(var(--color-foreground));font-size:2.8rem;font-weight:700;letter-spacing:-.56px;line-height:1.1}.xts-customer-feedback-modal__columns{display:grid;grid-template-columns:minmax(0,200px) minmax(0,1fr);gap:2rem;align-items:start}.xts-customer-feedback-modal__column--product{max-width:200px;width:100%}.xts-customer-feedback-modal__column--product .card-wrapper{width:100%}.xts-customer-feedback-modal__product-placeholder{border:1px dashed rgba(var(--color-foreground),.25);border-radius:1.2rem;padding:2rem;font-size:1.4rem;line-height:1.4;color:rgba(var(--color-foreground),.85);background:rgba(var(--color-foreground),.03)}.xts-customer-feedback-modal__column--review{display:flex;flex-direction:column;gap:1.6rem}.xts-customer-feedback-modal__author-row{display:flex;align-items:center;gap:1.2rem}.xts-customer-feedback-modal__stars{display:inline-flex}.xts-customer-feedback-modal__stars img{display:block;width:11.5rem;max-width:100%;height:auto}.xts-customer-feedback-modal__author{display:flex;flex-direction:column;gap:.2rem}.xts-customer-feedback-modal__name,.xts-customer-feedback-modal__date{margin:0;color:rgb(var(--color-foreground))}.xts-customer-feedback-modal__name{font-size:1.8rem;font-weight:700;line-height:1.2;letter-spacing:-.36px}.xts-customer-feedback-modal__date{font-size:1.3rem;font-weight:500;line-height:1.3;opacity:.75}.xts-customer-feedback-modal__review-title{margin:0;color:var( --xts-customer-feedback-review-color, rgb(var(--color-foreground)) );font-size:16px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.32px}.xts-customer-feedback-modal__review-text{color:var( --xts-customer-feedback-review-color, rgb(var(--color-foreground)) );font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.28px}.xts-customer-feedback-modal__review-text>*:first-child{margin-top:0}.xts-customer-feedback-modal__review-text>*:last-child{margin-bottom:0}.xts-customer-feedback-modal__gallery{--xts-feedback-gallery-gap: 1rem;display:flex;align-items:stretch;flex-wrap:wrap;column-gap:var(--xts-feedback-gallery-gap);row-gap:var(--xts-feedback-gallery-gap);margin-top:1.2rem}.xts-customer-feedback-modal__gallery-image{flex:0 0 calc((100% - (var(--xts-feedback-gallery-gap) * 3)) / 4);width:calc((100% - (var(--xts-feedback-gallery-gap) * 3)) / 4);max-width:calc((100% - (var(--xts-feedback-gallery-gap) * 3)) / 4);aspect-ratio:1 / 1;height:auto;display:block;border-radius:8px;object-fit:cover}@media screen and (max-width:749px){.xts-customer-feedback__title{font-size:var( --xts-customer-feedback-heading-size-mobile, var(--xts-customer-feedback-heading-size, 3.2rem) )}.xts-customer-feedback-card{padding:1.8rem}.xts-customer-feedback .slider--tablet.grid--peek.grid--1-col-tablet-down .xts-customer-feedback__item,.xts-customer-feedback .slider--mobile.grid--peek.grid--1-col-tablet-down .xts-customer-feedback__item{width:calc(100% - var(--grid-mobile-horizontal-spacing) - var(--xts-customer-feedback-mobile-peek-offset, 7rem))}.xts-customer-feedback-modal__content{margin-top:1.6rem;max-height:calc(100vh - 3.2rem);padding:2rem 2rem 3rem}.xts-customer-feedback-modal__inner{padding:0}.xts-customer-feedback-modal__heading{font-size:1.8rem;letter-spacing:-.44px}.xts-customer-feedback-modal__columns{grid-template-columns:minmax(0,1fr);gap:2.4rem}.xts-customer-feedback-modal__column--product,.xts-customer-feedback-modal__column--product .card-wrapper{margin-left:auto;margin-right:auto}.xts-customer-feedback-modal__column--product .card__information,.xts-customer-feedback-modal__column--product .card-information{text-align:center;align-items:center}.xts-customer-feedback-modal__column--product .card__heading,.xts-customer-feedback-modal__column--product .card__heading a,.xts-customer-feedback-modal__column--product .price,.xts-customer-feedback-modal__column--product .caption,.xts-customer-feedback-modal__column--product .caption-large{text-align:center}.xts-customer-feedback-modal__column--product .ryviu-collection,.xts-customer-feedback-modal__column--product .rating{display:flex;justify-content:center}.xts-customer-feedback-modal__author-row{width:100%;justify-content:center}.xts-customer-feedback-modal__review-title{font-size:14px;letter-spacing:-.28px}.xts-customer-feedback-modal__review-text{font-size:12px}}@media screen and (min-width:990px){.xts-customer-feedback__header{padding-bottom:3rem}.xts-customer-feedback .xts-customer-feedback__header.title-wrapper--self-padded-tablet-down{padding-left:5rem;padding-right:5rem}.xts-customer-feedback__slider--desktop-contained{max-width:var(--page-width);margin-left:auto;margin-right:auto;padding-left:5rem;padding-right:5rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-xts-customer-feedback.css.map */
