@media (max-width: 1024px) {
      
    .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
        position: relative;
        z-index: 1;
        width: 100%;

        }

    .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container h1 {
        font-size: 1rem;
    }
                  
    .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container p {
        font-size: 0.75rem;
    }
      
    .wp-block-cover::before {

    background: linear-gradient(90deg, 
    #06283d 0%, 
    rgba(6, 40, 61, 0.8) 100%);
    }

    .banner__button_2 {

    padding-left: 0em;
    }

    .woocommerce-container-single-product  {
        margin-left: 5px;
        margin-right: 5px;
    }

    /* Style sale price */
    .single-product-layout .price ins {
        order: 1; /* Moves sale price first */
        color: red !important; /* Ensure sale price is red */
        font-weight: bold;
        font-size: 2rem;
    }

    /* Position price at the bottom left */
    .single-product-layout .price {
        color: red; /* Change text color to red */
        font-weight: bold;
        font-size: 2rem;
    }

    /* Position price at the bottom left */
    .single-product-layout .price del {
        order: 2; /* Moves regular price second */	
        color: #555; /* Dark grey */
        font-size: 1.5rem;
        font-weight: normal;
    }
    
    .product-cart {
        display: flex;
    }
    
    .product-cart .add-to-cart{
        display: flex;
    }    
    

    .woocommerce-container-single-product .woocommerce-product-gallery__image {
        width: 100%;
        height: auto;
    }
    .woocommerce-product-gallery__image {
        width: 100%;
        height: auto;
    }
    .woocommerce-product-gallery__image img {
        width: 100%;
        height: auto;
    }
    .woocommerce-product-gallery__image a {
        width: 100%;
        height: auto;
    }
    .woocommerce-product-gallery__image a img {
        width: 100%;
        height: auto;
    }

    /* Add this CSS to your theme's style.css or in a custom CSS section */
    .cart {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
    }
    
    .cart .quantity {
        margin-right: 10px;
        flex-shrink: 0;
    }
    
    /* Make sure the button doesn't grow too large */
    .cart .single_add_to_cart_button {
        flex-shrink: 0;
    }


    .single-product-layout .product-details {
        margin-left: 3px;
        margin-right: 3px;
        padding: 0px;
    }

    .product-details {
        margin-left: 3px;
        margin-right: 3px;
        padding: 0px;
    }
      
}



  
/* For smaller screens, allow them to wrap */
@media (max-width: 480px) {
.cart {
    flex-wrap: wrap;
}

.cart .quantity {
    margin-bottom: 10px;
}
}






    /* Add this CSS to your theme's style.css or in a custom CSS section */
.cart {
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 10px;
}

.cart .quantity {
    margin-right: 10px;
    flex-shrink: 0;
}

/* Make sure the button doesn't grow too large */
.cart .single_add_to_cart_button {
    flex-shrink: 0;
}