/* Product Detail Page Styles */

/* Product Title - Reduced Font Size */
.tf-product-info-title h5 {
    font-size: 20px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}

/* Price Section - Reduced Font Sizes */
.tf-product-info-price .price-on-sale {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.tf-product-info-price .compare-at-price {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.tf-product-info-price .badges-on-sale {
    font-size: 11px !important;
    padding: 3px 8px !important;
}

/* Live View - Reduced Font Size */
.tf-product-info-liveview p {
    font-size: 12px !important;
}

.liveview-count {
    font-size: 22px !important;
}

/* Product Information Card - Compact and Scrollable */
.product-info-card {
    margin-top: 15px;
    padding: 12px 15px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.product-info-card::-webkit-scrollbar {
    width: 6px;
}

.product-info-card::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.product-info-card::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.product-info-card::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.product-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #f3f4f6;
}

.product-info-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.product-info-row:first-child {
    padding-top: 0;
}

.info-label {
    font-weight: 500;
    color: #374151;
    font-size: 11px;
    flex-shrink: 0;
}

.info-value {
    color: #111827;
    font-size: 11px;
    font-weight: 500;
    text-align: right;
    flex: 1;
    margin-left: 12px;
}

/* Category Badge */
.category-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #d1fae5;
    color: #065f46;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #a7f3d0;
}


/* Rich content defaults for description HTML (lists, tables, typography) */
.accordion-content .product-description-content p {
    margin: 0 0 10px 0;
}

.accordion-content .product-description-content ul,
.accordion-content .product-description-content ol {
    margin: 8px 0 12px 0;
    padding-left: 20px;
}

.accordion-content .product-description-content ul {
    list-style: disc;
}

.accordion-content .product-description-content ol {
    list-style: decimal;
}

.accordion-content .product-description-content li {
    margin-bottom: 6px;
}

.accordion-content .product-description-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
    border: 1px solid #e5e7eb;
}

.accordion-content .product-description-content th,
.accordion-content .product-description-content td {
    border: 1px solid #e5e7eb;
    padding: 8px 10px;
    text-align: left;
}

.accordion-content .product-description-content th {
    background: #f9fafb;
    color: #1f2937;
    font-weight: 600;
}

.accordion-content .product-description-content b,
.accordion-content .product-description-content strong {
    font-weight: 600;
    color: #111827;
}

.accordion-content .product-description-content a {
    color: #2563eb;
    text-decoration: underline;
}

.accordion-content .product-description-content img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}


.category-badge:hover {
    background: #a7f3d0;
    color: #064e3b;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(5, 95, 70, 0.1);
}

/* Availability Badge - Compact */
.availability-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.availability-badge.in-stock {
    background: #000000;
    color: #ffffff;
}

.availability-badge.low-stock {
    background: #f59e0b;
    color: #ffffff;
}

.availability-badge.out-of-stock {
    background: #ef4444;
    color: #ffffff;
}

