﻿input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* Sağdaki sabit butonlar - Mobilde her biri farklı top değeri */
@media (max-width: 991px) {
    #downloadBrochure {
        top: 180px !important;
    }

    #fixedbutton {
        top: 220px !important;
    }

    #orderbutton {
        top: 260px !important;
    }

    #getOffer {
        top: 300px !important;
    }
}

@media (max-width: 767px) {
    #downloadBrochure {
        top: 180px !important;
    }

    #fixedbutton {
        top: 215px !important;
    }

    #orderbutton {
        top: 250px !important;
    }

    #getOffer {
        top: 285px !important;
    }
}

/* Detail Slider - Sabit yükseklik */
#detailSlider .swiper {
    height: 400px;
}

#detailSlider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#detailSlider .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    #detailSlider .swiper {
        height: 300px;
    }
}

/* Detail Content - Sadece resimler scroll olsun */
.detail-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;
}

@media (max-width: 767px) {
    .detail-content img {
        max-width: 100%;
        height: auto;
        overflow-x: auto;
    }
}

.card-options .card-title {
    color: black !important;
    font-weight: 600;
}

.card-options a {
    text-decoration: none;
}

/* Ekipman kartı hover'da fiyat rengini koru */
.card-options:hover .equipment-price,
.card-options:hover .equipment-price-box .equipment-price,
.card-options a:hover .equipment-price,
.equipment-card-footer:hover .equipment-price,
.equipment-price-box:hover .equipment-price {
    color: #212529 !important;
}

.card-title {
    margin-bottom: 0px !important;
}

.options-container {
    margin-bottom: 5px;
}

/* Kredi hesaplama tab stilleri */
#isCreditTab .nav-link {
    cursor: pointer;
    color: #000 !important;
}

#isCreditTab .nav-link:hover {
    cursor: pointer;
}

#isCreditTab .nav-link span {
    color: #000 !important;
}

/* Sepet modalı genel tasarım */
.basket-modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

.basket-modal-header {
    background: linear-gradient(135deg, #FEC70B 0%, #f0b500 100%);
    border-bottom: none;
    padding: 25px 30px;
}

.basket-modal-header .modal-title {
    font-size: 26px;
    font-weight: 700;
    color: #212529;
    display: flex;
    align-items: center;
    gap: 12px;
}

.basket-modal-header .modal-title i {
    font-size: 28px;
}

.basket-modal-header .btn-close {
    filter: brightness(0) saturate(100%);
    opacity: 0.8;
}

.basket-modal-header .btn-close:hover {
    opacity: 1;
}

.basket-modal-body {
    padding: 30px;
    background-color: #f8f9fa;
    min-height: 200px;
}

/* Sepet modalı scroll */
#basketModal .card-body-basket {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

/* Scroll bar styling */
#basketModal .card-body-basket::-webkit-scrollbar {
    width: 8px;
}

#basketModal .card-body-basket::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 4px;
}

#basketModal .card-body-basket::-webkit-scrollbar-thumb {
    background: #FEC70B;
    border-radius: 4px;
}

#basketModal .card-body-basket::-webkit-scrollbar-thumb:hover {
    background: #e5b309;
}

/* Sepet boş mesajı */
.basket-modal-body .card-body-basket:empty::after {
    content: "Sepetiniz boş";
    display: block;
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
    font-size: 18px;
    font-weight: 500;
}

