/*--===============ORDER SİPARİŞ================--*/

.order {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f4 100%);
    min-height: 100vh;
}

.order .container {
    max-width: 1200px;
    padding: 0 15px;
}

.order .header {
    color: #ed632b;
    font-size: 28px;
    letter-spacing: 0.5px;
    padding: 0;
    margin-bottom: 40px;
    text-align: left;
    font-weight: 700;
    padding-left: 8px;
    position: relative;
    border-bottom: none;
    padding-bottom: 15px;
    display: inline-block;
}

.order .header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ed632b, #ED8936, #ed632b);
}

.order .form-row {
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}

.order .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.order .form-control:focus {
    border-color: #ed632b;
    box-shadow: 0 0 0 0.2rem rgba(107, 70, 193, 0.25);
    outline: none;
}

.order .form-control:hover {
    border-color: #A855F7;
    box-shadow: 0 4px 8px rgba(107, 70, 193, 0.1);
}

input {
    height: 40px !important;
}

textarea.form-control {
    height: auto !important;
    min-height: 100px;
    resize: vertical;
}

/* Teslimat günü & saat alanı */
.delivery-frame {
    border-top: 1px solid #e9ecef;
    padding-top: 10px;
    margin-top: 10px;
}
.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%;
}

.magic-link-frame .verify-line + .verify-line {
    margin-top: 6px !important;
}

.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;
}

/* Global .iris-btn uses min-width:170px; shrink to content in verify rows */
.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;
}
/* Teslimat gün butonları - Siparişi Onayla butonunun CSS'ini temel alarak */
.delivery-day-btn {
    border-radius: 8px;
    padding: 6px 14px;
    min-width: 90px;
    min-height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    background-color: #ffffff;
    color: #333;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Takvim butonu - icon üstte, yazı altta */
#delivery-date-btn {
    border-radius: 8px;
    padding: 6px 14px;
    min-width: 90px;
    min-height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    transition: transform 0.3s ease;
    border: none;
    background-color: #ffffff;
    color: #333;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.delivery-day-btn:hover,
#delivery-date-btn:hover,
.delivery-date-wrapper:hover #delivery-date-btn {
    background: linear-gradient(135deg, #51B549 0%, #45a043 100%);
    border-color: #51B549;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.delivery-day-btn:hover::before,
#delivery-date-btn:hover::before,
.delivery-date-wrapper:hover #delivery-date-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    animation: shimmer 0.6s ease;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.delivery-day-btn.btn-secondary,
#delivery-date-btn.btn-secondary {
    background: linear-gradient(135deg, #51B549 0%, #45a043 100%);
    border-color: #51B549;
    color: #ffffff;
}

.delivery-day-btn.btn-secondary:hover,
#delivery-date-btn.btn-secondary:hover {
    background: linear-gradient(135deg, #45a043 0%, #3d8f3a 100%);
    border-color: #45a043;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.delivery-day-btn.btn-secondary:hover::before,
#delivery-date-btn.btn-secondary:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    animation: shimmer 0.6s ease;
}

.delivery-day-btn:focus,
.delivery-day-btn:active,
#delivery-date-btn:focus,
#delivery-date-btn:active {
    box-shadow: none;
    outline: none;
}

.delivery-day-btn.btn-secondary .delivery-day-main,
.delivery-day-btn.btn-secondary .delivery-day-sub,
#delivery-date-btn.btn-secondary .delivery-day-main,
#delivery-date-btn.btn-secondary .delivery-day-sub {
    color: #ffffff;
}

.delivery-day-btn:hover .delivery-day-main,
.delivery-day-btn:hover .delivery-day-sub,
#delivery-date-btn:hover .delivery-day-main,
#delivery-date-btn:hover .delivery-day-sub,
.delivery-date-wrapper:hover #delivery-date-btn .delivery-day-main,
.delivery-date-wrapper:hover #delivery-date-btn .delivery-day-sub {
    color: #ffffff;
}
.delivery-day-main {
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.delivery-day-sub {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #6c757d;
    margin-top: 2px;
}

/* Butonların container'ı - aynı hizada olmalı */
.delivery-day-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* Takvim butonu için icon ve yazı düzeni - icon üstte, yazı altta */
#delivery-date-btn i {
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1;
    order: 1;
}

#delivery-date-btn #delivery-date-btn-text {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    order: 2;
}
.delivery-date-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    pointer-events: none;
}

