/* Mobil Sepete Ekle Butonları - Tek Sıra DÜZELTMESİ */
/* Bu dosya en son yüklenmeli - !important ile tüm kuralları ezer */
@media screen and (max-width: 768px) {
    .cat-detail-products-box-cart-2 {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        width: 100% !important;
        overflow: visible !important;
    }
    .cat-detail-products-box-cart-2 > * {
        flex-shrink: 0 !important;
        white-space: nowrap !important;
        margin-right: 8px !important;
    }
    .cat-detail-products-box-cart-2 > *:last-child {
        margin-right: 0 !important;
    }
    .cat-detail-products-box-cart-2 button,
    .cat-detail-products-box-cart-2 a {
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .cat-detail-products-box-cart-2 form {
        display: inline-flex !important;
        margin: 0 !important;
        flex: 0 0 auto !important;
    }
    .cat-detail-products-box-cart-2 form button {
        margin: 0 !important;
        white-space: nowrap !important;
    }
}
