/*
 Theme Name: HomePress Child
 Template: homepress
 Version: 1.0.1111116
*/
.z-99{
    z-index: 99 !important;
}

.ehf-header #masthead{
    z-index: 12;
}

.custom-map-list-scroll{
    height: 940px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}
@media (max-width: 1199px) {
    .custom-map-list-scroll {
        height: auto;
    }
}

@media (min-width: 1025px) {
    body.inventory-full-height{
        overflow-y: auto !important;
    }
    
}
.advanced-search-item-wrap{
    z-index: 99 !important;
}
.footer-links a{
    text-decoration: none;
    color: var(--e-global-color-58ca8e2);
}
.footer-links a:hover{
    text-decoration: none;
    color: white;
}
.header-2-custom-class{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.listing-shortcode-wrapper{
    display: flex;
    height: 100%;
    width: 100%;
}

.listing-shortcode-wrapper>.elementor-shortcode{
    width: 100%;
}

/* === Görsel oran ve kırpma === */
.nv-inv-card{border:none;overflow:hidden}
.nv-thumb{position:relative;width:100%;overflow:hidden;background:#f8f9fa}
.nv-thumb-16x9::before{content:"";display:block;padding-top:56.25%}
.nv-thumb-img{position:absolute;inset:0;width:100%;height:100% !important;object-fit:cover;object-position:center;display:block}

/* === Üst rozetler & foto sayısı (uListing görünümüne yakın) === */
.nv-badges-top{position:absolute;top:.5rem;left:.5rem;z-index:3;display:flex;flex-wrap:wrap;gap:.35rem}
.inventory_featured_label{background:#28a745;color:#fff;font-weight:600;padding:.2rem .45rem;border-radius:.2rem;font-size:.75rem}
.inventory_category.inventory_category_style_1{background:#dc3545;color:#fff;padding:.2rem .45rem;border-radius:.2rem;font-size:.75rem}

.nv-photo-count{
  position:absolute;top:.5rem;right:.5rem;z-index:3;
  background:rgba(0,0,0,.55);color:#fff;border-radius:4px;
  padding:.2rem .5rem;font-size:.85rem;display:flex;align-items:center
}
.nv-photo-count .gallery-icon{margin-right:.25rem}

/* === Alt overlay (başlık/fiyat/atribüt) === */
.nv-overlay-bottom{
  position:absolute;left:0;right:0;bottom:0;z-index:2;color:#fff;
  padding:1rem .75rem;
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 45%, rgba(0,0,0,.85) 100%);
}
.nv-title{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4);font-weight:600;margin:0}
.nv-price{font-weight:700}
.nv-price-regular{opacity:.85;text-decoration:line-through}
.nv-price-sale{color:#fff}
.nv-attrs .nv-attr{color:#fff;opacity:.95;font-size:.95rem}
.nv-attrs .nv-attr i{font-size:1rem}

/* === Quick View (alt sol) === */
.qview.style_1{
  position:absolute;left:.5rem;bottom:.5rem;z-index:3;
  background:rgba(0,0,0,.55);color:#fff;border-radius:999px;
  padding:.4rem .6rem;display:flex;align-items:center;gap:.35rem;
  font-size:.9rem;line-height:1
}
.qview .quick-tooltip{display:none}
.qview:hover .quick-tooltip{display:inline}
