/**
 * Theme Name: L3.Theme
 * Author: L33T
 * Version: 1.1
**/


/* STYLES FOR ME */
.new-products{
    display: flex;
    gap: 10px;
}

li.product{
    list-style: none;
    position: relative;
}
.product-info{
    display: flex;
    justify-content: space-between;
}
.brand-image{
    max-width: 200px;
}
.blog-posts{
    display: flex;
    flex-wrap: wrap;
}
.blog-post{
    width: 25%;
}
.blog-post img{
    width: 100%;
    height: auto;
}

.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary{
    float: inherit;
}