/* Product Meta Information Styles - Enhanced (Old - kept for backward compatibility) */
.tf-product-info-meta {
    margin-bottom: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.product-meta-item {
    display: flex;
    align-items: center;
    margin-bottom: 1px;
    padding: 2px 0;
    border-bottom: 1px solid #f1f5f9;
}

.product-meta-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.meta-label {
    font-weight: 600;
    color: #000000;
    font-size: 12px;
    min-width: 120px;
    margin-right: 15px;
}

.meta-value {
    color: #6B7280;
    font-size: 12px;
    flex: 1;
}

.category-hierarchy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.category-link {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.category-link:hover {
    color: #000000;
    background-color: #eff6ff;
    text-decoration: none;
}

.category-link.current-category {
    color: #000000;
    font-weight: 600;
    background-color: #dbeafe;
}

.category-separator {
    color: #94a3b8;
    font-weight: 600;
    margin: 0 2px;
}

/* Enhanced Price Display Styles */
.mrp-label {
    font-size: 14px;
    color: #666;
    margin-right: 8px;
}

.mrp-price {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.discount-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.discount-amount {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
}

.cost-price-info {
    margin-top: 10px;
    padding: 8px 12px;
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 4px;
    font-size: 13px;
}

.cost-label {
    color: #856404;
    font-weight: 500;
    margin-right: 8px;
}

.cost-price {
    color: #856404;
    font-weight: 600;
}

/* Stock Status Styles */
.stock-status {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stock-status.in-stock {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 3px 6px;
    font-size: 11px;
}

.stock-status.low-stock {
    background-color: #f59e0b;
    color: #ffffff;
    border: none;
}

.stock-status.out-of-stock {
    background-color: #ef4444;
    color: #ffffff;
    border: none;
}

/* Price Section - Image Design */
.tf-product-info-price {
    margin-bottom: 20px;
}

.price-compact-layout {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.current-price {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
}

.original-price {
    font-size: 22px;
    color: #999999;
    text-decoration: line-through;
    font-weight: 500;
}

.discount-percent {
    font-size: 18px;
    color: #00a651;
    font-weight: 700;
}

/* Product Rating Card - Compact After Price */
.product-rating-card {
    margin-bottom: 15px;
    padding: 10px 15px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: none; /* Hidden by default, shown when reviews exist */
}

.rating-card-content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.rating-stars-display {
    flex-shrink: 0;
}

.stars-container {
    display: flex;
    gap: 2px;
    align-items: center;
}

.stars-container .icon-star {
    font-size: 16px;
    color: #ddd;
    transition: color 0.3s ease;
}

.stars-container .icon-star.active {
    color: #ffc107;
}

.rating-info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    min-width: 0;
}

.rating-number {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
    white-space: nowrap;
}

.rating-out-of {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
    white-space: nowrap;
}

.review-count {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
    white-space: nowrap;
    margin-left: 4px;
}

.rating-action {
    flex-shrink: 0;
    margin-left: auto;
}

.view-reviews-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: #1a1a1a;
    color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.view-reviews-link:hover {
    background: #000000;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.view-reviews-link i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.view-reviews-link:hover i {
    transform: translateX(2px);
}

/* Product Accordion Sections - Collapsible */
.product-accordion-item {
    margin-top: 0;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
    overflow: hidden;
}

.product-accordion-item:first-child {
    margin-top: 15px;
    border-top: 1px solid #e5e7eb;
}

.product-accordion-item:last-child {
    border-bottom: 1px solid #e5e7eb;
}

.accordion-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.2s ease;
}

.accordion-toggle:hover {
    background: #f8f9fa;
}

.accordion-title {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    flex: 1;
}

.accordion-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 12px;
}

.accordion-icon i {
    font-size: 12px;
    color: #6b7280;
    transition: transform 0.3s ease;
}

.accordion-toggle[aria-expanded="true"] .accordion-icon i {
    transform: rotate(180deg);
}

.accordion-content {
    padding: 0 15px;
    border-top: 1px solid #e5e7eb;
    background: #ffffff;
}

.accordion-content .product-description-content {
    padding: 12px 0;
    font-size: 13px;
    line-height: 1.5;
    color: #374151;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.accordion-content .product-description-content::-webkit-scrollbar {
    width: 6px;
}

.accordion-content .product-description-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.accordion-content .product-description-content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.accordion-content .product-description-content::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.accordion-content .tf-product-des-demo {
    padding: 12px 0;
}

/* Product Features List - Compact */
.product-features-section .tf-product-des-demo {
    margin-top: 0;
}

.product-features-section .tf-product-des-demo .right {
    margin: 0;
}

.product-features-section .tf-product-des-demo .right h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 12px;
    color: #1a1a1a;
}

.product-features-section .tf-product-des-demo .right h3:first-child {
    margin-top: 0;
}

.product-features-section .tf-product-des-demo .right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-features-section .tf-product-des-demo .right ul li {
    padding: 4px 0;
    font-size: 12px;
    color: #374151;
    line-height: 1.5;
    border-bottom: 1px solid #f3f4f6;
}

.product-features-section .tf-product-des-demo .right ul li:last-child {
    border-bottom: none;
}

.product-features-section .tf-product-des-demo .right ul.mb-0 {
    margin-bottom: 0;
}

/* Description Section */
.tf-product-info-description {
    margin-bottom: 15px;
}

.tf-product-info-description p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
}

/* Live View Counter */
.tf-product-info-liveview {
    margin-bottom: 20px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    border-left: 4px solid #1a1a1a;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.tf-product-info-liveview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #1a1a1a, #4d4d4d, #1a1a1a);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.liveview-count {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    position: relative;
}

