.deniz-city-links-block{
    margin:28px 0;
    padding:22px 24px;
    background:#fff;
    border:1px solid #e7edf5;
    border-radius:14px;
    box-shadow:0 5px 18px rgba(19,79,164,.045);
}

.deniz-city-head{
    margin-bottom:14px;
}

.deniz-city-head h2{
    margin:0 0 6px;
    font-size:22px;
    line-height:1.22;
    font-weight:800;
    color:#111827;
}

.deniz-city-head p{
    margin:0;
    font-size:14px;
    color:#667085;
}

.deniz-city-list{
    border-top:1px solid #edf2f7;
}

.deniz-city-row{
    display:grid;
    grid-template-columns:0.9fr 1.9fr 1fr;
    align-items:center;
    gap:8px;
    min-height:38px;
    padding:4px 0;
    border-bottom:1px solid #edf2f7;
    transition:.18s ease;
}

.deniz-city-row:hover{
    background:#f8fbff;
}

.deniz-city-name,
.deniz-city-address,
.deniz-city-phone{
    text-decoration:none!important;
    font-size:14px;
    line-height:1.3;
}

.deniz-city-name{
    font-weight:800;
    color:#111827!important;
}

.deniz-city-address{
    display:flex;
    align-items:center;
    gap:8px;
    color:#374151!important;
}

.deniz-city-address img{
    width:16px;
    height:16px;
    object-fit:contain;
    flex:0 0 16px;
    opacity:.9;
}

.deniz-city-contact{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:6px;
}

.deniz-city-phone{
    color:#005bd8!important;
    font-weight:600;
    white-space:nowrap;
}

.deniz-city-wa{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
    flex:0 0 24px;
    text-decoration:none!important;
    transition:.15s ease;
}

.deniz-city-wa:hover{
    transform:scale(1.08);
}

.deniz-city-wa img{
    width:22px;
    height:22px;
    display:block;
    object-fit:contain;
}

@media(max-width:991px){

    .deniz-city-row{
        grid-template-columns:1fr;
        gap:3px;
        padding:7px 0;
        min-height:auto;
    }

    .deniz-city-contact{
        justify-content:flex-start;
        margin-top:0;
        gap:6px;
    }

}

@media(max-width:640px){

    .deniz-city-links-block{
        padding:18px;
        border-radius:12px;
    }

    .deniz-city-head h2{
        font-size:20px;
    }

    .deniz-city-head p{
        font-size:13px;
    }

    .deniz-city-name,
    .deniz-city-address,
    .deniz-city-phone{
        font-size:13px;
    }

}

.deniz-related-products{
    margin:28px 0;
    padding:20px 22px;
    background:#fff;
    border:1px solid #e7edf5;
    border-radius:12px;
    box-shadow:0 4px 14px rgba(19,79,164,.035);
}

.deniz-related-products h2{
    margin:0 0 14px;
    font-size:20px;
    line-height:1.25;
    font-weight:800;
    color:#111827;
}

.deniz-related-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}

.deniz-related-card{
    display:block;
    padding:12px 14px;
    border:1px solid #edf2f7;
    border-radius:10px;
    color:#111827!important;
    font-size:14px;
    font-weight:700;
    text-decoration:none!important;
    background:#fff;
}

.deniz-related-card span{
    display:block;
    margin-top:4px;
    color:#005bd8;
    font-size:12px;
    font-weight:600;
}

.deniz-related-card:hover{
    background:#f8fbff;
    border-color:#dbe7f7;
}

@media(max-width:640px){
    .deniz-related-grid{
        grid-template-columns:1fr;
    }
}

.deniz-buy-together{
    margin:28px 0;
    padding:20px 22px;
    background:#fff;
    border:1px solid #e7edf5;
    border-radius:12px;
    box-shadow:0 4px 14px rgba(19,79,164,.035);
}

.deniz-buy-together h2{
    margin:0 0 14px;
    font-size:20px;
    line-height:1.25;
    font-weight:800;
    color:#111827;
}

.deniz-buy-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}

.deniz-buy-card{
    display:block;
    padding:12px;
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:10px;
    text-decoration:none!important;
    color:#111827!important;
    transition:.18s ease;
}

.deniz-buy-card:hover{
    background:#f8fbff;
    border-color:#dbe7f7;
    transform:translateY(-2px);
}

.deniz-buy-img{
    display:flex;
    align-items:center;
    justify-content:center;
    height:95px;
    margin-bottom:10px;
    background:#fff;
}

.deniz-buy-img img{
    max-width:100%;
    max-height:90px;
    object-fit:contain;
}

.deniz-buy-title{
    display:block;
    min-height:38px;
    font-size:13px;
    line-height:1.3;
    font-weight:700;
    color:#111827;
}

.deniz-buy-brand{
    display:block;
    margin-top:3px;
    font-size:12px;
    color:#667085;
}

