[data-theme="dark"] .product-detail-page .product-favorite-btn:not(.product-hero-action) {
    background: #1f2937;
    border-color: #374151;
    color: #6b7280;
}[data-theme="dark"] .product-detail-page .product-favorite-btn:not(.product-hero-action):hover {
    border-color: #fca5a5;
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
}[data-theme="dark"] .product-detail-page .product-favorite-btn:not(.product-hero-action).active {
    background: #ef4444;
    border-color: #ef4444;
    color: #ffffff;
}[data-theme="dark"] .product-detail-page .product-favorite-btn:not(.product-hero-action).active:hover {
    background: #dc2626;
}[data-theme="dark"] .product-detail-page .product-affiliate-share-btn:not(.product-hero-action) {
    background: #1f2937;
    border-color: #374151;
    color: #10b981;
}[data-theme="dark"] .product-detail-page .product-affiliate-share-btn:not(.product-hero-action):hover {
    border-color: #10b981;
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
}[data-theme="dark"] .product-detail-page .product-rating-value {
    color: #f3f4f6;
}[data-theme="dark"] .product-detail-page .product-rating-count {
    color: #9ca3af;
}[data-theme="dark"] .product-detail-page .product-rating-count:hover {
    color: var(--primary);
}[data-theme="dark"] .product-detail-page .product-meta-item {
    background: #374151;
    color: #d1d5db;
}[data-theme="dark"] .product-plan-card {
    background: #1f2937;
    border-color: #374151;
}[data-theme="dark"] .product-plan-card:hover,
[data-theme="dark"] .product-plan-card.active {
    border-color: var(--primary);
}[data-theme="dark"] .plan-card-title {
    color: #f1f5f9;
}[data-theme="dark"] .plan-card-image {
    background: #374151;
}[data-theme="dark"] .plan-card-check {
    border-color: #4b5563;
}


/* Dark theme - Table layout (desktop only) */

