.cart-page {
    background-color: #f9f9f9;
}

.cart-items,
.cart-summary {
    border-color: #c4c6cf !important;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 28, 67, 0.08);
}

.cart-item {
    border-color: rgba(196, 198, 207, 0.45) !important;
}

.cart-item-image {
    width: 96px;
    height: 96px;
    flex: 0 0 96px;
    border-radius: 8px;
    background-color: #f3f3f3;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-item-title,
.cart-summary-title {
    color: #1a1c1c;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.cart-item-meta,
.cart-unit-price,
.cart-protection,
.cart-summary-row,
.cart-continue {
    color: #74777f;
}

.cart-quantity {
    width: 132px;
    flex-wrap: nowrap;
    border: 1px solid #c4c6cf;
    border-radius: 8px;
    overflow: hidden;
}

.cart-quantity .btn,
.cart-quantity .input-group-text {
    min-width: 44px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    color: #1a1c1c;
    font-weight: 700;
}

.cart-quantity .btn:hover {
    background-color: #f3f3f3;
}

.cart-remove {
    color: #b3261e;
    font-weight: 700;
    text-decoration: none;
}

.cart-remove:hover {
    color: #8c1d18;
    text-decoration: underline;
}

.cart-total-price {
    color: #006492;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.cart-protection i {
    color: #006492;
    font-size: 1.25rem;
}

.cart-summary {
    position: sticky;
    top: 24px;
}

.cart-summary-row {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(196, 198, 207, 0.45);
}

.cart-summary-total {
    border-top: 1px solid #c4c6cf;
    color: #1a1c1c;
    font-size: 1.25rem;
    font-weight: 700;
}

.cart-checkout {
    border: 0;
    border-radius: 8px;
    background-color: #006492;
    color: #fff;
    font-weight: 700;
    padding: 0.85rem 1.25rem;
}

.cart-checkout:hover {
    color: #fff;
    opacity: 0.92;
}

.cart-continue {
    font-weight: 700;
    text-decoration: none;
}

.cart-continue:hover {
    color: #006492;
}

.cart-item-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cart-item-title a:hover {
    color: #006492;
}

.cart-item-image i {
    color: #c4c6cf;
    font-size: 2rem;
}

.cart-clear {
    color: #b3261e;
    font-weight: 700;
    text-decoration: none;
}

.cart-clear:hover {
    color: #8c1d18;
    text-decoration: underline;
}

.cart-empty {
    border-color: #c4c6cf !important;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 28, 67, 0.08);
}

.cart-empty-icon {
    display: block;
    color: #c4c6cf;
    font-size: 4rem;
}

.cart-empty-title {
    color: #1a1c1c;
    font-size: 1.5rem;
    font-weight: 700;
}

.cart-empty-text {
    color: #74777f;
}

.cart-empty .cart-checkout {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 767.98px) {
    .cart-summary {
        position: static;
    }
}
