.fav-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.55);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:99999;
    opacity:0;
    visibility:hidden;
    transition:.25s;
    backdrop-filter:blur(4px);
}

.fav-popup.show{
    opacity:1;
    visibility:visible;
}

.fav-popup-box{
    width:90%;
    max-width:340px;
    background:#fff;
    border-radius:24px;
    padding:28px 24px;
    text-align:center;
    position:relative;
    animation:popupScale .25s ease;
    box-shadow:0 20px 60px rgba(0,0,0,.18);
}

@keyframes popupScale{
    from{
        transform:scale(.8);
        opacity:0;
    }
    to{
        transform:scale(1);
        opacity:1;
    }
}

.fav-close{
    position:absolute;
    top:12px;
    right:12px;
    width:34px;
    height:34px;
    border:none;
    border-radius:50%;
    background:#f1f5f9;
    font-size:22px;
    cursor:pointer;
    transition:.2s;
}

.fav-close:hover{
    background:#e2e8f0;
}

.fav-popup-icon{
    width:72px;
    height:72px;
    margin:auto;
    border-radius:50%;
    background:#0061ff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    margin-bottom:18px;
    box-shadow:0 10px 30px rgba(255,77,109,.35);
}

.fav-popup-box h3{
    margin:0;
    font-size:22px;
    font-weight:700;
    color:#111827;
}

.fav-popup-box p{
    margin-top:10px;
    color:#64748b;
    font-size:15px;
    line-height:1.5;
}

.fav-popup-btn{
    margin-top:20px;
    width:100%;
    border:none;
    border-radius:14px;
    padding:14px;
    background:#0061ff;
    color:#fff;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:.2s;
}

.fav-popup-btn:hover{
    transform:translateY(-2px);
}
/* --- İletişim Butonları Tasarımı --- */
.emx-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
}

.emx-c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 54px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: inherit;
    background: #fbfbfc;
    color: #1e293b;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.01);
    box-sizing: border-box;
}

