.rv-section{--rv-cols: 2;--rv-gap: 16px;--rv-card-radius: 12px;--rv-transition: .4s cubic-bezier(.25, .1, .25, 1);--rv-transition-fast: .2s ease;--rv-card-bg: #ffffff;--rv-card-shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--rv-card-padding: 16px;--rv-text: #1a1a1a;--rv-text-secondary:#6b6b6b;--rv-star-filled: #f5a623;--rv-star-empty: #d4d4d4;--rv-arrow-size: 42px;--rv-arrow-offset: -20px;--rv-arrow-bg: #ffffff;--rv-arrow-text: #1a1a1a;--rv-arrow-shadow: 0 2px 10px rgba(0,0,0,.1);--rv-dot-size: 6px;--rv-dot-gap: 8px;--rv-dot-inactive: #cfcfcf;--rv-dot-active: #1a1a1a;--rv-progress-height: 3px;--rv-progress-color: #1a1a1a;--rv-gallery-ar: 4 / 3;--rv-gallery-radius: 8px;--rv-gallery-dot-size: 5px;--rv-shimmer-from: #f5f5f5;--rv-shimmer-to: #eaeaea;padding:0 0 40px;max-width:100%;position:relative;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.rv-header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:20px}.rv-heading{margin:0;font-size:1.35rem;font-weight:700;color:var(--rv-text);letter-spacing:-.01em}.rv-summary{display:flex;align-items:center;gap:6px;font-size:.875rem;color:var(--rv-text-secondary)}.rv-avg-stars{display:flex;gap:1px;color:var(--rv-star-filled)}.rv-wall{display:grid;grid-template-columns:repeat(var(--rv-cols),1fr);gap:var(--rv-gap)}.rv-card{display:flex;flex-direction:column;background:var(--rv-card-bg);border-radius:var(--rv-card-radius);box-shadow:var(--rv-card-shadow);overflow:hidden;transition:box-shadow var(--rv-transition-fast)}.rv-card:hover{box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a}.rv-card__media{position:relative;flex-shrink:0}.rv-gallery{--rv-gallery-arrow-size: 32px;--rv-gallery-arrow-offset: 6px;display:block}.rv-gallery__viewer{position:relative;overflow:hidden;aspect-ratio:var(--rv-gallery-ar);background:var(--rv-shimmer-from);cursor:grab}.rv-gallery__viewer:active{cursor:grabbing}.rv-gallery__track{display:flex;height:100%;will-change:transform;transition:transform var(--rv-transition)}.rv-gallery__track.rv-dragging{transition:none}.rv-gallery__slide{flex:0 0 100%;position:relative;display:flex;align-items:center;justify-content:center;min-width:0;overflow:hidden}.rv-gallery__media{display:block;width:100%;height:100%;object-fit:cover}.rv-gallery__media[src^="data:image/svg+xml"]{opacity:0}.rv-gallery__slide.rv-loaded .rv-gallery__media{opacity:1;transition:opacity .25s ease}.rv-gallery__slide:not(.rv-loaded):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--rv-shimmer-from) 25%,var(--rv-shimmer-to) 50%,var(--rv-shimmer-from) 75%);background-size:200% 100%;animation:rv-shimmer 1.6s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes rv-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.rv-gallery__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:none;background:transparent;cursor:pointer;z-index:2}.rv-gallery__play svg{width:44px;height:44px;padding:11px;border-radius:50%;background:#ffffffeb;color:#1a1a1a;box-shadow:0 4px 12px #0000001f;transition:transform var(--rv-transition-fast)}.rv-gallery__play:hover svg{transform:scale(1.08)}.rv-gallery__play:active svg{transform:scale(.94)}.rv-gallery__slide.rv-playing .rv-gallery__play{opacity:0;pointer-events:none}.rv-gallery__arrow{position:absolute;top:50%;translate:0 -50%;z-index:4;display:flex;align-items:center;justify-content:center;width:var(--rv-gallery-arrow-size);height:var(--rv-gallery-arrow-size);border:none;border-radius:50%;background:#ffffffeb;color:#1a1a1a;box-shadow:0 2px 6px #00000014;cursor:pointer;opacity:0;transition:opacity .2s ease,transform var(--rv-transition-fast)}.rv-gallery__viewer:hover .rv-gallery__arrow{opacity:1}.rv-gallery__arrow svg{width:18px;height:18px;pointer-events:none}.rv-gallery__arrow--prev{left:var(--rv-gallery-arrow-offset)}.rv-gallery__arrow--next{right:var(--rv-gallery-arrow-offset)}.rv-gallery__arrow:hover{transform:translateY(-50%) scale(1.08)}.rv-gallery__arrow:active{transform:translateY(-50%) scale(.92)}.rv-gallery__dots{position:absolute;bottom:8px;left:50%;translate:-50% 0;display:flex;gap:6px;z-index:4;padding:3px 8px;border-radius:10px;background:#00000040}.rv-gallery__dot{width:var(--rv-gallery-dot-size);height:var(--rv-gallery-dot-size);padding:0;border:none;border-radius:50%;background:#ffffff8c;cursor:pointer;transition:background .2s ease,transform var(--rv-transition-fast)}.rv-gallery__dot[aria-selected=true]{background:#fff;transform:scale(1.25)}.rv-card__body{padding:var(--rv-card-padding);display:flex;flex-direction:column;gap:8px}.rv-stars{display:flex;gap:2px;color:var(--rv-star-filled)}.rv-star{color:var(--rv-star-empty)}.rv-star--filled,.rv-star--half{color:var(--rv-star-filled)}.rv-card__title{margin:0;font-size:.9375rem;line-height:1.5;color:var(--rv-text);font-style:italic;quotes:none;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.rv-card__title:before{content:"\201c"}.rv-card__title:after{content:"\201d"}.rv-card__text{font-size:.875rem;line-height:1.6;color:var(--rv-text)}.rv-card__text p{margin:0 0 .5em}.rv-card__text p:last-child{margin-bottom:0}.rv-card__text a{color:var(--rv-text);text-decoration:underline}.rv-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:4px 12px;margin-top:4px;font-size:.8125rem;color:var(--rv-text-secondary)}.rv-card__name{font-weight:600;color:var(--rv-text)}.rv-card__date:before{content:"\b7  "}.rv-card__car{display:inline-flex;align-items:center;gap:4px}.rv-card__car:before{content:"";display:inline-block;width:12px;height:12px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M5 17h14v-5H5v5zm1.5-3h2v2h-2v-2zm9 0h2v2h-2v-2zM3 11h18l-2-5H5L3 11z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M5 17h14v-5H5v5zm1.5-3h2v2h-2v-2zm9 0h2v2h-2v-2zM3 11h18l-2-5H5L3 11z'/%3E%3C/svg%3E") center/contain no-repeat;opacity:.5}.rv-arrow{position:absolute;top:50%;translate:0 -50%;z-index:10;display:none;align-items:center;justify-content:center;width:var(--rv-arrow-size);height:var(--rv-arrow-size);border:none;border-radius:50%;background:var(--rv-arrow-bg);color:var(--rv-arrow-text);box-shadow:var(--rv-arrow-shadow);cursor:pointer;transition:transform var(--rv-transition-fast)}.rv-arrow svg{width:22px;height:22px;pointer-events:none}.rv-arrow--prev{left:var(--rv-arrow-offset)}.rv-arrow--next{right:var(--rv-arrow-offset)}.rv-dots{display:none;justify-content:center;gap:var(--rv-dot-gap);margin-top:16px}.rv-dot{width:var(--rv-dot-size);height:var(--rv-dot-size);padding:0;border:none;border-radius:50%;background:var(--rv-dot-inactive);cursor:pointer;transition:background .2s ease,transform var(--rv-transition-fast),width .25s ease}.rv-dot[aria-selected=true]{background:var(--rv-dot-active);width:calc(var(--rv-dot-size) * 2.8);border-radius:calc(var(--rv-dot-size) / 2)}.rv-progress{display:none;height:var(--rv-progress-height);background:var(--rv-progress-color);transform-origin:left center;transform:scaleX(0);opacity:0;transition:opacity .3s ease;margin-top:12px}.rv-progress.rv-progress--running{opacity:1;animation:rv-progress-fill var(--rv-autoplay-ms, 5s) linear forwards}@keyframes rv-progress-fill{to{transform:scaleX(1)}}@media(prefers-reduced-motion:reduce){.rv-gallery__track{transition:none}.rv-gallery__slide:not(.rv-loaded):after{animation:none}.rv-progress.rv-progress--running{animation:none}.rv-arrow,.rv-gallery__arrow,.rv-gallery__play svg,.rv-dot,.rv-gallery__dot{transition:none}}@media(max-width:767px){.rv-section{--rv-arrow-offset: 4px;--rv-arrow-size: 36px;--rv-gallery-ar: 4 / 3;padding:0 0 32px}.rv-header{margin-bottom:14px}.rv-heading{font-size:1.2rem}.rv-wall{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:0 0 4px}.rv-wall::-webkit-scrollbar{display:none}.rv-card{flex:0 0 85vw;max-width:400px;scroll-snap-align:start}.rv-arrow,.rv-dots{display:flex}.rv-progress{display:block}.rv-gallery__arrow{display:none}}@media(min-width:768px){.rv-section{--rv-cols: 2;padding:0}@media(min-width:1100px){.rv-section{--rv-cols: 3}}.rv-wall{overflow:visible}.rv-card{height:auto}.rv-arrow,.rv-dots,.rv-progress{display:none}.rv-gallery__arrow{display:flex}}.rv-arrow:focus-visible,.rv-dot:focus-visible,.rv-gallery__arrow:focus-visible,.rv-gallery__dot:focus-visible{outline:2px solid var(--rv-text);outline-offset:2px}.rv-gallery__arrow:focus-visible{opacity:1}.rv-arrow:focus-visible{display:flex}
/*# sourceMappingURL=/cdn/shop/t/2/assets/v2_product_reviews.css.map */
