.product {
	display: none;
}

.products {
    margin-top: 30px;
}

.product:nth-child(-n+24) {
	display: flex;
}
 
.products__pagination {
	display: flex;
    justify-content: center;
    margin-top: 50px; 
}

.js__products__paginate {
    display: none;
}

.products__pagination button {
	width: fit-content;
    text-align: center;
    font-size: 1rem;
    padding: 7px 13px;
}

.product__price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 4px;
}

.product__price .cart__loader {
    display: block;
    height: 15px;
    flex-wrap: wrap;
    border-color: #575757 #fff0;
}

.product__price-normal {
    font-weight: 600 !important;
}

.ml-10 {
    margin-left: 10px;
}

.fw-700 {
    font-weight: 700;
}

.el-hidden {
    visibility: hidden;
}

.dp-block {
    display: block;
}

.dp-none {
    display: none;
}

.fw-500 {
    font-weight: 500;
}