.delivery-date-wrapper > * {
    pointer-events: auto;
}
.delivery-date-input-native {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    pointer-events: auto;
    z-index: 1;
}

/* Teslimat saat butonları - Siparişi Onayla butonunun CSS'ini temel alarak */
.delivery-time-btn {
    border-radius: 8px;
    padding: 6px 14px;
    min-width: 110px;
    text-align: center;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    transition: transform 0.3s ease;
    border: none;
    background-color: #ffffff;
    color: #333;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.delivery-time-btn:hover {
    background: linear-gradient(135deg, #51B549 0%, #45a043 100%);
    border-color: #51B549;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.delivery-time-btn:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    animation: shimmer 0.6s ease;
}

.delivery-time-btn.btn-secondary {
    background: linear-gradient(135deg, #51B549 0%, #45a043 100%);
    border-color: #51B549;
    color: #ffffff;
}

.delivery-time-btn.btn-secondary:hover {
    background: linear-gradient(135deg, #45a043 0%, #3d8f3a 100%);
    border-color: #45a043;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.delivery-time-btn.btn-secondary:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    animation: shimmer 0.6s ease;
}

.delivery-time-btn:focus,
.delivery-time-btn:active {
    box-shadow: none;
    outline: none;
}

/* İl / İlçe Select2 stilleri - diğer inputlarla aynı görünüm */
.order .select2-container .select2-selection--single {
    height: 40px !important;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 15px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
}
.order .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 24px;
    line-height: 1.5;
    color: #495057;
}
.order .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d;
}
.order .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 8px;
}
.order .select2-container--default .select2-selection--single:focus,
.order .select2-container--default .select2-selection--single:hover {
    border-color: #ed632b;
    box-shadow: 0 0 0 0.2rem rgba(107, 70, 193, 0.25);
    outline: none;
}

.order input::placeholder,
.order textarea::placeholder {
    color: #6c757d;
    font-size: 14px;
    font-weight: 400;
}

.order .form-group {
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
}

/* Radio Button Styling */
.order .radio-item {
    display: inline-block;
    position: relative;
    padding: 0 8px;
    display: flex;
    align-items: center !important;
    margin-bottom: 15px;
    width: 100%;
}

.order .radio-item input[type="radio"] {
    display: none;
}

.order .radio-item label {
    color: #ed632b;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 12px 20px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    background: #ffffff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.order .radio-item label:hover {
    border-color: #ed632b;
    background: #f8f7ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 70, 193, 0.15);
}