.liveview-count::after {
    content: '👥';
    margin-left: 8px;
    font-size: 20px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.tf-product-info-liveview p {
    margin: 0;
    font-size: 12px;
    color: #495057;
    font-weight: 500;
}

.view-status {
    display: flex;
    align-items: center;
    gap: 4px;
}

.status-indicator {
    animation: pulse 2s infinite;
    color: #1a1a1a;
}

.view-status.updating .status-indicator {
    animation: blink 1s infinite;
    color: #ffc107;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.3; }
}

/* Product Description Styles */
.product-description {
    margin-bottom: 30px;
    line-height: 1.6;
}

.product-description p {
    margin-bottom: 15px;
    color: #555;
}

.tf-product-des-demo .right ul,
.tf-product-des-demo .left ul {
    list-style: none;
    padding: 0;
}

.tf-product-des-demo .right li,
.tf-product-des-demo .left li {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.tf-product-des-demo .right li:last-child,
.tf-product-des-demo .left li:last-child {
    border-bottom: none;
}

.text-success {
    color: #8b5cf6 !important;
}

.text-warning {
    color: #f59e0b !important;
}

.text-danger {
    color: #ef4444 !important;
}

.text-primary {
    color: #3b82f6 !important;
    text-decoration: none;
}

.text-primary:hover {
    text-decoration: underline;
}

/* Enhanced Meta Information Icons */
.meta-label::before {
   
}

/* Stock Status Enhancement */
.stock-status {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}

.stock-status.in-stock {
    background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(139, 92, 246, 0.3);
}

.stock-status.low-stock {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(245, 158, 11, 0.3);
}

.stock-status.out-of-stock {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.3);
}

/* Button Group Styles */
.button-group {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
}

.tf-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    min-width: 80px;
    flex: 1;
    height: 40px;
}

.tf-btn.btn-icon-only {
    
    height: 40px;
    padding: 0;
    flex: 0 0 auto;
}

.tf-btn.btn-icon-only span {
   
}

