.shop-card-body {
    padding: 0;
    max-height: 500px;
    box-shadow:
            inset rgba(17, 17, 26, 0.1) 0 4px 16px 0,
            rgba(17, 17, 26, 0.05) 0 8px 32px 0;
    border-radius: 0.6rem;
    border: solid 1px #954646;
    border-top: none;
}

.shop-card-img-container {
    height: 25vh;
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 0 10px 10px #954646 inset;
    border-radius: 0.5rem 0.5rem 0 0;
}