@import"https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund:wght@100..400&display=swap";.cherry-reviews-product{position:relative;padding:4rem 0 3rem;overflow:hidden;background:linear-gradient(180deg,#fff9f9,#fff)}.cherry-reviews-product__inner{max-width:var(--page-width, 1200px);margin:0 auto;padding:0 2rem}.cherry-reviews-product__header{text-align:center;margin-bottom:3rem}.cherry-reviews-product__label{font-family:Playwrite DE Grund,cursive;font-size:1rem;font-weight:300;color:#e8458b;margin-bottom:.25rem;letter-spacing:.02em}.cherry-reviews-product__title{font-size:2rem;font-weight:700;color:#121212;margin:0 0 1.25rem}.cherry-reviews-product__aggregate{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.cherry-reviews-product__big-rating{font-size:3rem;font-weight:800;color:#121212;line-height:1}.cherry-reviews-product__stars-block{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.cherry-reviews-product__stars{display:flex;gap:3px}.cherry-reviews-product__star{width:20px;height:20px;color:#f5a623;flex-shrink:0}.cherry-reviews-product__star--empty{color:#e0d6c8}.cherry-reviews-product__star--half{position:relative}.cherry-reviews-product__count{font-size:.85rem;color:#999}.cherry-reviews-product__breakdown{display:flex;flex-direction:column;gap:.4rem;max-width:320px;margin:1.5rem auto 0}.cherry-reviews-product__bar-row{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#777}.cherry-reviews-product__bar-label{width:42px;text-align:right;flex-shrink:0;font-weight:600;color:#555}.cherry-reviews-product__bar{flex:1;height:8px;background:#f0e8ea;border-radius:20px;overflow:hidden;position:relative}.cherry-reviews-product__bar-fill{height:100%;background:linear-gradient(90deg,#e8458b,#f06aaa);border-radius:20px;transition:width 1s cubic-bezier(.25,.46,.45,.94)}.cherry-reviews-product__bar-count{width:28px;text-align:left;flex-shrink:0;font-size:.75rem;color:#aaa}.cherry-reviews-product__write-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.75rem;padding:.7rem 1.75rem;background:transparent;border:2px solid #E8458B;color:#e8458b;border-radius:30px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.cherry-reviews-product__write-btn:hover{background:#e8458b;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #e8458b4d}.cherry-reviews-product__write-btn svg{width:16px;height:16px;fill:currentColor}.cherry-reviews-product__divider{width:60px;height:3px;background:linear-gradient(90deg,#e8458b,#f5a623);border-radius:3px;margin:2.5rem auto}.cherry-reviews-product__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.cherry-reviews-product__card{background:#fff;border:1px solid rgba(232,69,139,.1);border-radius:16px;padding:1.75rem;position:relative;transition:all .35s cubic-bezier(.25,.46,.45,.94);opacity:0;transform:translateY(20px)}.cherry-reviews-product__card.cherry-visible{opacity:1;transform:translateY(0)}.cherry-reviews-product__card:hover{transform:translateY(-4px);box-shadow:0 12px 35px #e8458b1f;border-color:#e8458b40}.cherry-reviews-product__card:before{content:"";position:absolute;top:12px;right:14px;width:30px;height:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='35' cy='65' r='18' fill='%23E8458B' opacity='0.12'/%3E%3Ccircle cx='60' cy='65' r='18' fill='%23E8458B' opacity='0.12'/%3E%3Cpath d='M35 47 Q47 10 60 47' stroke='%23E8458B' stroke-width='3' fill='none' opacity='0.12' stroke-linecap='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:0;transition:opacity .3s ease}.cherry-reviews-product__card:hover:before{opacity:1}.cherry-reviews-product__card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.cherry-reviews-product__card-stars{display:flex;gap:2px}.cherry-reviews-product__card-star{width:16px;height:16px;color:#f5a623}.cherry-reviews-product__card-star--empty{color:#e0d6c8}.cherry-reviews-product__card-date{font-size:.75rem;color:#bbb}.cherry-reviews-product__card-title{font-size:1rem;font-weight:700;color:#121212;margin:0 0 .5rem}.cherry-reviews-product__card-text{font-size:.9rem;line-height:1.6;color:#555;margin:0 0 1.25rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.cherry-reviews-product__reviewer{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid rgba(232,69,139,.08)}.cherry-reviews-product__avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#fff;flex-shrink:0;background:linear-gradient(135deg,#e8458b,#f06aaa)}.cherry-reviews-product__reviewer-info{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.cherry-reviews-product__reviewer-name{font-size:.85rem;font-weight:600;color:#333}.cherry-reviews-product__reviewer-meta{display:flex;align-items:center;gap:.5rem;font-size:.72rem;color:#aaa}.cherry-reviews-product__verified{display:inline-flex;align-items:center;gap:.2rem;color:#2ecc71;font-weight:600;font-size:.72rem}.cherry-reviews-product__verified svg{width:12px;height:12px;fill:#2ecc71}.cherry-reviews-product__card-photo{width:100%;border-radius:10px;margin-bottom:1rem;overflow:hidden;aspect-ratio:16 / 10}.cherry-reviews-product__card-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.cherry-reviews-product__card:hover .cherry-reviews-product__card-photo img{transform:scale(1.04)}.cherry-reviews-product__more{text-align:center;margin-top:2rem}.cherry-reviews-product__more-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 2rem;background:#e8458b;color:#fff;border:none;border-radius:30px;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cherry-reviews-product__more-btn:hover{background:#d13a7a;transform:translateY(-2px);box-shadow:0 6px 20px #e8458b4d}@keyframes cherry-star-pop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}.cherry-reviews-product__aggregate .cherry-reviews-product__star{opacity:0;transform:scale(0)}.cherry-reviews-product__aggregate.cherry-visible .cherry-reviews-product__star{animation:cherry-star-pop .4s ease forwards}.cherry-reviews-product__aggregate.cherry-visible .cherry-reviews-product__star:nth-child(1){animation-delay:.05s}.cherry-reviews-product__aggregate.cherry-visible .cherry-reviews-product__star:nth-child(2){animation-delay:.12s}.cherry-reviews-product__aggregate.cherry-visible .cherry-reviews-product__star:nth-child(3){animation-delay:.19s}.cherry-reviews-product__aggregate.cherry-visible .cherry-reviews-product__star:nth-child(4){animation-delay:.26s}.cherry-reviews-product__aggregate.cherry-visible .cherry-reviews-product__star:nth-child(5){animation-delay:.33s}@media screen and (max-width:989px){.cherry-reviews-product__grid{grid-template-columns:1fr;gap:1.25rem}}@media screen and (max-width:749px){.cherry-reviews-product{padding:2.5rem 0 2rem}.cherry-reviews-product__inner{padding:0 1.25rem}.cherry-reviews-product__title{font-size:1.5rem}.cherry-reviews-product__big-rating{font-size:2.5rem}.cherry-reviews-product__card{padding:1.25rem}.cherry-reviews-product__label{font-size:.85rem}.cherry-reviews-product__breakdown{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/cherry-product-reviews.css.map */
