 body.cart-page pt-220 pb-100 cart-page--checkout {
    padding-top: 90px;
    background: #f1f3f6;
}

/* Header */
.cart-header {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}

/* Cart container */
.cart-box {
    background: #fff;
    border-radius: 5px;
}

/* Each item */
.cart-item {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

/* Image */
.cart-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

/* Details */
.cart-details {
    flex: 1;
    padding-left: 20px;
}

.cart-details h5 {
    font-size: 16px;
    margin-bottom: 8px;
}

.cart-details p {
    font-size: 14px;
    color: #777;
}

/* Qty */
.qty-control {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.qty-control button {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
}

/* Right section */
.cart-price {
    text-align: right;
}

.cart-price h5 {
    font-size: 18px;
}

.delete-btn {
    color: #2874f0;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

/* Checkout form */
.checkout-details-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.checkout-section-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
    letter-spacing: 0.02em;
}

.checkout-hint {
    font-size: 13px;
    color: #666;
    margin: 0 0 14px;
}

.checkout-form .req {
    color: #c62828;
}

.checkout-field {
    margin-bottom: 12px;
}

.checkout-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #333;
}

.checkout-field input,
.checkout-field textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
}

.checkout-field input:focus,
.checkout-field textarea:focus {
    outline: none;
    border-color: #2874f0;
}

.checkout-field textarea {
    resize: vertical;
    min-height: 72px;
}

.checkout-gstin-input {
    text-transform: uppercase;
}

.checkout-field-row {
    display: flex;
    gap: 10px;
}

.checkout-field-row .checkout-field {
    flex: 1;
    margin-bottom: 0;
}

.checkout-form-errors {
    font-size: 13px;
    color: #c62828;
    margin: 10px 0 0;
    line-height: 1.4;
}

.checkout-field input.checkout-input-invalid,
.checkout-field textarea.checkout-input-invalid {
    border-color: #c62828;
}

@media (max-width: 991px) {
    .checkout-field-row {
        flex-direction: column;
        gap: 12px;
    }
}

