
.category-slider {
    overflow-x: auto;
    white-space: nowrap;
}
.category-item {
    display: inline-block;
    box-shadow: 0 0 2px 1px #00000038;
    width: 200px !important;
    text-align: center;
    display: inline-block;
    background: white;
    color: black;
    padding: 15px 15px;
    margin: 0 10px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}
.category-item:hover {
    background: darkred;
    color: white;
}
.slick-list {
    padding: 20px;
}
.product-card {
    transition: transform 0.3s ease;
}
.product-card:hover {
    transform: translateY(-5px);
}
.offer-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
}
/*--------------------------------------*/
.ContProdect{
    margin-top: 80px;
}
.category-item.activeSection {
    background-color: #872121;
    color: white;
    transform: scale(1.05);
}
