.rv-widget{--rv-bg: #FFFFFF;--rv-surface: #F0F7FF;--rv-accent: #0EA5E9;--rv-brand-primary: #1B4F72;--rv-brand-mid: #2196D0;--rv-error: #DC2626;--rv-text-primary: #111827;--rv-text-muted: #6B7280;--rv-border: #E5E7EB;--rv-overlay: rgba(0, 0, 0, .82);--rv-space-xs: 4px;--rv-space-sm: 8px;--rv-space-md: 16px;--rv-space-lg: 24px;--rv-space-xl: 32px;--rv-space-2xl: 48px;--rv-text-display-size: 48px;--rv-text-display-weight: 700;--rv-text-heading-size: 20px;--rv-text-heading-weight: 600;--rv-text-body-size: 16px;--rv-text-body-weight: 400;--rv-text-label-size: 14px;--rv-text-label-weight: 400;font-family:inherit;background:var(--rv-bg);color:var(--rv-text-primary);font-size:var(--rv-text-body-size);font-weight:var(--rv-text-body-weight);line-height:1.5;max-width:800px;margin-inline:auto;margin-top:var(--rv-space-2xl);margin-bottom:var(--rv-space-2xl);padding:var(--rv-space-md);box-sizing:border-box}.rv-widget *,.rv-widget *:before,.rv-widget *:after{box-sizing:inherit}.rv-section__heading{font-size:var(--rv-text-heading-size);font-weight:var(--rv-text-heading-weight);color:var(--rv-brand-primary);line-height:1.2;margin:0 0 var(--rv-space-md) 0}.rv-hero{display:flex;flex-direction:column;align-items:center;gap:var(--rv-space-sm);padding:var(--rv-space-lg);background:var(--rv-surface);border-radius:12px;margin-bottom:var(--rv-space-xl)}.rv-hero__left{display:flex;align-items:baseline;gap:var(--rv-space-xs)}.rv-hero__score{font-size:var(--rv-text-display-size);font-weight:var(--rv-text-display-weight);color:var(--rv-brand-primary);line-height:1}.rv-hero__denom{font-size:var(--rv-text-heading-size);font-weight:var(--rv-text-body-weight);color:var(--rv-text-muted);line-height:1}.rv-hero__right{display:flex;flex-direction:column;align-items:center;gap:var(--rv-space-xs)}.rv-hero__count{font-size:var(--rv-text-body-size);color:var(--rv-text-primary)}.rv-distribution{margin-bottom:var(--rv-space-xl)}.rv-dist__heading{font-size:var(--rv-text-label-size);font-weight:600;color:var(--rv-brand-primary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 var(--rv-space-sm) 0}.rv-dist__row{display:flex;align-items:center;gap:var(--rv-space-sm);height:28px;margin-bottom:var(--rv-space-xs)}.rv-dist__label{font-size:var(--rv-text-label-size);font-weight:var(--rv-text-label-weight);color:var(--rv-text-primary);min-width:110px;white-space:nowrap;flex-shrink:0}.rv-dist__bar-track{flex:1;height:8px;background:var(--rv-surface);border-radius:4px;overflow:hidden}.rv-dist__bar-fill{height:100%;background:var(--rv-brand-mid);border-radius:4px;transition:width .4s ease;width:0%}.rv-dist__count{font-size:var(--rv-text-label-size);color:var(--rv-text-muted);min-width:24px;text-align:right;flex-shrink:0}.rv-gallery{margin-bottom:var(--rv-space-xl)}.rv-gallery__scroll{display:flex;gap:var(--rv-space-sm);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-inline:var(--rv-space-md);padding-block:var(--rv-space-sm);background:var(--rv-surface);border-radius:8px;scrollbar-width:thin;scrollbar-color:var(--rv-border) transparent}.rv-gallery__scroll::-webkit-scrollbar{height:4px}.rv-gallery__scroll::-webkit-scrollbar-track{background:transparent}.rv-gallery__scroll::-webkit-scrollbar-thumb{background:var(--rv-border);border-radius:2px}.rv-gallery__item{flex-shrink:0;scroll-snap-align:start;width:72px;height:72px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .15s}.rv-gallery__item:hover,.rv-gallery__item:focus-visible{border-color:var(--rv-accent);outline:none}.rv-gallery__item img{width:100%;height:100%;object-fit:cover;display:block}.rv-gallery__video-thumb{position:relative;width:100%;height:100%}.rv-gallery__video-thumb img{width:100%;height:100%;object-fit:cover;display:block}.rv-gallery__play-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000059}.rv-list{margin-bottom:var(--rv-space-xl)}.rv-list__header{margin-bottom:var(--rv-space-md)}.rv-sort{display:flex;align-items:center;flex-wrap:wrap;gap:var(--rv-space-xs);margin-top:var(--rv-space-sm)}.rv-sort__label{font-size:var(--rv-text-label-size);color:var(--rv-text-muted);margin-right:var(--rv-space-xs);flex-shrink:0}.rv-sort__btn{font-family:inherit;font-size:var(--rv-text-label-size);font-weight:500;color:var(--rv-text-muted);background:none;border:none;border-bottom:2px solid transparent;padding:var(--rv-space-xs) var(--rv-space-sm);cursor:pointer;min-height:44px;transition:color .15s,border-color .15s;white-space:nowrap}.rv-sort__btn:hover{color:var(--rv-accent)}.rv-sort__btn--active,.rv-sort__btn[aria-checked=true]{color:var(--rv-accent);border-bottom-color:var(--rv-accent)}.rv-list__cards{display:flex;flex-direction:column;gap:var(--rv-space-md)}.rv-review-card{display:flex;flex-direction:column;gap:var(--rv-space-sm);padding:var(--rv-space-md);background:var(--rv-bg);border:1px solid var(--rv-border);border-radius:10px;transition:box-shadow .15s}.rv-review-card:hover{box-shadow:0 2px 12px #0000000f}.rv-card__score{width:40px;height:40px;min-width:40px;border-radius:50%;background:var(--rv-brand-mid);color:#fff;font-size:var(--rv-text-body-size);font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rv-card__body{display:flex;flex-direction:column;gap:var(--rv-space-xs);min-width:0}.rv-card__name{font-size:var(--rv-text-body-size);font-weight:500;color:var(--rv-text-primary)}.rv-card__date{font-size:var(--rv-text-label-size);color:var(--rv-text-muted)}.rv-card__text{font-size:var(--rv-text-body-size);color:var(--rv-text-primary);line-height:1.5;margin:0;word-break:break-word}.rv-card__discount-badge{display:none;font-size:12px;color:var(--rv-brand-primary);background:var(--rv-surface);border:1px solid var(--rv-brand-primary);border-radius:99px;padding:2px 8px;align-self:flex-start}.rv-card__media{display:flex;gap:var(--rv-space-xs);flex-wrap:wrap;margin-top:var(--rv-space-xs)}.rv-card__thumb{width:64px;height:64px;object-fit:cover;border-radius:6px;cursor:pointer;border:1px solid var(--rv-border)}.rv-card__thumb:hover,.rv-card__thumb--video:hover{border-color:var(--rv-accent)}.rv-card__thumb--video{width:64px;height:64px;border-radius:6px;cursor:pointer;border:1px solid var(--rv-border);background:var(--rv-brand-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s}.rv-empty-state{text-align:center;padding:var(--rv-space-2xl) var(--rv-space-md);background:var(--rv-surface);border-radius:10px;border:1px dashed var(--rv-border)}.rv-empty-state__heading{font-size:var(--rv-text-heading-size);font-weight:var(--rv-text-heading-weight);color:var(--rv-brand-primary);margin:0 0 var(--rv-space-sm) 0}.rv-empty-state__body{font-size:var(--rv-text-body-size);color:var(--rv-text-muted);margin:0}.rv-list__more{text-align:center;margin-top:var(--rv-space-lg)}.rv-list__more--hidden{display:none}.rv-btn{font-family:inherit;font-size:var(--rv-text-body-size);font-weight:600;border:none;border-radius:6px;cursor:pointer;min-height:44px;padding:0 var(--rv-space-lg);transition:background .15s,opacity .15s;display:inline-flex;align-items:center;justify-content:center;gap:var(--rv-space-xs)}.rv-btn--primary{background:var(--rv-accent);color:#fff;width:100%}.rv-btn--primary:hover:not([aria-disabled=true]){background:var(--rv-brand-mid)}.rv-btn--stub[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.rv-btn--load-more{background:transparent;color:var(--rv-accent);border:2px solid var(--rv-accent);padding:0 var(--rv-space-xl)}.rv-btn--load-more:hover{background:var(--rv-surface)}.rv-form-wrapper{background:var(--rv-surface);border-radius:12px;padding:var(--rv-space-lg);margin-top:var(--rv-space-xl)}.rv-form__sub{font-size:var(--rv-text-body-size);color:var(--rv-text-primary);margin:0 0 var(--rv-space-lg) 0}.rv-form{display:flex;flex-direction:column;gap:var(--rv-space-md)}.rv-form__field{display:flex;flex-direction:column;gap:var(--rv-space-xs)}.rv-form__label{font-size:var(--rv-text-body-size);font-weight:500;color:var(--rv-text-primary)}.rv-form__field--rating .rv-form__label{margin-bottom:var(--rv-space-xs)}.rv-form__input,.rv-form__textarea{font-family:inherit;font-size:var(--rv-text-body-size);color:var(--rv-text-primary);background:var(--rv-bg);border:1px solid var(--rv-border);border-radius:6px;padding:var(--rv-space-sm) var(--rv-space-md);transition:border-color .15s,box-shadow .15s;width:100%}.rv-form__input{min-height:44px}.rv-form__textarea{resize:vertical;min-height:100px}.rv-form__input:focus,.rv-form__textarea:focus{outline:none;border-color:var(--rv-accent);box-shadow:0 0 0 3px #0ea5e926}.rv-form__file{font-family:inherit;font-size:var(--rv-text-label-size);color:var(--rv-text-muted);cursor:pointer}.rv-form__helper{font-size:var(--rv-text-label-size);color:var(--rv-text-muted)}.rv-form__error{font-size:var(--rv-text-label-size);color:var(--rv-error);min-height:0}.rv-form__field--submit{gap:var(--rv-space-sm);margin-top:var(--rv-space-xs)}.rv-form__stub-msg{font-size:var(--rv-text-label-size);color:var(--rv-text-muted);text-align:center;margin:0}.rv-rating-selector{display:flex;flex-wrap:wrap;gap:var(--rv-space-xs)}.rv-rating-btn{font-family:inherit;font-size:var(--rv-text-body-size);font-weight:500;color:var(--rv-text-primary);background:var(--rv-bg);border:1px solid var(--rv-border);border-radius:6px;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s,border-color .15s}.rv-rating-btn:hover{border-color:var(--rv-accent);color:var(--rv-accent)}.rv-rating-btn[aria-pressed=true]{background:var(--rv-accent);color:#fff;border-color:var(--rv-accent)}@keyframes rv-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.rv-skeleton__block{background:linear-gradient(90deg,var(--rv-surface) 25%,#dceefb 50%,var(--rv-surface) 75%);background-size:200% 100%;animation:rv-shimmer 1.5s infinite linear;border-radius:4px;display:block}.rv-hero:not(.rv-skeleton) .rv-skeleton__block,.rv-distribution:not(.rv-skeleton) .rv-skeleton__block{animation:none;background:none}.rv-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--rv-overlay);z-index:9999;display:flex;align-items:center;justify-content:center;padding:var(--rv-space-md)}.rv-lightbox__content{position:relative;max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.rv-lightbox__img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:4px}.rv-lightbox__video{max-width:90vw;max-height:85vh;border-radius:4px}.rv-lightbox__close{position:fixed;top:var(--rv-space-md);right:var(--rv-space-md);width:44px;height:44px;border-radius:50%;background:var(--rv-accent);border:none;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;z-index:10000;transition:background .15s}.rv-lightbox__close:hover{background:var(--rv-brand-mid)}.rv-lightbox__nav{position:fixed;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#ffffff26;border:1px solid rgba(255,255,255,.3);cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:10000}.rv-lightbox__nav:hover{background:#ffffff40}.rv-lightbox__prev{left:var(--rv-space-md)}.rv-lightbox__next{right:var(--rv-space-md)}@media(min-width:480px){.rv-hero{flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--rv-space-xl)}.rv-hero__right{align-items:flex-start}.rv-review-card{flex-direction:row;align-items:flex-start}.rv-rating-selector{flex-wrap:nowrap}.rv-gallery__item{width:80px;height:80px}}@media(min-width:768px){.rv-hero-distribution-wrapper{display:grid;grid-template-columns:40% 60%;gap:var(--rv-space-xl);align-items:start;margin-bottom:var(--rv-space-xl)}.rv-hero-distribution-wrapper .rv-hero,.rv-hero-distribution-wrapper .rv-distribution{margin-bottom:0}}.rv-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/47/assets/reviews-widget.css.map */
