.cr-section{--cr-primary: #1e6b5e;--cr-primary-light: #e8f3f0;--cr-text: #1a1a1a;--cr-text-muted: #6b6b6b;--cr-border: #e5e5e5;--cr-bg: #ffffff;--cr-star: #1e6b5e;--cr-star-empty: #d1d5db;--cr-radius: 12px;--cr-radius-sm: 8px;--cr-shadow: 0 1px 3px rgba(0, 0, 0, .06);margin:0 auto;padding:20px 56px;font-family:inherit;color:var(--cr-text)}.cr-header{margin-bottom:4px}.cr-eyebrow{color:var(--cr-primary);font-size:13px;font-weight:600;letter-spacing:.1em;margin:0 0 8px;text-transform:uppercase}.cr-title{font-size:clamp(24px,4vw,36px);font-weight:700;line-height:1.2;margin:0 0 8px;color:var(--cr-text)}.cr-subtitle{font-size:16px;color:var(--cr-text-muted);margin:0}.cr-stats-bar{display:flex;align-items:center;gap:8px;background:var(--cr-primary-light);border-radius:var(--cr-radius);padding:16px 20px;margin:8px 0;flex-wrap:wrap}.cr-stat{display:flex;flex-direction:column;align-items:flex-start;padding:0 20px;border-right:1px solid rgba(30,107,94,.2);flex:1;min-width:80px}.cr-stat:last-child{border-right:none}.cr-stat-value{font-size:18px;font-weight:700;color:var(--cr-text);line-height:1.2}.cr-stat-label{font-size:13px;color:var(--cr-text-muted);margin-top:2px}.cr-filters{display:flex;flex-direction:column;gap:4px;margin:8px 0}.cr-filters-row{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}.cr-filters-row::-webkit-scrollbar{display:none}.cr-filters-types{overflow:visible;flex-wrap:wrap}.cr-filters-products{padding-top:8px;border-top:1px solid var(--cr-border)}.cr-filter{flex-shrink:0;padding:8px 12px;border:1px solid var(--cr-border);border-radius:999px;background:var(--cr-bg);color:var(--cr-text);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;font-family:inherit}.cr-filter:hover{border-color:var(--cr-primary)}.cr-filter.is-active{background:var(--cr-primary);color:#fff;border-color:var(--cr-primary)}.cr-filter-product{font-size:14px;padding:8px 12px}.cr-dropdown{position:relative;flex-shrink:0}.cr-dropdown-caret{font-size:10px;line-height:1;transition:transform .2s ease}.cr-dropdown.is-open .cr-dropdown-caret{transform:rotate(180deg)}.cr-dropdown-panel{position:absolute;top:calc(100% + 6px);left:0;z-index:30;min-width:230px;max-height:320px;overflow-y:auto;padding:8px;background:var(--cr-bg);border:1px solid var(--cr-border);border-radius:var(--cr-radius-sm);box-shadow:0 10px 28px #0000001f}.cr-dropdown-panel[hidden]{display:none}.cr-dropdown-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 8px 10px;margin-bottom:6px;border-bottom:1px solid var(--cr-border)}.cr-dropdown-count{font-size:13px;color:var(--cr-text-muted)}.cr-dropdown-reset{padding:0;background:none;border:none;font-family:inherit;font-size:13px;font-weight:500;color:var(--cr-primary);text-decoration:underline;cursor:pointer}.cr-dropdown-list{list-style:none;margin:0;padding:0}.cr-check{display:flex;align-items:center;gap:10px;padding:8px;border-radius:var(--cr-radius-sm);font-size:14px;color:var(--cr-text);cursor:pointer}.cr-check:hover{background:var(--cr-primary-light)}.cr-check input{width:16px;height:16px;margin:0;accent-color:var(--cr-primary);cursor:pointer;flex-shrink:0}.cr-check-label{flex:1}.cr-carousel-wrapper{position:relative;margin:4px 0}.cr-carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:4px}.cr-carousel::-webkit-scrollbar{display:none}.cr-card{flex:0 0 296px;scroll-snap-align:start;background:var(--cr-bg);border:1px solid var(--cr-border);border-radius:var(--cr-radius);box-shadow:var(--cr-shadow);overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.cr-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.cr-card-images{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:#f5f5f5;position:relative;aspect-ratio:16 / 10}.cr-card-image{position:relative;overflow:hidden;background:#f5f5f5}.cr-card-image img{width:100%;height:100%;object-fit:cover;display:block}.cr-card-image-label{position:absolute;top:8px;left:8px;background:var(--cr-bg);color:var(--cr-text);font-size:10px;font-weight:500;line-height:1.2;letter-spacing:.05em;padding:2px 4px;border-radius:4px;text-transform:uppercase}.cr-card-single-image{position:relative;padding:6px;aspect-ratio:16 / 10;overflow:hidden}.cr-card-single-image .cr-card-tags,.cr-card-images .cr-card-tags{position:absolute;bottom:8px;left:8px;right:8px;z-index:1}.cr-card-single-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px}.cr-card-placeholder{aspect-ratio:16 / 10;background:var(--cr-primary-light);display:flex;align-items:center;justify-content:center;color:var(--cr-primary);opacity:.4;font-size:48px}.cr-card-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.cr-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:4px}.cr-card-reviewer{font-weight:600;font-size:15px;color:var(--cr-text)}.cr-stars{display:inline-flex;gap:2px;color:#3ebca2;font-size:14px;letter-spacing:1px}.cr-star:before{font-family:JudgemeStar;content:"\e000"}.cr-star-empty:before{content:"\e001"}.cr-card-summary{display:flex;align-items:flex-start;gap:10px;background:var(--cr-primary-light);border-radius:var(--cr-radius-sm);padding:8px 10px}.cr-card-summary-icon{display:inline-flex;flex-shrink:0;color:var(--cr-primary);margin-top:1px}.cr-card-summary-icon svg{fill:none}.cr-card-summary-content{min-width:0}.cr-card-summary-label{display:block;font-size:13px;font-weight:600;color:var(--cr-primary);margin-bottom:4px}.cr-card-summary-text{font-size:13px;line-height:1.2;color:var(--cr-text);margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cr-card-text{font-size:14px;line-height:1.5;color:var(--cr-text);display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin:0}.cr-read-more{align-self:flex-start;margin-top:-4px;padding:0;background:none;border:none;font:inherit;font-size:13px;font-weight:600;color:var(--cr-primary, #2f6b4f);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.cr-read-more[hidden]{display:none}.cr-read-more:hover{opacity:.8}.cr-card-tags{display:flex;gap:4px;flex-wrap:wrap}.cr-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 4px;background:var(--cr-primary-light);color:var(--cr-primary);border-radius:4px;font-size:10px;font-weight:500;line-height:1.2}.cr-card-product{border-top:1px solid var(--cr-border);padding-top:12px;display:flex;align-items:center;gap:10px;margin-top:auto;text-decoration:none;color:inherit}.cr-card-product:hover{opacity:.85}.cr-card-product-image{width:40px;height:40px;border-radius:6px;background:#f5f5f5;object-fit:cover;flex-shrink:0}.cr-card-product-info{flex:1;min-width:0}.cr-card-product-label{font-size:11px;color:var(--cr-text-muted);margin-bottom:2px}.cr-card-product-name{font-size:13px;font-weight:500;color:var(--cr-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cr-card-product-arrow{color:var(--cr-text-muted);font-size:18px}.cr-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid var(--cr-border);background:var(--cr-bg);font-size:24px;font-weight:300;color:var(--cr-text);cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:var(--cr-shadow);font-family:inherit}.cr-arrow:hover{background:var(--cr-primary);color:#fff;border-color:var(--cr-primary)}.cr-arrow:disabled{opacity:.3;cursor:not-allowed}.cr-arrow-prev{left:-40px}.cr-arrow-next{right:-40px}.cr-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px}.cr-dots{display:flex;align-items:center;justify-content:center;gap:6px}.cr-arrow-inline{display:none;flex:0 0 auto;width:36px;height:36px;border-radius:50%;border:1px solid var(--cr-border);background:var(--cr-bg);color:var(--cr-text);font-size:20px;font-weight:300;line-height:1;cursor:pointer;align-items:center;justify-content:center;font-family:inherit;transition:all .2s ease}.cr-arrow-inline:hover{background:var(--cr-primary);color:#fff;border-color:var(--cr-primary)}.cr-dot{width:8px;height:8px;border-radius:50%;background:var(--cr-border);border:none;cursor:pointer;padding:0;transition:all .2s ease;flex:0 0 auto}.cr-dot.is-active{background:var(--cr-primary);width:24px;border-radius:4px}.cr-dot--edge{width:5px;height:5px;opacity:.6}.cr-loading,.cr-empty{width:100%;text-align:center;padding:48px 20px;color:var(--cr-text-muted);font-size:14px}html.cr-modal-open,html.cr-modal-open body{overflow:hidden}.cr-modal{--cr-primary: #1e6b5e;--cr-primary-light: #e8f3f0;--cr-text: #1a1a1a;--cr-text-muted: #6b6b6b;--cr-border: #e5e5e5;--cr-bg: #ffffff;--cr-star: #1e6b5e;--cr-star-empty: #d1d5db;--cr-radius: 12px;--cr-radius-sm: 8px;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:99999;display:flex;align-items:center;justify-content:center;padding:16px;font-family:inherit;color:var(--cr-text);-webkit-tap-highlight-color:transparent;touch-action:none;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility 0s linear .25s}.cr-modal.is-open{opacity:1;visibility:visible;transition:opacity .25s ease}.cr-modal-content{max-width:480px;width:100%;max-height:90vh;border-radius:16px 16px 0 0;overflow-y:auto;overflow-x:hidden;background:var(--cr-bg);position:relative;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;box-shadow:0 20px 60px #0000004d;transform:translateY(28px);transition:transform .25s ease}.cr-modal.is-open .cr-modal-content{transform:none}@media(prefers-reduced-motion:reduce){.cr-modal,.cr-modal-content{transition:none}}.cr-modal-handle{width:40px;height:4px;border-radius:999px;background:#d1d5db;margin:16px auto 0;flex-shrink:0}.cr-modal-body{padding:0;display:flex;flex-direction:column}.cr-modal-images{display:flex;gap:2px;background:var(--cr-bg);padding:16px 16px 0;border-radius:var(--cr-radius) var(--cr-radius) 0 0;overflow:hidden;flex-shrink:0}.cr-modal-image-wrap{position:relative;flex:1;min-width:0;aspect-ratio:1 / 1;background:#f5f5f5;overflow:hidden}.cr-modal-image-wrap:first-child{border-radius:var(--cr-radius-sm) 0 0 var(--cr-radius-sm)}.cr-modal-image-wrap:last-child{border-radius:0 var(--cr-radius-sm) var(--cr-radius-sm) 0}.cr-modal-image-wrap:only-child{border-radius:var(--cr-radius-sm)}.cr-modal-images--gallery .cr-modal-image-wrap{flex:0 0 100%;aspect-ratio:4 / 3;border-radius:var(--cr-radius-sm)}.cr-modal-images--gallery.cr-modal-images--scroll{overflow-x:auto}.cr-modal-images--gallery.cr-modal-images--scroll .cr-modal-image-wrap{flex:0 0 80%;scroll-snap-align:start}.cr-modal-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.cr-modal-image-label{position:absolute;bottom:12px;left:12px;background:var(--cr-bg);color:var(--cr-text);font-size:11px;font-weight:700;padding:5px 10px;border-radius:6px;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 1px 3px #0000001a}.cr-modal-text-content{padding:16px;display:flex;flex-direction:column;gap:12px}.cr-modal-text-content svg{fill:none;height:100%;width:100%}.cr-modal-reviewer{font-size:24px;font-weight:600;margin:0;color:var(--cr-text);line-height:1.2}.cr-modal-stars{display:inline-flex;gap:4px;font-size:20px;color:#67bab2;margin:-10px 0 0}.cr-modal-summary{display:flex;align-items:flex-start;gap:8px;background:var(--cr-primary-light);border-radius:var(--cr-radius-sm);padding:14px 16px;margin:0}.cr-modal-summary-icon{display:inline-flex;flex-shrink:0;color:var(--cr-primary);margin-top:1px}.cr-modal-summary-content{min-width:0}.cr-modal-summary-label{font-size:14px;font-weight:600;color:var(--cr-primary);margin-bottom:4px;display:block}.cr-modal-summary-text{font-size:14px;color:var(--cr-text);margin:0;line-height:1.2}.cr-modal-meta{border:1px solid var(--cr-border);border-radius:var(--cr-radius-sm);overflow:hidden;margin:0}.cr-modal-meta-row{display:flex;align-items:center;padding:12px 14px;border-bottom:1px solid var(--cr-border);line-height:1.3;background:var(--cr-bg)}.cr-modal-meta-row:last-child{border-bottom:none}.cr-modal-meta-label{flex:0 0 115px;display:flex;align-items:center;gap:8px;color:var(--cr-primary);font-size:14px;font-weight:500}.cr-modal-meta-icon{display:inline-flex;flex-shrink:0;color:var(--cr-text);height:18px;width:18px}.cr-modal-meta-value{flex:1;min-width:0;color:var(--cr-text);font-weight:400;font-size:14px;text-align:left}.cr-modal-product-row{text-decoration:none;color:inherit}.cr-modal-product-row:hover{opacity:.85}.cr-modal-product-value{display:flex;align-items:center;justify-content:flex-start;gap:10px;min-width:0}.cr-modal-product-image{width:44px;height:44px;border:1px solid var(--cr-border);border-radius:8px;background:var(--cr-bg);object-fit:contain;padding:2px;flex-shrink:0}.cr-modal-product-name{color:var(--cr-text);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cr-modal-product-arrow{color:var(--cr-text-muted);font-size:20px;margin-left:8px}.cr-modal-text{font-size:15px;line-height:1.65;color:var(--cr-text);margin:0;white-space:pre-wrap}.cr-modal-cta-form{width:100%;margin:0}.cr-modal-cta-wrap{width:auto;margin:0 -16px;padding:16px 16px 0;border-top:1px solid var(--cr-border)}.cr-modal-cta{display:block;width:100%;margin:10px 0 0;padding:16px;background:var(--cr-primary);color:#fff!important;text-align:center;text-decoration:none;border:none;border-radius:var(--cr-radius-sm);font-family:inherit;font-weight:700;font-size:15px;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease}.cr-modal-cta:hover{opacity:.9;color:#fff!important}.cr-modal-cta.is-loading{position:relative;color:transparent!important;pointer-events:none}.cr-modal-cta.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:cr-spin .6s linear infinite}@keyframes cr-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.cr-section{padding:16px}.cr-card{flex:0 0 280px}.cr-arrow{display:none}.cr-arrow-inline{display:flex}.cr-stat{padding:0 12px}}@media(max-width:480px){.cr-card{flex:0 0 calc(100vw - 64px)}.cr-modal{padding:0;align-items:flex-end}.cr-modal-content{max-height:95vh;transform:translateY(100%)}.cr-modal.is-open .cr-modal-content{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/88/assets/custom-reviews-stylesheet.css.map */
