/* Cart — Stage Lights */
.ck-page { padding: 28px 0 80px; }
.ck-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
}
.ck-head h1 {
    font-family: Outfit, Inter, sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #12203a !important;
    margin: 0;
}
.ck-head p { margin: 4px 0 0; color: #6b7288; font-size: 15px; }
.ck-count {
    background: rgba(232,184,109,.2);
    color: #9a3412;
    border-radius: 999px;
    font-weight: 800;
    font-size: 14px;
    padding: 6px 12px;
}

.ck-list, .ck-sum {
    background: #fffdf8;
    border: 1px solid rgba(18,32,58,.08);
    border-radius: 26px;
    box-shadow: 0 18px 44px rgba(12,18,34,.08);
    overflow: hidden;
}
.ck-list { padding: 8px 0; }
.ck-sum { padding: 0 0 22px; position: sticky; top: 96px; }
.ck-sum-top {
    padding: 20px 22px 16px;
    margin-bottom: 18px;
    background:
        linear-gradient(165deg, rgba(7,11,20,.92), rgba(18,32,58,.78)),
        url('../images/slider/hero-slide-instruments.jpg') center / cover;
    color: #efe8d9;
}
.ck-sum-top h4 {
    font-family: Outfit, Inter, sans-serif;
    font-weight: 800;
    color: #fffdf8 !important;
    margin: 0 0 4px;
}
.ck-sum-top p { margin: 0; font-size: 13px; color: rgba(239,232,217,.7); }
.ck-sum > .ck-label,
.ck-sum > .row,
.ck-sum > #delivery-slot,
.ck-sum > .ck-break,
.ck-sum > .ck-total,
.ck-sum > .checkout-btn,
.ck-sum > .ck-back,
.ck-sum > .ck-trust { margin-left: 22px; margin-right: 22px; }

.ck-empty {
    text-align: center;
    padding: 64px 24px;
}
.ck-empty-ico {
    width: 88px; height: 88px; margin: 0 auto 18px;
    border-radius: 50%;
    display: grid; place-items: center;
    background: #f6f1e8;
    color: #d97706;
    font-size: 32px;
}
.ck-empty h3 { font-weight: 800; color: #12203a !important; }
.ck-empty p { color: #6b7288; }

.cart-table { width: 100%; margin: 0; }
.cart-table thead th {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6b7288;
    font-weight: 800;
    border: 0;
    padding: 14px 20px;
    background: transparent;
}
.cart-table tbody td {
    border-color: rgba(18,32,58,.06);
    vertical-align: middle;
    padding: 18px 20px;
    background: transparent;
}
.cart-table tbody tr:hover td { background: #faf6ee; }

.cart-item-img {
    width: 76px; height: 76px;
    object-fit: contain;
    background: #f6f1e8;
    border-radius: 16px;
    padding: 8px;
    border: 1px solid rgba(18,32,58,.08);
}
.cart-item-name { font-weight: 800; color: #12203a !important; }
.cart-item-name a { color: inherit !important; text-decoration: none; }
.cart-item-name a:hover { color: #9a3412 !important; }

.quantity-control {
    display: inline-flex;
    align-items: center;
    background: #f6f1e8;
    border-radius: 999px;
    padding: 4px;
    border: 1px solid rgba(18,32,58,.08);
}
.btn-qty {
    width: 30px; height: 30px; border-radius: 50%;
    border: 0; background: #fff; color: #12203a;
    display: grid; place-items: center; font-size: 10px;
}
.btn-qty:hover { background: #12203a; color: #fff; }
.qty-input {
    width: 36px; text-align: center; border: 0; background: transparent;
    font-weight: 800; color: #12203a; outline: none;
}
.btn-remove {
    background: none; border: 0; color: #94a3b8; font-size: 13px; padding: 0;
}
.btn-remove:hover { color: #dc2626; }

.ck-plan-tag {
    display: inline-block;
    margin-right: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #9a3412;
    background: rgba(232,184,109,.22);
    border-radius: 999px;
    padding: 2px 8px;
}
.ck-trust {
    list-style: none;
    margin: 18px 22px 0;
    padding: 14px 0 0;
    border-top: 1px dashed rgba(18,32,58,.12);
}
.ck-trust li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7288;
    margin-bottom: 8px;
}
.ck-trust i { color: #d97706; width: 14px; }
.ck-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6b7288;
    margin-bottom: 8px;
}
.plan-card-light.rental-tab-btn {
    background: #f6f1e8;
    border: 1.5px solid rgba(18,32,58,.1);
    border-radius: 14px;
    padding: 12px 6px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    color: #12203a;
}
.plan-card-light.rental-tab-btn:hover { border-color: #d97706; background: #fff; }
.plan-card-light.rental-tab-btn.active {
    border-color: #d97706 !important;
    background: #fff8ec !important;
    color: #9a3412 !important;
    box-shadow: 0 8px 18px rgba(217,119,6,.12);
}
#delivery-slot {
    border-radius: 999px;
    background: #f6f1e8;
    border: 1.5px solid rgba(18,32,58,.1);
    padding: 10px 16px;
}
.ck-break { border-top: 1px dashed rgba(18,32,58,.12); padding-top: 14px; margin: 8px 0 16px; }
.ck-break div { display: flex; justify-content: space-between; margin-bottom: 8px; color: #6b7288; }
.ck-break b { color: #12203a; }
.ck-total {
    display: flex; justify-content: space-between; align-items: baseline;
    margin-bottom: 18px;
}
.ck-total span { font-weight: 800; color: #12203a; }
.ck-total strong {
    font-family: Outfit, Inter, sans-serif;
    font-size: 1.6rem;
    color: #9a3412;
}
.checkout-btn {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 999px;
    font-weight: 800;
    background: linear-gradient(135deg, #f5c97a, #d97706);
    color: #1a1206 !important;
    box-shadow: 0 10px 24px rgba(217,119,6,.25);
}
.ck-back { display: block; text-align: center; margin-top: 12px; font-weight: 700; color: #9a3412; text-decoration: none; }
.ck-back:hover { color: #12203a; }

#paymentModal .modal-content { border-radius: 24px; background: #fffdf8; }
#paymentModal .form-control,
#paymentModal .form-select {
    border-radius: 999px;
    background: #f6f1e8;
    border: 1.5px solid rgba(18,32,58,.1);
}
.ck-modal-kicker {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #b45309;
    margin-bottom: 4px;
}
#payBtn {
    background: linear-gradient(135deg, #f5c97a, #d97706);
    color: #1a1206 !important;
    border: 0;
    font-weight: 800;
}

@media (max-width: 991.98px) {
    .ck-sum { position: static; top: auto; }
}

@media (max-width: 575.98px) {
    .ck-sum .col-4 { flex: 0 0 50%; max-width: 50%; }
}

@media (max-width: 767.98px) {
    .cart-table thead { display: none; }
    .cart-table, .cart-table tbody, .cart-table tr, .cart-table td { display: block; width: 100%; }
    .cart-table tbody tr {
        padding: 8px 0 14px;
        border-bottom: 1px solid rgba(18,32,58,.06);
    }
    .cart-table td {
        padding: 8px 18px;
        text-align: left !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
    }
    .cart-table td::before {
        content: attr(data-label);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .8px;
        text-transform: uppercase;
        color: #6b7288;
    }
    .cart-table td[data-label="Instrument"] { display: block; }
    .cart-table td[data-label="Instrument"]::before { display: none; }
    .ck-sum { position: static; }
    .ck-head { flex-direction: column; align-items: flex-start; }
}
