/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2025 | 03:31:12 */
.elementor-element.sanphamcuahang {
    width: 100%;
}

.danh-sach-san-pham {
    display: flex;
    gap: 10px;
	margin-top: 25px;
}

.danh-sach-san-pham {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 cột đều nhau */
    gap: 10px;
    margin-top: 25px;
}

.filter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

select#sort-order {
    border: none;
}