/* Price box */
.price-box {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.price-row.total {
    font-weight: bold;
    font-size: 18px;
}

/* Button */
.checkout-btn {
    width: 100%;
    background: #fb641b;
    color: #fff;
    border: none;
    padding: 12px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
}

.checkout-btn:disabled {
    background: #ccc;
    color: #666;
    cursor: not-allowed;
}

/* Order success */
.order-success-header {
    margin-bottom: 15px;
}

.order-success-box .order-success-lead {
    margin-bottom: 16px;
    font-size: 16px;
}

.order-success-meta {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.order-success-customer {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    padding: 14px;
    background: #f8f9fa;
    border-radius: 4px;
    line-height: 1.65;
}

.order-success-customer > div {
    margin-top: 6px;
}

.order-success-customer > div:first-of-type {
    margin-top: 0;
}

.order-success-subtitle {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 0.02em;
    color: #333;
}

.order-success-items {
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-bottom: 12px;
}

.order-success-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    font-size: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.order-success-line-desc {
    flex: 1;
    min-width: 0;
}

.order-success-line-sku {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    letter-spacing: 0.02em;
}

.order-success-line-price {
    font-weight: 600;
    white-space: nowrap;
}

.order-success-total {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
    padding-top: 8px;
}

.order-success-note {
    font-size: 14px;
    color: #666;
    margin: 20px 0 0;
    line-height: 1.5;
}

.order-success-cta {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: auto;
    min-width: 200px;
}

.order-success-msg a,
.order-success-note a {
    color: #2874f0;
}

.order-success-loading {
    margin: 0;
    color: #666;
}

.cart-header-sub {
    margin: 6px 0 0;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.cart-info-banner {
    background: #e8f4fd;
    border-left: 4px solid #2874f0;
    padding: 14px 16px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.55;
    color: #333;
}

.cart-info-banner strong {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    letter-spacing: 0.03em;
}

.cart-info-banner p {
    margin: 0;
}

.cart-info-banner__hl {
    font-weight: 700;
    color: #1a237e;
}

.cart-item-sku {
    font-size: 12px;
    color: #666;
    margin: 4px 0 6px;
}

.cart-item-sku__label {
    font-weight: 600;
    color: #888;
    margin-right: 4px;
}

.cart-item-price-line {
    margin: 0;
}

.cart-aside-sticky {
    position: sticky;
    top: 96px;
    align-self: flex-start;
    z-index: 2;
}

.checkout-optional {
    font-weight: 400;
    color: #888;
    font-size: 12px;
}

.checkout-terms {
    margin-top: 14px;
}

.checkout-terms-label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
    margin: 0;
    font-weight: 400;
}

.checkout-terms-label input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.checkout-terms-label a {
    color: #2874f0;
    text-decoration: underline;
}

.checkout-terms--invalid {
    outline: 2px solid #c62828;
    outline-offset: 2px;
    border-radius: 4px;
    padding: 10px;
    margin-left: -2px;
}

.cart-contact-strip {
    text-align: center;
    font-size: 13px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eee;
    color: #555;
    line-height: 1.5;
}

.cart-contact-strip__title {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
    color: #333;
}

.cart-contact-strip a {
    color: #2874f0;
    text-decoration: none;
}

.cart-contact-strip a:hover {
    text-decoration: underline;
}

.cart-contact-strip__sep {
    margin: 0 6px;
    color: #bbb;
}

.cart-mobile-checkout {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #e0e0e0;
}

.cart-mobile-checkout-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 720px;
    margin: 0 auto;
}

.cart-mobile-checkout-total {
    flex: 1;
    min-width: 0;
}

.cart-mobile-checkout-label {
    display: block;
    font-size: 12px;
    color: #666;
}

.cart-mobile-checkout-amount {
    font-size: 18px;
    color: #111;
}

.cart-mobile-checkout-btn {
    flex: 0 0 auto;
    min-width: 132px;
    margin-top: 0 !important;
    padding: 12px 14px;
    font-size: 13px;
}

@media (min-width: 992px) {
    .cart-aside-sticky {
        top: 100px;
    }
}

@media (max-width: 991.98px) {
    .cart-aside-sticky {
        position: static;
    }

    .cart-page--checkout {
        padding-bottom: 100px !important;
    }
}

.checkout-btn--secondary {
    background: #fff;
    color: #fb641b;
    border: 2px solid #fb641b;
}

.checkout-btn--secondary:hover {
    background: #fff5f0;
}

.order-success-next {
    margin-bottom: 20px;
    padding: 14px 16px;
    background: #f8fafc;
    border-radius: 4px;
    border: 1px solid #e8ecf1;
}

.order-success-steps {
    margin: 8px 0 0;
    padding-left: 1.2rem;
    line-height: 1.65;
    font-size: 14px;
    color: #444;
}

.order-success-steps li {
    margin-bottom: 8px;
}

.order-success-items-title {
    margin: 0 0 8px;
}

.order-success-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

@media (min-width: 576px) {
    .order-success-actions {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .order-success-actions .order-success-cta,
    .order-success-actions .order-success-print-btn {
        flex: 1;
        min-width: 160px;
    }
}

.no-print {
    /* class hook for print hiding; rules in @media print */
}

@media print {
    .no-print {
        display: none !important;
    }

    body {
        background: #fff !important;
    }

    .main-footer,
    .scroll-top,
    .cart-mobile-checkout {
        display: none !important;
    }

    /* Hide main site chrome when possible */
    .main-header,
    header.main-header,
    .navbar,
    .navbar-area,
    .page-wrapper > .navbar {
        display: none !important;
    }

    .order-success-print-wrap {
        box-shadow: none !important;
        border: 1px solid #ccc !important;
    }

    .order-success-page {
        padding-top: 16px !important;
    }

    .cart-page {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
}