.shopping-header .header {
    padding-bottom: 0;
    text-align: center;
    padding: 40px 0;
    background: transparent;
}

.shopping-header .header .icon {
    display: none;
}

.shopping-header .header .header-text {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #ed632b;
    letter-spacing: 1px;
    margin-top: 0;
}

.shopping {
    padding-bottom: 50px;
}

.shopping .shopping-frame {
    padding: 0;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    border-radius: 12px;
    overflow: hidden;
}

.shopping .shopping-table {
    width: 100%;
    padding: 0 50px;
}

/* Masaüstü: sütun genişlikleri sabit — ek ürün hücresi taşmaz, iç şerit yatay kayar */
.shopping .shopping-table:not(.mobile) {
    table-layout: fixed;
}

.shopping .shopping-table:not(.mobile) thead th:nth-child(1) {
    width: 11%;
}

.shopping .shopping-table:not(.mobile) thead th:nth-child(2) {
    width: 35%;
}

.shopping .shopping-table:not(.mobile) thead th:nth-child(3) {
    width: 14%;
}

.shopping .shopping-table:not(.mobile) thead th:nth-child(4) {
    width: 18%;
}

.shopping .shopping-table:not(.mobile) thead th:nth-child(5) {
    width: 22%;
}

.shopping .shopping-table thead {
    background-color: #ed632b;
    color: #ffffff;
}

