.category-item-container:active {
    cursor: grabbing;
    }
    .product-img {
    width: 300px;
    user-drag: none;
    -webkit-user-drag: none;
    }
    .category-item-container {
    cursor: grab;
    user-select: none; /* Disable text selection */
    -webkit-user-select: none; /* Disable text selection for Safari */
    }
    .dots-container {
    text-align: center;
    }
    .dot {
    display: inline-block;
    width: 20px;
    height: 4px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 20%;
    cursor: pointer;
    transition: background-color 0.6s ease;
    }
    .dot.active {
    width: 10px;
    background-color: #717171;
    }
.time-up-tag {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
border-radius:20px;
color: white;
font-weight: 600;
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
background-image: url('assets/images/offerend.png'); /* Add the image path here */
background-size: contain;
background-position: center;
background-repeat: no-repeat;
display: none; /* Initially hidden */
}

.showcase {
position: relative;
}
