.elementor-6190 .elementor-element.elementor-element-5c035ef3{--display:flex;--min-height:416px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:0.14;}.elementor-6190 .elementor-element.elementor-element-5c035ef3:not(.elementor-motion-effects-element-type-background), .elementor-6190 .elementor-element.elementor-element-5c035ef3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://thykingdomshop.impactfactory.ng/wp-content/uploads/2025/12/414b18c389a6540ee8039fce77b86032e8ccca27-1.png");background-position:top right;background-repeat:no-repeat;background-size:cover;}.elementor-6190 .elementor-element.elementor-element-5c035ef3::before, .elementor-6190 .elementor-element.elementor-element-5c035ef3 > .elementor-background-video-container::before, .elementor-6190 .elementor-element.elementor-element-5c035ef3 > .e-con-inner > .elementor-background-video-container::before, .elementor-6190 .elementor-element.elementor-element-5c035ef3 > .elementor-background-slideshow::before, .elementor-6190 .elementor-element.elementor-element-5c035ef3 > .e-con-inner > .elementor-background-slideshow::before, .elementor-6190 .elementor-element.elementor-element-5c035ef3 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-6190 .elementor-element.elementor-element-4dd3dab6 .elementor-heading-title{font-family:"Syne", Sans-serif;font-size:54px;font-weight:500;line-height:58px;letter-spacing:-1px;color:#FFFFFF;}.elementor-6190 .elementor-element.elementor-element-2a770f76{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6190 .elementor-element.elementor-element-6d3e0195{--spacer-size:50px;}@media(max-width:767px){.elementor-6190 .elementor-element.elementor-element-6d3e0195{--spacer-size:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-f803ae4 *//* General container for the product grid */
.secure-music-products-wrapper {
    display: flex;
    gap: 20px; /* Space between filter sidebar and product grid */
    padding: 20px;
    max-width: 1200px; /* Adjust as needed */
    margin: 0 auto;
}

.secure-music-products-container {
    flex: 1; /* Allows product container to take available space */
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Filter Sidebar Styling */
.secure-music-products-filters {
    width: 250px; /* Fixed width for the filter sidebar */
    flex-shrink: 0;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.secure-music-products-filters h3 {
    font-size: 1.5em;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.filter-group {
    margin-bottom: 20px;
}

.filter-group h4 {
    font-size: 1.1em;
    color: #555;
    margin-top: 0;
    margin-bottom: 10px;
}

.filter-options label {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}

.filter-options input[type="checkbox"] {
    margin-right: 8px;
}

#apply-filters, #clear-filters {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 1em;
    margin-top: 10px;
    transition: background-color 0.2s ease-in-out;
}

#apply-filters {
    background-color: #007bff;
    color: #fff;
}

#apply-filters:hover {
    background-color: #0056b3;
}

#clear-filters {
    background-color: #dc3545;
    color: #fff;
}

#clear-filters:hover {
    background-color: #c82333;
}

/* Product grid styling */
.secure-music-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
    justify-content: center;
}

/* Individual product card styling */
.product-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* Product image styling */
.product-image {
    width: 100%;
    height: 250px; /* Fixed height for images */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

/* Sale badge styling */
.sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff4b4b;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.85em;
    font-weight: bold;
}

/* Product title */
.product-card h2 {
    font-size: 1.2em;
    color: #333;
    margin: 15px 10px 5px;
    min-height: 50px; /* Ensure consistent height for titles */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card h2 a {
    text-decoration: none;
    color: #333;
}

.product-card h2 a:hover {
    color: #007bff;
}

/* Product attributes styling */
.product-attributes {
    padding: 0 10px;
    font-size: 0.9em;
    color: #555;
    flex-grow: 1; /* Allows attributes section to take available space */
}

.product-attributes p {
    margin: 5px 0;
    line-height: 1.4;
}

.product-attributes strong {
    color: #333;
}

/* Product price styling */
.product-price {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.product-price ins {
    color: #28a745; /* Sale price color */
    text-decoration: none;
    margin-left: 5px;
}

.product-price del {
    color: #888;
    margin-right: 5px;
}

/* Add to cart button styling */
.add-to-cart-button {
    display: block;
    background: linear-gradient(93.45deg, #ECAD00 5.96%, #F0EA4C 48.96%, #ECAD00 94.52%);
    color: #fff;
    padding: 10px 15px;
    margin: 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 1em;
    opacity: 0;
    transform: translateY(10px);
}

.product-card:hover .add-to-cart-button {
    opacity: 1;
    transform: translateY(0);
}

/* Load More button styling */
.load-more-container {
    text-align: center;
    margin-top: 30px;
}

#load-more-products {
    background-color: #6c757d;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
    transition: background-color 0.2s ease-in-out;
}

#load-more-products:hover {
    background-color: #5a6268;
}

#load-more-products:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .secure-music-products-wrapper {
        flex-direction: column; /* Stack filters and products on smaller screens */
    }

    .secure-music-products-filters {
        width: 100%; /* Full width for filters on smaller screens */
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .secure-music-products-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }

    .product-image {
        height: 200px;
    }

    .product-card h2 {
        font-size: 1.1em;
        min-height: 45px;
    }
}

@media (max-width: 480px) {
    .secure-music-products-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .product-image {
        height: 180px;
    }

    .product-card h2 {
        font-size: 1em;
        min-height: 40px;
    }

    .secure-music-products-container {
        padding: 10px;
    }
}/* End custom CSS */