.product-wrapper-ks-card .product_card_name {
    font-size: 14px;
    font-family: inherit;
    font-weight: 400 !important;
    text-transform: none;
}

.product-wrapper-ks-card .price .amount {
    font-size: 16px !important;
	font-family: 'Inter';
}

.katysoho-menu .katysoho-menu-item .katysoho-submenu li::marker {
    content: "";
}

.katysoho-menu .katysoho-menu-item .katysoho-submenu {
    list-style-type: none; 
}

/*Mainpage AllProducts*/

.allproducts .wd-btn-arrow{
	padding: 20px;
}

.price del bdi {
    font-size: 75%;
    float: right;
    color: #6d6d6d;
    text-decoration: line-through;
}

@media only screen and (max-width: 600px) {
    .product-wrapper-ks-card .product-information, .product-wrapper-ks-card .product-preinformation {
        gap: 2px;
        padding: 2px 0px !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
	.product-wrapper-ks-card .product_card_name {
		font-size: 10px;
		font-family: inherit;
		font-weight: 400 !important;
		text-transform: none;
	}
	.product-wrapper-ks-card .price .amount {
		font-size: 14px !important;
	}
	
	.product-grid-item .price {
		display: flex !important;
		flex-direction: row-reverse !important;
		gap: 5px;
	}
	.allproducts .product-labels .product-label.onsale {
		font-size: 50%;
	}
}