.deniz-buy-price{
    display:block;
    margin-top:8px;
    font-size:17px;
    line-height:1.2;
    font-weight:800;
    color:#111827;
}

.deniz-buy-more{
    display:inline-block;
    margin-top:9px;
    font-size:12px;
    font-weight:700;
    color:#005bd8;
}

@media(max-width:640px){
    .deniz-buy-grid{
        grid-template-columns:1fr;
    }

    .deniz-buy-img{
        height:110px;
    }
}

.deniz-buy-old-price{
    display:block;
    margin-top:6px;
    color:#9ca3af;
    font-size:13px;
    text-decoration:line-through;
}

.deniz-buy-stock{
    display:block;
    margin-top:6px;
    color:#16a34a;
    font-size:13px;
    font-weight:700;
}
/* ===== DENIZ PRODUCT BLOCKS: TABLET + MOBILE ===== */

@media (max-width: 991px){

    .deniz-city-links-block,
    .deniz-buy-together,
    .deniz-related-products,
    .deniz-popular-sizes{
        margin:22px 0;
        padding:18px;
        border-radius:12px;
        box-sizing:border-box;
    }

    .deniz-city-head h2,
    .deniz-buy-together h2,
    .deniz-related-products h2,
    .deniz-popular-sizes h2{
        font-size:20px!important;
        line-height:1.25!important;
        margin:0 0 12px!important;
    }

    .deniz-city-head p{
        font-size:13px!important;
        line-height:1.45!important;
    }

    .deniz-buy-grid{
        grid-template-columns:repeat(3,1fr);
        gap:10px;
    }

    .deniz-related-grid{
        grid-template-columns:repeat(2,1fr);
        gap:10px;
    }

    .deniz-buy-card,
    .deniz-related-card{
        padding:12px;
        border-radius:10px;
    }

    .deniz-buy-img{
        height:90px;
        margin-bottom:8px;
    }

    .deniz-buy-img img{
        max-height:85px;
    }

    .deniz-buy-title{
        font-size:12px;
        line-height:1.3;
        min-height:auto;
    }

    .deniz-buy-brand{
        font-size:11px;
    }

    .deniz-buy-old-price{
        font-size:12px;
        margin-top:5px;
    }

    .deniz-buy-price{
        font-size:16px;
        margin-top:5px;
    }

    .deniz-buy-stock{
        font-size:12px;
        margin-top:5px;
    }

    .deniz-buy-more,
    .deniz-related-card span{
        font-size:12px;
    }
}

@media (max-width: 640px){

    .deniz-city-links-block,
    .deniz-buy-together,
    .deniz-related-products,
    .deniz-popular-sizes{
        margin:20px 0;
        padding:16px;
        border-radius:12px;
    }

    .deniz-buy-grid,
    .deniz-related-grid{
        grid-template-columns:1fr!important;
        gap:10px;
    }

    .deniz-buy-card{
        display:grid;
        grid-template-columns:88px 1fr;
        column-gap:12px;
        align-items:center;
        padding:12px;
    }

    .deniz-buy-img{
        grid-row:1 / span 6;
        width:88px;
        height:88px;
        margin:0;
    }

    .deniz-buy-img img{
        max-width:88px;
        max-height:80px;
    }

    .deniz-buy-title{
        font-size:13px!important;
        line-height:1.3!important;
        font-weight:700;
    }

    .deniz-buy-brand{
        font-size:12px;
        margin-top:2px;
    }

    .deniz-buy-old-price{
        font-size:12px;
        margin-top:4px;
    }

    .deniz-buy-price{
        font-size:17px;
        margin-top:2px;
    }

    .deniz-buy-stock{
        font-size:12px;
        margin-top:3px;
    }

    .deniz-buy-more{
        font-size:12px;
        margin-top:5px;
    }

    .deniz-related-card{
        padding:12px 14px;
        font-size:13px!important;
    }

    .deniz-city-row{
        grid-template-columns:1fr!important;
        gap:3px;
        padding:8px 0;
    }

    .deniz-city-contact{
        justify-content:flex-start!important;
    }
}

.deniz-popular-sizes{
    margin:28px 0;
    padding:20px 22px;
    background:#fff;
    border:1px solid #e7edf5;
    border-radius:12px;
    box-shadow:0 4px 14px rgba(19,79,164,.035);
}

.deniz-popular-sizes h2{
    margin:0 0 14px;
    font-size:20px;
    line-height:1.25;
    font-weight:800;
    color:#111827;
}

.deniz-sizes-grid{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.deniz-size-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:76px;
    padding:10px 14px;
    border:1px solid #dbe7f7;
    border-radius:10px;
    background:#fff;
    color:#005bd8!important;
    font-size:14px;
    font-weight:800;
    text-decoration:none!important;
}

.deniz-size-btn:hover{
    background:#f3f8ff;
    border-color:#005bd8;
}

.deniz-size-btn.active{
    background:#005bd8;
    border-color:#005bd8;
    color:#fff!important;
}