.order .radio-item label:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 12px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #6c757d;
    background-color: transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.order .radio-item input[type="radio"]:checked + label {
    border-color: #ed632b;
    background: linear-gradient(135deg, #f8f7ff 0%, #f0eeff 100%);
    color: #ed632b;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(107, 70, 193, 0.2);
}

.order .radio-item input[type="radio"]:checked + label:before {
    border-color: #ed632b;
    background: #ed632b;
    box-shadow: inset 0 0 0 4px #ffffff;
}

.order .radio-item input[type="radio"]:checked + label:after {
    display: none;
}

/* Required Symbol */
.required-symbol {
    color: #ED8936;
    font-weight: bold;
    margin-left: 4px;
}

/* Form Labels */
.form-label {
    display: block;
    margin-bottom: 8px;
    color: #ed632b;
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

/* Alert Styling */
.order .alert {
    border-radius: 8px;
    border: none;
    padding: 16px 20px;
    margin-top: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.order .alert-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-left: 4px solid #28a745;
}

.order .alert-info {
    background: linear-gradient(135deg, #e6f3ff 0%, #d1e7ff 100%);
    border-left: 4px solid #ed632b;
}

.order .alert-danger {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border-left: 4px solid #dc3545;
    color: #721c24;
}

/* Kredi kartı (3D Secure) önizleme paneli */
.order .card-payment-panel {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #e9ecef;
    background: #ffffff;
    box-shadow: 0 6px 24px rgba(237, 99, 43, 0.12);
    font-family: "Poppins", sans-serif;
}

.order .card-payment-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #ed632b 0%, #ED8936 55%, #f59e0b 100%);
    color: #fff;
}

.order .card-payment-panel-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
}

.order .card-payment-panel-title .fa-credit-card {
    font-size: 18px;
    opacity: 0.95;
}

.order .card-payment-3ds-badge {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(4px);
}

.order .card-payment-panel-body {
    padding: 18px 18px 16px;
    background: linear-gradient(180deg, #fffdfb 0%, #ffffff 100%);
}

.order .card-payment-panel .form-label {
    color: #2c3e50;
    font-size: 13px;
}

.order .card-payment-panel .form-control {
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.03em;
}

.order .card-number-input {
    font-variant-numeric: tabular-nums;
}

.order .card-payment-brands {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 8px;
    border-top: 1px solid #f1f3f4;
    margin-top: 4px;
}

.order .card-payment-brands .fa-brands {
    font-size: 28px;
    color: #64748b;
    opacity: 0.85;
}

@media (max-width: 576px) {
    .order .card-payment-panel-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

/*--===============ORDER SHOPPING================--*/

.order .shopping {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.order .shopping-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.order .shopping-order tr {
    border-bottom: 1px solid #f1f3f4;
    transition: background-color 0.3s ease;
}

.order .shopping-order tr:hover {
    background-color: #f8f9fa;
}

.order .shopping-order td {
    padding: 15px 8px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.order .shopping-order td:nth-child(2) {
    text-align: left;
}

.order .shopping-order .order-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.order .shopping-order .order-counter {
    display: block;
    text-align: left;
    color: #2c3e50;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.order .shopping-order .order-name {
    color: #2c3e50;
    font-weight: 500;
    display: block;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 4px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.order .shopping-order .order-liter,
.order .shopping-order .order-tin {
    color: #6c757d;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.order .shopping-order .shopping-total {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
}

.order .shopping-order .shopping-price-before {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    color: #6c757d;
    line-height: 20px;
    display: block;
    text-align: right;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
}

.order .shopping-order .shopping-price {
    color: #2D3748;
    font-weight: 500;
    display: block;
    text-align: right;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.shopping .total-frame {
    width: 100%;
    margin: 24px 0 0 0;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 18px 20px;
    border: 1px solid #e9ecef;
}

.shopping .total-frame .table-total {
    width: 100%;
    margin-bottom: 10px;
}

.shopping .total-frame .shopping-total-before {
    color: #6c757d;
    font-weight: 500;
    font-size: 16px;
}

.shopping .total-frame .shopping-total {
    color: #2c3e50;
    font-weight: 600;
    font-size: 20px;
}

.shopping .total-frame .table-total td {
    padding: 6px 8px;
    border-bottom: 1px solid #e9ecef;
}

.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 .selected-items {
    color: #2c3e50;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 8px 0;
    font-family: "Poppins", sans-serif;
    padding-bottom: 8px;
    border-bottom: 2px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.shopping .total-frame .total-cart-before {
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 400;
    color: #6c757d;
    line-height: 20px;
    display: block;
    text-align: right;
    font-family: "Poppins", sans-serif;
}

.shopping .total-frame .total-cart {
    color: #2D3748;
    font-weight: 500;
    display: block;
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
}

.shopping .total-frame .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 12px;
}

.shopping .total-frame .iris-btn {
    border-radius: 8px;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.shopping .total-frame .iris-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.shopping .total-frame .iris-success {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
}

.shopping .total-frame .iris-success:hover {
    background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
}

.shopping .total-frame .iris-btn:disabled,
.shopping .total-frame .iris-success:disabled {
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
    color: #ffffff;
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

.shopping .total-frame .iris-btn:disabled:hover,
.shopping .total-frame .iris-success:disabled:hover {
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
    transform: none;
    box-shadow: none;
}

.shopping .form-hidden {
    display: none;
}

/* Description Section */
.description {
    margin-top: 30px;
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
}

.description .header {
    display: flex;
    margin: 20px 0;
    justify-content: center;
    align-items: center;
}

.description .header .icon {
    text-align: center;
    color: #e74c3c;
    font-weight: 600;
    font-size: 18px;
}

.description .header .icon i {
    display: inline-block;
    margin: 0 15px;
    font-size: 24px;
}

.description .text {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Form Section Styling */
.order .form {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

/* Flower Note Styling */
.flower-note-row {
    background: linear-gradient(135deg, #f8f7ff 0%, #f0eeff 100%);
    border-left: 4px solid #ed632b;
}

.flower-note-cell {
    padding: 15px 20px !important;
    border: none !important;
}

.flower-note-container {
    width: 100%;
}

.flower-note-label {
    display: block;
    margin-bottom: 8px;
    color: #ed632b;
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.flower-note-label i {
    color: #ED8936;
}

.flower-note-input {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    resize: vertical;
    min-height: 60px;
}

.flower-note-input:focus {
    border-color: #ed632b;
    box-shadow: 0 0 0 0.2rem rgba(107, 70, 193, 0.25);
    outline: none;
}

.flower-note-input:hover {
    border-color: #A855F7;
    box-shadow: 0 4px 8px rgba(107, 70, 193, 0.1);
}

.flower-note-input::placeholder {
    color: #6c757d;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
}

/*==========---TABLET (501px - 991px)---==========*/
@media (min-width: 501px) and (max-width: 991px) {
    input{
        height: 35px !important;
    }

    .order .select2-container .select2-selection--single{
        height: 35px !important;
    }

    .order {
        padding: 40px 0;
        background: #ffffff;
    }
    
    .order .container {
        padding: 0 10px;
    }
    
    .order .header {
        font-size: 22px;
        text-align: center;
        margin-bottom: 30px;
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .order .form,
    .order .shopping {
        padding: 20px;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .form-control::placeholder,
    .order .radio-item label {
        font-size: 13px !important;
    }
    
    .order .radio-item label {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .order .radio-item label:before {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }
    
    .order .radio-item input[type="radio"]:checked + label:before {
        box-shadow: inset 0 0 0 3px #ffffff;
    }
    
    .order {
        font-size: 13px;
    }
    
    .header {
        margin: 10px 0 !important;
    }
    
    .selected-items {
        font-size: 13px !important;
        margin-left: 0 !important;
    }
    
    .order .shopping-order .order-name {
        font-size: 13px;
    }
    
    .order .shopping .total-frame .selected-items {
        font-size: 13px;
    }
    
    .order .shopping-order .shopping-price-before {
        font-size: 11px;
    }
    
    .order .shopping-table .order-counter {
        font-size: 13px;
        text-align: center;
        font-weight: 500;
        width: 30px;
    }
    
    .shopping .shopping-table .shopping-price-before,
    .shopping .shopping-table .shopping-price {
        margin: unset;
        font-size: 11px;
        margin-left: auto;
        width: max-content;
        display: block;
        text-align: right;
    }
    
    .order .shopping .total-frame .shopping-total {
        font-size: 15px;
    }
    
    .order .shopping .total-frame .shopping-total.total1 {
        font-weight: 400;
    }
    
    .shopping .total-frame .shopping-total-before {
        font-size: 13px !important;
    }
    
    .shopping .total-frame .total-cart-before {
        font-size: 13px !important;
        width: unset;
    }
    
    .order .shopping .total-frame .total-cart {
        font-size: 17px;
        width: unset;
    }
    
    .iris-back-success {
        font-size: 11px;
    }
    
    .order .shopping .total-frame .iris-btn {
        margin: 0;
        font-weight: 500;
        font-size: 13px;
        text-align: center;
        padding: 12px 20px;
    }
    
    .shopping .total-frame .buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .shopping .total-frame {
        width: unset;
        margin: 0;
        margin-top: 30px;
    }
    
    /* Mobile column adjustments */
    .col-md-6 {
        margin-bottom: 15px;
    }
    
    .order .alert {
        padding: 12px 16px;
        font-size: 12px;
    }
    
    .order .alert-success .mt-1 {
        font-size: 11px;
        line-height: 1.4;
    }
}

/*==========---MOBİL (max-width: 500px)---==========*/
@media (max-width: 500px) {
    input{
        height: 30px !important;
    }

    .order .container{
        padding:0 !important;
    }
    .iris-btn{
        font-size: 12px !important;
        min-width: unset !important;
    }
    .order .select2-container .select2-selection--single{
        height: 30px !important;
    }

    .order .form-row{
        margin-bottom: 0 !important;
    }

    .order .radio-item{
        margin-bottom: 0 !important;
    }

    .flower-note-label{
        font-size: 12px !important;
    }

    .shopping .total-frame .table-total td{
        padding: 2px 0 !important;
    }


    .iris-back-success{
        font-size: 12px !important;
    }
    .shopping .total-frame .iris-btn{
        font-size: 12px !important; 
        padding: 8px 16px !important;
    }
    .order .form,
    .order .shopping {
        padding: 14px 12px;
    }

    .order .header {
        font-size: 18px;
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 18px;
        padding-bottom: 10px;
    }

    .order .form-control {
        font-size: 14px;
        padding: 8px 10px;
    }

    .order .form-label {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .order .shopping-order .order-name {
        font-size: 14px;
    }

    .order .shopping-order .shopping-price,
    .order .shopping-order .shopping-price-before {
        font-size: 12px;
    }

    .order .shopping .total-frame .shopping-total {
        font-size: 14px;
    }

    .order .shopping .total-frame .total-cart {
        font-size: 16px;
    }

    .shopping .total-frame {
        padding: 20px;
    }

    .delivery-title {
        font-size: 13px;
    }

    .description {
        padding: 20px;
    }
    
    .order .radio-item label {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .order .alert {
        padding: 10px 14px;
        font-size: 11px;
    }
    
    .order .alert-success .mt-1 {
        font-size: 10px;
    }
}

/* Ek Ürünler Stilleri - Sipariş Sayfası */
.ek-urunler-row {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.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: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 8px;
}

.ek-urun-item {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ek-urun-item:hover {
    border-color: #ed632b;
    background: #f0eeff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 70, 193, 0.15);
}

.ek-urun-item.selected {
    border-color: #ed632b;
    background: #ed632b;
    color: #ffffff;
}

.ek-urun-item img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 5px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.ek-urun-item:hover img {
    border-color: #ed632b;
    transform: scale(1.05);
}

.ek-urun-item .urun-adi {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
}

.ek-urun-item .urun-fiyati {
    font-size: 11px;
    color: #6c757d;
    font-weight: 600;
}

.ek-urun-item.selected .urun-fiyati {
    color: #ffffff;
}

.miktar-kontrol {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ed632b;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}

/* Sipariş Sayfası Ek Ürün Stilleri */
.ek-urunler-row-order {
    border-top: none;
}

.ek-urunler-cell-order {
    padding: 10px 15px !important;
    border: none !important;
}

.ek-urunler-order {
    margin: 0;
}

.ek-urunler-order-baslik {
    font-size: 12px;
    color: #6c757d;
    margin: 0 0 8px 0;
    font-weight: 500;
}

.ek-urunler-order-listesi {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ek-urun-order-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 6px 8px;
    font-size: 11px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.ek-urun-order-resim {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 3px;
    margin-right: 6px;
}

.ek-urun-order-adi {
    color: #495057;
    font-weight: 500;
    margin-right: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
}

.ek-urun-order-fiyati {
    color: #28a745;
    font-weight: 600;
    white-space: nowrap;
}


/* Fotoğraf Gösterim Stilleri - Sipariş Sayfası */
.photo-display-row-order {
    background-color: #f8f9fa;
    border-top: none !important;
}

.photo-display-cell-order {
    padding: 15px 20px !important;
    border: none !important;
}

.photo-display-order {
    background: transparent;
    padding: 0;
}

.photo-display-order-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-order-container {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f8f8f8;
    padding: 8px 12px;
    height: 60px;
}

.photo-display-order-container img {
    height: 100%;
    object-fit: contain;
}

/* Hazır Mesajlar Bölümü */
.hazir-mesajlar {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.hazir-mesajlar h5 {
    color: #ed632b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
}

.mesaj-option {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 12px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mesaj-option:hover {
    background-color: #ed632b;
    color: #ffffff;
    border-color: #ed632b;
}

.mesaj-option:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .order .header {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .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;
    }
}
.photo-display-order-img {
    height: 60px;
    border-radius: 6px;
    object-fit: contain;
}

/* SweetAlert2 — sipariş sayfası turuncu / Poppins uyumu */
.swal2-popup.siparis-swal {
    font-family: "Poppins", sans-serif;
    border-radius: 14px;
    padding: 1.5rem 1.25rem 1.35rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.swal2-popup.siparis-swal .swal2-title {
    color: #333;
    font-weight: 600;
    font-size: 1.25rem;
}
.swal2-popup.siparis-swal .swal2-html-container {
    color: #555;
    font-size: 0.95rem;
}
.swal2-popup.siparis-swal .swal2-confirm {
    background: linear-gradient(135deg, #ed632b, #ed8936) !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    padding: 0.5rem 1.35rem !important;
    box-shadow: none !important;
}
.swal2-popup.siparis-swal .swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(237, 99, 43, 0.35) !important;
}
.swal2-popup.siparis-swal .swal2-timer-progress-bar {
    background: linear-gradient(90deg, #ed632b, #ed8936) !important;
}