.revcar{padding:var(--rv-pad-top) 0 var(--rv-pad-bottom);background:var(--rv-bg)}.revcar__container{max-width:var(--rv-max-width);margin:0 auto;padding:0 var(--rv-pad-x)}.revcar__viewport{overflow:hidden;margin-top:calc(-1 * var(--rv-clip-top, 0px));margin-bottom:calc(-1 * var(--rv-clip-bottom, 0px))}.revcar__track{display:flex;overflow-x:auto;padding-top:var(--rv-clip-top, 0px);padding-bottom:var(--rv-clip-bottom, 0px);scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.revcar__track::-webkit-scrollbar{display:none;width:0;height:0}.revcar__slide{flex:0 0 calc(100% / var(--rv-per-view));padding:0 max(var(--rv-gutter),var(--rv-gutter-floor, 10px));scroll-snap-align:start;box-sizing:border-box}.revcar__card{display:flex;flex-direction:column;justify-content:space-between;gap:var(--rv-card-gap-mob);height:100%;background:var(--rv-card-bg);border:var(--rv-card-border-w) solid var(--rv-card-border-color);border-radius:var(--rv-card-radius);padding:var(--rv-card-pad-y-mob) var(--rv-card-pad-x-mob);box-sizing:border-box;box-shadow:var(--rv-card-shadow);transition:transform .25s ease,box-shadow .25s ease}.revcar__card:hover{transform:translateY(calc(-1 * var(--rv-card-lift)));box-shadow:var(--rv-card-shadow-hover)}.revcar__rating{display:flex;align-items:center;gap:var(--rv-rating-gap)}.revcar__rating-num{font-family:var(--rv-body-font-family);font-size:var(--rv-rating-size-mob);font-weight:var(--rv-rating-weight);color:var(--rv-rating-color)}.revcar__stars{display:flex;align-items:flex-end;justify-content:flex-start;gap:var(--rv-star-gap);color:var(--rv-star-color)}.revcar__stars img,.revcar__stars svg{display:block;width:var(--rv-star-size-mob);height:var(--rv-star-size-mob);flex:0 0 auto}.revcar__stars img{object-fit:cover}.revcar__stars svg{fill:currentColor}.revcar__title{margin:var(--rv-title-mt) 0 0;font-family:var(--rv-title-font-family);font-size:var(--rv-title-size-mob);font-weight:var(--rv-title-weight);line-height:var(--rv-title-lh);color:var(--rv-title-color);text-align:left;text-transform:none}.revcar__text{margin:var(--rv-text-mt) 0 0;font-family:var(--rv-body-font-family);font-size:var(--rv-text-size-mob);font-weight:var(--rv-text-weight);line-height:var(--rv-text-lh);color:var(--rv-text-color);text-align:left;text-transform:none}.revcar__author{display:flex;align-items:center;justify-content:space-between;gap:var(--rv-bottom-gap)}.revcar__author-left{display:flex;align-items:center;gap:var(--rv-avatar-gap);min-width:0}.revcar__avatar{flex:0 0 auto;width:var(--rv-avatar);height:var(--rv-avatar);border-radius:50%;object-fit:cover;display:block}.revcar__author-name{font-family:var(--rv-body-font-family);font-size:var(--rv-name-size-mob);font-weight:var(--rv-name-weight);line-height:var(--rv-name-lh);color:var(--rv-name-color);text-transform:var(--rv-name-transform)}.revcar__verified{display:flex;align-items:center;gap:var(--rv-verified-gap);flex:0 0 auto;font-family:var(--rv-body-font-family);font-size:var(--rv-verified-size-mob);font-weight:var(--rv-verified-weight);letter-spacing:var(--rv-verified-ls);text-transform:uppercase;white-space:nowrap;color:var(--rv-verified-color)}.revcar__verified img,.revcar__verified svg{display:block;width:var(--rv-verified-icon-mob);height:var(--rv-verified-icon-mob);flex:0 0 auto}.revcar__verified svg.revcar__verified-tick{fill:none;stroke-width:2.5}.revcar__tags{display:flex;flex-wrap:wrap;gap:var(--rv-tag-gap);margin-top:var(--rv-text-mt)}.revcar__tag{font-family:var(--rv-body-font-family);font-size:var(--rv-tag-size);font-weight:var(--rv-tag-weight);color:var(--rv-tag-color);background:var(--rv-tag-bg);border:var(--rv-tag-border-w) solid var(--rv-tag-border-color);border-radius:var(--rv-tag-radius);padding:var(--rv-tag-pad-y) var(--rv-tag-pad-x-mob);white-space:nowrap}@media screen and (min-width:1024px){.revcar__card{gap:var(--rv-card-gap);padding:var(--rv-card-pad-y) var(--rv-card-pad-x)}.revcar__rating-num{font-size:var(--rv-rating-size)}.revcar__stars img,.revcar__stars svg{width:var(--rv-star-size);height:var(--rv-star-size)}.revcar__title{font-size:var(--rv-title-size)}.revcar__text{font-size:var(--rv-text-size)}.revcar__author-name{font-size:var(--rv-name-size)}.revcar__verified{font-size:var(--rv-verified-size)}.revcar__verified img,.revcar__verified svg{width:var(--rv-verified-icon);height:var(--rv-verified-icon)}.revcar__tag{padding:var(--rv-tag-pad-y) var(--rv-tag-pad-x)}}.revcar__controls{display:flex;flex-direction:column;align-items:center;gap:var(--rv-controls-gap);margin-top:var(--rv-controls-top)}.revcar__controls[hidden]{display:none!important}.revcar__dots{display:flex;justify-content:center;align-items:center;gap:var(--rv-dot-gap)}.revcar__dot{width:var(--rv-dot-size);height:var(--rv-dot-size);padding:0;border:0;border-radius:50%;background:var(--rv-dot-color);cursor:pointer;transition:background-color .25s ease,width .25s ease,border-radius .25s ease}.revcar__dot.is-active{width:var(--rv-dot-active-width);border-radius:calc(var(--rv-dot-size) / 2);background:var(--rv-dot-active-color)}.revcar__arrows{display:flex;gap:var(--rv-arrow-gap)}.revcar__arrow{display:flex;align-items:center;justify-content:center;width:var(--rv-arrow-size);height:var(--rv-arrow-size);padding:0;border:0;border-radius:50%;background:var(--rv-arrow-bg);color:var(--rv-arrow-color);font-size:var(--rv-arrow-glyph);line-height:1;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.revcar__arrow:hover{filter:brightness(.96)}.revcar__arrow:active{transform:scale(.95)}.revcar__arrow:disabled{opacity:.35;cursor:default;pointer-events:none;transform:none}@media screen and (max-width:749px){.revcar{padding:var(--rv-pad-top-mob) 0 var(--rv-pad-bottom-mob)}.revcar__slide{flex:0 0 calc(100% / var(--rv-per-view-mob));padding:0 max(var(--rv-gutter-mob),var(--rv-gutter-floor-mob, 12px))}}@media(prefers-reduced-motion:reduce){.revcar__card,.revcar__dot,.revcar__arrow{transition:none}.revcar__card:hover{transform:none}}.revcar__intro{text-align:center;margin-bottom:var(--rv-intro-gap, 28px)}.revcar__heading{margin:0;font-size:var(--rv-heading-size-mobile, 26px);font-weight:var(--rv-heading-weight, 400);color:var(--rv-heading-color, #1a1a1a);line-height:var(--rv-heading-lh, 1.3);text-align:center;text-transform:none}.revcar__subtitle{margin-top:var(--rv-subtitle-gap-mobile, 9px);display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.revcar__subtitle,.revcar__subtitle *{margin:0;font-size:var(--rv-subtitle-size-mobile, 14px);font-weight:var(--rv-subtitle-weight, 400);color:var(--rv-subtitle-color, #3a3a3a);line-height:1.3;text-transform:none}.revcar__subtitle strong{text-decoration:underline}@media screen and (min-width:750px){.revcar__heading{font-size:var(--rv-heading-size, 32px)}.revcar__subtitle{margin-top:var(--rv-subtitle-gap, 12px)}.revcar__subtitle,.revcar__subtitle *{font-size:var(--rv-subtitle-size, 16px)}}.revcar__text-full,.revcar__text.is-expanded .revcar__text-short{display:none}.revcar__text.is-expanded .revcar__text-full{display:inline}.revcar__more{display:block;max-width:fit-content;width:100%;background-color:transparent;box-shadow:none;border:0;padding:0;font-size:var(--rv-more-size, 14px);line-height:1.5;font-weight:700;color:var(--rv-more-color, #1a1a1a);margin-top:10px;cursor:pointer;text-decoration:none}.revcar__more:hover{opacity:.8}@media screen and (min-width:1024px){.revcar:not(.revcar--truncate-desktop) .revcar__text-short{display:none}.revcar:not(.revcar--truncate-desktop) .revcar__text-full{display:inline}.revcar:not(.revcar--truncate-desktop) .revcar__more{display:none}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/component-reviews-carousel.css.map */
