/* CUSTOM CSS BY sadiqt_ */

#products {
    margin: .23rem .3rem 1.2rem;
    /* background-color: grey; */
}

#my-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 72vh;
    width: 96%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /* border-radius: 12px; */
    /* background-image: url('img/product1.jpg'); */
    color: black;
    overflow: hidden;
}

.product-logo {
    width: 1.5cm;
    height: auto;
    margin: 18px auto;
}

.product-title {
    text-align: center;
    text-transform: capitalize;
    padding: 6px 0 0rem 0;
}

.product-descripion {
    display: inline-block;
    text-align: center;
}

.product-button {
    margin-bottom: 1.22rem;
    background-color: transparent!important;
    border: 2px solid rgb(0, 0, 0);
    color: #000000;
}

.product-button:hover {
    background-color: red!important;
    color: white;
}

a.product-link { text-decoration: none; color: none; }