:root{--r-rcw-wrapper-bg-color: white;--r-rcw-header-text-icon-color: #000;--r-rcw-rating-icon-color: #fbbf24;--r-rcw-btn-bg-color: #007bff;--r-rcw-btn-color: #fff;--r-rcw-btn-border-color: #007bff;--r-rcw-btn-bg-hover-color: #0056b3;--r-rcw-btn-hover-text-color: #fff;--r-rcw-review-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);--r-rcw-review-border-radius: 5px;--r-rcw-review-color: #333;--r-rcw-review-title-color: #333;--r-rcw-review-bg-color: #fff;--r-rcw-review-bg-hover-color: #f5f5f5;--r-rcw-review-separator-color: #ccc;--r-rcw-review-verified-color: green;--r-rcw-review-replies-color: #222;--r-rcw-review-replies-bg-color: #f9f9f9;--r-rcw-carousel-arrow-color: #666;--r-rcw-carousel-arrow-hover-color: #333;--r-rcw-carousel-arrow-background-color: #f8f9fa;--r-rcw-carousel-arrow-border-color: #e9ecef;--r-rcw-carousel-arrow-hover-bg-color: #e9ecef;--r-rcw-carousel-arrow-disabled-bg-color: #f8f9fa;--r-rcw-carousel-indicator-color: #ccc;--r-rcw-carousel-indicator-hover-color: #999;--r-rcw-carousel-indicator-active-color: #007bff;--r-rcw-carousel-transition-duration: 0.3s;--r-rcw-carousel-slide-gap: 1rem;--r-rcw-carousel-cards-per-slide: 3}.r_rcw_carousel_container{position:relative;width:var(--r-rcw-page-width, 100%) !important;max-width:1200px;margin:0 auto;background-color:var(--r-rcw-wrapper-bg-color);border-radius:8px;overflow:hidden;min-height:var(--r-rcw-block-height, auto) !important}.r_rcw_container{display:flex;flex-direction:column;gap:1rem;align-items:center}.r_pw_powered_by{display:flex;justify-content:center;align-items:center}.r_rcw_carousel_wrapper{position:relative;overflow:hidden;width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:none}.r_rcw_carousel_wrapper::-webkit-scrollbar{display:none}.r_rcw_carousel_content{display:flex;transition:transform .3s ease;gap:var(--r-rcw-carousel-slide-gap);will-change:transform;min-height:var(--r-rcw-block-height, auto) !important}.r_rcw_carousel_empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:var(--r-rcw-review-color);opacity:.7}.r_rcw_carousel_empty_icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.r_rcw_carousel_empty_title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.r_rcw_carousel_empty_description{font-size:1rem;margin:0}.r_rcw_carousel_autoplay{position:relative}.r_rcw_carousel_autoplay::after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg, var(--r-rcw-carousel-indicator-active-color), transparent);animation:autoplay-progress 3s linear infinite}@keyframes autoplay-progress{from{width:0%}to{width:100%}}.r_rcw_preview_container{display:flex;flex-direction:column;gap:1rem;width:100%;background-color:var(--r-rcw-wrapper-bg-color);font-family:inherit;padding:1.2rem 0 0}.r_rcw_preview_container.r_rcw_empty_reviews{display:flex;justify-content:center;align-items:center;min-height:300px}.r_rcw_all_reviews_container{position:relative;width:100%}.r_rcw_main_container{padding:.5rem;height:100%;display:flex;flex-direction:column;justify-content:space-around;align-items:start}.r_rcw_review_container_empty{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.r_rcw_review_container_empty--content{display:flex;flex-direction:column;gap:2rem;align-items:center;width:100%}.r_rcw_no_reviews-text-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.r_rcw_empty_review_text{font-weight:bold;font-size:1.5rem;color:var(--r-rcw-header-text-icon-color);text-align:center}.r_rcw_empty_review_text--sub-text{font-weight:700;margin:0;font-size:22px;font-style:italic;color:var(--r-rcw-header-text-icon-color);text-align:center}.r_rcw_empty_review_description--text{margin:0;color:var(--r-rcw-review-replies-color);text-align:center}.r_rcw_loading_text,.r_rcw_empty_review_text{color:var(--r-rcw-header-text-icon-color);text-align:center}.r_rcw_main_toggle_loading_container,.r_rcw_main_toggle_empty_review_container{position:relative;padding:1.75rem}.r_rcw_empty_review--btn{all:unset;text-align:center;cursor:pointer;border-radius:8px;padding:.5rem 1.5rem;background-color:var(--r-rcw-btn-bg-color);color:var(--r-rcw-btn-color);height:30px;width:200px;transition:all var(--r-rcw-carousel-transition-duration) ease}.r_rcw_empty_review--btn:hover{background-color:var(--r-rcw-btn-bg-hover-color);transform:translateY(-1px)}.r_rcw_focused_layout .r_rcw_carousel_content{display:flex;gap:var(--r-rcw-carousel-slide-gap);padding:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}.r_rcw_focused_layout .r_rcw_carousel_content::-webkit-scrollbar{display:none}.r_rcw_focused_layout .r_rcw_focused_card{flex:0 0 auto;min-width:0;max-width:350px !important;min-height:100px !important;scroll-snap-align:start;scroll-snap-stop:normal;height:var(--r-rcw-block-height, auto);overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.r_rcw_focused_review_image{width:100%;height:var(--r-rcw-image-height, 180px);overflow:hidden;background-color:#f5f5f5;flex-shrink:0}.r_rcw_focused_review_image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.r_rcw_focused_card:hover .r_rcw_focused_review_image img{transform:scale(1.05)}.r_rcw_focused_review_rating{display:flex;gap:.2rem;color:var(--r-rcw-rating-icon-color);font-size:.9375rem !important;margin-bottom:.5rem !important;justify-content:space-between;flex-shrink:0}.r_rcw_focused_review_title{font-weight:600;font-size:15px;line-height:1.4;color:var(--r-rcw-review-title-color);padding:0 1rem;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.r_rcw_focused_review_text{line-height:1.5 !important;margin:0 !important;padding:0 1rem !important;font-size:.875rem !important;color:var(--r-rcw-review-color);flex:1 1 0;min-height:0;overflow:hidden;position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:50;line-clamp:50;text-overflow:ellipsis;word-break:break-word;word-wrap:break-word;hyphens:auto;max-height:100%;box-sizing:border-box}.r_rcw_focused_reviewer_info{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.875rem;border-top:1px solid var(--r-rcw-review-separator-color);flex-shrink:0}.r_rcw_focused_reviewer_name{font-weight:600;color:var(--r-rcw-review-color);margin:0;font-size:.8125rem}.r_rcw_focused_review_verified{display:inline-flex;align-items:center;gap:.25rem;color:var(--r-rcw-review-verified-color);font-size:.75rem;font-weight:500;margin-left:.375rem}.r_rcw_focused_review_verified svg{flex-shrink:0;width:14px;height:14px}.r_rcw_focused_review_date{font-size:.75rem;color:var(--r-rcw-review-color);opacity:.6}.r_rcw_focused_product_section{margin-top:.5rem !important;padding-top:.5rem !important;flex-shrink:0}.r_rcw_focused_product_info{display:flex;align-items:center;justify-content:space-between;padding:1rem .5rem}.r_rcw_focused_product_name{font-size:.8rem;font-weight:500;color:var(--r-rcw-review-color);opacity:.8;line-height:1.2;padding:.25rem 0;margin:0;border-left:2px solid var(--r-rcw-rating-icon-color, #fbbf24);padding-left:.5rem;transition:opacity .2s ease}.r_rcw_focused_product_name:hover{opacity:1}.r_rcw_focused_product_thumbnail_section{margin-top:.5rem !important;padding:.75rem 1rem !important;flex-shrink:0}.r_rcw_focused_product_thumbnail_wrapper{display:flex;align-items:center;justify-content:space-between;gap:.5rem !important}.r_rcw_focused_product_thumbnail_img{width:45px;height:45px;object-fit:cover;border-radius:var(--r-rcw-card-border-radius, 6px);border:1px solid rgba(0,0,0,.08);flex-shrink:0;transition:transform .2s ease}.r_rcw_focused_product_thumbnail_img:hover{transform:scale(1.05)}.r_rcw_focused_product_thumbnail_name{font-size:.8rem;font-weight:500;color:var(--r-rcw-review-color);opacity:.9;line-height:1.3;padding-left:.5rem}.r_rcw_centered_layout .r_rcw_carousel_content{display:flex;gap:16px;padding:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.r_rcw_centered_layout .r_rcw_carousel_content::-webkit-scrollbar{display:none}.r_rcw_centered_layout .r_rcw_centered_card{flex:0 0 calc(100% - 16px);min-width:calc(100% - 16px) !important;max-width:calc(100% - 16px) !important;min-height:auto;height:var(--r-rcw-block-height, auto);margin:0;padding:1.25rem;box-sizing:border-box;display:flex;flex-direction:row;align-items:flex-start;gap:1rem;background-color:var(--r-rcw-review-bg-color, #ffffff);border:1px solid var(--r-rcw-border-color, #e5e7eb);border-radius:var(--r-rcw-card-border-radius, 12px);box-shadow:0 2px 8px var(--r-rcw-card-shadow);transition:all .2s ease;scroll-snap-align:start;overflow:hidden}.r_rcw_centered_layout .r_rcw_centered_card:hover{border-color:var(--r-rcw-border-hover-color, #d1d5db);transform:translateY(-2px)}.r_rcw_centered_layout .r_rcw_slide{flex:0 0 100%;min-width:100%;max-width:100%}.r_rcw_centered_review_image{width:120px;height:120px;flex-shrink:0;border-radius:12px;overflow:hidden;flex:1}.r_rcw_centered_review_image img{width:100%;height:100%;object-fit:cover}.r_rcw_centered_review_content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:0;overflow:hidden}.r_rcw_centered_review_header{display:flex;align-items:flex-start;justify-content:space-between}.r_rcw_centered_reviewer_name{font-size:1rem;font-weight:700;color:var(--r-rcw-text-color, #111827);display:flex;align-items:center;gap:.375rem;line-height:1.2}.r_rcw_centered_review_details-review_verfied{display:inline-flex;align-items:center;font-size:.875rem;font-weight:500;color:var(--r-rcw-review-verified-color, #10b981)}.r_rcw_centered_review_details-review_verfied svg{width:16px;height:16px}.r_rcw_centered_review_rating{display:flex;justify-content:space-between;gap:.25rem;margin-bottom:.75rem}.r_rcw_centered_review_rating i{font-size:1rem;color:var(--r-rcw-rating-icon-color, #fbbf24)}.r_rcw_centered_review_title{font-weight:600;font-size:15px;line-height:1.4;color:var(--r-rcw-review-title-color);word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;padding-left:1rem !important;padding-right:1rem !important}.r_rcw_centered_review_text{font-size:.9375rem;line-height:1.6;color:var(--r-rcw-text-color, #4b5563);margin-bottom:.75rem;flex:1 1 0;min-height:0;overflow:hidden;position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:50;line-clamp:50;text-overflow:ellipsis;word-break:break-word;word-wrap:break-word;hyphens:auto;max-height:100%;box-sizing:border-box}.r_rcw_centered_review_date{font-size:.875rem;color:var(--r-rcw-text-color, #9ca3af);font-weight:400;opacity:.7}.r_rcw_centered_product_section{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--r-rcw-border-color, #e5e7eb)}.r_rcw_centered_product_info{display:flex;align-items:center;gap:.5rem}.r_rcw_centered_product_label{display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;color:var(--r-rcw-text-color, #6b7280);opacity:.8}.r_rcw_centered_product_label i{font-size:.875rem}.r_rcw_centered_product_name{font-size:.875rem;font-weight:500;color:var(--r-rcw-text-color, #374151);line-height:1.3}.r_rcw_centered_product_thumbnail_section{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--r-rcw-border-color, #e5e7eb)}.r_rcw_centered_product_thumbnail_wrapper{display:flex;align-items:center;gap:.75rem}.r_rcw_centered_product_thumbnail_img{width:40px;height:40px;object-fit:cover;border-radius:var(--r-rcw-border-radius, 8px);border:1px solid var(--r-rcw-border-color, rgba(0, 0, 0, 0.08));flex-shrink:0}.r_rcw_centered_product_thumbnail_name{font-size:.875rem;font-weight:500;color:var(--r-rcw-text-color, #374151);line-height:1.3}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container{display:flex;flex-direction:row;gap:1rem;align-items:center}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container--below{flex-direction:column;align-items:stretch}.r_rcw_vertical_layout.r_rcw_vertical_sliding_wrapper{height:500px;overflow:hidden;position:relative;display:flex;flex-direction:column;flex:1}.r_rcw_vertical_layout .r_rcw_carousel_wrapper{position:relative}.r_rcw_vertical_layout.r_rcw_vertical_sliding_wrapper .r_rcw_carousel_content{display:flex;flex-direction:column;transition:transform .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);gap:1rem;padding:1rem;will-change:transform;flex:1;overflow:hidden;position:relative}.r_rcw_vertical_layout .r_rcw_vertical_sliding_content{display:flex;flex-direction:column;height:400px;overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-width:none}.r_rcw_vertical_layout .r_rcw_vertical_card{flex:0 0 auto;height:var(--r-rcw-block-height, auto);min-height:auto;max-height:none;display:flex;flex-direction:row;align-items:flex-start;gap:1rem;padding:1rem;background-color:var(--r-rcw-review-bg-color, #ffffff);border:1px solid #e5e7eb;border-radius:var(--r-rcw-card-border-radius, 12px);box-shadow:0 2px 8px var(--r-rcw-card-shadow);transition:all .2s ease;overflow:hidden}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_carousel_navigation,.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_vertical_navigation{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;flex-shrink:0}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_carousel_navigation .r_rcw_nav_btn,.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_vertical_navigation .r_rcw_nav_btn{width:44px;height:44px;border-radius:50%;border:1px solid #e5e7eb;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;font-size:1.125rem;transition:all .2s ease;cursor:pointer}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_carousel_navigation .r_rcw_nav_btn:hover,.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_vertical_navigation .r_rcw_nav_btn:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-1px)}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_carousel_navigation .r_rcw_nav_btn:active,.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_vertical_navigation .r_rcw_nav_btn:active{transform:translateY(0);box-shadow:0 2px 6px rgba(0,0,0,.1)}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_carousel_navigation .r_rcw_nav_btn:disabled,.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_vertical_navigation .r_rcw_nav_btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_carousel_navigation .r_rcw_nav_btn:disabled:hover,.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_vertical_navigation .r_rcw_nav_btn:disabled:hover{transform:none;background:#fff;border-color:#e5e7eb;box-shadow:0 2px 8px rgba(0,0,0,.1)}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_carousel_navigation .r_rcw_nav_btn i,.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_vertical_navigation .r_rcw_nav_btn i{font-size:1.125rem}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_below_navigation{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.75rem;width:100%;margin-top:.5rem}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_below_navigation .r_rcw_nav_btn{width:44px;height:44px;border-radius:50%;border:1px solid #e5e7eb;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;font-size:1.125rem;transition:all .2s ease;cursor:pointer}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_below_navigation .r_rcw_nav_btn:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-1px)}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_below_navigation .r_rcw_nav_btn:active{transform:translateY(0);box-shadow:0 2px 6px rgba(0,0,0,.1)}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_below_navigation .r_rcw_nav_btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_below_navigation .r_rcw_nav_btn:disabled:hover{transform:none;border-color:#e5e7eb;box-shadow:0 2px 8px rgba(0,0,0,.1)}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_below_navigation .r_rcw_nav_btn i{font-size:1.125rem}.r_rcw_vertical_layout.r_rcw_vertical_sliding_wrapper .r_rcw_carousel_dots{display:none}.r_rcw_vertical_review_image{width:120px;height:var(--r-rcw-image-height, 180px) !important;flex-shrink:0;border-radius:var(--r-rcw-card-border-radius, 12px);overflow:hidden;flex:1}.r_rcw_vertical_review_image img{width:100%;height:100%;object-fit:cover}.r_rcw_vertical_review_content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:0;overflow:hidden}.r_rcw_vertical_review_header{display:flex;align-items:flex-start;justify-content:space-between}.r_rcw_vertical_reviewer_name{font-size:1rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.375rem;line-height:1.2}.r_rcw_vertical_review_details-review_verfied{display:inline-flex;align-items:center;font-size:.875rem;font-weight:500}.r_rcw_vertical_review_details-review_verfied svg{width:16px;height:16px}.r_rcw_vertical_review_rating{display:flex;justify-content:space-between;gap:.25rem;margin-bottom:.75rem}.r_rcw_vertical_review_rating i{font-size:1rem}.r_rcw_vertical_review_title{font-weight:600;font-size:15px;line-height:1.4;color:var(--r-rcw-review-title-color);word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;padding-left:1rem !important;padding-right:1rem !important}.r_rcw_vertical_review_text{font-size:.9375rem;line-height:1.6;color:#4b5563;margin-bottom:.75rem;flex:1 1 0;min-height:0;overflow:hidden;position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:50;line-clamp:50;text-overflow:ellipsis;word-break:break-word;word-wrap:break-word;hyphens:auto;max-height:100%;box-sizing:border-box}.r_rcw_vertical_review_date{font-size:.875rem;color:#9ca3af;font-weight:400}.r_rcw_carousel_controls{display:flex;justify-content:center;align-items:center;gap:1rem;margin:1rem 0}.r_rcw_carousel_prev_btn,.r_rcw_carousel_next_btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all var(--r-rcw-carousel-transition-duration) ease;color:var(--r-rcw-carousel-arrow-color);font-size:1.5rem;width:40px;height:40px}.r_rcw_carousel_prev_btn:hover,.r_rcw_carousel_next_btn:hover{color:var(--r-rcw-carousel-arrow-hover-color);background-color:var(--r-rcw-review-bg-hover-color);transform:scale(1.1)}.r_rcw_carousel_prev_btn:disabled,.r_rcw_carousel_next_btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.r_rcw_carousel_prev_btn:disabled:hover,.r_rcw_carousel_next_btn:disabled:hover{background-color:rgba(0,0,0,0);transform:none}.r_rcw_carousel_navigation{display:flex;justify-content:center;align-items:center;gap:1rem;margin:2rem 0 1rem 0;position:relative;z-index:10}.r_rcw_arrows_on_side .r_rcw_carousel_navigation{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);justify-content:space-between;margin:0;padding:0 1rem;pointer-events:none;z-index:20}.r_rcw_arrows_on_side .r_rcw_nav_btn{pointer-events:auto;box-shadow:0 2px 8px rgba(0,0,0,.15)}.r_rcw_arrows_on_side .r_rcw_nav_btn:hover{box-shadow:0 4px 12px rgba(0,0,0,.2)}.r_rcw_arrows_below .r_rcw_carousel_navigation{position:relative;justify-content:center;margin:2rem 0 1rem 0}.r_rcw_arrows_on_side.r_rcw_arrows_below .r_rcw_side_navigation{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);justify-content:space-between;margin:0;padding:0 1rem;pointer-events:none;z-index:20}.r_rcw_arrows_on_side.r_rcw_arrows_below .r_rcw_side_navigation .r_rcw_nav_btn{pointer-events:auto;box-shadow:0 2px 8px rgba(0,0,0,.15)}.r_rcw_arrows_on_side.r_rcw_arrows_below .r_rcw_side_navigation .r_rcw_nav_btn:hover{box-shadow:0 4px 12px rgba(0,0,0,.2)}.r_rcw_arrows_on_side.r_rcw_arrows_below .r_rcw_below_navigation{position:relative;justify-content:center;margin:2rem 0 1rem 0;z-index:10}.r_rcw_nav_btn{background:var(--r-rcw-carousel-arrow-background-color, #ffffff);border:1px solid rgba(0,0,0,.1);cursor:pointer;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:var(--r-rcw-carousel-arrow-color, #000000);font-size:1.125rem;width:40px;height:40px}.r_rcw_nav_btn:hover{background:var(--r-rcw-carousel-arrow-hover-bg-color, #f8f9fa);color:var(--r-rcw-carousel-arrow-hover-color, #000000);border-color:rgba(0,0,0,.2)}.r_rcw_nav_btn:active{background:var(--r-rcw-carousel-arrow-hover-bg-color, #e9ecef)}.r_rcw_nav_btn:disabled{opacity:.3;cursor:not-allowed}.r_rcw_nav_btn:disabled:hover{background:var(--r-rcw-carousel-arrow-disabled-bg-color, #ffffff);border-color:rgba(0,0,0,.1)}.r_rcw_carousel_indicators{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:1rem 0}.r_rcw_carousel_indicator{width:12px;height:12px;border-radius:50%;background-color:var(--r-rcw-carousel-indicator-color);border:none;cursor:pointer;transition:all var(--r-rcw-carousel-transition-duration) ease;padding:0}.r_rcw_carousel_indicator:hover{background-color:var(--r-rcw-carousel-indicator-active-color);transform:scale(1.2)}.r_rcw_carousel_indicator.active{background-color:var(--r-rcw-carousel-indicator-active-color);transform:scale(1.3)}.r_rcw_carousel_indicator:focus{outline:2px solid var(--r-rcw-carousel-indicator-active-color);outline-offset:2px}.r_rcw_carousel_dots{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:1.5rem 0 1rem 0;padding:0}.r_rcw_dot{width:8px;height:8px;border-radius:50%;background-color:rgba(0,0,0,.2);border:none;cursor:pointer;transition:all .2s ease;padding:0}.r_rcw_dot:hover{background-color:rgba(0,0,0,.4)}.r_rcw_dot.r_rcw_active{width:20px;border-radius:4px;background-color:var(--r-rcw-carousel-indicator-active-color)}.r_rcw_dot:focus{outline:2px solid var(--r-rcw-carousel-indicator-active-color);outline-offset:2px}.r_rcw_review_card{background-color:var(--r-rcw-review-bg-color);border:1px solid rgba(0,0,0,.08);border-radius:var(--r-rcw-card-border-radius, 8px);color:var(--r-rcw-review-color);padding:0;margin:0;transition:all .2s ease;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 2px 8px var(--r-rcw-card-shadow);flex:0 0 calc((100% - var(--r-rcw-carousel-slide-gap)*2)/3);min-height:100px !important}.r_rcw_review_card:hover{border-color:rgba(0,0,0,.15)}.r_rcw_review_card:not(:has(.r_rcw_review_image)):not(:has(.r_rcw_product_image)) .r_rcw_review_rating,.r_rcw_review_card:not(:has(.r_rcw_review_image)):not(:has(.r_rcw_product_image)) .r_rcw_review_text,.r_rcw_review_card:not(:has(.r_rcw_review_image)):not(:has(.r_rcw_product_image)) .r_rcw_reviewer_info,.r_rcw_review_card[data-picture-mode=disabled] .r_rcw_review_rating,.r_rcw_review_card[data-picture-mode=disabled] .r_rcw_review_text,.r_rcw_review_card[data-picture-mode=disabled] .r_rcw_reviewer_info{padding-left:0;padding-right:0}.r_rcw_review_card:not(:has(.r_rcw_review_image)):not(:has(.r_rcw_product_image)) .r_rcw_review_rating,.r_rcw_review_card[data-picture-mode=disabled] .r_rcw_review_rating{padding-top:0}.r_rcw_review_card:not(:has(.r_rcw_review_image)):not(:has(.r_rcw_product_image)) .r_rcw_reviewer_info,.r_rcw_review_card[data-picture-mode=disabled] .r_rcw_reviewer_info{padding-bottom:0}.r_rcw_review_image{width:100%;height:var(--r-rcw-image-height, 180px);overflow:hidden;background-color:#f5f5f5}.r_rcw_review_image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.r_rcw_review_card:hover .r_rcw_review_image img{transform:scale(1.05)}.r_rcw_product_image{width:100%;height:var(--r-rcw-image-height, 180px);overflow:hidden;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;padding:1rem}.r_rcw_product_image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.r_rcw_review_card:hover .r_rcw_product_image img{transform:scale(1.08)}.r_rcw_review_rating,.r_rcw_review_text,.r_rcw_reviewer_info{padding-left:1rem !important;padding-right:1rem !important;padding-top:.5rem !important}.r_rcw_review_rating{padding-top:.75rem !important}.r_rcw_reviewer_info{padding-bottom:1rem !important}.r_rcw_review_header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.625rem !important}.r_rcw_review_rating{display:flex;gap:.2rem;color:var(--r-rcw-rating-icon-color) !important;font-size:.9375rem !important;margin-bottom:.5rem !important}.r_rcw_review_date{font-size:.75rem;color:var(--r-rcw-review-color) !important;opacity:.6}.r_rcw_review_content{flex:1;margin:.5rem 0 !important}.r_rcw_review_text{line-height:1.5 !important;margin:0 !important;font-size:.875rem !important;color:var(--r-rcw-review-color);overflow:scroll !important;scrollbar-width:none}.r_rcw_review_footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem !important;border-top:1px solid var(--r-rcw-review-separator-color)}.r_rcw_reviewer_name{font-weight:600;color:var(--r-rcw-review-color);margin:0;font-size:.8125rem}.r_rcw_review_verified{display:inline-flex;align-items:center;gap:.25rem;color:var(--r-rcw-review-verified-color);font-size:.75rem;font-weight:500;margin-left:.375rem}.r_rcw_review_verified svg{flex-shrink:0;width:14px;height:14px}.r_rcw_review_verified_text{font-size:.75rem;font-weight:500}.r_rcw_review_reply{margin-top:1rem;padding:1rem;background-color:var(--r-rcw-review-replies-bg-color);border-radius:var(--r-rcw-card-border-radius, 8px);color:var(--r-rcw-review-replies-color);font-style:italic}.r_rcw_review_reply_author{font-weight:600;margin-bottom:.5rem;display:block}.r_rcw_reviewer_info{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.875rem;border-top:1px solid var(--r-rcw-review-separator-color)}.r_rcw_reviewer_info_left{display:flex;align-items:center;gap:.25rem}.r_rcw_product_section{margin-top:.5rem !important;padding-top:.5rem !important}.r_rcw_product_divider{height:1px;margin-bottom:.5rem;opacity:.5}.r_rcw_product_info{display:flex;align-items:center;justify-content:space-between;padding:1rem .5rem}.r_rcw_product_label{font-size:.7rem;font-weight:500;color:var(--r-rcw-review-color);opacity:.6;text-transform:uppercase;letter-spacing:.3px;margin-bottom:.125rem;display:flex;align-items:center;gap:.25rem}.r_rcw_product_label i{font-size:.75rem;opacity:.7}.r_rcw_product_name{font-size:.8rem;font-weight:500;color:var(--r-rcw-review-color);opacity:.8;line-height:1.2;padding:.25rem 0;margin:0;border-left:2px solid var(--r-rcw-rating-icon-color, #fbbf24);padding-left:.5rem;transition:opacity .2s ease}.r_rcw_product_name:hover{opacity:1}.r_rcw_product_thumbnail_section{margin-top:.5rem !important;padding:.75rem 1rem !important}.r_rcw_product_thumbnail_wrapper{display:flex;align-items:center;justify-content:flex-start;gap:.5rem !important}.r_rcw_product_thumbnail_img{width:45px;height:45px;object-fit:cover;border-radius:var(--r-rcw-card-border-radius, 6px);flex-shrink:0;transition:transform .2s ease}.r_rcw_product_thumbnail_img:hover{transform:scale(1.05)}.r_rcw_product_thumbnail_name{font-size:.8rem;font-weight:500;color:var(--r-rcw-review-color);opacity:.9;line-height:1.3;padding-left:.5rem}@media(max-width: 768px){.r_rcw_product_section{margin-top:.375rem;padding-top:.375rem}.r_rcw_product_name{font-size:.75rem;padding:.2rem 0;padding-left:.4rem}.r_rcw_product_label{font-size:.65rem}.r_rcw_product_divider{margin-bottom:.375rem}.r_rcw_product_thumbnail_img{width:40px;height:40px}.r_rcw_product_thumbnail_name{font-size:.8rem}}.r_rcw_navigation{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 1rem}.r_rcw_navigation_title{font-size:1.5rem;font-weight:700;color:var(--r-rcw-header-text-icon-color);margin:0}.r_rcw_navigation_controls{display:flex;gap:.5rem;align-items:center}.r_rcw_navigation_btn{background-color:var(--r-rcw-btn-bg-color);color:var(--r-rcw-btn-color);border:1px solid var(--r-rcw-btn-border-color);padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all var(--r-rcw-carousel-transition-duration) ease}.r_rcw_navigation_btn:hover{background-color:var(--r-rcw-btn-bg-hover-color);color:var(--r-rcw-btn-hover-text-color);transform:translateY(-1px)}.r_rcw_navigation_btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.r_rcw_navigation_btn:disabled:hover{background-color:var(--r-rcw-btn-bg-color);transform:none}.r_rcw_navigation_info{font-size:.875rem;color:var(--r-rcw-review-color);opacity:.7}.r_rcw_container{position:relative;width:100%;max-width:var(--r-rcw-page-width, 100%);margin:auto;background-color:var(--r-rcw-wrapper-bg-color);min-height:100px}.r_rcw_header{padding:1.5rem 1rem 1.5rem;text-align:center;border-bottom:1px solid rgba(0,0,0,.08)}.r_rcw_title{font-size:1.5rem;font-weight:600;color:var(--r-rcw-header-text-color);margin:0 0 .75rem 0;letter-spacing:-0.01em}.r_rcw_average_rating{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:.5rem}.r_rcw_average_rating_stars{display:flex;gap:.25rem;color:var(--r-rcw-rating-icon-color);font-size:1.125rem}.r_rcw_average_rating_text{display:flex;align-items:baseline;gap:.375rem;font-size:.875rem;color:var(--r-rcw-header-text-color)}.r_rcw_average_rating_value{font-size:1.25rem;font-weight:700}.r_rcw_average_rating_label{opacity:.7}.r_rcw_average_rating_count{opacity:.6;font-size:.8125rem}.r_pw_powered_by,.r_rfw_powered_by,.r_qna_powered_by{font-size:14px;text-align:end;padding:5px 0;color:#666;font-weight:400;display:flex;align-items:center;justify-content:flex-start;bottom:0}.r_pw_powered_by a,.r_rfw_powered_by a,.r_qna_powered_by a{display:flex;align-items:center;text-decoration:none;font-weight:500;color:inherit}.r_pw_powered_by img,.r_rfw_powered_by img,.r_qna_powered_by img{height:30px;width:30px}.r_pw_powered_by p,.r_rfw_powered_by p,.r_qna_powered_by p{display:inline-block;background-color:#000;color:#fff;font-weight:bold;font-size:12px;padding:3px 8px;border-radius:999px;margin:0}@media screen and (max-width: 480px){.r_pw_powered_by,.r_rfw_powered_by,.r_qna_powered_by{font-size:11px}.r_pw_powered_by img,.r_rfw_powered_by img,.r_qna_powered_by img{height:20px;width:20px}.r_pw_powered_by p,.r_rfw_powered_by p,.r_qna_powered_by p{font-size:11px}}@media screen and (min-width: 1200px){.r_rcw_review_card{flex:0 0 calc((100% - var(--r-rcw-carousel-slide-gap)*2)/3)}}@media screen and (max-width: 1199px)and (min-width: 992px){.r_rcw_review_card{flex:0 0 calc((100% - var(--r-rcw-carousel-slide-gap)*2)/3)}}@media screen and (max-width: 991px)and (min-width: 768px){.r_rcw_carousel_container{max-width:100%;margin:0 1rem}.r_rcw_review_card{flex:0 0 calc((100% - var(--r-rcw-carousel-slide-gap))/2);min-width:250px}.r_rcw_navigation{flex-direction:column;gap:1rem;align-items:flex-start}.r_rcw_navigation_controls{width:100%;justify-content:center}.r_rcw_focused_layout .r_rcw_focused_card{flex:0 0 calc((100% - var(--r-rcw-carousel-slide-gap))/2);min-width:250px}}@media screen and (max-width: 767px){.r_rcw_arrows_on_side .r_rcw_carousel_navigation{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);justify-content:space-between;margin:0;padding:0 .5rem}.r_rcw_arrows_on_side .r_rcw_nav_btn{box-shadow:0 2px 8px rgba(0,0,0,.15);width:35px;height:35px;font-size:1rem}.r_rcw_review_card{flex:0 0 calc(100% - 2rem);min-width:calc(100% - 2rem)}.r_rcw_review_card{padding:1rem}.r_rcw_navigation_title{font-size:1.25rem}.r_rcw_carousel_controls{gap:.5rem}.r_rcw_carousel_prev_btn,.r_rcw_carousel_next_btn{width:35px;height:35px;font-size:1.25rem}.r_rcw_focused_layout .r_rcw_focused_card{flex:0 0 calc(100% - 2rem);min-width:calc(100% - 2rem)}.r_rcw_centered_layout .r_rcw_carousel_content{padding:.75rem}.r_rcw_centered_layout .r_rcw_centered_card{flex-direction:column;align-items:stretch;padding:1rem;gap:1rem;min-width:calc(100% - 1.5rem) !important;max-width:calc(100% - 1.5rem) !important}.r_rcw_centered_review_image{width:100%;height:auto;min-height:200px;max-height:240px;flex:none;aspect-ratio:16/9;border-radius:var(--r-rcw-card-border-radius, 8px)}.r_rcw_centered_review_image img{width:100%;height:100%;object-fit:cover}.r_rcw_centered_review_content{width:100%;min-width:100%}.r_rcw_centered_reviewer_name{font-size:1rem;font-weight:600}.r_rcw_centered_review_rating{margin-bottom:.5rem}.r_rcw_centered_review_rating i{font-size:1.125rem}.r_rcw_centered_review_text{font-size:.9375rem;line-height:1.6;-webkit-line-clamp:4;line-clamp:4;margin-bottom:1rem}.r_rcw_centered_review_date{font-size:.875rem}.r_rcw_centered_product_thumbnail_img{width:40px;height:40px}.r_rcw_centered_product_thumbnail_name,.r_rcw_centered_product_name{font-size:.875rem}}@media screen and (max-width: 576px){.r_rcw_review_card{padding:.75rem}.r_rcw_review_text{font-size:.875rem}.r_rcw_navigation_title{font-size:1.125rem}.r_rcw_navigation_btn{padding:.375rem .75rem;font-size:.8rem}.r_rcw_carousel_indicators{gap:.25rem}.r_rcw_carousel_indicator{width:8px;height:8px}.r_rcw_centered_layout .r_rcw_carousel_content{padding:.5rem}.r_rcw_centered_layout .r_rcw_centered_card{padding:.875rem;gap:.875rem;border-radius:var(--r-rcw-card-border-radius, 10px)}.r_rcw_centered_review_image{min-height:180px;max-height:200px}.r_rcw_centered_reviewer_name{font-size:.9375rem}.r_rcw_centered_review_rating i{font-size:1rem}.r_rcw_centered_review_text{font-size:.875rem;-webkit-line-clamp:3;line-clamp:3}.r_rcw_centered_product_thumbnail_img{width:36px;height:36px}}@media screen and (max-width: 400px){.r_rcw_carousel_track{gap:.5rem}.r_rcw_review_card{padding:.5rem}.r_rcw_navigation{padding:0 .5rem}.r_rcw_navigation_title{font-size:1rem}.r_rcw_carousel_prev_btn,.r_rcw_carousel_next_btn{width:30px;height:30px;font-size:1rem}}@media screen and (max-width: 768px){.r_rcw_vertical_layout.r_rcw_vertical_sliding_container{flex-direction:column;align-items:stretch;padding:.5rem}.r_rcw_vertical_layout.r_rcw_vertical_sliding_wrapper{height:auto;min-height:400px}.r_rcw_vertical_layout .r_rcw_vertical_card{flex-direction:column;align-items:stretch;padding:1rem;gap:.875rem;max-width:100% !important}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_carousel_navigation,.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_vertical_navigation{flex-direction:row;justify-content:center;gap:1rem;width:100%;margin-top:1rem}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_carousel_navigation .r_rcw_nav_btn,.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_vertical_navigation .r_rcw_nav_btn{width:40px;height:40px;font-size:1rem}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_below_navigation{display:flex;flex-direction:row;justify-content:center;gap:1rem;width:100%;margin-top:1rem}.r_rcw_vertical_layout.r_rcw_vertical_sliding_container .r_rcw_below_navigation .r_rcw_nav_btn{width:40px;height:40px;font-size:1rem}.r_rcw_vertical_review_image{width:100%;height:auto;aspect-ratio:16/9;max-height:200px;border-radius:var(--r-rcw-card-border-radius, 8px)}.r_rcw_vertical_review_image img{width:100%;height:100%;object-fit:cover}.r_rcw_vertical_review_content{min-width:100%}.r_rcw_vertical_reviewer_name{font-size:.9375rem}.r_rcw_vertical_review_rating i{font-size:.9375rem}.r_rcw_vertical_review_text{font-size:.875rem;-webkit-line-clamp:4;line-clamp:4}.r_rcw_vertical_review_date{font-size:.8125rem}.r_rcw_vertical_product_thumbnail_img{width:45px;height:45px;padding:3px}.r_rcw_vertical_product_thumbnail_name{font-size:.8125rem}.r_rcw_vertical_sliding_content{height:300px}.r_rcw_vertical_layout.r_rcw_vertical_sliding_wrapper .r_rcw_carousel_content{padding:.75rem}.r_rcw_container{margin-top:.75rem;gap:.75rem}}@media screen and (min-width: 769px)and (max-width: 1024px){.r_rcw_vertical_layout .r_rcw_vertical_card{padding:1rem;gap:.875rem;max-width:95% !important}.r_rcw_vertical_review_image{width:100px}.r_rcw_vertical_review_text{font-size:.875rem}}@media screen and (max-width: 480px){.r_rcw_vertical_layout.r_rcw_vertical_sliding_wrapper{min-height:350px}.r_rcw_vertical_layout .r_rcw_vertical_card{padding:.875rem;gap:.75rem}.r_rcw_vertical_review_image{max-height:180px}.r_rcw_vertical_reviewer_name{font-size:.875rem}.r_rcw_vertical_review_rating i{font-size:.875rem}.r_rcw_vertical_review_text{font-size:.8125rem;-webkit-line-clamp:3;line-clamp:3}.r_rcw_vertical_product_thumbnail_img{width:40px;height:40px}}.r_rcw_disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.r_rcw_hide{display:none}.r_rcw_visible{display:block}.r_rcw_responsive_picture{width:100%;padding:0;margin:0}.slide-animation{transform:translateX(100%);transition:transform var(--r-rcw-carousel-transition-duration) ease-out}.slide-animation.slide-in{transform:translateX(0)}.fade-animation{opacity:0;transition:opacity var(--r-rcw-carousel-transition-duration) ease-out}.fade-animation.fade-in{opacity:1}.scale-animation{transform:scale(0.8);transition:transform var(--r-rcw-carousel-transition-duration) ease-out}.scale-animation.scale-in{transform:scale(1)}.r_rcw_focusable:focus{outline:2px solid var(--r-rcw-carousel-indicator-active-color);outline-offset:2px}.r_rcw_sr_only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.r_rcw_responsive_image{width:100%;object-fit:cover}.r_rcw_yuko-loader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:hsla(0,0%,100%,.8);z-index:9999}.r_rcw_yuko-loader-fixed{height:250px;position:relative}.r_rcw_yuko-loader-spinner{border:4px solid #f3f3f3;border-top:4px solid var(--r-rcw-carousel-indicator-active-color);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.r_rcw_loading_overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center;z-index:1000}.r_rcw_loading_text{color:var(--r-rcw-review-color);font-size:1rem;margin-left:1rem}/*# sourceMappingURL=review_carousel_widget.css.map */
