.shop-product-image {

    background-size:cover; background-position:center center; width:100%; min-height: 150px;

}

.shop-product-box {

    position:relative; min-width:300px; gap:20px; padding:25px 25px 100px 25px; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); border-radius:20px; margin:0 auto; background:#fff; /*max-width:700px;*/

}

.categories-list {

    width:250px; float:left; background:#fff; padding:30px; border-radius:0 0 10px 20px; border-top:4px solid #110a36; margin-top:20px; box-sizing:border-box;

}

.collection-only {

    padding:10px; border-radius:5px; border:1px solid rgba(0,0,0,0.2); background:var(--gp-yellow); font-size:14px; box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5); font-weight:bold;

}

@media only screen and (max-width: 600px) {

    .shop-product-box {

        min-width:auto;

    }
 
    .shop-product-box {

        margin-bottom:20px;

    }

    .categories-list {

        width:100%; float:none;

    }

}