@media (min-width: 769px) {
    [data-theme="dark"] .plan-layout-table.product-plans-grid {
        background: #1a1f2e;
        border-color: #2d3548;
    }

    [data-theme="dark"] .plan-layout-table .product-plan-card {
        border-bottom-color: #252d3d;
        border-left: none;
        border-right: none;
        border-top: none;
        background: transparent;
    }

    [data-theme="dark"] .plan-layout-table .product-plan-card:hover {
        background: rgba(255, 255, 255, 0.03);
    }

    [data-theme="dark"] .plan-layout-table .product-plan-card.active {
        background: rgba(var(--primary-rgb), 0.06);
    }

    [data-theme="dark"] .plan-layout-table .plan-card-check {
        background: #1f2937;
    }
}[data-theme="dark"] .selected-plan-description {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    border-color: #374151;
}[data-theme="dark"] .selected-plan-description::before {
    opacity: 0.9;
}[data-theme="dark"] .plan-desc-header:hover {
    background: rgba(139, 92, 246, 0.05);
}[data-theme="dark"] .plan-desc-label {
    opacity: 1;
}[data-theme="dark"] .selected-plan-name {
    color: #f1f5f9;
}[data-theme="dark"] .plan-desc-toggle-btn {
    background: #374151;
}[data-theme="dark"] .plan-desc-header:hover .plan-desc-toggle-btn {
    background: #4b5563;
}[data-theme="dark"] .plan-desc-toggle-btn .collapse-icon {
    color: #94a3b8;
}[data-theme="dark"] .plan-desc-inner {
    border-color: #374151;
    color: #cbd5e1;
}[data-theme="dark"] .collapse-icon {
    color: #9ca3af;
}[data-theme="dark"] .product-description-section {
    background: linear-gradient(180deg, #1f2937 0%, #111827 100%);
    border-color: #374151;
}[data-theme="dark"] .product-description-section::before {
    opacity: 0.9;
}[data-theme="dark"] .desc-section-header:hover {
    background: rgba(59, 130, 246, 0.05);
}[data-theme="dark"] .desc-title {
    color: #f1f5f9;
}[data-theme="dark"] .desc-toggle-btn {
    background: linear-gradient(135deg, #374151 0%, #1f2937 100%);
    border-color: #4b5563;
}[data-theme="dark"] .desc-section-header:hover .desc-toggle-btn {
    background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
    border-color: #6b7280;
}[data-theme="dark"] .desc-toggle-btn .toggle-text,
[data-theme="dark"] .desc-toggle-btn .collapse-icon {
    color: #94a3b8;
}[data-theme="dark"] .desc-content-wrapper {
    border-color: #374151;
}[data-theme="dark"] .product-description-section .section-header {
    background: #111827;
    border-color: #374151;
}[data-theme="dark"] .product-description-section .section-header.collapse-toggle:hover {
    background: #1f2937;
}[data-theme="dark"] .product-description-section .section-header h3 {
    color: #f3f4f6;
}[data-theme="dark"] .product-description-content h4 {
    color: #f3f4f6;
}[data-theme="dark"] .description-text {
    color: #cbd5e1;
}[data-theme="dark"] .order-form-card {
    background: #1f2937;
    border-color: #374151;
}[data-theme="dark"] .order-form-group label {
    color: #d1d5db;
}[data-theme="dark"] .quantity-selector {
    background: #374151;
    border-color: #4b5563;
}[data-theme="dark"] .qty-btn {
    color: #d1d5db;
}[data-theme="dark"] .qty-btn:hover {
    background: #4b5563;
    color: var(--primary);
}[data-theme="dark"] .qty-btn:active {
    background: #4b5563;
}[data-theme="dark"] .qty-input {
    background: #1f2937;
    color: #f3f4f6;
    border-left-color: #4b5563;
    border-right-color: #4b5563;
}[data-theme="dark"] .qty-input:focus {
    background: #1f2937;
    box-shadow: inset 0 0 0 2px rgba(var(--primary-rgb), 0.2);
}[data-theme="dark"] .order-input {
    background: #374151;
    border-color: #4b5563;
    color: #f3f4f6;
}[data-theme="dark"] .order-input::placeholder {
    color: #9ca3af;
}[data-theme="dark"] .order-coupon-section {
    border-color: #374151;
}[data-theme="dark"] .coupon-toggle {
    background: #111827;
}[data-theme="dark"] .coupon-toggle:hover {
    background: #1f2937;
}[data-theme="dark"] .coupon-form-wrapper {
    background: #1f2937;
    border-color: #374151;
}[data-theme="dark"] .coupon-input {
    background: #374151;
    border-color: #4b5563;
    color: #f3f4f6;
}[data-theme="dark"] .coupon-input::placeholder {
    color: #9ca3af;
}[data-theme="dark"] .applied-coupon {
    background: rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.3);
}[data-theme="dark"] .applied-coupon-desc {
    color: #9ca3af;
}[data-theme="dark"] .order-price-summary {
    background: #111827;
}[data-theme="dark"] .price-row {
    color: #9ca3af;
}[data-theme="dark"] .price-row .price-value {
    color: #d1d5db;
}[data-theme="dark"] .price-row.total-row {
    border-color: #374151;
    color: #f3f4f6;
}[data-theme="dark"] .price-row.flash-sale-row .discount-label.flash-sale-label,
[data-theme="dark"] .price-row.flash-sale-row .discount-label.flash-sale-label i,
[data-theme="dark"] .price-row.flash-sale-row .price-value.discount {
    color: #ef4444;
}[data-theme="dark"] .price-row.sale-row .discount-label.sale-label,
[data-theme="dark"] .price-row.sale-row .discount-label.sale-label i,
[data-theme="dark"] .price-row.sale-row .price-value.discount {
    color: #34d399;
}[data-theme="dark"] .price-row.member-discount-row .discount-label.member-discount-label,
[data-theme="dark"] .price-row.member-discount-row .discount-label.member-discount-label i,
[data-theme="dark"] .price-row.member-discount-row .price-value.discount {
    color: #fbbf24;
}[data-theme="dark"] .price-row.coupon-discount-row .discount-label.coupon-label,
[data-theme="dark"] .price-row.coupon-discount-row .discount-label.coupon-label i,
[data-theme="dark"] .price-row.coupon-discount-row .price-value.coupon-discount {
    color: #a78bfa;
}[data-theme="dark"] .order-stock-info {
    background: rgba(16, 185, 129, 0.15);
}[data-theme="dark"] .no-plans-message {
    background: #111827;
    border-color: #374151;
}[data-theme="dark"] .no-plans-message i {
    color: #4b5563;
}[data-theme="dark"] .no-plans-message p {
    color: #9ca3af;
}
