.crv{--crv-ink: #22314b;--crv-body: #5d687b;--crv-muted: #8992a2;--crv-line: #e8e5df;--crv-card-bg: #ffffff;--crv-shadow: 0 4px 18px rgba(27, 36, 64, .07);--crv-shadow-hover: 0 12px 30px rgba(27, 36, 64, .12);--crv-radius: 16px;display:block;color:var(--crv-ink);padding:clamp(30px,5vw,30px) 0}.crv[hidden]{display:none}.crv{max-width:100%;overflow-x:hidden}.crv *,.crv *:before,.crv *:after{box-sizing:border-box}.crv button,.crv a{-webkit-tap-highlight-color:transparent}.crv .crv__container{width:100%;padding-inline:clamp(16px,4vw,56px)}.crv .crv-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.crv :focus-visible{outline:2px solid var(--crv-gold);outline-offset:3px}.crv .crv__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:14px}.crv .crv__intro{flex:1 1 440px;min-width:0}.crv .crv__title{margin:0;font-size:clamp(26px,3.6vw,30px);font-weight:800;line-height:1;color:var(--crv-ink);letter-spacing:-.01em}.crv .crv__subtitle{max-width:640px;margin:10px 0 0;color:var(--crv-body);font-size:clamp(14px,1.5vw,16px);line-height:1.6}.crv .crv-ratings{display:flex;gap:12px;flex:0 0 auto;flex-wrap:wrap}.crv .crv-rating{display:inline-flex;align-items:center;gap:10px;padding:9px 18px;border:1px solid var(--crv-line);border-radius:999px}.crv .crv-rating--product{background:#fdf6ea;border-color:#f1e4c9}.crv .crv-rating--google{background:#eef4fb;border-color:#d9e6f6}.crv .crv-rating__icon{display:grid;flex:0 0 auto;place-items:center}.crv .crv-rating__icon--star svg{width:22px;height:22px;fill:var(--crv-star)}.crv .crv-rating__icon--google svg{width:20px;height:20px}.crv .crv-rating__score{display:inline-flex;align-items:baseline;gap:1px;line-height:1;white-space:nowrap}.crv .crv-rating__score strong{font-size:19px;font-weight:800;color:var(--crv-ink)}.crv .crv-rating__score span{font-size:13px}.crv .crv-rating__divider{flex:0 0 auto;width:1px;height:18px;background:var(--crv-line)}.crv .crv-rating__label{font-size:13px;font-weight:500;white-space:nowrap}.crv .crv-carousel{position:relative}.crv .crv-track{display:flex;gap:18px;overflow-x:auto;padding:4px 2px 12px;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.crv .crv-track::-webkit-scrollbar{display:none}.crv .crv-card{flex:0 0 calc((100% - 54px)/4);min-width:0;scroll-snap-align:start}.crv .crv-arrow{position:absolute;top:50%;z-index:2;display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--crv-line);border-radius:50%;background:#fff;color:var(--crv-ink);box-shadow:var(--crv-shadow);cursor:pointer;transform:translateY(-50%);transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease,color .2s ease}.crv .crv-arrow svg{width:20px;height:20px}.crv .crv-arrow:hover:not(:disabled){color:var(--crv-gold);box-shadow:var(--crv-shadow-hover);transform:translateY(-50%) scale(1.04)}.crv .crv-arrow:disabled{visibility:hidden;opacity:0;pointer-events:none}.crv .crv-arrow--prev{left:-21px}.crv .crv-arrow--next{right:-21px}.crv .crv-card{display:flex;flex-direction:column;min-height:100%;padding:clamp(15px,1.3vw,20px);background:var(--crv-card-bg);border:1px solid var(--crv-line);border-radius:var(--crv-radius);box-shadow:var(--crv-shadow);text-align:left;transition:transform .25s ease,box-shadow .25s ease}.crv .crv-card:hover{transform:translateY(-3px);box-shadow:var(--crv-shadow-hover)}.crv .crv-card__head{display:flex;align-items:center;gap:11px;min-width:0}.crv .crv-card__avatar{position:relative;display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border-radius:50%;background:#e9f7ee;color:#2f8f57}.crv .crv-card__avatar-user{width:23px;height:23px}.crv .crv-card__verified{position:absolute;right:-2px;bottom:-2px;display:block;width:16px;height:16px}.crv .crv-card__verified svg{display:block;width:100%;height:100%}.crv .crv-card__verified circle{fill:#2e9e5b}.crv .crv-card__who{flex:1 1 auto;min-width:0;display:grid;gap:6px}.crv .crv-card__row{display:flex;align-items:center;justify-content:space-between;gap:5px;min-width:0}.crv .crv-card__name{overflow:hidden;min-width:0;font-size:14px;font-weight:600;line-height:1;color:var(--crv-ink);text-overflow:ellipsis;white-space:nowrap}.crv .crv-card__location{display:inline-flex;align-items:center;gap:4px;min-width:0;flex:0 1 auto;color:var(--crv-muted);font-size:11.5px;line-height:1;text-align:right}.crv .crv-card__location svg{flex:0 0 auto;width:13px;height:13px}.crv .crv-card__location>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crv .crv-card__rating{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.crv .crv-card__score{font-size:12px;font-weight:600;white-space:nowrap}.crv .crv-card__date{flex:0 0 auto;color:var(--crv-muted);font-size:12px;white-space:nowrap}.crv .crv-stars{display:inline-flex;gap:2px;flex:0 0 auto}.crv .crv-stars svg{display:block;width:15px;height:15px}.crv .crv-stars .crv-star-on{fill:var(--crv-star)}.crv .crv-stars .crv-star-off{fill:#dedbd3}.crv .crv-card__body{display:flex;gap:10px;align-items:flex-start;flex:1 1 auto;min-width:0;margin-top:14px}.crv .crv-card__image-link{position:relative;flex:0 0 88px;width:88px;height:88px;overflow:hidden;border-radius:10px;background:#f2f1ed;text-decoration:none}.crv .crv-card__image{display:block;width:88px;height:88px;max-width:88px;object-fit:cover;transition:transform .3s ease}.crv .crv-card__image-link:hover .crv-card__image{transform:scale(1.05)}.crv .crv-card__image-count{position:absolute;left:6px;bottom:6px;display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border-radius:999px;background:#0f172ac7;color:#fff;font-size:10px;font-weight:700;line-height:1}.crv .crv-card__image-count svg{width:12px;height:12px}.crv .crv-card__text{flex:1 1 auto;min-width:0;display:-webkit-box;overflow:hidden;margin:0;color:var(--crv-body);font-size:13px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:6}.crv .crv-card__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:8px;margin-top:16px;padding-top:13px;border-top:1px solid var(--crv-line)}.crv .crv-votes{display:flex;align-items:center;flex-wrap:nowrap;gap:6px;flex:1 1 auto;min-width:0}.crv .crv-vote{display:inline-flex;align-items:center;gap:6px;margin:0;padding:8px 12px;border:0;border-radius:999px;background:#eef1f6;color:var(--crv-ink);font:inherit;font-size:11px;font-weight:600;line-height:1;white-space:nowrap;min-width:0;cursor:pointer;transition:background .2s ease,color .2s ease}.crv .crv-vote>span{min-width:0;overflow:hidden;text-overflow:ellipsis}.crv .crv-vote svg{flex:0 0 auto;width:16px;height:16px;transition:transform .2s ease}.crv .crv-vote:hover:not(:disabled){background:#e5e9f1}.crv .crv-vote--up:hover:not(:disabled) svg{transform:translateY(-1px)}.crv .crv-vote--down:hover:not(:disabled) svg{transform:translateY(1px)}.crv .crv-vote:focus-visible{outline:2px solid var(--crv-gold);outline-offset:2px}.crv .crv-vote.is-voted{background:#e5e9f1}.crv .crv-vote--up.is-voted{color:var(--crv-gold)}.crv .crv-vote--down.is-voted{color:#b23b3b}.crv .crv-vote.is-voted svg{fill:color-mix(in srgb,currentColor 18%,transparent)}.crv .crv-vote:disabled{cursor:wait;opacity:.65}.crv .crv-card__product{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:0 1 auto;min-height:36px;min-width:0;padding:9px 15px;border-radius:999px;background:var(--crv-accent);color:#fff;font-size:12px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}.crv .crv-card__product>span{min-width:0;overflow:hidden;text-overflow:ellipsis}.crv .crv-card__product:hover{transform:translateY(-1px);box-shadow:var(--crv-shadow-hover)}.crv .crv-card__product svg{width:14px;height:14px}.crv .crv-dots[hidden]{display:none}.crv .crv-dots{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:16px}.crv .crv-dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#d6d2c8;cursor:pointer;transition:background .2s ease,width .2s ease}.crv .crv-dot.is-active{width:22px;background:var(--crv-gold)}.crv .crv-actions{display:flex;justify-content:center;margin-top:clamp(20px,3vw,30px)}.crv .crv-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:13px 30px;border:0;border-radius:999px;background:var(--crv-gold);color:#fff;font-size:12.5px;font-weight:700;letter-spacing:.1em;line-height:1;text-decoration:none;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.crv .crv-cta:hover{transform:translateY(-1px);filter:brightness(1.04);box-shadow:var(--crv-shadow-hover)}.crv .crv-cta svg{width:16px;height:16px}.crv .crv-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:56px;background:#0a0e16f0;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.crv .crv-lightbox[hidden]{display:flex}.crv .crv-lightbox.is-open{opacity:1;visibility:visible}.crv .crv-lightbox__stage{display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:0}.crv .crv-lightbox__image{display:block;width:auto;max-width:min(1100px,90vw);height:auto;max-height:82vh;object-fit:contain;border-radius:8px}.crv .crv-lightbox__button{position:absolute;z-index:2;display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;background:#ffffff1f;color:#fff;cursor:pointer;transition:background .2s ease}.crv .crv-lightbox__button:hover{background:#ffffff3d}.crv .crv-lightbox__button svg{width:20px;height:20px}.crv .crv-lightbox__close{top:18px;right:18px}.crv .crv-lightbox__prev{left:18px;top:50%;transform:translateY(-50%)}.crv .crv-lightbox__next{right:18px;top:50%;transform:translateY(-50%)}.crv .crv-lightbox__counter{position:absolute;top:25px;left:50%;z-index:2;color:#fff;font-size:12px;font-weight:600;transform:translate(-50%)}.crv .crv-lightbox[data-single] .crv-lightbox__prev,.crv .crv-lightbox[data-single] .crv-lightbox__next{display:none}@media screen and (min-width:1600px){.crv .crv-card{flex-basis:calc((100% - 72px)/5)}}@media screen and (min-width:2000px){.crv .crv-card{flex-basis:calc((100% - 90px) / 6)}}@media screen and (max-width:1100px){.crv .crv-card{flex-basis:calc((100% - 36px) / 3)}}@media screen and (max-width:860px){.crv .crv-card{flex-basis:calc((100% - 18px)/2)}.crv .crv-arrow--prev{left:-14px}.crv .crv-arrow--next{right:-14px}.crv .crv-ratings{width:100%;flex-wrap:nowrap;gap:5px}.crv .crv-rating{flex:1 1 0;min-width:0;justify-content:center;gap:6px;padding:9px 18px}.crv .crv-rating__icon--star svg{width:20px;height:20px}.crv .crv-rating__score strong,.crv .crv-rating__score span{font-size:13px}.crv .crv-rating__icon--google svg{width:20px;height:20px}}@media screen and (max-width:680px){.crv .crv__container{padding-inline:clamp(14px,4vw,22px)}.crv .crv__header{gap:18px}.crv .crv-track{gap:12px}.crv .crv-card{flex:0 0 86%}.crv .crv-arrow{display:none}}@media screen and (max-width:420px){.crv .crv-card{flex-basis:90%}.crv .crv-rating{gap:7px;padding:9px 11px}.crv .crv-rating__label{white-space:normal;line-height:1.2}.crv .crv-vote{flex:1 1 auto;justify-content:center;gap:5px;padding:8px 10px;font-size:11px}.crv .crv-vote svg{width:14px;height:14px}.crv .crv-card__product{gap:4px;padding:9px 12px;font-size:11px}.crv .crv-card__product svg{display:none}}@media(prefers-reduced-motion:reduce){.crv .crv-track{scroll-behavior:auto}.crv .crv-vote,.crv .crv-card,.crv .crv-card__image,.crv .crv-arrow,.crv .crv-lightbox,.crv .crv-card__product,.crv .crv-cta{transition:none}.crv .crv-card:hover,.crv .crv-arrow:hover:not(:disabled),.crv .crv-card__product:hover,.crv .crv-cta:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/collection-reviews.css.map */