/* Sepet içindeki ürün kartları */
.basket-item {
    background: white;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.basket-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.basket-item-content {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.basket-item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
}

.basket-item-details {
    flex: 1;
}

.basket-item-name {
    color: #212529;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.basket-item-price {
    color: #6c757d;
    font-size: 14px;
    margin: 0;
}

.basket-item-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.basket-quantity-control {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 5px;
    overflow: hidden;
}

.basket-btn-minus,
.basket-btn-plus {
    width: 32px;
    height: 32px;
    border: none;
    background: #212529;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.basket-btn-minus:hover:not(:disabled),
.basket-btn-plus:hover:not(:disabled) {
    background: #000;
}

.basket-btn-minus:disabled,
.basket-btn-plus:disabled {
    background: #6c757d;
    cursor: not-allowed;
    opacity: 0.5;
}

.basket-quantity-input {
    width: 45px;
    height: 32px;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #212529;
    background: #e9ecef;
}

.basket-btn-remove {
    width: 36px;
    height: 36px;
    background-color: #dc3545;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket-btn-remove:hover {
    background-color: #c82333;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.basket-empty {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
}

.basket-empty p {
    margin: 0;
    font-size: 16px;
}

.basket-info-message {
    margin-top: 20px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-left: 4px solid #2196F3;
}

.basket-info-message i {
    font-size: 20px;
    color: #2196F3;
    flex-shrink: 0;
}

.basket-info-message p {
    margin: 0;
    font-size: 14px;
    color: #1565C0;
    font-weight: 500;
    line-height: 1.5;
}

/* Sepet Modal Footer */
.basket-modal-footer {
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 20px 30px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Sepet Footer Butonları */
.basket-footer-btn {
    flex: 1;
    min-width: 200px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
    outline: none;
}

.basket-footer-btn i {
    font-size: 16px;
}

.basket-footer-btn-secondary {
    background: #6c757d;
    color: white;
}

.basket-footer-btn-secondary:hover {
    background: #5a6268;
}

.basket-footer-btn-primary {
    background: linear-gradient(135deg, #FEC70B 0%, #f0b500 100%);
    color: #212529;
}

.basket-footer-btn-primary:hover {
    background: linear-gradient(135deg, #f0b500 0%, #e0a800 100%);
}

/* Mobil responsive */
@media (max-width: 767px) {
    .basket-item {
        flex-direction: column;
        align-items: stretch;
    }

    .basket-item-content {
        flex-direction: column;
        text-align: center;
    }

    .basket-item-actions {
        justify-content: center;
    }

    .basket-info-message {
        display: none;
    }

    .basket-modal-footer {
        flex-direction: column;
        padding: 15px 20px;
    }

    .basket-footer-btn {
        min-width: 100%;
        width: 100%;
    }
}

/* Seçenekler card-footer kompakt tasarım */
.equipment-card-footer {
    background: linear-gradient(135deg, #FEC70B 0%, #f0b500 100%) !important;
    padding: 12px 10px !important;
    border-top: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

.equipment-card-footer input:disabled {
    background-color: white !important;
}

.equipment-price-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    flex: 0 0 auto;
}

.equipment-price-box .equipment-price {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #212529 !important;
    line-height: 1 !important;
    white-space: nowrap;
}

.equipment-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-height: 32px;
    flex: 1 1 auto;
}

.product-count.compact {
    display: inline-flex;
    align-items: center;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    height: 32px;
    width: fit-content;
}

.product-count.compact .button-count {
    width: 32px;
    height: 32px;
    border: none;
    background: #212529;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-count.compact .button-count:hover:not(:disabled) {
    background: #000;
}

.product-count.compact .button-count:disabled {
    background: #6c757d;
    cursor: not-allowed;
    opacity: 0.5;
}

.product-count.compact .number-product {
    width: 40px;
    height: 32px;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #212529;
}

.equipment-add-btn {
    background: #212529 !important;
    color: white !important;
    padding: 0 12px !important;
    height: 32px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.3s ease !important;
    border: 2px solid #212529 !important;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
    flex-shrink: 1;
    min-width: 0;
}

.equipment-add-btn span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.equipment-add-btn:hover {
    background: white !important;
    color: #212529 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

.equipment-add-btn.added {
    background: #dc3545 !important;
    border-color: #dc3545 !important;
}

.equipment-add-btn.added:hover {
    background: #c82333 !important;
    border-color: #c82333 !important;
    color: white !important;
}

.equipment-add-btn i {
    font-size: 14px;
    flex-shrink: 0;
    color: white;
    transition: color 0.3s ease;
}

.equipment-add-btn:hover i {
    color: #212529 !important;
}

.equipment-add-btn.added i {
    color: white !important;
}

.equipment-add-btn.added:hover i {
    color: white !important;
}

/* After pseudo-element'i kaldır */
.equipment-add-btn::after,
.equipment-add-btn:after {
    display: none !important;
    content: none !important;
}

/* Mobil görünüm optimizasyonu */
@media (max-width: 767px) {
    .equipment-price-box .equipment-price {
        font-size: 17px !important;
    }

    .equipment-add-btn {
        font-size: 12px !important;
        padding: 0 10px !important;
        height: 28px !important;
    }

    .product-count.compact {
        height: 28px;
    }

    .product-count.compact .button-count {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .product-count.compact .number-product {
        width: 35px;
        height: 28px;
        font-size: 13px;
    }

    .equipment-price-box,
    .equipment-actions {
        min-height: 28px;
    }
}

/* Genel Modal Stilleri - Tüm modallar için */
.modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

/* Teklif ve Takas Formları için özel stil */
#modalCompanyInfo .modal-content,
#modalTradeIn .modal-content {
    border-radius: 12px !important;
}

.modal-header {
    background: linear-gradient(135deg, #FEC70B 0%, #f0b500 100%);
    border-bottom: none;
    padding: 20px 25px;
}

.modal-header .modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #212529;
}

.modal-header .btn-close {
    filter: brightness(0) saturate(100%);
    opacity: 0.8;
}

.modal-header .btn-close:hover {
    opacity: 1;
}

.modal-body {
    padding: 25px;
    background-color: #fff;
}

/* Bilgi/Uyarı Modalları için özel ikonlar */
.modal-info-icon {
    text-align: center;
    margin-bottom: 20px;
}

.modal-info-icon i {
    font-size: 60px;
    margin-bottom: 15px;
}

.modal-info-icon.success i {
    color: #28a745;
}

.modal-info-icon.error i {
    color: #dc3545;
}

.modal-info-icon.warning i {
    color: #ffc107;
}

.modal-info-icon.info i {
    color: #17a2b8;
}

.modal-body .card {
    border: none;
    box-shadow: none;
}

.modal-body h5 {
    color: #212529;
    font-weight: 600;
    margin-bottom: 10px;
}

.modal-body p {
    color: #6c757d;
    line-height: 1.6;
}

/* Hoş Geldin Modalı - Ekstra özelleştirmeler */
.welcome-modal .modal-title {
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.welcome-modal .modal-title i {
    font-size: 28px;
}

.welcome-modal .modal-body {
    padding: 24px 26px;
}

.welcome-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.welcome-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 16px 12px;
    background: #f8f9fa;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.welcome-feature-item:hover {
    background: #e9ecef;
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #FEC70B 0%, #f0b500 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 20px;
    color: #212529;
}

.feature-text h5 {
    font-size: 14px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 4px;
}

.feature-text p {
    font-size: 12.5px;
    color: #6c757d;
    margin: 0;
    line-height: 1.45;
}

.welcome-modal .modal-footer {
    border-top: 1px solid #dee2e6;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    flex-wrap: wrap;
    gap: 10px;
}

.welcome-modal .modal-footer>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.welcome-modal .form-check {
    margin: 0;
}

.welcome-modal .form-check-label {
    font-size: 14px;
    color: #6c757d;
    cursor: pointer;
    user-select: none;
}

.welcome-modal-btn {
    background: linear-gradient(135deg, #FEC70B 0%, #f0b500 100%);
    border: none;
    padding: 12px 35px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s ease;
    color: #212529;
    cursor: pointer;
}

.welcome-modal-btn:hover,
.welcome-modal-btn:focus,
.welcome-modal-btn:active {
    background: linear-gradient(135deg, #FEC70B 0%, #f0b500 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(254, 199, 11, 0.4);
    border: none;
    outline: none;
}

/* Form Validasyon Stilleri */
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.form-control.is-invalid~.invalid-feedback {
    display: block;
}

/* Takası Kaydet Checkbox - Modern Tasarım */
.save-trade-in-wrapper {
    margin-bottom: 20px;
}

.custom-checkbox-container {
    display: inline-block;
}

.custom-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}

.custom-checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 14px 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #dee2e6;
    border-radius: 12px;
    transition: all 0.3s ease;
    user-select: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.custom-checkbox-label:hover {
    border-color: #FEC70B;
    background: linear-gradient(135deg, #fffef8 0%, #fff9e6 100%);
    box-shadow: 0 4px 15px rgba(254, 199, 11, 0.2);
    transform: translateY(-2px);
}

.checkbox-box {
    width: 26px;
    height: 26px;
    border: 2px solid #ced4da;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: white;
    flex-shrink: 0;
}

.checkbox-box i {
    font-size: 14px;
    color: white;
    opacity: 0;
    transform: scale(0) rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.custom-checkbox-input:checked~.custom-checkbox-label .checkbox-box {
    background: linear-gradient(135deg, #FEC70B 0%, #f0b500 100%);
    border-color: #FEC70B;
    box-shadow: 0 0 0 4px rgba(254, 199, 11, 0.1);
}

.custom-checkbox-input:checked~.custom-checkbox-label .checkbox-box i {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    color: #212529;
}

.custom-checkbox-input:checked~.custom-checkbox-label {
    border-color: #FEC70B;
    background: linear-gradient(135deg, #fffef8 0%, #fff4cc 100%);
    box-shadow: 0 4px 20px rgba(254, 199, 11, 0.3);
}

.checkbox-text {
    font-size: 15px;
    font-weight: 600;
    color: #212529;
    line-height: 1.4;
}

.custom-checkbox-input:checked~.custom-checkbox-label .checkbox-text {
    color: #212529;
}

.sticky-brochure-btn {
    width: 100% !important;
    line-height: 40px !important;
    font-size: 18px !important;
}

@media (min-width: 767px) {
    .sticky-section {
        position: sticky;
        top: 120px;
    }
}

@media (max-width: 767px) {
    .custom-checkbox-label {
        padding: 12px 16px;
    }

    .checkbox-box {
        width: 24px;
        height: 24px;
    }

    .checkbox-box i {
        font-size: 12px;
    }

    .checkbox-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .welcome-modal .modal-title {
        font-size: 18px;
    }

    .welcome-modal .modal-body {
        padding: 18px 16px;
    }

    .welcome-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .welcome-feature-item {
        padding: 12px 8px;
        gap: 8px;
    }

    /* Mobilde açıklama gizlenir; ikon + başlık yeterli, karta dokunma zaten ilgili bölüme götürür */
    .welcome-feature-item .feature-text p {
        display: none;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        margin: 0 auto;
    }

    .feature-icon i {
        font-size: 18px;
    }

    .feature-text h5 {
        font-size: 13px;
        margin-bottom: 0;
    }

    .welcome-modal .modal-footer {
        flex-direction: column;
        gap: 10px;
        padding: 14px 16px;
    }

    .welcome-modal .form-check {
        width: 100%;
    }

    .welcome-modal-btn {
        width: 100%;
        padding: 10px 35px;
    }
}

/* Düşük yükseklikli cihazlar (yatay telefon/tablet, küçük laptop 1366x768 vb.) */
/* width tabanlı kuraldan SONRA gelir; kısa ekranlarda yatay alanı kullanıp satır sayısını düşürür */
@media (max-height: 800px) {
    .welcome-modal .modal-header {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .welcome-modal .modal-title {
        font-size: 18px;
    }

    .welcome-modal .modal-body {
        padding: 14px 20px;
    }

    /* Genişlik elverdikçe tek satıra yay (geniş ekran 5 sütun, dar ekran az sütun) */
    .welcome-features {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        gap: 8px;
    }

    .welcome-feature-item {
        padding: 10px 6px;
        gap: 6px;
    }

    /* Dikey alandan kazanmak için açıklamalar gizlenir; ikon + başlık + tıkla-git yeterli */
    .welcome-feature-item .feature-text p {
        display: none;
    }

    .feature-icon {
        width: 38px;
        height: 38px;
    }

    .feature-icon i {
        font-size: 16px;
    }

    .feature-text h5 {
        font-size: 12.5px;
        margin-bottom: 0;
    }

    .welcome-modal .modal-footer {
        padding: 10px 20px;
    }

    .welcome-modal-btn {
        padding: 9px 30px;
    }
}

/* Çok kısa ekranlarda taşmayı önle: body içte kayar, header/footer (Anladım butonu) sabit kalır */
@media (max-height: 560px) {
    .welcome-modal .modal-body {
        max-height: calc(100vh - 165px);
        overflow-y: auto;
    }
}

/* Sepete eklendi modalı */
#addedBasketModal {
    z-index: 1060;
}

#addedBasketModal .modal-backdrop {
    z-index: 1055;
}

.added-basket-modal .modal-content {
    background: linear-gradient(135deg, #FEC70B 0%, #f0b500 100%);
}

.added-basket-modal .modal-body {
    padding: 40px 30px;
    text-align: center;
    background: transparent;
}

.added-basket-modal .success-icon {
    margin-bottom: 20px;
    animation: scaleIn 0.5s ease-out;
}

.added-basket-modal .success-icon i {
    font-size: 60px;
    color: #fff;
    background-color: #FEC70B;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 4px 12px rgba(255, 107, 0, 0.4));
}

.added-basket-modal .modal-title {
    font-size: 26px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 15px;
}

.added-basket-modal .modal-body p {
    font-size: 16px;
    margin: 0;
    color: #212529;
    font-weight: 500;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Campaign Tooltip Styles */
.campaign-tooltip-modal {
    position: absolute;
    display: none;
    z-index: 1060;
}

.campaign-tooltip-modal.show {
    display: block;
}

.campaign-tooltip-content {
    width: 100%;
    max-width: 380px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    animation: tooltipFadeIn 0.2s ease;
}

.campaign-tooltip-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    background: #FEC70B;
    border-bottom: none;
}

.campaign-tooltip-header h5 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #212529;
    display: flex;
    align-items: center;
    gap: 8px;
}

.campaign-tooltip-header h5 i {
    font-size: 18px;
}

.campaign-tooltip-body {
    padding: 20px;
    color: #495057;
    line-height: 1.6;
    max-height: 240px;
    overflow-y: auto;
    font-size: 14px;
}

.campaign-tooltip-body::-webkit-scrollbar {
    width: 6px;
}

.campaign-tooltip-body::-webkit-scrollbar-thumb {
    background: #FEC70B;
    border-radius: 3px;
}

.campaign-icon-detail,
.star-icon-detail {
    cursor: pointer;
    transition: transform 0.2s ease;
    animation: iconPulse 2s ease-in-out infinite;
    filter: drop-shadow(0 2px 8px rgba(254, 199, 11, 0.6));
}

.campaign-icon-detail:hover,
.star-icon-detail:hover {
    transform: scale(1.15);
    animation: iconBounce 0.6s ease;
}

@keyframes iconPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}

@keyframes iconBounce {

    0%,
    100% {
        transform: scale(1.15);
    }

    25% {
        transform: scale(1.25);
    }

    50% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(1.2);
    }
}

@keyframes tooltipFadeIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 575px) {
    .campaign-tooltip-content {
        max-width: 300px;
    }

    .campaign-tooltip-header {
        padding: 14px 18px;
    }

    .campaign-tooltip-header h5 {
        font-size: 15px;
    }

    .campaign-tooltip-body {
        padding: 18px;
        font-size: 13px;
    }
}

/* Sticky section — total price display */
.sticky-total-price {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    margin-top: 8px;
    border-radius: 5px;
    border: 1px solid #70707030;
    background: #f8f8f8;
    text-align: center;
}

.sticky-total-label {
    font-size: 13px;
    color: #555;
    margin-bottom: 2px;
}

.sticky-total-value {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.card-calculator {

    margin: 5px 0 !important;
}

#detailSlider {
    margin-bottom: 10px;
}

#detailSlider .swiper-action {
    margin-top: 10px;
}