.vl-container-6f40bdf0 {
    font-family: inherit;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.vl-container-6f40bdf0 .vl-header {
    display: flex;
    justify-content: space-between;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 14px;
}

.vl-container-6f40bdf0 .vl-body {
    display: flex;
    flex-direction: column;
}

.vl-container-6f40bdf0 .vl-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f1f5f9;
}

.vl-container-6f40bdf0 .vl-row:last-child {
    border-bottom: none;
}

.vl-container-6f40bdf0 .vl-col-options {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.vl-container-6f40bdf0 .vl-img-wrap {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vl-container-6f40bdf0 .vl-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.vl-container-6f40bdf0 .vl-row-title {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    text-transform: uppercase;
}

.vl-container-6f40bdf0 .vl-col-quantity {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    flex-shrink: 0;
}

.vl-container-6f40bdf0 .vl-qty-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    overflow: hidden;
    height: 36px;
    width: 100px;
}

.vl-container-6f40bdf0 .vl-qty-btn {
    background: #f8fafc;
    border: none;
    width: 32px;
    height: 100%;
    font-size: 16px;
    color: #475569;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.vl-container-6f40bdf0 .vl-qty-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.vl-container-6f40bdf0 .vl-qty-input {
    width: 36px;
    height: 100%;
    border: none;
    border-left: 1px solid #cbd5e1;
    border-right: 1px solid #cbd5e1;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    -moz-appearance: textfield;
    padding: 0;
}

.vl-container-6f40bdf0 .vl-qty-input::-webkit-outer-spin-button,
.vl-container-6f40bdf0 .vl-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.vl-container-6f40bdf0 .vl-stock-status {
    font-size: 11px;
    color: #94a3b8;
    margin-top: 6px;
    font-weight: 600;
}

.vl-container-6f40bdf0 .vl-stock-status.vl-out-of-stock {
    color: #ef4444;
}

/* Footer / B2B Cart Box */
.vl-container-6f40bdf0 .vl-footer {
    padding: 24px;
    background: #fdfbf7;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 0 0 8px 8px;
}

.vl-container-6f40bdf0 .vl-totals-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #111;
    padding-bottom: 10px;
}

.vl-container-6f40bdf0 .vl-totals-row .vl-total-items,
.vl-container-6f40bdf0 .vl-totals-row .vl-total-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vl-container-6f40bdf0 .vl-totals-row span {
    font-weight: 800;
    font-size: 18px;
}

.vl-container-6f40bdf0 .vl-actions-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.vl-container-6f40bdf0 .vl-add-to-cart-btn,
.vl-container-6f40bdf0 .vl-checkout-btn {
    border: none;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.vl-container-6f40bdf0 .vl-add-to-cart-btn svg,
.vl-container-6f40bdf0 .vl-checkout-btn svg {
    width: 1.2em;
    height: 1.2em;
    fill: currentColor;
    margin-right: 8px;
}

.vl-container-6f40bdf0 .vl-add-to-cart-btn {
    background: #1e40af;
    color: #fff;
}

.vl-container-6f40bdf0 .vl-add-to-cart-btn:hover {
    background: #1e3a8a;
}

.vl-container-6f40bdf0 .vl-checkout-btn {
    background: #0f172a;
    color: #fff;
}

.vl-container-6f40bdf0 .vl-checkout-btn:hover {
    background: #000;
}

.vl-container-6f40bdf0 .vl-message {
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .vl-container-6f40bdf0 .vl-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .vl-container-6f40bdf0 .vl-col-quantity {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
}
