body {
    background-color: #f0e6ff;
}

.banner-wrapper {
    position: relative;
}

.banner-wrapper .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.banner-text p {
    text-align: center;
}

.banner-text > p {
    font-size: 32px;
    font-weight: bold;
    color: red;
}

.banner-text .p-2 {
    font-size: 48;
    color: azure;
}

#rowProductPadding {
    padding: 10px 50px;
    background-color: #e6f5ff;
}

#productMargin {
    margin: 5px;
    border-radius: 35px;
}

.text-center {
    text-align: center;
    font-weight: 500;
}

#productMargin:hover .title {
    color: red;
}

#productMargin .product-btn:hover {
    color: #0066ff;
    font-weight: bold;
    background-color: white;
}

.cart-counter {
    display: inline-block;
    width: 20px;
    opacity: 100;
    height: 20px;
    background: #ddd;
    text-align :center;
    border-radius: 10%;
    margin-left: 10px;
    color: black;
    
}