/* Add custom CSS styles below */ 


/* ========== توحيد حجم صور المنتجات ========== */
.relative.overflow-hidden.olla-general-radius img {
    width: 100%;
    height: auto;
    max-height: 650px;
    object-fit: contain;
    object-position: center top;
}

.relative.overflow-hidden.olla-general-radius {
    aspect-ratio: 4 / 5;
    overflow: hidden;
}