﻿    @media (max-width: 768px) {
        @media (max-width: 768px) {
            .shop-table.cart-table {
                display: none;
            }


            .mobile-cart-item-flex {
                display: flex;
                padding: 12px;
                border: 1px solid #ddd;
                border-radius: 8px;
                margin-bottom: 15px;
                background-color: #fff;
                gap: 12px;
                align-items: flex-start;
            }

            .mobile-cart-image img {
                width: 80px;
                height: 80px;
                object-fit: cover;
                border-radius: 4px;
            }

            .mobile-cart-info {
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                height: 100%;
            }

            .product-texts {
                margin-bottom: 10px;
            }

            .product-title {
                font-size: 15px;
        
                color: #333;
            }

            .bottom-row {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .left-actions {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }
            @media (max-width: 768px) {
                .left-only-move {
                    transform: translateX(-58px);
                }
            }

            .left-only-move {
                display: flex;
                align-items: center;
                gap: 10px;
                transform: translateX(-58px); /* ✅ Bu daha garantili sola kaydırır */
            }


            .shoe-size {
                font-size: 13px;
                color: #666;
            }

            .bottom-row {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .left-actions {
                display: flex;
                align-items: center;
                gap: 8px;
            }

            .delete-button {
                background: none;
                border: none;
                color: red;
                font-size: 18px;
                cursor: pointer;
            }

            .quantity-wrapper {
                display: flex;
                align-items: center;
                gap: 8px;
            }

                .quantity-wrapper input {
                    width: 40px;
                    height: 30px;
                    text-align: center;
                }

                .quantity-wrapper button {
                    width: 30px;
                    height: 30px;
                    font-size: 18px;
                    border: none;
                    background-color: #f0f0f0;
                    border-radius: 4px;
                    color: #333;
                }

            .right-price {
                margin-right : 20px;
                font-size: 14px;
                font-weight: bold;
                color: #000;
                white-space: nowrap;
            }
        }
    }
    @media (max-width: 768px) {
        .quantity-wrapper {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 6px !important;
            border: 1px solid #f0f0f0 !important;
            border-radius: 999px !important;
            padding: 4px 10px !important;
            background-color: #f9f9f9 !important;
            width: fit-content !important;
        }

            .quantity-wrapper button {
                background: none !important;
                border: none !important;
                font-size: 18px !important;
                color: #ff6600 !important;
                cursor: pointer !important;
                font-weight: bold !important;
                width: 24px !important;
                height: 24px !important;
                line-height: 1 !important;
                text-align: center !important;
            }

            .quantity-wrapper input {
                width: 32px !important;
                height: 24px !important;
                text-align: center !important;
                font-size: 15px !important;
                border: none !important;
                background: transparent !important;
                color: #333 !important;
                font-weight: 600 !important;
            }

                .quantity-wrapper input:focus {
                    outline: none !important;
                }
    }



    .product-name a {
        font-weight: 600;
        margin-bottom: 5px;
    }

    .product-name .text-muted {
        font-size: 13px;
        color: #666;
    }

    .shop-table.cart-table td,
    .shop-table.cart-table th {
        vertical-align: middle !important;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product-thumbnail,
    .product-name {
        text-align: left;
    }


@media (max-width: 999px) {
    .shop-table.cart-table {
        display: none !important;
    }

    .mobile-cart-item-flex {
        display: flex;
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-bottom: 15px;
        background-color: #fff;
        gap: 12px;
        align-items: flex-start;
    }

    .mobile-cart-image img {
        width: 80px;
        height: 72px;
        object-fit: cover;
        border-radius: 4px;
    }

    .mobile-cart-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .product-texts {
        margin-bottom: 10px;
    }

    .product-title {
        font-size: 15px;
        font-weight: bold;
        color: #333;
    }

    .shoe-size {
        font-size: 13px;
        color: #666;
    }

    .bottom-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .left-actions {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .delete-button {
        background: none;
        border: none;
        color: red;
        font-size: 18px;
        cursor: pointer;
    }

    .quantity-wrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        border: 1px solid #f0f0f0 !important;
        border-radius: 999px !important;
        padding: 4px 10px !important;
        background-color: #f9f9f9 !important;
        width: fit-content !important;
    }

        .quantity-wrapper button {
            background: none !important;
            border: none !important;
            font-size: 18px !important;
            color: #ff6600 !important;
            cursor: pointer !important;
            font-weight: bold !important;
            width: 24px !important;
            height: 24px !important;
            line-height: 1 !important;
            text-align: center !important;
        }

        .quantity-wrapper input {
            width: 32px !important;
            height: 24px !important;
            text-align: center !important;
            font-size: 15px !important;
            border: none !important;
            background: transparent !important;
            color: #333 !important;
            font-weight: 600 !important;
        }

            .quantity-wrapper input:focus {
                outline: none !important;
            }
}

/* 1000px ve üzeri: sadece desktop görünüm */
@media (min-width: 1000px) {
    .mobile-cart-item-flex {
        display: none !important;
    }
}
