.cr-wrap *,.cr-wrap *:before,.cr-wrap *:after{box-sizing:border-box}.cr-wrap{margin:0}.cr-header{margin-bottom:16px}.cr-title{font-size:1.55rem;font-weight:700;letter-spacing:-.01em;margin:0;display:flex;align-items:center;gap:6px;color:rgb(var(--color-foreground))}.cr-sparkle{display:inline-block;color:#5badee;font-size:1rem;animation:cr-spin 4s linear infinite}@keyframes cr-spin{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.2)}}.cr-summary{display:flex;align-items:flex-start;gap:18px;margin-bottom:18px}.cr-summary__left{display:flex;flex-direction:column;align-items:center;min-width:78px;flex-shrink:0}.cr-big-num{font-size:3.8rem;font-weight:800;line-height:1;letter-spacing:-.03em;color:rgb(var(--color-foreground))}.cr-stars-row{display:flex;gap:1px;margin:4px 0 3px}.cr-count{font-size:1.05rem;color:rgba(var(--color-foreground),.5);text-align:center;margin:0;line-height:1.3}.cr-s{font-size:1.35rem;line-height:1;display:inline-block}.cr-s--full{color:#1a1a1a}.cr-s--half{color:#1a1a1a;opacity:.45}.cr-s--empty{color:#d6d6d6}.cr-summary__right{flex:1;display:flex;flex-direction:column;gap:5px;padding-top:6px}.cr-bar{display:flex;align-items:center;gap:4px}.cr-bar__lbl{font-size:1.05rem;font-weight:600;color:rgba(var(--color-foreground),.65);min-width:9px;text-align:right;line-height:1}.cr-bar__star{font-size:.95rem;color:#1a1a1a;line-height:1;flex-shrink:0}.cr-bar__track{flex:1;height:5px;background:rgba(var(--color-foreground),.1);border-radius:99px;overflow:hidden}.cr-bar__fill{height:100%;background:rgb(var(--color-foreground));border-radius:99px;width:0;transition:width .7s ease}.cr-bar__cnt{font-size:1.05rem;color:rgba(var(--color-foreground),.45);min-width:14px;line-height:1}.cr-photos{position:relative;margin-bottom:14px;border-radius:12px;overflow:hidden}.cr-photos__scroll{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:2px 0}.cr-photos__scroll::-webkit-scrollbar{display:none}.cr-photo-item{flex-shrink:0;scroll-snap-align:start;width:calc(33.33% - 6px);max-width:110px;aspect-ratio:1;border-radius:10px;overflow:hidden;background:rgba(var(--color-foreground),.06)}.cr-photo-item img{width:100%;height:100%;object-fit:cover;display:block}.cr-photo-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe0;border:1px solid rgba(0,0,0,.1);border-radius:50%;width:28px;height:28px;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 2px 6px #00000021;padding:0 0 1px;color:#111;transition:background .15s}.cr-photo-btn:hover{background:#fff}.cr-photo-btn--prev{left:4px}.cr-photo-btn--next{right:4px}.cr-write-btn{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:13px 20px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:12px;font-size:1.4rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:opacity .15s;margin-bottom:14px;font-family:inherit}.cr-write-btn:hover{opacity:.82}.cr-form-wrap{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:14px;padding:18px 16px;margin-bottom:16px;box-shadow:0 2px 12px #0000000f}.cr-form__title{font-size:1.4rem;font-weight:700;margin:0 0 16px;color:rgb(var(--color-foreground))}.cr-form__group{margin-bottom:12px}.cr-form__label{display:block;font-size:1.15rem;font-weight:600;color:rgba(var(--color-foreground),.75);margin-bottom:5px}.cr-form__label span{color:#c0392b}.cr-form__input,.cr-form__textarea{width:100%;padding:10px 13px;border:1px solid rgba(var(--color-foreground),.18);border-radius:8px;font-size:1.3rem;font-family:inherit;background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:border-color .15s;-webkit-appearance:none;appearance:none}.cr-form__input:focus,.cr-form__textarea:focus{outline:none;border-color:rgba(var(--color-foreground),.55)}.cr-form__textarea{resize:vertical;min-height:90px}.cr-star-picker{display:flex;gap:5px;margin-top:4px}.cr-pick{font-size:2.2rem;color:#d6d6d6;cursor:pointer;line-height:1;-webkit-user-select:none;user-select:none;transition:color .1s,transform .1s;display:inline-block}.cr-pick:hover,.cr-pick.on,.cr-pick.selected{color:#1a1a1a}.cr-pick:hover{transform:scale(1.15)}.cr-form__error{background:#fef2f2;color:#c0392b;border:1px solid #fecaca;border-radius:8px;padding:9px 12px;font-size:1.2rem;margin-bottom:10px}.cr-form__submit{width:100%;padding:12px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:10px;font-size:1.4rem;font-weight:600;cursor:pointer;transition:opacity .15s;font-family:inherit}.cr-form__submit:hover:not(:disabled){opacity:.82}.cr-form__submit:disabled{opacity:.65;cursor:not-allowed}.cr-form__note{font-size:1.05rem;color:rgba(var(--color-foreground),.42);text-align:center;margin:8px 0 0}.cr-controls{display:flex;gap:8px;margin-bottom:12px}.cr-ctrl-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;padding:10px 8px;border:1px solid rgba(var(--color-foreground),.14);border-radius:30px;font-size:1.2rem;font-weight:500;color:rgba(var(--color-foreground),.72);cursor:pointer;background:rgb(var(--color-background));font-family:inherit;transition:border-color .15s}.cr-ctrl-btn:hover{border-color:rgba(var(--color-foreground),.32)}.cr-loader{display:flex;justify-content:center;padding:28px 0}.cr-spinner{width:28px;height:28px;border:3px solid rgba(var(--color-foreground),.12);border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:cr-spin-loader .7s linear infinite}@keyframes cr-spin-loader{to{transform:rotate(360deg)}}.cr-empty{text-align:center;color:rgba(var(--color-foreground),.45);font-size:1.3rem;padding:24px 0;margin:0}.cr-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:start}.cr-card{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.09);border-radius:12px;padding:11px 11px 10px;display:flex;flex-direction:column;gap:7px;box-shadow:0 1px 5px #0000000d}.cr-card__top{display:flex;align-items:flex-start;gap:7px}.cr-card__av{width:30px;height:30px;min-width:30px;border-radius:50%;background:rgba(var(--color-foreground),.08);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:rgba(var(--color-foreground),.55);overflow:hidden;flex-shrink:0}.cr-card__av img{width:100%;height:100%;object-fit:cover}.cr-card__info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.cr-card__namebadge{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.cr-card__name{font-size:1.1rem;font-weight:700;color:rgb(var(--color-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70px}.cr-card__badge{display:inline-block;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:.85rem;font-weight:700;padding:1px 5px;border-radius:4px;letter-spacing:.01em;white-space:nowrap;flex-shrink:0}.cr-card__date{font-size:1rem;color:rgba(var(--color-foreground),.42);line-height:1}.cr-card__stars{display:flex;gap:1px}.cr-card__stars .cr-s{font-size:1.15rem}.cr-card__rev-title{font-size:1.1rem;font-weight:700;color:rgb(var(--color-foreground));margin:0;line-height:1.3}.cr-card__body{font-size:1.15rem;line-height:1.45;color:rgba(var(--color-foreground),.8);margin:0;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.cr-card__photos{display:flex;gap:5px}.cr-card__photos img{width:calc(50% - 3px);aspect-ratio:1;object-fit:cover;border-radius:7px;display:block;flex-shrink:0}.cr-card__help{display:inline-flex;align-items:center;gap:5px;background:transparent;border:none;padding:2px 0 0;font-size:1.05rem;color:rgba(var(--color-foreground),.45);cursor:pointer;font-family:inherit;transition:color .15s;margin-top:auto}.cr-card__help:hover,.cr-card__help--voted{color:rgb(var(--color-foreground))}.cr-card__help--voted{font-weight:600}.cr-more-btn{display:block;width:100%;margin-top:12px;padding:12px;background:transparent;border:1px solid rgba(var(--color-foreground),.18);border-radius:12px;font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground));cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s}.cr-more-btn:hover{border-color:rgba(var(--color-foreground),.4);background:rgba(var(--color-foreground),.03)}@media screen and (min-width:750px){.cr-title{font-size:1.75rem}.cr-summary{gap:28px;align-items:center;margin-bottom:24px}.cr-summary__left{min-width:100px}.cr-big-num{font-size:4.4rem}.cr-count{font-size:1.2rem}.cr-bar__track{height:6px}.cr-photo-item{max-width:130px}.cr-write-btn{max-width:380px;margin-left:auto;margin-right:auto}.cr-grid{grid-template-columns:repeat(3,1fr);gap:14px}.cr-card{padding:15px 15px 13px;gap:9px}.cr-card__name{max-width:90px;font-size:1.25rem}.cr-card__body{font-size:1.25rem;-webkit-line-clamp:6}.cr-card__stars .cr-s{font-size:1.25rem}.cr-controls{max-width:380px}}@media screen and (min-width:990px){.cr-grid{grid-template-columns:repeat(3,1fr);gap:18px}.cr-card{padding:18px 18px 15px}.cr-card__name{max-width:120px}.cr-photo-item{max-width:150px}}@media screen and (max-width:379px){.cr-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-reviews.css.map */
