.vibro-reviews{padding:48px 0 64px}.vr-heading{font-size:28px;font-weight:700;margin:0 0 32px;color:rgb(var(--color-foreground))}.vr-stats{display:flex;align-items:flex-start;gap:28px;margin-bottom:32px;flex-wrap:wrap}.vr-stats__score{display:flex;flex-direction:column;align-items:center;min-width:96px}.vr-stats__number{font-size:56px;font-weight:800;line-height:1;color:rgb(var(--color-foreground))}.vr-stats__stars{font-size:20px;color:#ffb800;letter-spacing:2px;margin:6px 0 5px}.vr-stats__count{font-size:14px;color:rgba(var(--color-foreground),.5);white-space:nowrap}.vr-stats__bars{display:flex;flex-direction:column;gap:6px;flex:1;max-width:300px;padding-top:6px}.vr-bar-row{display:flex;align-items:center;gap:8px;font-size:14px}.vr-bar-row__label{min-width:8px;font-weight:600;color:rgba(var(--color-foreground),.7)}.vr-bar-row__icon{font-size:11px;color:#ffb800}.vr-bar-row__track{flex:1;height:9px;display:block}.vr-bar-row__count{min-width:22px;text-align:right;color:rgba(var(--color-foreground),.55)}.vr-controls{display:flex;align-items:center;gap:10px;margin-bottom:24px;flex-wrap:wrap}.vr-search{display:flex;align-items:center;gap:8px;flex:1;min-width:180px;max-width:340px;border:1.5px solid rgba(var(--color-foreground),.14);border-radius:9px;padding:10px 14px;background:rgb(var(--color-background))}.vr-search:focus-within{outline:none}.vr-search svg{color:rgba(var(--color-foreground),.35);flex-shrink:0}.vr-search__input{border:none;outline:none;background:transparent;font-size:15px;color:rgb(var(--color-foreground));width:100%;font-family:inherit}.vr-search__input::placeholder{color:rgba(var(--color-foreground),.35)}.vr-search__input:focus{outline:none;box-shadow:none}.vr-sort-wrap{position:relative}.vr-sort-btn{display:flex;align-items:center;gap:8px;border:1.5px solid rgba(var(--color-foreground),.14);border-radius:9px;padding:10px 16px;font-size:15px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;font-family:inherit;font-weight:400;white-space:nowrap;outline:none!important;box-shadow:none!important}.vr-sort-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:100%;background:#fff;border:1.5px solid rgba(var(--color-foreground),.12);border-radius:10px;box-shadow:0 8px 24px #00000014;z-index:100;list-style:none;margin:0;padding:6px;overflow:hidden}.vr-sort-item{padding:9px 14px;font-size:14px;border-radius:7px;cursor:pointer;color:rgb(var(--color-foreground))}.vr-sort-item.active{font-weight:600}.vr-filter-stars{display:none}.vr-write-btn{margin-left:auto;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:9px;padding:11px 24px;font-size:15px;font-weight:600;cursor:pointer;white-space:nowrap;font-family:inherit}.vr-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}@media(max-width:1100px){.vr-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.vibro-reviews{padding-left:16px;padding-right:16px}.vr-grid{grid-template-columns:1fr}.vr-controls{flex-direction:column;align-items:stretch}.vr-write-btn{margin-left:0;text-align:center}}.vr-card{background:#fff;border:1.5px solid #EBEBEB;border-radius:16px;padding:22px 20px;display:flex;flex-direction:column;gap:12px}.vr-card__name{font-size:16px;font-weight:700;color:rgb(var(--color-foreground))}.vr-card__meta{display:flex;align-items:center;gap:8px;margin-top:3px}.vr-card__date{font-size:13px;color:rgba(var(--color-foreground),.45)}.vr-card__flag{font-size:16px;line-height:1}.vr-card__verified{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#16a34a;background:#f0fdf4;border-radius:99px;padding:3px 9px;font-weight:600}.vr-card__verified svg{flex-shrink:0}.vr-card__rating-row{display:flex;align-items:center;justify-content:space-between;background:#f5f5f5;border-radius:8px;padding:8px 14px}.vr-card__rating-label{font-size:13px;color:rgba(var(--color-foreground),.55);font-weight:500}.vr-card__stars{font-size:16px;letter-spacing:1px;color:#ffb800}.vr-card__body{font-size:15px;color:rgba(var(--color-foreground),.8);line-height:1.65;flex:1}.vr-card__body.is-truncated{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.vr-see-more{background:none;border:none;font-size:13px;font-weight:600;cursor:pointer;padding:0;color:rgba(var(--color-foreground),.5);font-family:inherit;text-decoration:underline;text-underline-offset:2px;align-self:flex-start}.vr-empty{grid-column:1 / -1;text-align:center;padding:48px 20px;color:rgba(var(--color-foreground),.4);font-size:15px}.vr-load-more-wrap{display:flex;justify-content:center;margin-top:32px}.vr-load-more-btn{border:1.5px solid rgba(var(--color-foreground),.2);border-radius:9px;padding:13px 40px;font-size:15px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;font-weight:600;font-family:inherit}.vr-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:9998;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .2s ease}.vr-modal-overlay.open{opacity:1;pointer-events:all}.vr-modal{background:#fff;border-radius:18px;padding:32px;width:100%;max-width:490px;max-height:90vh;overflow-y:auto;transform:translateY(24px) scale(.98);transition:transform .22s ease;position:relative;z-index:9999}.vr-modal-overlay.open .vr-modal{transform:translateY(0) scale(1)}.vr-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.vr-modal__title{font-size:18px;font-weight:700;color:rgb(var(--color-foreground))}.vr-modal__close{background:#f5f5f5;border:none;cursor:pointer;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;color:rgba(var(--color-foreground),.6)}.vr-form__group{margin-bottom:15px}.vr-form__label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:rgb(var(--color-foreground))}.vr-form__label span{color:#e53e3e}.vr-form__input,.vr-form__textarea,.vr-form__select{width:100%;border:1.5px solid rgba(var(--color-foreground),.14);border-radius:9px;padding:10px 14px;font-size:15px;color:rgb(var(--color-foreground));background:#fff;outline:none;font-family:inherit;box-sizing:border-box}.vr-form__input:focus,.vr-form__textarea:focus,.vr-form__select:focus{outline:none;box-shadow:none}.vr-form__textarea{resize:vertical;min-height:110px}.vr-star-picker{display:flex;gap:4px;margin-top:4px}.vr-star-picker__star{font-size:28px;cursor:pointer;color:rgba(var(--color-foreground),.15);-webkit-user-select:none;user-select:none}.vr-star-picker__star.lit{color:#ffb800}.vr-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.vr-form__submit{width:100%;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:9px;padding:13px;font-size:15px;font-weight:700;cursor:pointer;margin-top:6px;font-family:inherit}.vr-form__submit:disabled{opacity:.5;cursor:not-allowed}.vr-form__success{text-align:center;padding:24px 0 8px}.vr-form__success-icon{font-size:36px;margin-bottom:12px}.vr-form__success h3{font-size:18px;font-weight:700;margin-bottom:8px;color:rgb(var(--color-foreground))}.vr-form__success p{color:rgba(var(--color-foreground),.55);font-size:14px;line-height:1.5}.vr-rating-hint{font-size:12px;color:#e53e3e;margin-top:4px;display:none}.vr-rating-hint.visible{display:block}
/*# sourceMappingURL=/cdn/shop/t/15/assets/vibro-reviews.css.map */
