body {
    background-color: #0C070F;
    color: #e0e0e0;
}

a, a:visited {
    color: #a855f7;
    transition: all 0.3s ease;
}

a:hover {
    color: #c084fc;
}

button, 
input[type="button"], 
input[type="submit"] {
    background-color: #333;
    color: #fff;
    border: 1px solid #444;
}

input, 
select, 
textarea {
    background-color: #333;
    color: #e0e0e0;
    border: 1px solid #444;
}

    .banner-wrapper {
        background-color: #0C070F;
    }
    
    .container-full-width {
        background-color: #0C070F;
    }
    
    .benefit-banners-full-width {
        background-color: #0C070F;
    }
    
    .content-wrapper {
        background-color: #0C070F;
    }
    
    .breadcrumbs {
        background-color: #0C070F;
    }
    
    .sidebar {
        background-color: #0C070F;
        border-color: #892CFF;
    }
    
    .category-header {
        background-color: #0C070F !important;
    }
    
    .category-header input[type=radio]:checked+label {
        background-color: #CC0637 !important;
    }
    
    .p-detail-full-width {
        background-color: #0C070F;
    }
    
.tab-content {
    background: linear-gradient(135deg, #0a0a0f99 0%, #1a0d1f88 100%) !important;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: inset 0 2px 15px rgba(0, 0, 0, 0.3);
}
    
.p-detail-tabs {
    background: linear-gradient(135deg, #050509 0%, #120a17 100%);
    backdrop-filter: blur(8px);
    border-radius: 12px 12px 0 0;
}
    
.shp-tab.active {
    background: linear-gradient(135deg, #1a0d1f 0%, #2d1b3d 100%) !important;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #a855f7;
}
    
.shp-tab-link {
    background: linear-gradient(135deg, #0a0a0f88 0%, #1a0d1f66 100%) !important;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.shp-tab-link:hover {
    background: linear-gradient(135deg, #1a0d1f99 0%, #2d1b3d77 100%) !important;
}
    
.tab-content .detail-parameters tr:nth-child(odd) {
    background: linear-gradient(135deg, #0f0f1566 0%, #1a0d1f44 100%) !important;
    backdrop-filter: blur(6px);
}
    
    .footer-bottom {
        background-color: #0C070F;
    }
    
    .footer-bottom-full-width {
        background-color: #0C070F;
    }
    
    .popup-widget-inner {
        background-color: #0C070F;
    }
    
/* Enhanced Cart Widget */
.cart-widget-bottom {
    background: linear-gradient(135deg, #050509 0%, #0a0610 30%, #120a17 100%);
    backdrop-filter: blur(20px);
    border-top: 2px solid rgba(139, 44, 255, 0.3);
    box-shadow: 
        0 -4px 20px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
    
.cart-widget-button {
    background: linear-gradient(135deg, #0a0610 0%, #1a0d1f 50%, #2d1b3d 100%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(139, 44, 255, 0.4);
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.cart-widget-button:hover {
    background: linear-gradient(135deg, #12091a 0%, #2d1b3d 50%, #3d2851 100%);
    border-color: rgba(139, 44, 255, 0.6);
    box-shadow: 
        0 6px 20px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(139, 44, 255, 0.2);
    transform: translateY(-2px);
}
    
.summary-wrapper {
    background: linear-gradient(135deg, #0a0610 0%, #1a0d1f 30%, #0f1a2e 70%, #2d1b3d 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(139, 44, 255, 0.3);
    border-radius: 24px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
    
.checkout-box-wrapper {
    background: linear-gradient(135deg, #1a0d1f 0%, #0f1a2e 50%, #2d1b3d 100%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(139, 44, 255, 0.2);
    border-radius: 20px;
}
    
.box .contact-box img {
    border-radius: 16px;
    border: 2px solid rgba(139, 44, 255, 0.3);
}
    
/* Enhanced Cart Content */
.cart-content {
    background: linear-gradient(135deg, #0a0610 0%, #1a0d1f 30%, #0f1a2e 70%, #2d1b3d 100%);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(139, 44, 255, 0.4);
    border-radius: 28px;
    padding: 28px;
    margin: 20px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
    
.checkout-box {
    border-radius: 24px !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(139, 44, 255, 0.2);
}

.co-box {
    background: linear-gradient(135deg, #1a0d1f 0%, #0f1a2e 50%, #2d1b3d 100%);
    border: 1px solid rgba(139, 44, 255, 0.2);
    border-radius: 24px;
}

.box.box-bg-default {
    border-radius: 24px;
    background: linear-gradient(135deg, #0a0a0f99 0%, #1a0d1f88 100%);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(139, 44, 255, 0.2);
    padding: 24px;
}

.form-control {
    background: linear-gradient(135deg, #0a0a0f99 0%, #1a0d1f77 100%);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(139, 44, 255, 0.3);
    border-radius: 12px;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
}
    
.id--15.ordering-process .co-box.co-payment-method .row {
    background: linear-gradient(135deg, #0a0a0f99 0%, #1a0d1f88 100%);
    backdrop-filter: blur(10px);
    border-radius: 16px;
}
    
.checkout-box .box.box-sm {
    background: linear-gradient(135deg, #0a0a0f99 0%, #1a0d1f88 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(139, 44, 255, 0.2);
    border-radius: 16px;
}

/* Enhanced Cart Table */
.cart-table {
    width: 100%;
    table-layout: fixed;
    backdrop-filter: blur(12px);
    border-spacing: 0 12px;
}

/* Enhanced Cart Table Rows */
.cart-table tr.removeable {
    background: linear-gradient(135deg, #0d0812 0%, #1a0d1f 50%, #241530 100%);
    backdrop-filter: blur(15px);
    border: none;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.cart-table tr.removeable:hover {
    background: linear-gradient(135deg, #12091a 0%, #2d1b3d 50%, #3d2851 100%);
    transform: translateY(-2px);
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(139, 44, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Cart table cells unified styling */
.cart-table tr.removeable > td {
    border: none !important;
    padding: 20px 16px;
    background: transparent !important;
    border-radius: 0;
}
    
/* Enhanced Quantity Cell */
.p-quantity.p-cell {
    background: linear-gradient(135deg, rgba(10, 6, 16, 0.8) 0%, rgba(26, 13, 31, 0.6) 100%) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(139, 44, 255, 0.2);
    border-radius: 0;
    padding: 8px !important;
}

.p-quantity.p-cell input,
.p-quantity.p-cell select {
    background: linear-gradient(135deg, #0a0610 0%, #1a0d1f 100%);
    border: 1px solid rgba(139, 44, 255, 0.3);
    border-radius: 0;
    color: #e8e3f0;
    padding: 6px 12px;
    backdrop-filter: blur(8px);
}
    
/* Enhanced Price Cell */
.p-price.p-cell {
    background: linear-gradient(135deg, #0a0610 0%, #1a0d1f 100%) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(139, 44, 255, 0.2);
    border-radius: 0 !important;
    padding: 12px 16px !important;
    margin: 0 !important;
    color: #a855f7;
    font-weight: 600;
}
    
/* Enhanced Total Price */
.p-total {
    background: linear-gradient(135deg, #450a0a 0%, #7c1d1d 50%, #991b1b 100%) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(220, 38, 38, 0.4);
    border-radius: 0 !important;
    padding: 12px 16px !important;
    color: #fca5a5 !important;
    font-weight: 700;
}
    
/* Enhanced Product Name */
.p-name {
    background: transparent !important;
    backdrop-filter: none !important;
    border: none !important;
    border-radius: 0 !important;
    color: #e8e3f0 !important;
    font-weight: 500;
}
    
/* Enhanced Cart Product Image */
.cart-p-image {
    background: linear-gradient(135deg, #0a0610 0%, #1a0d1f 100%) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(139, 44, 255, 0.2);
    border-radius: 0 !important;
    padding: 8px;
    width: 100%;
    height: auto;
}

.cart-p-image img {
    border-radius: 0;
    border: 1px solid rgba(139, 44, 255, 0.1);
}

/* Remove Button Improvements */
.cart-table .btn-remove {
    background: linear-gradient(135deg, #450a0a 0%, #7c1d1d 100%);
    border: 1px solid rgba(220, 38, 38, 0.3);
    border-radius: 0;
    color: #fca5a5;
    padding: 8px 12px;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.cart-table .btn-remove:hover {
    background: linear-gradient(135deg, #7c1d1d 0%, #991b1b 100%);
    border-color: rgba(220, 38, 38, 0.5);
    box-shadow: 0 0 15px rgba(220, 38, 38, 0.3);
    transform: scale(1.05);
}

/* Mobile Cart Improvements */
@media (max-width: 768px) {
    /* Make cart table rows use flexbox layout */
    .cart-table tr.removeable {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        margin-bottom: 16px;
        border-radius: 0;
    }
    
    /* Position image cell first (leftmost) */
    .cart-table tr.removeable td.cart-p-image {
        order: -1 !important;
        flex: 0 0 auto !important;
        width: auto !important;
        margin-right: 15px !important;
        align-self: flex-start !important;
    }
    
    /* Product name should be second, taking remaining space */
    .cart-table tr.removeable td.p-name {
        order: -1 !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        background: transparent !important;
        backdrop-filter: none !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 12px 15px;
    }
    
    /* Total price positioned directly under product name, aligned left */
    .cart-table tr.removeable td.p-total {
        order: 0 !important;
        flex: 0 0 100% !important;
        margin-left: 95px !important; /* Align with product name by offsetting for image width */
        margin-top: -8px !important;
        margin-bottom: 8px !important;
        width: auto !important;
        max-width: 120px !important;
    }
    
    /* Price cell positioned under total */
    .cart-table tr.removeable td.p-price {
        order: 1 !important;
        flex: 0 0 100px !important;
        margin-left: 95px !important;
        margin-right: 10px !important;
        margin-top: 8px !important;
    }
    
    /* Quantity control positioned next to price */
    .cart-table tr.removeable td.p-quantity {
        order: 2 !important;
        flex: 0 0 auto !important;
        border-radius: 0 !important;
        margin-top: 8px !important;
    }
    
    /* Remove button positioned at the end */
    .cart-table tr.removeable td:last-child {
        order: 3 !important;
        flex: 0 0 auto !important;
        margin-top: 8px !important;
        margin-left: auto !important;
    }
    
    /* Reset the image styling */
    .cart-table .cart-p-image img {
        width: 80px !important;
        max-width: 80px !important;
        height: auto !important;
        float: none !important;
        margin: 0 !important;
        display: block !important;
    }
    
    /* Ensure proper spacing for all cells */
    .cart-table tr.removeable > td {
        border: none !important;
        padding: 8px 12px !important;
        background: transparent !important;
        backdrop-filter: none;
        margin-bottom: 8px !important;
    }
    
    .content-wrapper.container .row.cart-row > div, 
    .ordering-process .content-wrapper.container {
        border-radius: 0;
        backdrop-filter: blur(15px);
    }
    
    .cart-content {
        margin: 10px;
        padding: 20px;
        border-radius: 20px;
    }
}

  
  .content-modal {
    background: linear-gradient(to right, #281034, #0E204C);
    border-radius: 20px;
}

.content-modal {
    background: linear-gradient(to right, #281034, #0E204C);
}

#cboxContent {
    background: rgba(10, 6, 16, 0.95) !important;
    border: 2px solid rgba(139, 44, 255, 0.6) !important;
    border-radius: 12px !important;
    backdrop-filter: blur(15px) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7) !important;
}

#cboxLoadedContent {
    background: transparent !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#cboxLoadedContent img.cboxPhoto {
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

::selection {
    background: rgba(168, 85, 247, 0.3);
    color: #e8e3f0;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: linear-gradient(135deg, #0a0a0f 0%, #1a0d1f 100%);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #6b46c1 0%, #8b5cf6 100%);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%);
}

/* Arrow buttons styling for colorbox */
#cboxNext, #cboxPrevious {
    color: #a855f7 !important;
}

#cboxNext:hover, #cboxPrevious:hover {
    color: #c084fc !important;
}

/* Enhanced hidden-links styling */
.hidden-links {
    background: linear-gradient(135deg, #0a0a0f99 0%, #1a0d1f88 100%) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(139, 44, 255, 0.3) !important;
    border-radius: 16px !important;
    padding: 8px !important;
    margin: 12px 0 !important;
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.hidden-links .shp-tab {
    background: transparent !important;
    border-radius: 12px !important;
    margin: 4px !important;
    transition: all 0.3s ease !important;
}

.hidden-links .shp-tab:hover {
    background: linear-gradient(135deg, #1a0d1f99 0%, #2d1b3d77 100%) !important;
    transform: translateY(-1px) !important;
}

.hidden-links .shp-tab-link {
    background: linear-gradient(135deg, #0a0610 0%, #1a0d1f 100%) !important;
    backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(139, 44, 255, 0.2) !important;
    border-radius: 10px !important;
    color: #e8e3f0 !important;
    padding: 12px 18px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: block !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

.hidden-links .shp-tab-link:hover {
    background: linear-gradient(135deg, #1a0d1f 0%, #2d1b3d 100%) !important;
    border-color: rgba(139, 44, 255, 0.4) !important;
    color: #c084fc !important;
    box-shadow: 
        0 6px 16px rgba(0, 0, 0, 0.4) !important,
        0 0 15px rgba(139, 44, 255, 0.2) !important;
    transform: translateY(-2px) !important;
}

.hidden-links .tab-manufacturer-name {
    color: #a855f7 !important;
    font-weight: 600 !important;
    margin-left: 8px !important;
}