.btn-add-to-cart {
    background: linear-gradient(135deg, #fc2779 0%, #fc2779 100%);
    color: #ffffff;
    border-color: #fc2779;
    padding: 6px 12px;
    font-size: 12px;
    max-width: 153px;
    height: 40px;
}

.btn-add-to-cart:hover {
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.btn-buy-now {
    background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
    color: #ffffff;
    border-color: #1a1a1a;
    padding: 6px 20px;
    font-size: 12px;
    max-width: 153px;
    height: 40px;
    padding: 0px 22px 0 23px !important;
}

.btn-buy-now:hover {
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.btn-wishlist {
    background: #ffffff;
    color: #1a1a1a;
    border-color: #1a1a1a;
    padding: 6px 12px;
    font-size: 12px;
    min-width: 80px;
    height: 40px;
}

.btn-wishlist:hover {
    background: #f5f5f5;
    color: #000000;
    border-color: #7c3aed;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-wishlist.active {
    background: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
}

.btn-wishlist.active:hover {
    background: #000000;
    color: #ffffff;
}

.tf-btn i {
    font-size: 12px;
}

.tf-btn.btn-icon-only i {
    font-size: 12px;
}

.btn-add-to-cart {
    flex: 1;
}

/* Responsive Button Group */
@media (max-width: 768px) {
    .button-group {
        flex-direction: row;
        justify-content: space-between;
        gap: 8px;
    }
    
    .btn-add-to-cart {
        flex: 1; 
    }
    
    .tf-btn.btn-icon-only {
         
    }
}
/* Hide quantity and button group on mobile (since they're in mobile bottom nav) */
@media (max-width: 1150px) {
    .tf-product-info-quantity,
    .tf-product-info-buy-button {
        display: none !important;
    }
}

/* Product Variations Styles */
.tf-product-info-variations {
    margin-bottom: 20px;
}

.variation-group {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.variation-label {
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
}

.variation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.variation-option {
    padding: 10px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 70px;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.variation-option:hover {
    border-color: #3b82f6;
    color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(59, 130, 246, 0.2);
}

.variation-option.selected {
    border-color: #3b82f6;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.variation-option.selected::after {
    content: '✓';
    position: absolute;
    top: -5px;
    right: -5px;
    background: #1a1a1a;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

/* Review System Styles */
.rating-stars {
    color: #ffc107;
    font-size: 14px;
    margin: 5px 0;
}

.review-actions {
    margin-top: 10px;
}

.btn-helpful {
    background: none;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    color: #666;
    transition: all 0.3s ease;
}

.btn-helpful:hover {
    background: #f5f5f5;
    border-color: #1a1a1a;
    color: #1a1a1a;
}

.btn-helpful.voted {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}

.list-rating-check input[type="radio"] {
    display: none;
}

.list-rating-check label {
    cursor: pointer;
    font-size: 20px;
    color: #ddd;
    transition: color 0.3s ease;
}

.list-rating-check input[type="radio"]:checked ~ label,
.list-rating-check label:hover {
    color: #ffc107;
}

.list-rating-check input[type="radio"]:checked ~ label ~ label {
    color: #ffc107;
}

.write-review-wrap {
    display: block;
}

.write-review-wrap.active {
    display: block;
}

.variation-option.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f9fafb;
}

.variation-option.color-option {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    min-width: 50px;
    padding: 0;
    position: relative;
    border: 3px solid #e2e8f0;
}

.variation-option.color-option::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--color);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.variation-option.color-option:hover {
    border-color: #3b82f6;
    transform: translateY(-2px) scale(1.1);
}

.variation-option.color-option.selected {
    border-color: #3b82f6;
    background: #ffffff;
    transform: translateY(-2px) scale(1.1);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.variation-option.color-option.selected::after {
    border: 3px solid #3b82f6;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}

/* Variation Status Display */
.variation-status {
    margin-bottom: 15px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #0ea5e9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(14, 165, 233, 0.1);
}

/* Standard Product Notice - Green Theme */
#standard-product-notice.variation-status {
       background: linear-gradient(135deg, #fc277900 0%, #fc2779 100%);
    border: 1px solid #fc2779;
    box-shadow: 0 2px 4px rgba(16, 185, 129, 0.1);
}

#standard-product-notice.variation-status .variation-selected-info .variation-label-text {
    color: #065f46;
    font-weight: 600;
}

.variation-selected-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.variation-label-text {
    font-weight: 600;
    color: #0369a1;
    font-size: 14px;
}

#selected-variation-text {
    color: #0c4a6e;
    font-weight: 500;
    font-size: 14px;
}

.variation-price {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.variation-stock {
    margin-top: 5px;
    font-size: 12px;
    color: #6b7280;
}

.variation-stock.in-stock {
    color: #1a1a1a;
}

.variation-stock.low-stock {
    color: #f59e0b;
}

.variation-stock.out-of-stock {
    color: #ef4444;
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-meta-item {
        flex-direction: row;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
        padding: 8px 0;
        border-bottom: 1px solid #f1f5f9;
    }
    
    .meta-label {
        min-width: 80px;
        font-size: 11px;
        margin-right: 8px;
    }
    
    .meta-value {
        font-size: 11px;
        flex: 1;
    }
    
    .category-hierarchy {
        gap: 2px;
    }
    
    .category-link {
        padding: 1px 4px;
        font-size: 10px;
        border-radius: 3px;
    }
    
    .stock-status {
        padding: 2px 6px;
        font-size: 10px;
        border-radius: 4px;
    }
    
    .price-compact-layout {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        flex-wrap: nowrap;
    }
    
    .price-on-sale {
        font-size: 24px;
        font-weight: 700;
    }
    
    .compare-at-price {
        font-size: 16px;
    }
    
    .badges-on-sale {
        font-size: 12px;
        padding: 2px 6px;
    }
    
    .variation-options {
        gap: 6px;
    }
    
    .variation-option {
        padding: 6px 12px;
        font-size: 13px;
        min-width: 50px;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .product-meta-item {
        gap: 6px;
        padding: 6px 0;
        margin-bottom: 6px;
    }
    
    .meta-label {
        min-width: 70px;
        font-size: 10px;
        margin-right: 6px;
    }
    
    .meta-value {
        font-size: 10px;
    }
    
    .category-link {
        padding: 1px 3px;
        font-size: 9px;
    }
    
    .stock-status {
        padding: 1px 4px;
        font-size: 9px;
    }
    
    .price-compact-layout {
        gap: 8px;
    }
    
    .price-on-sale {
        font-size: 20px;
    }
    
    .compare-at-price {
        font-size: 14px;
    }
    
    .badges-on-sale {
        font-size: 10px;
        padding: 1px 4px;
    }
}

/* Additional Product Detail Styles */
.variation-group {
    margin-bottom: 20px;
}

.variation-label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}

.variation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.variation-option {
    padding: 8px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    min-width: 60px;
    text-align: center;
}

.variation-option:hover {
    border-color: #333;
    background: #f8f8f8;
}

.variation-option.selected {
    border-color: #333;
    background: #333;
    color: #fff;
}

.variation-status {
    margin-top: 15px;
    padding: 10px;
    background: #f0f9ff;
    border: 1px solid #0ea5e9;
    border-radius: 6px;
    font-size: 14px;
}

.variation-selected-info {
    color: #1a1a1a;
    font-weight: 500;
}

/* Add to Cart Button Styles */
.btn-add-to-cart, .btn-buy-now, .btn-wishlist {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-add-to-cart:disabled, .btn-buy-now:disabled, .btn-wishlist:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-add-to-cart.in-wishlist, .btn-wishlist.in-wishlist {
    background-color: #8b5cf6 !important;
    border-color: #8b5cf6 !important;
}

.btn-add-to-cart.success {
    background-color: #8b5cf6 !important;
    border-color: #8b5cf6 !important;
}

.btn-add-to-cart i, .btn-buy-now i, .btn-wishlist i {
    transition: transform 0.3s ease;
}

.btn-add-to-cart:hover i, .btn-buy-now:hover i, .btn-wishlist:hover i {
    transform: scale(1.1);
}

/* Quantity Controls */
.wg-quantity {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    height: 40px;
}

.btn-quantity {
    background: #f8f9fa;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    height: 40px;
}

.btn-quantity:hover {
    background: #e9ecef;
}

.quantity-product {
    border: none;
    text-align: center;
    width: 50px;
    padding: 6px;
    font-weight: 600;
    height: 40px;
}

.quantity-product:focus {
    outline: none;
    background: #f8f9fa;
}

/* Button Group Layout */
.button-group {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.btn-icon-only {
    
    
    height: 40px;
    padding: 0;
}

.btn-icon-only span {
    
}

@media (min-width: 768px) {
    .btn-icon-only span {
        display: inline;
        margin-left: 5px;
    }
}

/* Beautiful Login Alert Popup Styles */
.login-alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.login-alert-overlay.show {
    display: flex;
    opacity: 1;
}

.login-alert-popup {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    max-width: 400px;
    width: 90%;
    transform: scale(0.9) translateY(30px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #e1e5e9;
}

.login-alert-overlay.show .login-alert-popup {
    transform: scale(1) translateY(0);
}

.login-alert-popup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1);
    background-size: 200% 100%;
    animation: gradientFlow 2s ease infinite;
}

@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.login-alert-header {
    text-align: center;
    padding: 30px 30px 20px;
    position: relative;
}

.login-alert-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
    animation: gentlePulse 2s ease-in-out infinite;
}

@keyframes gentlePulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.login-alert-icon i {
    font-size: 28px;
    color: #fff;
    animation: heartBeat 1.5s ease-in-out infinite;
}

@keyframes heartBeat {
    0% { transform: scale(1); }
    14% { transform: scale(1.1); }
    28% { transform: scale(1); }
    42% { transform: scale(1.1); }
    70% { transform: scale(1); }
}

.login-alert-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 10px;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.login-alert-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    color: #bdc3c7;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.login-alert-close:hover {
    background: #f8f9fa;
    color: #e74c3c;
    transform: rotate(90deg);
}

.login-alert-content {
    padding: 0 30px 30px;
    text-align: center;
}

.login-alert-message {
    color: #7f8c8d;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.login-alert-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.login-alert-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
}

.login-alert-btn-primary {
    background: linear-gradient(135deg, #1a1a1a, #000000);
    color: #fff;
}

.login-alert-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.login-alert-btn-secondary {
    background: #f5f5f5;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
}

.login-alert-btn-secondary:hover {
    background: #e0e0e0;
    transform: translateY(-1px);
}

.login-alert-btn:active {
    transform: translateY(0);
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .login-alert-popup {
        width: 95%;
        margin: 20px;
    }
    
    .login-alert-header {
        padding: 25px 20px 15px;
    }
    
    .login-alert-content {
        padding: 0 20px 25px;
    }
    
    .login-alert-icon {
        width: 60px;
        height: 60px;
    }
    
    .login-alert-icon i {
        font-size: 24px;
    }
    
    .login-alert-title {
        font-size: 20px;
    }
    
    .login-alert-buttons {
        flex-direction: column;
    }
    
    .login-alert-btn {
        width: 100%;
    }
}

/* Additional Inline Styles Moved from PHP */
.tf-page-title {
    background-color: #fc2779c7 !important;
    padding: 16px 0 16px;
}

.tf-page-title .heading {
    font-size: 19px;
    margin-bottom: 4px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 500;
}

.tf-breadcrumb-wrap {
    padding: 0;
    margin-top: 0;
}

.tf-breadcrumb-list {
    margin-top: 0;
}

.tf-breadcrumb-list .text {
    color: #e0e0e0;
}

.tf-breadcrumb-list a.text {
    color: #e0e0e0;
}

.tf-breadcrumb-list a.text:hover {
    color: #ffffff;
}

.tf-breadcrumb-list i {
    color: #999999;
}

#view-status {
    font-size: 12px;
    color: #1a1a1a;
    margin-top: 4px;
}

.debug-info {
    font-size: 10px;
    color: #666;
    margin-top: 4px;
}

#product-variations {
    margin-bottom: 20px;
}

#variation-status {
    display: none;
    margin-bottom: 15px;
    padding: 10px;
    background: #f0f9ff;
    border: 1px solid #0ea5e9;
    border-radius: 6px;
}

#standard-product-notice {
    display: none;
    margin-bottom: 15px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border: 1px solid #10b981;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(16, 185, 129, 0.1);
}

#standard-product-notice .variation-label-text {
    color: #065f46;
    font-weight: 600;
    font-size: 14px;
}