.emx-c-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.emx-c-msg .emx-c-icon { color: #2563eb; }
.emx-c-offer .emx-c-icon { color: #7c3aed; }
.emx-c-phone .emx-c-icon { color: #0f172a; }
.emx-c-wa .emx-c-icon { color: #16a34a; }

.emx-c-btn:hover {
    transform: translateY(-4px);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.emx-c-btn:hover .emx-c-icon {
    color: #ffffff !important;
    transform: scale(1.1);
}

.emx-c-btn:active {
    transform: translateY(-1px);
}

.emx-c-msg:hover {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
}

.emx-c-offer:hover {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    box-shadow: 0 10px 25px rgba(124, 58, 237, 0.25);
}

.emx-c-phone:hover {
    background: linear-gradient(135deg, #334155, #0f172a);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.25);
}

.emx-c-wa:hover {
    background: linear-gradient(135deg, #16a34a, #15803d);
    box-shadow: 0 10px 25px rgba(22, 163, 74, 0.25);
}

/* --- Premium Popup Genişlik Düzenlemesi --- */
.m-auth-box {
    width: 421px !important;
    max-width: 95% !important; /* Mobil ekranlarda taşmayı önler */
    min-width: auto !important;
}

/* 📱 Mobilde İletişim Gridini Gizle */
@media (max-width: 768px) {
    .emx-contact-grid {
        display: none !important;
    }
}
/* Benzer ilanlar için favori butonu şablon stilleri */
.sim-fav {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, .95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s;
    z-index: 5;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    backdrop-filter: blur(6px);
}
.sim-fav:hover {
    transform: scale(1.08);
    background: #fff;
}
.sim-fav i {
    font-size: 15px;
    color: #475569;
    transition: .2s;
}
.sim-fav.active i {
    color: #ef4444;
}




/* ==========================================================================
   BENZER İLANLAR (SIMILAR) SLIDER CSS
   ========================================================================== */

/* Slider Ana Kutusu */
.similar {
    position: relative;
    margin-top: 40px;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.dark .similar {
    background: #1e1e1e;
}

/* Başlık Alanı */
.similar-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1c1c1e;
    margin-bottom: 20px;
}

.dark .similar-title {
    color: #ffffff;
}

/* Sağ-Sol Ok Kontrolleri */
.slider-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.slider-controls button {
    background: #f2f2f7;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    color: #1c1c1e;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.slider-controls button:hover {
    background: #0061ff;
    color: #ffffff;
}

.dark .slider-controls button {
    background: #2c2c2e;
    color: #ffffff;
}

/* 📌 Resimleri Ufaltan ve Yan Yana Hizalayan Slider Izgarası */
.similar-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto; /* Yatayda kaydırma */
    scroll-behavior: smooth;
    padding-bottom: 12px;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
}

/* Sürüklerken el simgesi değişsin */
.similar-grid:active {
    cursor: grabbing;
}

/* Scrollbar temizleme (Modern görünüm için) */
.similar-grid::-webkit-scrollbar {
    height: 5px;
}
.similar-grid::-webkit-scrollbar-thumb {
    background: #e5e5ea;
    border-radius: 10px;
}
.dark .similar-grid::-webkit-scrollbar-thumb {
    background: #3a3a3c;
}

/* 📌 Ürün Kartları (Boyutları Sabitlendi) */
.product-card {
    min-width: 200px; /* Kartların devasa olmasını engeller, sabit genişlik sunar */
    max-width: 200px;
    background: #ffffff;
    border: 1px solid #f2f2f7;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dark .product-card {
    background: #2c2c2e;
    border-color: #3a3a3c;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

/* 📌 Kocaman Olan Resimleri Sınırlayan Alan */
.product-card img {
    width: 100%;
    height: 150px; /* Resim yüksekliğini sabitledik, kocaman durmaz */
    object-fit: cover; /* Resmi ezmeden, kırparak kutuya tam sığdırır */
    background: #f8f9fa;
}

.dark .product-card img {
    background: #121212;
}

/* Kart İçindeki Bilgiler */
.product-info {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* İlan Başlığı */
.product-name {
    font-size: 0.9rem;
    font-weight: 500;
    color: #3a3a3c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Başlık uzunsa taşmasın, üç nokta koysun */
}

.dark .product-name {
    color: #d1d1d6;
}

/* Fiyat */
.product-price {
    font-size: 1rem;
    font-weight: 700;
    color: #0061ff; /* Webdeha Premium Mavi */
}

/* Konum Satırı */
.product-info .konum {
    font-size: 0.75rem;
    color: #8e8e93;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ==========================================================================
   MOBİL AYARLARI
   ========================================================================== */
@media (max-width: 768px) {
    .similar {
        padding: 16px;
    }
    .product-card {
        min-width: 160px; /* Mobilde kartları biraz daha kompakt yapıyoruz */
        max-width: 160px;
    }
    .product-card img {
        height: 120px; /* Mobilde resim yüksekliği */
    }
    .slider-controls {
        display: none; /* Mobilde okları gizle, kullanıcı parmağıyla kaydırsın */
    }
}













/* =========================
    RESET
========================= */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,body{
    width:100%;
    overflow-x:hidden;
    font-family:Inter,sans-serif;
    background:#fff;
    color:#111;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}

/* =========================
    CONTAINER
========================= */
.ilan-cont{
    width:100%;
    max-width:1400px;
    margin:auto;
    padding:20px;
}

/* =========================
    BREADCRUMB
========================= */
.breadcrumb{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    margin-bottom:20px;
    color:#6b7280;
    font-size:14px;
}

.breadcrumb a{
    color:#6b7280;
}

.breadcrumb a:hover{
    color:#1f5eff;
}

/* =========================
    MAIN GRID
========================= */
.main{
    display:grid;
    grid-template-columns:minmax(0,1fr) 420px;
    gap:24px;
    align-items:start;
}

/* =========================
    GALLERY
========================= */
.gallery-wrapper{
    display:flex;
    gap:16px;
    background:#fff;
    border:1px solid #ececec;
    border-radius:28px;
    padding:20px;
    position:relative;
}

.thumb-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.thumb{
    width:100px;
    height:84px;
    border-radius:16px;
    overflow:hidden;
    cursor:pointer;
    border:2px solid transparent;
    background:#f1f1f1;
    transition:0.2s ease;
    flex-shrink:0;
}

.thumb.active{
    border-color:#1f5eff;
}

.thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.big-image{
    flex:1;
    height:550px;
    border-radius:24px;
    overflow:hidden;
    background:#f2f2f2;
    position:relative;
}

.big-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* =========================
    GALLERY BADGES
========================= */
.gallery-badges{
    position:absolute;
    top:14px;
    left:14px;
    display:flex;
    flex-direction:column;
    gap:8px;
    z-index:5;
}

.badge-premium,
.badge-featured{
    padding:7px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
    color:#fff;
    display:flex;
    align-items:center;
    gap:6px;
    backdrop-filter:blur(8px);
}

.badge-premium{
    background:#0061ff;
}

.badge-featured{
    background:#f5a623;
}

/* =========================
    FAVORITE BUTTON
========================= */
.fav-btn{
    position:absolute;
    top:14px;
    right:14px;
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow:0 6px 18px rgba(0,0,0,0.12);
    z-index:5;
}

.fav-btn i{
    font-size:18px;
    color:#444;
}

.fav-btn.active i{
    color:#ff3b5c;
}

/* =========================
    ARROWS
========================= */
.arrow{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#fff;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size:22px;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
    z-index:3;
}

.arrow.left{
    left:18px;
}

.arrow.right{
    right:18px;
}

/* =========================
    SIDE PANEL
========================= */
.side{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.side-card,
.content-card,
.custom-content-card,
.safe-box{
    background:#fff;
    border:1px solid #ececec;
    border-radius:24px;
    padding:0px;
}

/* =========================
    BADGES
========================= */
.ilan-badge{
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-bottom:18px;
}

.badge-item{
    width:100%;
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    font-size:14px;
    font-weight:700;
    color:#fff;
}

.badge-item.premium{
    background:#1f5eff;
}

.badge-item.featured{
    background:#f5a623;
}

/* =========================
    PRODUCT TITLE
========================= */
.product-title{
    font-size:20px;
    font-weight:900;
    line-height:1.3;
    margin-bottom:16px;
}

.price{
    font-size:48px;
    font-weight:900;
    color:#1f5eff;
    margin-bottom:20px;
}

/* =========================
    META
========================= */
.meta{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.meta-item{
    display:flex;
    justify-content:space-between;
    gap:10px;
    font-size:15px;
    padding-bottom:12px;
    border-bottom:1px solid #f1f1f1;
    color:#555;
}

/* =========================
    CONTACT BUTTONS
========================= */
.button-group{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-top:24px;
}

.contact-box,
.action-btn{
    width:100%;
    min-height:58px;
    border:none;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    transition:0.2s ease;
}

.contact-box:hover,
.action-btn:hover{
    transform:translateY(-2px);
}

.contact-box.wa,
.action-btn--whatsapp{
    background:#18c964;
    color:#fff;
}

.contact-box.msg,
.action-btn--primary{
    background:#1f5eff;
    color:#fff;
}

.contact-box.phone{
    background:#1f6feb;
    color:#fff;
}

.contact-box.edit{
    background:#1f6feb;
    color:#fff;
}

.contact-box.sold{
    background:#111827;
    color:#fff;
}

/* =========================
    ICONS
========================= */
.whatsapp-icon,
.phone-icon,
.chat-icon{
    width:34px;
    height:34px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,0.15);
    color:#fff;
}

/* =========================
    SELLER
========================= */
.seller{
    display:flex;
    align-items:center;
    gap:14px;
}

.avatar{
    width:72px;
    height:72px;
    border-radius:50%;
    overflow:hidden;
    border:2px solid #ececec;
    flex-shrink:0;
}

.avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.seller-name{
    font-size:20px;
    font-weight:800;
}

.verify{
    margin-top:4px;
    color:#16b364;
    font-size:14px;
    font-weight:600;
}

.seller-date{
    color:#777;
    font-size:14px;
    margin-top:4px;
}

/* =========================
    CATEGORY LINE
========================= */
.cat-line{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    padding:12px 0;
}

.cat-line a{
    font-size:14px;
    color:#777;
    font-weight:600;
}

.cat-line .active{
    color:#0061ff;
}

/* =========================
    TABS
========================= */
.custom-tabs{
    display:flex;
    gap:10px;
    overflow-x:auto;
    border-bottom:1px solid #ececec;
    padding-bottom:10px;
    scrollbar-width:none;
}

.custom-tabs::-webkit-scrollbar{
    display:none;
}

.custom-tab{
    padding:12px 16px;
    border-radius:12px;
    font-size:14px;
    font-weight:700;
    white-space:nowrap;
    cursor:pointer;
    transition:0.2s ease;
    flex-shrink:0;
}

.custom-tab.active{
    background:#eef4ff;
    color:#1f5eff;
}

.tab-pane{
    display:none;
}

.tab-pane.active{
    display:block;
}

/* =========================
    DESCRIPTION
========================= */
.content-title{
    font-size:28px;
    font-weight:900;
    margin-bottom:18px;
}

.description{
    line-height:1.9;
    color:#444;
    font-size:15px;
}

/* =========================
    SPECS
========================= */
.specs{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    margin-top:24px;
}

.spec{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    padding:14px 16px;
    border-radius:16px;
    background:#f8faff;
    border:1px solid #edf2ff;
}

.spec span:first-child{
    color:#555;
    font-weight:600;
}

.spec span:last-child{
    color:#1f5eff;
    font-weight:800;
}

/* =========================
    SAFE BOX
========================= */
.safe-box{
    margin-top:20px;
}

.safe-header{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
}

.safe-icon{
    width:52px;
    height:52px;
    border-radius:16px;
    background:linear-gradient(135deg,#1f5eff,#5f8dff);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.safe-subtitle{
    font-size:13px;
    color:#777;
    margin-top:4px;
}

.safe-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.safe-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px;
    border-radius:16px;
    background:#f8faff;
    font-size:14px;
    font-weight:600;
}

.safe-item i{
    color:#1f5eff;
}

/* =========================
    OWNER ROW
========================= */
.owner-row{
    display:flex;
    gap:12px;
}

.owner-row .contact-box{
    flex:1;
}

/* =========================
    MOBILE
========================= */
@media(max-width:1100px){

    .main{
        grid-template-columns:1fr;
    }
}

@media(max-width:768px){

    .ilan-cont{
        padding:10px;
    }

    .gallery-wrapper{
        flex-direction:column-reverse;
        padding:12px;
        border-radius:22px;
    }

    .thumb-list{
        flex-direction:row;
        overflow-x:auto;
        padding-bottom:4px;
        scrollbar-width:none;
    }

    .thumb-list::-webkit-scrollbar{
        display:none;
    }

    .thumb{
        width:78px;
        height:70px;
    }

    .big-image{
        height:340px;
        border-radius:18px;
    }

    .arrow{
        width:42px;
        height:42px;
        font-size:18px;
    }

    .side-card,
    .content-card,
    .custom-content-card,
    .safe-box{
        padding:18px;
        border-radius:20px;
    }

    .product-title{
        font-size:15px;
        white-space:normal;
        overflow-wrap:break-word;
    }

    .price{
        font-size:36px;
    }

    .meta-item{
        font-size:14px;
    }

    .seller-name{
        font-size:18px;
    }

    .specs{
        grid-template-columns:1fr;
    }

    .spec{
        padding:12px 14px;
    }

    .button-group{
        display:none;
    }

    .owner-row{
        flex-direction:column;
    }

    .custom-tab{
        font-size:13px;
        padding:10px 14px;
    }

    .safe-item{
        font-size:13px;
    }

    .breadcrumb{
        overflow-x:auto;
        flex-wrap:nowrap;
        white-space:nowrap;
        scrollbar-width:none;
    }

    .breadcrumb::-webkit-scrollbar{
        display:none;
    }
}

@media(max-width:480px){

    .big-image{
        height:280px;
    }

    .price{
        font-size:20px;
    }

    .contact-box,
    .action-btn{
        min-height:54px;
        font-size:15px;
    }

    .avatar{
        width:60px;
        height:60px;
    }
}
/* =========================
    FULL MOBILE RESPONSIVE FIX
    Masaüstünü bozmaz
========================= */

@media screen and (max-width:768px){

    html,
    body{
        width:100%;
        overflow-x:hidden;
    }

    *{
        max-width:100%;
        box-sizing:border-box;
    }

    .ilan-cont{
        width:100%;
        padding:10px;
        margin:0;
    }

    .main{
        display:flex;
        flex-direction:column;
        gap:14px;
    }

    /* GALERİ */
    .gallery-wrapper{
        width:100%;
        flex-direction:column-reverse;
        padding:10px;
        border-radius:18px;
        gap:10px;
    }

    .big-image{
        width:100%;
        height:72vw;
        min-height:260px;
        max-height:420px;
        border-radius:16px;
    }

    .big-image img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .thumb-list{
        width:100%;
        display:flex;
        flex-direction:row;
        overflow-x:auto;
        gap:8px;
        padding-bottom:2px;
        scrollbar-width:none;
    }

    .thumb-list::-webkit-scrollbar{
        display:none;
    }

    .thumb{
        min-width:72px;
        width:72px;
        height:64px;
        border-radius:12px;
        flex-shrink:0;
    }

    /* SAĞ PANEL */
    .side{
        width:100%;
        gap:14px;
    }

    .side-card,
    .content-card,
    .custom-content-card,
    .safe-box{
        width:100%;
        padding:16px;
        border-radius:18px;
    }

    /* BAŞLIK */
    .price{
        font-size:34px;
        line-height:1.1;
    }

    /* META */
    .meta{
        gap:10px;
    }

    .meta-item{
        font-size:13px;
        gap:10px;
        align-items:center;
    }

    .meta-item span:last-child{
        text-align:right;
    }

    /* BUTTON */
    .button-group{
        width:100%;
        display:flex;
        flex-direction:column;
        gap:10px;
    }

    .contact-box,
    .action-btn{
        width:100%;
        min-height:54px;
        font-size:15px;
        border-radius:14px;
    }

    /* OWNER */
    .seller{
        width:100%;
        align-items:center;
    }

    .avatar{
        width:58px;
        height:58px;
        min-width:58px;
    }

    .seller-name{
        font-size:17px;
    }

    .verify{
        font-size:12px;
    }

    .seller-date{
        font-size:12px;
    }

    /* TABS */
    .custom-tabs{
        width:100%;
        overflow-x:auto;
        overflow-y:hidden;
        flex-wrap:nowrap;
        gap:6px;
        padding-bottom:4px;
        scrollbar-width:none;
    }

    .custom-tabs::-webkit-scrollbar{
        display:none;
    }

    .custom-tab{
        flex-shrink:0;
        font-size:13px;
        padding:10px 14px;
        border-radius:12px;
    }

    .description{
        font-size:14px;
        line-height:1.8;
        word-break:break-word;
        white-space:normal;
    }

    /* ÖZELLİKLER */
    .specs{
        display:flex;
        flex-direction:column;
        gap:8px;
    }

    .spec{
        width:100%;
        padding:12px;
        border-radius:14px;
    }

    .spec span{
        font-size:13px;
    }

    /* GÜVENLİ */
    .safe-header{
        align-items:flex-start;
    }

    .safe-icon{
        width:44px;
        height:44px;
        min-width:44px;
        border-radius:14px;
        font-size:18px;
    }

    .safe-item{
        font-size:13px;
        line-height:1.5;
        white-space:normal;
    }

    /* SLIDER BUTTON */
    .arrow{
        width:40px;
        height:40px;
        font-size:18px;
    }

    /* BREADCRUMB */
    .breadcrumb{
        width:100%;
        overflow-x:auto;
        flex-wrap:nowrap;
        white-space:nowrap;
        scrollbar-width:none;
    }

    .breadcrumb::-webkit-scrollbar{
        display:none;
    }

    /* CATEGORY */
    .cat-line{
        justify-content:flex-start;
        overflow-x:auto;
        flex-wrap:nowrap;
        white-space:nowrap;
        padding-bottom:2px;
        scrollbar-width:none;
    }

    .cat-line::-webkit-scrollbar{
        display:none;
    }
}

/* =========================
    EXTRA SMALL DEVICES
========================= */

@media screen and (max-width:480px){

    .ilan-cont{
        padding:8px;
    }

    .big-image{
        height:78vw;
        min-height:240px;
    }

    .price{
        font-size:28px;
    }

    .content-title{
        font-size:15px;
    }

    .contact-box,
    .action-btn{
        min-height:50px;
        font-size:14px;
    }
}

@media (max-width:768px){
    .about-text{
        white-space:normal;
        overflow-wrap:break-word;
    }
}

@media (max-width:768px){
    .safe-subtitle{
        white-space:normal;
        overflow-wrap:break-word;
    }
}