.o_hover_cart_wrapper {
    position: fixed;
    z-index: 9999;
    pointer-events: none;
}

.o_hover_cart_popup {
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(222, 226, 230, 0.5);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    position: relative;
}

.o_hover_cart_body {
    padding: 16px;
}

.o_hover_cart_list_price {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
    margin-right: 4px;
}

.o_hover_cart_price {
    font-size: 16px;
    font-weight: 700;
    color: #e74c3c;
}

.o_hover_cart_lead {
    font-size: 12px;
    color: #17a2b8;
    margin-top: 6px;
}

.o_hover_cart_stock {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

.o_hover_cart_qty_row {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
}

.o_hover_cart_qty_btn {
    width: 28px;
    height: 28px;
    border: 1px solid #ced4da;
    background: #f8f9fa;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    color: #495057;
    user-select: none;
}

.o_hover_cart_qty_btn:hover {
    background: #e9ecef;
}

.o_hover_cart_qty_input {
    width: 48px;
    height: 28px;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    padding: 0;
    -moz-appearance: textfield;
}

.o_hover_cart_qty_input::-webkit-inner-spin-button,
.o_hover_cart_qty_input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.o_hover_cart_qty_input:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.o_hover_cart_add {
    width: 100%;
    margin-top: 8px;
    font-size: 13px;
    padding: 6px 12px;
}

.o_hover_cart_add:disabled {
    cursor: not-allowed;
}

.o_hover_cart_view_details {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 6px;
    color: #6c757d;
    text-decoration: none;
}

.o_hover_cart_view_details:hover {
    color: #007bff;
    text-decoration: none;
}
