/* Set overall dark background */
.theme-content-area-inner,
.theme-cart-table-data.theme-cart-qty input[type=text]{
    background-color: rgb(25, 28, 35) !important;
    color: #e4e4e7 !important;
}




/* Product Image Effects */
.theme-product-image img, .theme-prod-detail-img-inner img {
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

select[data-sort-by-products] {
    background-color: rgb(40, 44, 52) !important;
    color: #e4e4e7 !important;
    border: 1px solid rgb(75, 85, 99) !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
}

select[data-sort-by-products] option {
    background-color: rgb(40, 44, 52) !important;
    color: #e4e4e7 !important;
}