.PromoNiceso{
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    outline: none;
    cursor: grab;
}
.PromoNiceso:active{
    cursor: grabbing;
}
.PromoNiceso::-webkit-scrollbar{
    display: none;
}
.PromoNiceso.active{
    background: transparent !important;
}
.PromoNicesoIsi{
    flex: 0 0 19.2%;
    height: 360px;
    display: flex;
    flex-direction: column;
    padding: 12px;
    background-color: var(--list-product);
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.PromoNicesoIsi img{
    width: 100%;
    background-color: white;
    height: 220px;
    border-radius: 5px;
    padding: 15px;
    justify-content: space-between;
    object-fit: contain;
    pointer-events: none;
}
.PromoNicesoIsi p{
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11pt;
    line-height: 20px;
    font-family: Arial;
}
#harga_coret{
    text-decoration: line-through;
    color: black;
    font-family: 'poppins';
    bottom: 47px;
    right: 18px;
    font-weight: bolder;
    position: absolute;
    font-size: medium;
}
#rp{
    color: var(--text-black);
    font-weight: bolder;
    bottom: 25px;
    left: 12px;
    font-size: 15pt;
    font-weight: bolder;
    position: absolute;
}
#namapdk{
    text-align: left;
    font-size: 14pt;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#harga_promo{
    position: absolute;
    font-family: 'poppins';
    right: 15px;
    bottom: 0;
    font-size: 30pt;
    color: var(--nav-color);
}
.JudulKatalog{
    padding-left: 10px;
}
.JudulKatalog h3{
    background-color: var(--nav-color);
    color: var(--text-color);
    padding: 10px;
}
@media screen and (max-width: 1180px) {
    .PromoNicesoIsi{
        flex: 0 0 24%;
        height: 360px;
        padding: 12px;
    }
}
@media screen and (max-width: 970px) {
    .PromoNicesoIsi{
        flex: 0 0 32%;
        height: 330px;
        padding: 12px;
    }
    .PromoNicesoIsi img{
        height: 180px;
    }
    #harga_promo{
        font-size: 26pt;
    }
}
@media screen and (max-width: 650px) {
    .ContainerPutih{
        padding: 5px;
    }
    .PromoNiceso{
        gap: 9px;
    }
    .PromoNicesoIsi img{
        width: 100%;
        background-color: white;
        height: 120px;
        border-radius: 2px;
        padding: 10px;
    }
    .PromoNicesoIsi{
        flex: 0 0 32%;
        height: 220px;
        padding: 8px;
    }
    #harga_promo{
        font-size: 18pt;
        right: 9px;
    }
    #namapdk{
        text-align: left;
        font-size: 10pt;
        line-height: 1.3;
        margin-top: 5px;
    }
    #rp{
        color: var(--text-black);
        font-weight: bolder;
        bottom: 17px;
        left: 12px;
        font-size: 8pt;
    }
    #harga_coret{
        bottom: 28px;
        right: 10px;
        font-weight: bolder;
        position: absolute;
        font-size: small;
    }
}