.shopping .shopping-table th {
    padding: 25px 12px;
    text-align: center;
    letter-spacing: 1.2px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

/* Sadece ana ürün satırlarında çizgi olsun */
.shopping .shopping-table .ana-urun-row {
    border-top: 1px solid #d1d5db;
}

/* Ek ürün satırında çizgi olmasın */
.shopping .shopping-table .ek-urunler-row {
    border-top: none !important;
}

.shopping .shopping-table .ek-urunler-cell {
    padding: 15px 50px;
    border-top: none;
}

.shopping .shopping-table:not(.mobile) .ek-urunler-cell,
.shopping .shopping-table:not(.mobile) .photo-upload-cell {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    vertical-align: top;
}

.shopping .shopping-table:not(.mobile) .ek-urunler-cicek,
.shopping .shopping-table:not(.mobile) .photo-upload-cicek {
    max-width: 100%;
    box-sizing: border-box;
}

.shopping .shopping-table td {
    padding: 25px 12px;
    text-align: center;
}

.shopping .shopping-table:not(.mobile) th:nth-child(1) {
    padding-left: 16px;
    padding-right: 8px;
}

.shopping .shopping-table th:last-child {
    padding-right: 50px;
}

.shopping .shopping-table:not(.mobile) td:nth-child(1) {
    padding-left: 16px;
    padding-right: 8px;
    width: 1%;
    min-width: 0;
    max-width: 120px;
    text-align: center;
    vertical-align: middle;
}

.shopping .shopping-table:not(.mobile) .ana-urun-row td:nth-child(1) .shopping-img {
    width: auto;
    max-width: 96px;
    max-height: 110px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
}

.shopping .shopping-table:not(.mobile) td:nth-child(2) {
    text-align: left;
    vertical-align: middle;
}

.shopping .shopping-table td:last-child {
    padding-right: 50px;
}

.shopping .shopping-table th:nth-child(3) {
    padding-left: 40px;
}

.shopping .shopping-table td {
    vertical-align: middle;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.shopping .shopping-table .shopping-img {
    object-fit: contain;
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    display: block;
    max-width: 100%;
}

.shopping .shopping-table .shopping-name {
    color: #ed632b;
    font-weight: 600;
    padding-left: 0;
    padding-right: 8px;
    font-size: 18px;
    margin-left: 0;
    font-family: 'Poppins', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.shopping .shopping-table .shopping-liter,
.shopping .shopping-table .shopping-tin {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    color: #666;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.shopping .shopping-table .delete-item {
    cursor: pointer;
    color: #ED8936;
    font-size: 20px;
    transition: color 0.3s ease;
}

.shopping .shopping-table .delete-item:hover {
    color: #DD6B20;
}

.shopping .shopping-table .shopping-total {
    font-size: 18px;
    font-weight: 600;
    color: #ed632b;
}

.shopping .shopping-table .shopping-price-before {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 23px;
    display: block;
    text-align: right;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.shopping .shopping-table .shopping-price {
    color: #2D3748;
    font-weight: 500;
    display: block;
    text-align: right;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.shopping .total-frame {
    width: 500px;
    width: max-content;
    margin: 50px;
    margin-left: auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    transition: all 0.3s ease;
    transform: translateY(0);
}

.shopping .total-frame:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.shopping .total-frame .table-total {
    width: 100%;
    margin-bottom: 30px;
}

.shopping .total-frame .shopping-total {
    color: #ed632b;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.shopping .total-frame .table-total td {
    padding: 8px 0;
    font-family: 'Poppins', sans-serif;
}

.shopping .total-frame .table-total td:last-child {
    text-align: right;
}

.shopping .total-frame .table-total .cicekler-total,
.shopping .total-frame .table-total .ek-urunler-total,
.shopping .total-frame .table-total .photo-total {
    text-align: right;
    display: block;
}

.shopping .total-frame .selected-items td {
    padding-bottom: 12px;
}

.shopping .total-frame .selected-items {
    color: #ed632b;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.shopping .total-frame .total-cart-before {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 23px;
    display: block;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.shopping .total-frame .total-cart {
    color: #2D3748;
    font-weight: 500;
    display: block;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.shopping .total-frame .iris-btn {
    background: #ed632b;
    color: #fff;
    border: 2px solid #ed632b;
    border-radius: 8px;
    padding: 12px 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(107, 70, 193, 0.3);
}

.shopping .total-frame .iris-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.shopping .total-frame .iris-btn:hover {
    background: #ed632b;
    border-color: #ED8936;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(107, 70, 193, 0.4);
    text-decoration: none;
}

.shopping .total-frame .iris-btn:hover::before {
  left: 100%;
}

.shopping .total-frame .iris-success {
    background: #ed632b;
    border-color: #ed632b;
}

.shopping .total-frame .iris-success:hover {
    background: #ed632b;
    border-color: #ED8936;
}

.shopping-table.mobile {
    display: none;
}

/*==========---MOBİL (max-width: 500px)---==========*/
@media (max-width: 500px) {
    .shopping {
        padding: 10px 5px;
    }
    
    .shopping-frame {
        width: 100%;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    
    /* Normal sepet tablosunu gizle */
    .shopping .shopping-table:not(.mobile) {
        display: none !important;
    }
    
    /* Mobil sepet tablosunu göster */
    .shopping-table.mobile {
        display: table !important;
        width: 100%;
        max-width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }
    
    .shopping-table.mobile thead {
        display: none;
    }
    
    .shopping-table.mobile tbody {
        display: table-row-group;
    }
    
    .shopping-table.mobile tr {
        display: table-row;
        border-bottom: 1px solid #e9ecef;
    }
    
    /* Ana ürün satırı için özel düzenleme */
    .shopping-table.mobile .ana-urun-row {
        background-color: #f8f9fa;
        border-bottom: 2px solid #ed632b;
    }
    
    .shopping-table.mobile .ana-urun-row td {
        padding: 6px 1px;
        vertical-align: middle;
    }
    
    .shopping-table.mobile .ana-urun-row .shopping-name {
        font-size: 11px;
        font-weight: 700;
        color: #ed632b;
        line-height: 1.2;
        margin: 0;
        padding: 0;
    }
    
    .shopping-table.mobile .mobile-cart-one-row .td-m-img .shopping-img {
        width: 56px;
        height: 56px;
        object-fit: contain;
        border-radius: 8px;
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
    }

    .shopping-table.mobile .mobile-cart-one-row .td-m-del .delete-item {
        font-size: 12px;
        padding: 0;
        margin: 0;
    }

    .shopping-table.mobile .mobile-cart-one-row .td-m-img {
        width: 22%;
        max-width: 72px;
        text-align: center;
    }

    .shopping-table.mobile .mobile-cart-one-row .td-m-info {
        width: 40%;
        text-align: left !important;
        padding-left: 4px !important;
    }

    .shopping-table.mobile .mobile-cart-one-row .td-m-qty {
        width: 28%;
    }

    .shopping-table.mobile .mobile-cart-one-row .td-m-del {
        width: 10%;
    }

    .shopping-table.mobile .mobile-line-price {
        margin-top: 4px;
        line-height: 1.25;
    }

    .shopping-table.mobile .mobile-line-price .shopping-price-before {
        font-size: 9px;
        text-decoration: line-through;
        color: #999;
        display: inline;
        margin-right: 4px;
    }

    .shopping-table.mobile .mobile-line-price .shopping-price {
        font-size: 11px;
        font-weight: 600;
        color: #2d3748;
        display: inline;
    }

    /* Sepet mobil: biraz daha kompakt miktar (shopping.css ile aynı dikey sıra) */
    .shopping-table.mobile .shopping-counter-frame .shopping-counter {
        width: 36px;
        height: 36px;
        font-size: 12px;
        padding: 6px 4px;
    }

    .shopping-table.mobile .shopping-counter-frame .counter-arrow {
        width: 26px;
        height: 24px;
        font-size: 11px;
    }
    
    /* Ek ürün ve fotoğraf yükleme satırları için ortak düzenleme */
    .shopping-table.mobile .ek-urunler-row,
    .shopping-table.mobile .photo-upload-row {
        background-color: #ffffff;
        border-bottom: 1px solid #e9ecef;
    }
    
    .shopping-table.mobile .ek-urunler-row td,
    .shopping-table.mobile .photo-upload-row td {
        padding: 4px 2px;
        vertical-align: top;
    }
    
    /* Ek ürünler cell için padding kaldırma (mobil) */
    .shopping-table.mobile .ek-urunler-cell {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .shopping-table.mobile td {
        display: table-cell;
        padding: 4px 2px;
        vertical-align: middle;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        min-width: 0;
    }

    .shopping-table.mobile .ek-urunler-cell,
    .shopping-table.mobile .photo-upload-cell {
        width: 100%;
        max-width: 100%;
        min-width: 0 !important;
    }

    .shopping-table.mobile .photo-upload-cell {
        padding: 8px 10px !important;
    }

    .shopping-table.mobile .photo-upload-cicek,
    .shopping-table.mobile .photo-upload-container {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    /* Genel ürün resmi (ana ürün hariç) */
    .shopping-table.mobile .shopping-img:not(.ana-urun-row .shopping-img) {
        width: 60px;
        height: 60px;
        object-fit: contain;
        border-radius: 6px;
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
    }
    
    /* Genel ürün adı (ana ürün hariç) */
    .shopping-table.mobile .shopping-name:not(.ana-urun-row .shopping-name) {
        font-size: 11px;
        font-weight: 600;
        color: #ed632b;
        text-align: left;
        padding: 0;
        margin: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        line-height: 1.2;
    }
    
    /* Genel fiyat (ana ürün hariç) */
    .shopping-table.mobile .shopping-price-before:not(.ana-urun-row .shopping-price-before) {
        text-decoration: line-through;
        font-size: 9px;
        color: #999;
        display: block;
        margin-bottom: 1px;
    }
    
    .shopping-table.mobile .shopping-price:not(.ana-urun-row .shopping-price) {
        color: #2D3748;
        font-weight: 600;
        font-size: 12px;
        display: block;
    }
    
    /* Genel silme butonu (ana ürün hariç) */
    .shopping-table.mobile .delete-item:not(.ana-urun-row .delete-item) {
        cursor: pointer;
        color: #ED8936;
        font-size: 13px;
        transition: color 0.3s ease;
        padding: 0;
        margin: 0;
    }
    
    .shopping-table.mobile .delete-item:hover {
        color: #DD6B20;
    }
    
    /* Toplam fiyat bölümü */
    .shopping .total-frame {
        margin: 10px 5px;
        padding: 10px;
        width: calc(100% - 10px);
        max-width: none;
    }
    
    .shopping .total-frame .table-total {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .shopping .total-frame .selected-items {
        font-size: 13px;
        font-weight: 600;
        color: #ed632b;
        text-align: center;
        margin-bottom: 8px;
    }
    
    .shopping .total-frame .shopping-total {
        font-size: 14px;
        font-weight: 600;
        color: #ed632b;
        text-align: left;
    }
    
    .shopping .total-frame .total-cart-before {
        font-size: 12px;
        color: #999;
        text-decoration: line-through;
        text-align: right;
    }
    
    .shopping .total-frame .total-cart {
        font-size: 17px;
        font-weight: 700;
        color: #2D3748;
        text-align: right;
    }
    
    .shopping .total-frame .iris-btn {
        font-size: 13px;
        padding: 8px 16px;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    
    .shopping .total-frame .table-total td {
        padding: 4px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .shopping .total-frame .table-total tr:last-child td {
        border-bottom: none;
        padding-top: 8px;
        font-weight: 700;
    }
    
    /* ===== EK ÜRÜNLER MOBİL ===== */
    .shopping-table.mobile .ek-urunler-cicek-baslik {
        font-size: 12px;
        font-weight: 600;
        color: #ed632b;
        margin-bottom: 6px;
        text-align: center;
        padding: 0 5px;
    }
    
    .shopping-table.mobile .ek-urunler-cicek {
        width: 100%;
        padding: 0 5px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .shopping-table.mobile .ek-urunler-cicek-listesi {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        width: max-content;
        max-width: none;
        padding: 0 2px 6px;
    }
    
    .shopping-table.mobile .ek-urun-item {
        background: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s ease;
        position: relative;
        width: auto;
        min-width: 92px;
        flex: 0 0 auto;
        min-height: 90px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        padding: 6px 4px;
        gap: 4px;
    }
    
    .shopping-table.mobile .ek-urun-item:hover {
        border-color: #ed632b;
        background: #f8f7ff;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(107, 70, 193, 0.1);
    }
    
    .shopping-table.mobile .ek-urun-item.selected {
        border-color: #ed632b;
        background: #ffffff;
        color: #ed632b;
        box-shadow: 0 4px 12px rgba(107, 70, 193, 0.2);
    }
    
    .shopping-table.mobile .ek-urun-item.selected::after {
        content: "✓";
        position: absolute;
        top: 4px;
        right: 4px;
        background: #ed632b;
        color: #ffffff;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        font-weight: bold;
        box-shadow: 0 2px 4px rgba(107, 70, 193, 0.3);
    }
    
    .shopping-table.mobile .ek-urun-item img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        border-radius: 6px;
        border: none;
        transition: all 0.2s ease;
    }
    
    .shopping-table.mobile .ek-urun-item .urun-adi {
        font-size: 11px;
        font-weight: 600;
        margin: 0;
        padding: 0;
        font-family: "Poppins", sans-serif;
        line-height: 1.2;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        color: #333;
        width: min-content;
    }
    
    .shopping-table.mobile .ek-urun-item .urun-fiyati {
        font-size: 12px;
        color: #ed632b;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        margin-top: auto;
    }
    
    .shopping-table.mobile .ek-urun-item.selected .urun-fiyati {
        color: #ed632b;
        font-weight: 700;
    }
    
    /* ===== FOTOĞRAF YÜKLEME MOBİL ===== */
    .shopping-table.mobile .photo-upload-baslik {
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 6px;
        text-align: center;
        color: #ed632b;
        text-align: left;
    }
    
    .shopping-table.mobile .photo-upload-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }
    
    .shopping-table.mobile .photo-upload-area,
    .shopping-table.mobile .photo-preview-container {
        display: flex;
        align-items: center;
        gap: 6px;
        background-color: #f8f8f8;
        padding: 6px 10px;
        border-radius: 6px;
        border: 1px solid #e9ecef;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        min-height: 60px;
        flex-wrap: wrap;
    }
    
    .shopping-table.mobile .photo-upload-btn {
        background: #ed632b;
        border: none;
        color: white;
        padding: 6px 12px;
        border-radius: 4px;
        font-size: 10px;
        cursor: pointer;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        transition: all 0.2s ease;
        min-width: 70px;
    }
    
    .shopping-table.mobile .photo-upload-btn:hover {
        background: #4C1D95;
    }
    
    .shopping-table.mobile .photo-upload-text {
        color: #6B7280;
        font-size: 10px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }
    
    .shopping-table.mobile .photo-preview {
        height: 50px;
        width: auto;
        max-width: 100%;
        border-radius: 6px;
        object-fit: contain;
        display: block;
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
    }
    
    .shopping-table.mobile .remove-photo-btn {
        background-color: #dc3545;
        border: none;
        color: white;
        padding: 4px 8px;
        border-radius: 3px;
        font-size: 9px;
        cursor: pointer;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        transition: all 0.2s ease;
        min-width: 55px;
    }
    
    .shopping-table.mobile .remove-photo-btn:hover {
        background-color: #c82333;
    }
}

/*==========---TABLET (501px - 991px)---==========*/
@media (min-width: 501px) and (max-width: 991px) {
    .shopping {
        padding: 10px 5px;
    }
    
    .shopping-frame {
        width: 100%;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    
    /* Normal sepet tablosunu gizle */
    .shopping .shopping-table:not(.mobile) {
        display: none !important;
    }
    
    /* Mobil sepet tablosunu göster */
    .shopping-table.mobile {
        display: table !important;
        width: 100%;
        max-width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }
    
    .shopping-table.mobile thead {
        display: none;
    }
    
    .shopping-table.mobile tbody {
        display: table-row-group;
    }
    
    .shopping-table.mobile tr {
        display: table-row;
        border-bottom: 1px solid #e9ecef;
    }
    
    /* Ana ürün satırı için özel düzenleme */
    .shopping-table.mobile .ana-urun-row {
        background-color: #f8f9fa;
        border-bottom: 2px solid #ed632b;
    }
    
    .shopping-table.mobile .ana-urun-row td {
        padding: 6px 1px;
        vertical-align: middle;
    }
    
    .shopping-table.mobile .ana-urun-row .shopping-name {
        font-size: 12px;
        font-weight: 700;
        color: #ed632b;
        line-height: 1.2;
        margin: 0;
        padding: 0;
    }
    
    .shopping-table.mobile .mobile-cart-one-row .td-m-img .shopping-img {
        width: 72px;
        height: 72px;
        object-fit: contain;
        border-radius: 8px;
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
    }

    .shopping-table.mobile .mobile-cart-one-row .td-m-del .delete-item {
        font-size: 13px;
        padding: 0;
        margin: 0;
    }

    .shopping-table.mobile .mobile-line-price .shopping-price {
        font-size: 12px;
    }

    .shopping-table.mobile .shopping-counter-frame .shopping-counter {
        width: 40px;
        height: 40px;
        font-size: 13px;
        padding: 8px 6px;
    }

    .shopping-table.mobile .shopping-counter-frame .counter-arrow {
        width: 28px;
        height: 26px;
        font-size: 12px;
    }
    
    /* Ek ürün ve fotoğraf yükleme satırları için ortak düzenleme */
    .shopping-table.mobile .ek-urunler-row,
    .shopping-table.mobile .photo-upload-row {
        background-color: #ffffff;
        border-bottom: 1px solid #e9ecef;
    }
    
    .shopping-table.mobile .ek-urunler-row td,
    .shopping-table.mobile .photo-upload-row td {
        padding: 4px 2px;
        vertical-align: top;
    }
    
    /* Ek ürünler cell için padding kaldırma (tablet) */
    .shopping-table.mobile .ek-urunler-cell {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .shopping-table.mobile td {
        display: table-cell;
        padding: 4px 2px;
        vertical-align: middle;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        min-width: 0;
    }

    .shopping-table.mobile .ek-urunler-cell,
    .shopping-table.mobile .photo-upload-cell {
        width: 100%;
        max-width: 100%;
        min-width: 0 !important;
    }

    .shopping-table.mobile .photo-upload-cell {
        padding: 10px 12px !important;
    }

    .shopping-table.mobile .photo-upload-cicek,
    .shopping-table.mobile .photo-upload-container {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    /* Genel ürün resmi (ana ürün hariç) */
    .shopping-table.mobile .shopping-img:not(.ana-urun-row .shopping-img) {
        width: 70px;
        height: 70px;
        object-fit: contain;
        border-radius: 6px;
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
    }
    
    /* Genel ürün adı (ana ürün hariç) */
    .shopping-table.mobile .shopping-name:not(.ana-urun-row .shopping-name) {
        font-size: 12px;
        font-weight: 600;
        color: #ed632b;
        text-align: left;
        padding: 0;
        margin: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        line-height: 1.2;
    }
    
    /* Genel fiyat (ana ürün hariç) */
    .shopping-table.mobile .shopping-price-before:not(.ana-urun-row .shopping-price-before) {
        text-decoration: line-through;
        font-size: 10px;
        color: #999;
        display: block;
        margin-bottom: 1px;
    }
    
    .shopping-table.mobile .shopping-price:not(.ana-urun-row .shopping-price) {
        color: #2D3748;
        font-weight: 600;
        font-size: 13px;
        display: block;
    }
    
    /* Genel silme butonu (ana ürün hariç) */
    .shopping-table.mobile .delete-item:not(.ana-urun-row .delete-item) {
        cursor: pointer;
        color: #ED8936;
        font-size: 14px;
        transition: color 0.3s ease;
        padding: 0;
        margin: 0;
    }
    
    .shopping-table.mobile .delete-item:hover {
        color: #DD6B20;
    }
    
    /* Toplam fiyat bölümü */
    .shopping .total-frame {
        margin: 10px 5px;
        padding: 10px;
        width: calc(100% - 10px);
        max-width: none;
    }
    
    .shopping .total-frame .table-total {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .shopping .total-frame .selected-items {
        font-size: 14px;
        font-weight: 600;
        color: #ed632b;
        text-align: center;
        margin-bottom: 8px;
    }
    
    .shopping .total-frame .shopping-total {
        font-size: 15px;
        font-weight: 600;
        color: #ed632b;
        text-align: left;
    }
    
    .shopping .total-frame .total-cart-before {
        font-size: 13px;
        color: #999;
        text-decoration: line-through;
        text-align: right;
    }
    
    .shopping .total-frame .total-cart {
        font-size: 18px;
        font-weight: 700;
        color: #2D3748;
        text-align: right;
    }
    
    .shopping .total-frame .iris-btn {
        font-size: 14px;
        padding: 8px 16px;
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    
    .shopping .total-frame .table-total td {
        padding: 4px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .shopping .total-frame .table-total tr:last-child td {
        border-bottom: none;
        padding-top: 8px;
        font-weight: 700;
    }
    
    /* ===== EK ÜRÜNLER TABLET ===== */
    .shopping-table.mobile .ek-urunler-cicek-baslik {
        font-size: 13px;
        font-weight: 600;
        color: #ed632b;
        margin-bottom: 6px;
        text-align: center;
        padding: 0 5px;
    }
    
    .shopping-table.mobile .ek-urunler-cicek {
        width: 100%;
        padding: 0 5px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .shopping-table.mobile .ek-urunler-cicek-listesi {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        width: max-content;
        max-width: none;
        padding: 0 2px 6px;
    }
    
    .shopping-table.mobile .ek-urun-item {
        background: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s ease;
        position: relative;
        width: auto;
        min-width: 100px;
        flex: 0 0 auto;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        padding: 8px 6px;
        gap: 4px;
    }
    
    .shopping-table.mobile .ek-urun-item:hover {
        border-color: #ed632b;
        background: #f8f7ff;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(107, 70, 193, 0.1);
    }
    
    .shopping-table.mobile .ek-urun-item.selected {
        border-color: #ed632b;
        background: #ffffff;
        color: #ed632b;
        box-shadow: 0 4px 12px rgba(107, 70, 193, 0.2);
    }
    
    .shopping-table.mobile .ek-urun-item.selected::after {
        content: "✓";
        position: absolute;
        top: 6px;
        right: 6px;
        background: #ed632b;
        color: #ffffff;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: bold;
        box-shadow: 0 2px 4px rgba(107, 70, 193, 0.3);
    }
    
    .shopping-table.mobile .ek-urun-item img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 6px;
        border: none;
        transition: all 0.2s ease;
    }
    
    .shopping-table.mobile .ek-urun-item .urun-adi {
        font-size: 12px;
        font-weight: 600;
        margin: 0;
        padding: 0;
        font-family: "Poppins", sans-serif;
        line-height: 1.2;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        color: #333;
    }
    
    .shopping-table.mobile .ek-urun-item .urun-fiyati {
        font-size: 13px;
        color: #ed632b;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        margin-top: auto;
    }
    
    .shopping-table.mobile .ek-urun-item.selected .urun-fiyati {
        color: #ed632b;
        font-weight: 700;
    }
    
    /* ===== FOTOĞRAF YÜKLEME MOBİL ===== */
    .shopping-table.mobile .photo-upload-baslik {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 6px;
        text-align: center;
        color: #ed632b;
    }
    
    .shopping-table.mobile .photo-upload-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }
    
    .shopping-table.mobile .photo-upload-area,
    .shopping-table.mobile .photo-preview-container {
        display: flex;
        align-items: center;
        gap: 6px;
        background-color: #f8f8f8;
        padding: 6px 10px;
        border-radius: 6px;
        border: 1px solid #e9ecef;
        width: 100%;
        max-width: 280px;
        min-height: 70px;
        flex-wrap: wrap;
    }
    
    .shopping-table.mobile .photo-upload-btn {
        background: #ed632b;
        border: none;
        color: white;
        padding: 6px 12px;
        border-radius: 4px;
        font-size: 11px;
        cursor: pointer;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        transition: all 0.2s ease;
        min-width: 80px;
    }
    
    .shopping-table.mobile .photo-upload-btn:hover {
        background: #4C1D95;
    }
    
    .shopping-table.mobile .photo-upload-text {
        color: #6B7280;
        font-size: 11px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }
    
    .shopping-table.mobile .photo-preview {
        height: 60px;
        width: auto;
        max-width: 100%;
        border-radius: 6px;
        object-fit: contain;
        display: block;
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
    }
    
    .shopping-table.mobile .remove-photo-btn {
        background-color: #dc3545;
        border: none;
        color: white;
        padding: 4px 8px;
        border-radius: 3px;
        font-size: 10px;
        cursor: pointer;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        transition: all 0.2s ease;
        min-width: 60px;
    }
    
    .shopping-table.mobile .remove-photo-btn:hover {
        background-color: #c82333;
    }
}

/* Ek Ürünler Stilleri - Her çiçeğin altında */
.ek-urunler-row {
    border-top: none;
}

.ek-urunler-cell {
    padding: 10px 20px !important;
    border: none !important;
}

.ek-urunler-cicek {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
}

.ek-urunler-baslik {
    color: #ed632b;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
}

.ek-urunler-listesi {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.ek-urunler-cicek-adet {
    margin-bottom: 15px;
}

.ek-urunler-cicek-baslik {
    font-size: 14px;
    font-weight: 600;
    color: #ed632b;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
}

.ek-urunler-cicek {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 100%;
    padding-bottom: 6px;
}

.ek-urunler-cicek-listesi {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: flex-start;
    width: max-content;
    max-width: none;
}

.ek-urun-item {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    width: min-content;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.ek-urun-item:hover {
    border-color: #ed632b;
    background: #f8f7ff;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(107, 70, 193, 0.1);
}

.ek-urun-item.selected {
    border-color: #ed632b;
    background: #ffffff;
    color: #ed632b;
    box-shadow: 0 4px 12px rgba(107, 70, 193, 0.2);
    position: relative;
}

.ek-urun-item.selected::after {
    content: "✓";
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ed632b;
    color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(107, 70, 193, 0.3);
}

.ek-urun-item img {
    width: 90px;
    object-fit: cover;
    border-radius: 6px;
    border: none;
    transition: all 0.2s ease;
}

.ek-urun-item:hover img {
    transform: scale(1.02);
}

.ek-urun-item .urun-adi {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: auto;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    padding:4px 2px;
}

.ek-urun-item .urun-fiyati {
    font-size: 10px;
    color: #6c757d;
    font-weight: 600;
    line-height: 1;
    padding:4px 2px;
}

.ek-urun-item.selected .urun-fiyati {
    color: #ed632b;
    font-weight: 700;
}

.ek-urun-readonly {
    cursor: default !important;
    opacity: 0.7;
    pointer-events: none;
}

.ek-urun-readonly:hover {
    transform: none !important;
    box-shadow: none !important;
}

.ek-urun-clickable {
    cursor: pointer;
    transition: all 0.3s ease;
}

.ek-urun-clickable:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}



.ek-urunler-tutar {
    color: #ed632b;
    font-weight: 600;
}

/* Fotoğraf Yükleme Stilleri */
.photo-upload-row {
    background-color: #f8f9fa;
    border-top: none !important;
}

.photo-upload-cell {
    padding: 15px 20px !important;
    border: none !important;
}

.photo-upload-cicek {
    background: transparent;
    padding: 0;
}

.photo-upload-baslik {
    color: #ed632b;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
}

.photo-upload-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.photo-upload-area {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f8f8f8;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.photo-upload-btn {
    background: #ed632b;
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    transition: all 0.2s ease;
}

.photo-upload-btn:hover {
    background: #4C1D95;
}

.photo-upload-text {
    color: #6B7280;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
}

.photo-preview-container {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f8f8f8;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.photo-preview {
    height: 60px;
    border-radius: 6px;
    object-fit: contain;
}

.remove-photo-btn {
    background-color: #dc3545;
    border: none;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 11px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    transition: all 0.2s ease;
}

.remove-photo-btn:hover {
    background-color: #c82333;
}

/* Modal'da fotoğraf gösterimi */
.photo-display-row-modal {
    background-color: #f8f9fa;
    border-top: none !important;
}

.photo-display-cell-modal {
    padding: 15px 20px !important;
    border: none !important;
}

.photo-display-modal {
    background: transparent;
    padding: 0;
}

.photo-display-modal-baslik {
    color: #ed632b;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.photo-display-modal-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    width: fit-content;
}

.photo-display-modal-img {
    height: 60px;
    border-radius: 6px;
    object-fit: contain;
}

/* Sipariş sayfasında fotoğraf gösterimi */
.photo-display-row-order {
    background-color: #f8f9fa;
}

.photo-display-cell-order {
    padding: 8px;
    border-top: 1px solid #e9ecef;
}

.photo-display-order {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px;
    border: 1px solid #e9ecef;
}

.photo-display-order-baslik {
    color: #ed632b;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 6px;
    font-family: "Poppins", sans-serif;
}

.photo-display-order-container {
    text-align: center;
}

.photo-display-order-img {
    max-width: 80px;
    max-height: 60px;
    border-radius: 3px;
    object-fit: cover;
}

/* Indirim kodu alani (siparis sayfasi ile ayni gorunum) */
.delivery-title {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 6px;
    font-family: "Poppins", sans-serif;
}

.magic-link-frame {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 10px;
    margin-bottom: 8px;
    padding: 12px !important;
}

.verify-line {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.verify-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 38px !important;
    padding: 8px 10px !important;
    font-size: 13px !important;
}

.verify-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    margin-left: auto;
}

.magic-link-frame .iris-btn.verify-btn {
    display: inline-block;
    min-width: unset !important;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-top: 0;
    box-sizing: border-box;
    flex: 0 0 auto;
    letter-spacing: 0.02em;
}

.verify-btn {
    padding: 8px 12px !important;
    border-radius: 6px;
    font-size: 12px !important;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
    min-height: 38px;
}

.magic-link-frame .verify-btn.verify-btn-clear {
    padding: 4px 9px !important;
    min-width: auto !important;
    min-height: 34px;
    font-size: 1.15rem !important;
    line-height: 1;
    font-weight: 600;
}

.verify-btn-secondary {
    background: #f1f3f5;
    color: #2c3e50;
    border: 1px solid #d9dee3;
}

.verify-btn-secondary:hover {
    background: #e9ecef;
}

.verify-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.verify-btn:disabled,
.verify-btn-secondary:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .verify-line {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        flex-wrap: nowrap;
    }

    .verify-input {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
        height: 36px !important;
        font-size: 13px !important;
        padding: 6px 10px !important;
    }

    .verify-actions {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 6px;
        margin-left: 0;
        flex: 1 1 auto;
    }

    .verify-btn {
        padding: 6px 10px !important;
        font-size: 11px !important;
        min-height: 34px;
    }

    .magic-link-frame .verify-btn.verify-btn-clear {
        padding: 3px 8px !important;
        min-height: 30px;
        font-size: 1.1rem !important;
    }
}

