.urun-karti-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}
.urun-karti {
    border: 1px solid #ccc;
    padding: 15px;
    width: 240px;
    background: #fafafa;
    border-radius: 5px;
}
.urun-karti h4 {
    margin-top: 0;
}
.eticaret-ac-btn {
    background: #0073aa;
    color: #fff;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}
.eticaret-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.modal-icerik {
    background: white;
    max-width: 600px;
    margin: 50px auto;
    padding: 30px;
    position: relative;
    border-radius: 5px;
}
.modal-kapat {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
}
