/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Fond personnalisé pour le bloc de filtres HikaShop */
.hikashop_filter_main_div {
    background-color: #f5f5f5; /* à adapter selon ton design */
    padding: 30px; /* optionnel : pour de l’air autour des filtres */
    border-radius: 8px; /* optionnel : adoucir les coins */
}