﻿.upSaleProdItem {
    background-size: cover;
    color: black !important;
    background-repeat: space;
    background-position: center;
    text-align: center;
}

.upSaleProdItemTextBoxLabel {
    font-size: 25px;
    font-family: var(--h-font-family);
    font-weight: var(--fw-bold);
    background-color: rgba(1000,1000,1000, 0.6);
    padding: 5px 15px 5px 15px;
}

.category-page-body .product-grid .product-item .picture img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.category-page-body .product-grid .product-item .picture.itsActive img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: cover;
}

.category-page-body .product-grid .product-item .picture.itsActive:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