.flat-spacing-1.flat-iconbox {
    background: rgb(246 243 249);
    border-radius: 9px !important;
    margin-bottom: 32px;
    padding: 26px 0;
}

.login-alert-btn i {
    margin-right: 8px;
}

/* ============================================
   PRODUCT REVIEWS SECTION STYLES
   ============================================ */

/* Reviews Tab Content */
.product-reviews-section {
    padding: 30px 0;
}

/* Review Statistics Section - Compact */
.review-statistics {
    margin-bottom: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.rating-summary {
    text-align: center;
    padding-left: 15px;
}

.average-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.rating-value {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

#rating-stars {
    display: flex;
    gap: 3px;
    justify-content: center;
    margin: 5px 0;
}

#rating-stars .icon-star {
    font-size: 18px;
    color: #ddd;
    transition: color 0.3s ease;
    position: relative;
}

#rating-stars .icon-star.active {
    color: #ffc107;
}

.rating-count {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

/* Rating Breakdown - Left Side */
.rating-breakdown {
    padding: 5px 0;
}

.rating-bar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.rating-label {
    min-width: 55px;
    font-size: 12px;
    font-weight: 500;
    color: #374151;
}

.rating-label span {
    display: inline-block;
}

.rating-bar-wrapper {
    flex: 1;
    height: 6px;
    background: #e5e7eb;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.rating-bar {
    height: 100%;
    background: linear-gradient(90deg, #ffc107 0%, #ffb300 100%);
    border-radius: 3px;
    transition: width 0.5s ease;
    position: relative;
    overflow: hidden;
    min-width: 0;
}

.rating-bar[style*="width: 0%"] {
    min-width: 0;
}

.rating-bar[style*="width"][style*="%"]:not([style*="width: 0%"]) {
    min-width: 2px;
}

.rating-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #ffc107 0%, #ffb300 100%);
}

.rating-count-text {
    min-width: 25px;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    color: #1a1a1a;
}

/* Reviews List Section - Compact */
.reviews-list-section {
    margin-bottom: 25px;
}

.reviews-header {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.reviews-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.reviews-title #reviews-count {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
}

/* Review Item Styles - Compact */
.reply-comment {
    margin-top: 15px;
}

.reply-comment-item {
    padding: 15px;
    margin-bottom: 15px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.reply-comment-item:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.reply-comment-item .user {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}

.reply-comment-item .user .user-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #e5e7eb;
}

.reply-comment-item .user .user-icon i {
    font-size: 18px;
    color: #6b7280;
}

.reply-comment-item .user .user-info {
    flex: 1;
}

.reply-comment-item .user h6 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.reply-comment-item .user h6 .review-title {
    color: #1a1a1a;
    text-decoration: none;
}

.reply-comment-item .review-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.reply-comment-item .day {
    font-size: 11px;
    color: #6b7280;
    margin: 0;
}

.reply-comment-item .rating-stars {
    display: flex;
    gap: 2px;
    margin: 0;
}

.reply-comment-item .rating-stars .icon-star {
    font-size: 12px;
    color: #ddd;
}

.reply-comment-item .rating-stars .icon-star.active {
    color: #ffc107;
}

.reply-comment-item p {
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #374151;
}

/* Write Review Form - Compact */
.form-write-review {
    margin-top: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.form-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.form-content {
    margin-bottom: 20px;
}

.box-field {
    margin-bottom: 18px;
}

.box-field:last-child {
    margin-bottom: 0;
}

.box-field .label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.box-field .form-control {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 13px;
    color: #1a1a1a;
    transition: all 0.3s ease;
    background: #ffffff;
}

.box-field .form-control:focus {
    outline: none;
    border-color: #1a1a1a;
    box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.1);
}

.box-field textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.group-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Rating Input Styles */
.list-rating-check {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 10px;
}

.list-rating-check input[type="radio"] {
    display: none;
}

.list-rating-check label {
    font-size: 32px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s ease;
    line-height: 1;
}

.list-rating-check label:before {
    font-family: "icomoon";
    content: "\e95b";
}

.list-rating-check input[type="radio"]:checked ~ label,
.list-rating-check label:hover,
.list-rating-check label:hover ~ label {
    color: #ffc107;
}

.list-rating-check input[type="radio"]:checked ~ label {
    color: #ffc107;
}

/* Form Actions */
.form-actions {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.form-actions .tf-btn {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
}

.cancel-review-wrap {
    text-align: center;
    padding: 15px;
}

.cancel-review-wrap p {
    font-size: 14px;
    color: #10b981;
    margin-bottom: 12px;
    font-weight: 500;
}

.cancel-review-wrap .tf-btn {
    padding: 8px 20px;
    font-size: 13px;
}

/* Product Video Popup Player - Bottom Position (Very Small) */
.product-video-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 200px;
    max-width: calc(100vw - 40px);
    background: transparent;
    z-index: 9999;
    overflow: visible;
    animation: slideInUp 0.4s ease-out;
    border: none;
    box-shadow: none;
}

@keyframes slideInUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.video-popup-content {
    position: relative;
    width: 100%;
    background: #000000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Video aspect ratio - maintain natural video aspect (very small size) */
.video-popup-content iframe,
.video-popup-content video {
    width: 100%;
    height: auto;
    display: block;
    min-height: 150px;
}

/* For iframe - maintain 16:9 aspect ratio */
.video-popup-iframe {
    aspect-ratio: 16 / 9;
    min-height: 150px;
    height: auto;
}

/* For video element - maintain natural aspect ratio */
.video-popup-video {
    width: 100%;
    height: auto;
    min-height: 150px;
    max-height: 300px;
    object-fit: contain;
}

/* Styles are now in .video-popup-content section above */

/* Responsive adjustments for video popup */
@media (max-width: 768px) {
    .product-video-popup {
        width: 180px;
        bottom: 15px;
        right: 15px;
    }
    
    .video-popup-content iframe,
    .video-popup-content video {
        min-height: 130px;
    }
    
    .video-popup-iframe {
        min-height: 130px;
    }
    
    .video-popup-video {
        min-height: 130px;
        max-height: 250px;
    }
}

@media (max-width: 480px) {
    .product-video-popup {
        width: 120px;
        bottom: 85px; /* Margin from bottom fixed nav bar (Add to Cart button) */
        right: 10px;
    }
    
    .video-popup-content {
        border-radius: 6px;
    }
    
    .video-popup-content iframe,
    .video-popup-content video {
        min-height: 90px;
    }
    
    .video-popup-iframe {
        min-height: 90px;
    }
    
    .video-popup-video {
        min-height: 90px;
        max-height: 160px;
    }
}

/* Compact Login Required Message */
.login-required-message-compact {
    padding: 15px 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.login-message-content {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.login-icon-small {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 50%;
    font-size: 16px;
    color: #6b7280;
    flex-shrink: 0;
}

.login-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.login-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.login-subtitle {
    font-size: 12px;
    color: #6b7280;
}

.login-actions-compact {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.login-btn-compact {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #1a1a1a;
    color: #ffffff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.login-btn-compact:hover {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.login-btn-compact i {
    font-size: 12px;
}

.register-link-compact {
    font-size: 12px;
    color: #6b7280;
}

.register-link-compact a {
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.register-link-compact a:hover {
    color: #3b82f6;
    text-decoration: underline;
}

/* User Info Display (for logged-in users) */
.user-info-display {
    margin-top: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-label {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    min-width: 80px;
}

.info-value {
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 500;
}

/* Responsive Design for Reviews */
/* Responsive Design for Rating Card */
@media (max-width: 768px) {
    .product-rating-card {
        padding: 8px 12px;
    }
    
    .rating-card-content {
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .stars-container .icon-star {
        font-size: 14px;
    }
    
    .rating-number {
        font-size: 18px;
    }
    
    .rating-out-of {
        font-size: 11px;
    }
    
    .review-count {
        font-size: 11px;
    }
    
    .view-reviews-link {
        padding: 5px 10px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .product-rating-card {
        padding: 8px 10px;
    }
    
    .rating-card-content {
        gap: 8px;
    }
    
    .stars-container {
        gap: 1px;
    }
    
    .stars-container .icon-star {
        font-size: 12px;
    }
    
    .rating-info {
        flex-wrap: wrap;
        gap: 4px;
    }
    
    .rating-number {
        font-size: 16px;
    }
    
    .rating-out-of {
        font-size: 10px;
    }
    
    .review-count {
        font-size: 10px;
        margin-left: 0;
        display: block;
        width: 100%;
    }
    
    .view-reviews-link {
        padding: 5px 8px;
        font-size: 10px;
    }
    
    /* Compact Product Info Card on Mobile */
    .product-info-card {
        max-height: 150px;
        padding: 10px 12px;
    }
    
    .product-info-row {
        padding: 5px 0;
    }
    
    .info-label,
    .info-value {
        font-size: 10px;
    }
    
    /* Compact Description and Features on Mobile */
    /* Compact Accordion on Mobile */
    .product-accordion-item {
        margin-top: 0;
    }
    
    .product-accordion-item:first-child {
        margin-top: 12px;
    }
    
    .accordion-toggle {
        padding: 10px 12px;
    }
    
    .accordion-title {
        font-size: 13px;
    }
    
    .accordion-icon {
        width: 22px;
        height: 22px;
    }
    
    .accordion-icon i {
        font-size: 11px;
    }
    
    .accordion-content {
        padding: 0 12px;
    }
    
    .accordion-content .product-description-content {
        font-size: 12px;
        max-height: 200px;
        padding: 10px 0;
    }
    
    .login-required-message-compact {
        padding: 12px 15px;
    }
    
    .login-message-content {
        margin-bottom: 10px;
    }
    
    .login-icon-small {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
    
    .login-title {
        font-size: 13px;
    }
    
    .login-subtitle {
        font-size: 11px;
    }
    
    .login-btn-compact {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .register-link-compact {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .review-statistics {
        padding: 20px;
    }
    
    .rating-value {
        font-size: 36px;
    }
    
    #rating-stars .icon-star {
        font-size: 20px;
    }
    
    .rating-bar-item {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .rating-label {
        min-width: 50px;
        font-size: 13px;
    }
    
    .rating-count-text {
        min-width: 25px;
        font-size: 12px;
    }
    
    .group-2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .form-write-review {
        padding: 20px;
    }
    
    .reply-comment-item {
        padding: 12px;
    }
    
    .reviews-title {
        font-size: 16px;
    }
    
    .rating-summary {
        padding-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .review-statistics {
        padding: 12px;
    }
    
    .rating-value {
        font-size: 28px;
    }
    
    .rating-bar-item {
        margin-bottom: 6px;
    }
    
    .form-write-review {
        padding: 12px;
    }
    
    .reply-comment-item {
        padding: 12px;
    }
    
    .reply-comment-item .user {
        gap: 10px;
    }
    
    .reply-comment-item .user .user-icon {
        width: 35px;
        height: 35px;
    }
    
    .reply-comment-item .user .user-icon i {
        font-size: 16px;
    }
    
    .login-required-message {
        padding: 30px 15px;
    }
    
    .login-icon {
        width: 60px;
        height: 60px;
    }
    
    .login-icon i {
        font-size: 28px;
    }
    
    .message-title {
        font-size: 18px;
    }
    
    .message-text {
        font-size: 14px;
    }
    
    .user-info-display {
        padding: 12px;
    }
    
    .info-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .info-label {
        min-width: auto;
    }
}
