/***** S E A R C H  B A R *****/


/* Fonds de la searchbar */
.iwp__property .iwp__searchbar {
    background: #ede7da !important;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    padding: 20px;
    margin-bottom: 40px;
    border: 1px solid rgba(68, 46, 33, 0.35) !important;

}

/* Bouton de la searchbar */
.iwp__property .iwp__searchbar .iwp__btn-search {
    background-color: #442E21 !important;
}



/* cacher les labels de la searcbar 
body .iwp__property .iwp__searchbar .iwp__filter-group label,
body .iwp__filter-group label {
    display: none !important;
}*/


/* Champs déroulants de la searcbar */
body .ss-main .ss-multi-selected .ss-values .ss-disabled {
    display: flex !important;
    padding: 4px 5px !important;
    margin: 2px 0 !important;
    line-height: 1em !important;
    align-items: center !important;
    width: 100% !important;
    color: #000 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}



/* Cacher les labels supérieurs */
.iwp__search-main .iwp__filter-group > label,
.iwp__search-main label {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.iwp__property .iwp__items-carousel .swiper-button-prev, .iwp__property .iwp__items-carousel .swiper-button-next {
    position: absolute;
    top: 40% !important;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(15, 23, 42, .85);
    color: #fff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s, transform .2s;
}


/***** SHORTCODES *****/

/* Fleches du carousel */
/* Style normal (sans hover) */
.swiper-button-prev,
.swiper-button-next {
    background-color: rgba(0,0,0,0); /* transparent */
    transition: background-color 0.25s ease;
    border-radius: 50%;
}

/* Au survol */
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #442E21 !important; /* ta couleur */
}

/* Couleur de l’icône (flèche) */
.swiper-button-prev::after,
.swiper-button-next::after {
    color: white !important;   /* flèche blanche, visible */
}




/***** FICHE PRODUIT *****/

.iwp__block.iwp__card .iwp__card-header {
    padding: 20px 24px;
    background-color: #EDE7DA;
    border-bottom: 1px solid #e2e8f0 !important;
}
