 @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');.product-review-container {background-color: #fff;border-radius: 8px;width: 100%;}.review-title {font-size: 18px;font-weight: 550;margin-bottom: 15px;color: #333;}.review-summary-section {display: flex;align-items: flex-start;gap: 20px;padding-bottom: 10px;border-bottom: 1px solid #eee;}.summary-left {flex: 0 0 auto;width: 150px;text-align: center;border-right: 1px solid #eee;padding-right: 20px;}@media (max-width: 768px) {.summary-left {width: 100%;border-right: none;padding-right: 0;border-bottom: 1px solid #eee;padding-bottom: 15px;}.review-summary-section {flex-wrap: wrap;}}.overall-rating .rating-score {font-size: 38px;font-weight: bold;color: #ffc107;line-height: 1;}.overall-rating .stars-display {margin: 5px 0;}.overall-rating .stars-display .fa-star, .overall-rating .stars-display .fa-star-half-alt {color: #e0e0e0;font-size: 18px;}.overall-rating .stars-display .filled {color: #ffc107;}.overall-rating .happy-customers {display: block;font-size: 14px;color: #555;margin-top: 5px;}.overall-rating .total-reviews {display: block;font-size: 14px;color: #888;margin-top: 2px;}.summary-right {flex-grow: 1;padding-left: 20px;}@media (max-width: 768px) {.summary-right {padding-left: 0;}.input-group{flex-direction:column;}.close-button-fixed {right: 27px !important;}.photo-viewer-wrapper{flex-direction:column;}}.rating-breakdown .rating-row {display: flex;align-items: center;margin-bottom: 5px;}.rating-breakdown .rating-label {width: 30px;font-size: 14px;color: #555;display: flex;align-items: center;justify-content: space-between;}.rating-breakdown .rating-label .fa-star {font-size: 12px;color: #ffc107;}.rating-breakdown .progress-bar-wrapper {flex-grow: 1;height: 8px;background-color: #f0f0f0;border-radius: 4px;margin: 0 10px;overflow: hidden;}.rating-breakdown .progress-bar {height: 100%;background-color: #ffc107;border-radius: 4px;transition: width 0.5s ease-in-out;}.rating-breakdown .rating-percent {font-size: 14px;color: #555;width: 50px;text-align: right;}.summary-gallery {display: flex;flex-wrap: wrap;gap: 8px;margin-top: 5px;}.summary-gallery .gallery-item {width: 70px;height: 70px;border-radius: 6px;overflow: hidden;cursor: pointer;border: 1px solid #eee;box-sizing: border-box;}.summary-gallery .gallery-item img {width: 100%;height: 100%;object-fit: cover;}.summary-gallery .view-more-photos {background-color: #f0f2f5;display: flex;align-items: center;justify-content: center;font-size: 12px;color: #007bff;text-align: center;line-height: 1.2;cursor: pointer;font-weight: bold;border: 1px dashed #ccc;}.user-review-item {border-bottom: 1px solid #eee;padding: 10px 0;}.user-review-item:last-child {border-bottom: none;}.user-info {display: flex;align-items: center;margin-bottom: 5px;}.user-info .user-name {font-weight: bold;color: #333;font-size: 16px;margin-right: 10px;}.user-info .verified-purchase, .reviewer-info .verified-purchase {font-size: 13px;color: #007bff;display: flex;align-items: center;}.user-info .verified-purchase .fa-check-circle, .reviewer-info .verified-purchase .fa-check-circle {margin-right: 5px;}.review-stars {margin-bottom: 5px;display: flex;align-items: center;flex-wrap: wrap;}.review-stars .fa-star, .review-stars .fa-star-half-alt {color: #e0e0e0;font-size: 16px;margin-right: 2px;}.review-stars .filled {color: #ffc107;}.review-stars .recommend-text {font-size: 13px;color: #888;margin-left: 10px;display: flex;align-items: center;}.review-stars .recommend-text .fa-heart {color: #dc3545;margin-right: 5px;}.star-rating-options .star-icon svg {fill: currentColor;}.star-rating-options .star-icon {color: #e0e0e0;}.star-rating-options .star-icon.hovered, .star-rating-options .star-icon.selected {color: #ffc107;}.review-content {font-size: 15px;color: #333;line-height: 1.6;margin-bottom: 5px;}.review-meta {font-size: 13px;color: #888;display: flex;gap: 15px;align-items: center;}.review-meta .helpful-vote {cursor: pointer;display: flex;align-items: center;}.review-meta .helpful-vote .far.fa-thumbs-up {margin-right: 5px;}.review-meta .helpful-vote:hover {color: #007bff;}.review-actions {display: flex;justify-content: center;gap: 15px;margin-top: 10px;}.btn-view-all {background-color: #fff;color: #007bff;border: 1px solid #007bff;}.btn-view-all:hover {background-color: #e6f2ff;}.btn-write-review {background-color: #007bff;color: #fff;}.btn-write-review:hover {background-color: #0056b3;}.modalrv {display: none;position: fixed;z-index: 1000;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgba(0,0,0,0.6);display: flex;justify-content: center;align-items: center;}.modal-contentrv {background-color: #fff;margin: auto;padding: 15px;border-radius: 10px;position: relative;width: 90%;max-width: 600px;box-shadow: 0 4px 20px rgba(0,0,0,0.25);transform: translateY(20px);opacity: 0;transition: transform 0.3s ease-out, opacity 0.3s ease-out;}.modalrv.show .modal-contentrv {transform: translateY(0);opacity: 1;overflow-y: auto;max-height: 85%;}.close-buttonrv {color: #5e5d5d;float: right;font-size: 45px;font-weight: 400;position: absolute;top: -5px;right: 10px;cursor: pointer;}.close-buttonrv:hover, .close-buttonrv:focus {color: #333;text-decoration: none;}.modal-title {font-size: 20px;font-weight: bold;color: #333;text-align: center;margin-bottom: 15px;}.modal-product-info {text-align: center;}.modal-product-img {width: 80px;height: 80px;object-fit: contain;border: 1px solid #eee;border-radius: 5px;margin-bottom: 10px;}.modal-product-name {font-size: 16px;color: #333;font-weight: 600;text-align:left;}.modal-rating-selection {text-align: center;margin-bottom: 5px;}.star-rating-options {display: flex;justify-content: center;gap: 20px;}.star-rating-options .star-icon {font-size: 36px;color: #e0e0e0;cursor: pointer;transition: color 0.2s ease;}.star-rating-options .star-icon:hover, .star-rating-options .star-icon.hovered {color: #ffc107;}.star-rating-options .star-icon.selected {color: #ffc107;}.rating-text-options {display: flex;justify-content: center;gap: 0px;font-size: 14px;color: #888;}.rating-text-options span {width: 60px;text-align: center;}.rating-text-options span.selected {font-weight: bold;color: #333;}.expanded-review-form {display: none;animation: fadeIn 0.5s ease-out;}@keyframes fadeIn {from {opacity: 0;transform: translateY(10px);}to {opacity: 1;transform: translateY(0);}}.review-textarea {width: 100%;min-height: 100px;border: 1px solid #ddd;border-radius: 6px;padding: 10px;font-size: 14px;resize: vertical;margin-bottom: 5px;}.checkbox-container {display: block;position: relative;padding-left: 25px;margin-bottom: 15px;cursor: pointer;font-size: 14px;color: #555;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.checkbox-container input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}.checkmark {position: absolute;top: 0;left: 0;height: 18px;width: 18px;background-color: #eee;border-radius: 3px;border: 1px solid #ccc;}.checkbox-container input:checked ~ .checkmark {background-color: #007bff;border-color: #007bff;}.checkmark:after {content: "";position: absolute;display: none;}.checkbox-container input:checked ~ .checkmark:after {display: block;}.checkbox-container .checkmark:after {left: 6px;top: 2px;width: 5px;height: 10px;border: solid white;border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}.upload-photo-btn {display: inline-flex;align-items: center;background-color: #e0f7fa;color: #00838f;padding: 8px 15px;border-radius: 6px;cursor: pointer;font-size: 14px;margin-bottom: 15px;border: 1px dashed #00838f;transition: background-color 0.2s ease;}.upload-photo-btn:hover {background-color: #b2ebf2;}.upload-photo-btn .fas.fa-camera {margin-right: 8px;}.photo-preview-container {display: flex;flex-wrap: wrap;gap: 10px;margin-top: 10px;margin-bottom: 10px;padding: 5px 0;}.photo-thumbnail-wrapper {position: relative;width: 60px;height: 60px;border-radius: 4px;overflow: hidden;border: 1px solid #ddd;}.photo-thumbnail-wrapper img {width: 100%;height: 100%;object-fit: cover;}.delete-photo-btn {position: absolute;top: -1px;right: -1px;background-color: #808080;color: #fff;width: 18px;height: 18px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 16px;line-height: 1;cursor: pointer;border: 1px solid #fff;z-index: 10;}.delete-photo-btn:hover {background-color: #c82333;}.input-group {display: flex;gap: 10px;margin-bottom: 15px;}.input-field {flex: 1;padding: 10px;border: 1px solid #ddd;border-radius: 6px;font-size: 14px;margin-bottom: .5rem!important;}.privacy-consent {margin-bottom: 15px;}.privacy-consent a {color: #007bff;text-decoration: none;}.privacy-consent a:hover {text-decoration: underline;}.btn-submit-review {width: 100%;background-color: #7abaff;color: #fff;padding: 12px 0;font-size: 16px;border-radius: 6px;cursor: not-allowed;opacity: 0.7;transition: background-color 0.3s ease, opacity 0.3s ease;border: none;}.btn-submit-review.active {background-color: #007bff;cursor: pointer;opacity: 1;}.btn-submit-review.active:hover {background-color: #0056b3;}.policy-links {text-align: center;font-size: 12px;margin-top: 15px;}.policy-links a {color: #888;text-decoration: none;}.policy-links a:hover {text-decoration: underline;}.photo-gallery-modal .modal-content {background-color: #fff;width: 90%;max-width: 600px;padding: 0;border-radius: 8px;max-height: 90vh;display: flex;flex-direction: column;position: relative;padding: 15px;transform: translateY(20px);opacity: 0;transition: transform 0.3s ease-out, opacity 0.3s ease-out;}.photo-gallery-modal.show .modal-content {transform: translateY(0);opacity: 1;overflow-y: auto;max-height: 85%;}.close-gallery-button-fixed {position: absolute;top: -20px;right: 2px;color: #303030;font-size: 46px;font-weight: 400;cursor: pointer;z-index: 1002;opacity: 0.8;transition: opacity 0.2s;}.photo-gallery-modal {justify-content: center;align-items: center;background: #1414146e;}.gallery-index-title {font-size: 18px;font-weight: bold;margin-bottom: 20px;text-align: left;}.gallery-filters {display: flex;flex-wrap: wrap;gap: 10px;margin-bottom: 20px;padding-bottom: 10px;border-bottom: 1px solid #eee;}.gallery-filters svg {color: #f89f32;}.filter-btn {padding: 5px 8px;border: 1px solid #ccc;border-radius: 20px;background-color: #f9f9f9;font-size: 14px;cursor: pointer;transition: all 0.2s;}.filter-btn.active {background-color: #007bff;color: #fff;border-color: #007bff;}.gallery-content-area {overflow-y: auto;max-height: calc(100% - 100px);}.gallery-content-area img {width: 150px;height: 150px;object-fit: cover;border-radius: 8px;cursor: pointer;margin: 5px;}.gallery-content-area .grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));gap: 15px;}.close-button-fixed {position: absolute;top: -18px;right: 5px;color: #303030;font-size: 46px;font-weight: 400;cursor: pointer;z-index: 1002;opacity: 0.8;transition: opacity 0.2s;}.close-button-fixed:hover {opacity: 1;}.large-photo-viewer {background-color: rgba(0,0,0,0.85);align-items: center;justify-content: center;}.large-photo-viewer .modal-content {background-color: #fff;width: 90%;max-width: 900px;padding: 0;border-radius: 8px;height: 90vh;display: flex;flex-direction: column;position: relative;transform: translateY(20px);opacity: 0;transition: transform 0.3s ease-out, opacity 0.3s ease-out;}.large-photo-viewer.show .modal-content {transform: translateY(0);opacity: 1;overflow-y: auto;max-height: 85%;}.view-all-photos-link {position: absolute;top: 15px;left: 20px;color: #fff;z-index: 1001;}.large-photo-viewer .modal-content .view-all-photos-link {position: static;color: #333;padding: 15px 20px 10px;font-weight: 450;border-bottom: 1px solid #eee;max-width: 200px;z-index: auto;cursor: pointer;color: #004FC7;}.photo-viewer-wrapper {display: flex;flex-grow: 1;overflow: hidden;max-width: 99.9%;}.viewer-photo-area {flex: 2;background-color: #f8f8f8;position: relative;overflow: hidden;display: flex;justify-content: center;align-items: center;max-width: 600px;}.viewer-photo-area img {max-height: 600px;max-width: 95%;object-fit: contain;}.viewer-info-area {flex: 1;max-width: 380px;padding: 20px;overflow-y: auto;}.viewer-nav-btn {position: absolute;top: 50%;transform: translateY(-50%);color: #fff;background: rgba(0, 0, 0, 0.5);padding: 15px 10px;cursor: pointer;font-size: 24px;transition: background 0.2s;user-select: none;}.viewer-nav-btn:hover {background: rgba(0, 0, 0, 0.7);}.viewer-nav-btn.prev {left: 0;border-radius: 0 5px 5px 0;}.viewer-nav-btn.next {right: 0;border-radius: 5px 0 0 5px;}.reviewer-info {display: flex;align-items: center;margin-bottom: 10px;font-size: 16px;}.reviewer-name {font-weight: normal;margin-right: 10px;}.verified-purchase {color: #004FC7;}.review-details {border-top: 1px solid #eee;padding-top: 15px;}.review-stars-viewer {margin-bottom: 5px;}.review-stars-viewer svg {color: #f89f32;}.review-text {font-size: 15px;line-height: 1.5;color: #333;}